/* Base styles */
* {
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

/* Mobile Cart - Negyed kör a jobb felső sarokban - 100px */
@media (max-width: 768px) {
    .fixed-cart {
        position: fixed !important;
        right: -50px !important;
        top: -50px !important;
        width: 100px !important;
        height: 100px !important;
        padding: 0 !important;
        border-radius: 50% !important;
        background: linear-gradient(135deg, #d4af37 0%, #b8962d 100%) !important;
        border: 3px solid rgba(255, 255, 255, 0.7) !important;
        overflow: visible !important;
        transform: none !important;
        z-index: 10000 !important;
        box-shadow: 0 4px 20px rgba(212, 175, 55, 0.5) !important;
        display: block !important;
    }
    
    /* Kosár ikon a negyed körcikk közepén */
    .fixed-cart i.bi-cart {
        position: absolute !important;
        bottom: 10px !important;
        left: 10px !important;
        font-size: 24px !important;
        color: white !important;
        text-shadow: 0 2px 4px rgba(0,0,0,0.25) !important;
    }
    
    /* Badge a külső íven KÍVÜL */
    .fixed-cart .cart-badge {
        position: absolute !important;
        bottom: -8px !important;
        left: -8px !important;
        right: auto !important;
        top: auto !important;
        min-width: 22px !important;
        height: 22px !important;
        padding: 0 5px !important;
        font-size: 12px !important;
        line-height: 22px !important;
        text-align: center !important;
        background: #e74c3c !important;
        color: white !important;
        border-radius: 50% !important;
        font-weight: 700 !important;
        z-index: 10001 !important;
        box-shadow: 0 2px 6px rgba(0,0,0,0.4) !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border: 2px solid white !important;
    }
}

/* Mobile base reset */
@media (max-width: 768px) {
    body {
        font-size: 14px;
    }
    
    img {
        max-width: 100%;
        height: auto;
    }
    
    .container,
    .container-fluid {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    /* Prevent horizontal scroll */
    html, body {
        overflow-x: hidden;
    }
}

header {
    background-color: #333;
    color: white;
    padding: 1rem;
    text-align: center;
}

nav {
    display: flex;
    justify-content: space-around;
    background-color: #444;
    padding: 0.5rem;
}

nav a {
    color: white;
    text-decoration: none;
    padding: 0.5rem 1rem;
}

nav a:hover {
    background-color: #555;
}

main {
    padding: 1rem;
}

.product {
    border: 1px solid #ddd;
    margin: 1rem;
    padding: 1rem;
    text-align: center;
}

.product img {
    max-width: 100%;
    height: auto;
}

.product h2 {
    font-size: 1.5rem;
    margin: 0.5rem 0;
}

.product p {
    font-size: 1rem;
    color: #666;
}

.product button {
    background-color: #28a745;
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    cursor: pointer;
}

.product button:hover {
    background-color: #218838;
}

/* Responsive styles */
@media (min-width: 600px) {
    .product {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media (min-width: 768px) {
    nav {
        justify-content: space-between;
    }

    .product {
        flex-direction: row;
        justify-content: space-between;
    }

    .product img {
        max-width: 50%;
    }

    .product div {
        max-width: 45%;
    }
}



input,
textarea,
select,
submit {
    padding: 10px !important;
    border: solid 1px #ccc;
    border-radius: 5px;
    background: #f8f8f8;
}

label {
    padding: 7px;
    margin: 3px;
    background: #a0effc;
    border-radius: 6px;
}

button {
    white-space: normal !important;
}

.border img {
    border: solid #FFFFFF 2px;
}

#hmenu {
    position: fixed;
    width: 100%;
    height: 20px;
    padding: 5px;
    color: #FFFFFF;
    z-index: 100;
    font-size: 14px;
    text-align: center;
    padding-top: 10px;
}

.centercenter {
    text-align: center;
    vertical-align: middle;
}

.imgnodesign {
    border: none;
    -moz-border-radius: none;
    border-radius: none;
}

#yellow {
    color: #FFFFFF;
}

@media screen and (min-width: 767px) {}

.pagediv {
    display: inline-flex;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 100px;
    margin-top: 50px;
}

.sidebarDiv {
    width: 27%;
}

@media screen and (max-width: 767px) {
    #fodiv {
        margin-bottom: 50px;
        margin-top: 50px;

        .switcher {
            display: none;
        }
    }

    .pagediv {
        display: block;
    }

    input,
    textarea,
    select,
    radio,
    submit {
        font-size: 16px !important;
    }

    .sb-editor textarea {
        font-size: 16px !important;
    }

}

.dividR {
    border-bottom: 6px dotted #01a0c63b;
    margin-bottom: 20px;
    padding-bottom: 20px;
}


.roundcorner {
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.roundcorner_top {
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-radius: 15px;
}

.roundcorner_bottom {
    -moz-border-radius-bottomleft: 15px;
    -moz-border-radius-bottomright: 15px;
    border-bottom-radius: 15px;
}

.opawhite60 {
    background-color: rgba(255, 255, 255, 0.6);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#88FFFFFF', endColorstr='#88FFFFFF')";
}

.cim {
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
}

.cimfree {
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
}

.apro {
    font-size: 10px
}

.feherbold {
    color: #FFFFFF;
    font-weight: bold;
}

.style2 {
    font-weight: bold
}

#lightbox {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
}

#lightbox a img {
    border: none;
}

#outerImageContainer {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}

#imageContainer {
    padding: 10px;
}

#loading {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

#hoverNav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

#imageContainer>#hoverNav {
    left: 0;
}

#hoverNav a {
    outline: none;
}

#prevLink,
#nextLink {
    width: 49%;
    height: 100%;
    background: transparent url(../images/blank.gif) no-repeat;
    /* Trick IE into showing hover */
    display: block;
}

#prevLink {
    left: 0;
    float: left;
}

#nextLink {
    right: 0;
    display: inline-block;
}

#prevLink:hover,
#prevLink:visited:hover {
    background: url(../images/prevlabel.gif) left 15% no-repeat;
}

#nextLink:hover,
#nextLink:visited:hover {
    background: url(../images/nextlabel.gif) right 15% no-repeat;
}

#imageDataContainer {
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
}

#imageData {
    padding: 0 10px;
}

#imageData #imageDetails {
    width: 70%;
    float: left;
    text-align: left;
}

#imageData #caption {
    font-weight: bold;
}

#imageData #numberDisplay {
    display: block;
    clear: left;
    padding-bottom: 1.0em;
}

#imageData #bottomNavClose {
    width: 66px;
    float: right;
    padding-bottom: 0.7em;
}

#overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
    background-color: #63ACCF;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html>body .clearfix {
    display: inline-block;
    width: 100%;
}

* html .clearfix {
    /* Hides from IE-mac \*/
    height: 1%;
    /* End hide from IE-mac */
}

.full_map_page {
    width: 100%;
    height: 600px;
    border: 6px solid #fff;
    margin-top: 20px;
}

.fullfull_map_page {
    position: absolute;
    width: 100%;
    height: 100%;
}

.map_canvas {
    width: 100%;
    height: 100%;
}

.form_row #map_canvas {
    clear: both;
    margin-left: 140px;
    float: left;
}

#gtrans_change {
    position: absolute;
    top: -30px;
    left: 0;
    z-index: -99999999;
    display: none;
}

.archive,
.single,
.page,
.error404 {
    background: #fff;
    margin: 10px;
}

.home {
    overflow: hidden;
}

.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

body {
    top: 0px !important;
}

.anilogin {
    position: absolute;
    left: -400px;
    width: 430px;
    height: 30px;
    cursor: pointer;
    opacity: 0.9;
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    filter: alpha(opacity=90);
    color: #000;
    background: #fff;
}

.anilogin li {
    float: right;
    margin-left: 6px;
    padding-top: 12px;
    font-size: 12px;
    font-weight: bold;
    padding: 3px;
}

.anilogin li a:hover {
    color: #000;
}

.page #langbf_bar,
.single #langbf_bar,
.archive #langbf_bar,
.error404 #langbf_bar {
    height: 0px;
    display: none;
}

#map_search_address {
    margin: 5px 30px 10px;
    font-size: 16px;
    padding: 5px;
    padding-left: 30px;
    width: 230px;
    color: #666;
    font-weight: bold;
    background: #fff url('/images/menuicons/search.png') no-repeat;
}

#fflogo {
    position: absolute;
    top: 5px;
    left: 5px;
    display: block;
}

#logotitle {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-shadow: black 0.1em 0.1em 0.1em;
}

#logoimg {
    float: left;
}

#maincats label,
#maincats img {
    line-height: 36px;
    vertical-align: middle;
    font-size: 15px;
    font-weight: bold;
}

.fubutton {
    font-size: 16px;
    font-weight: bold;
    width: 220px;
    padding: 15px;
    background: orange;
    margin: 10px;
}

.mcat-post {
    float: right;
    margin-right: 10px;
    margin-top: 7px;
}

#maincats span {
    margin-left: 6px;
    font-size: 12px;
    font-weight: bold;
    padding: 3px;
}

.map_category {
    width: 300px;
    height: 500px;
    float: right;
    position: absolute;
    right: 6px;
    bottom: 6px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.map_category label {
    display: block;
    width: 100%;
    padding: 4px 0;
}

.map_category {
    background: rgba(255, 255, 255, 0.8);
}

.map_category label {
    border-bottom: 1px solid #ddd;
}

.ptiming {
    font: 11px Arial, Helvetica, sans-serif;
    color: #777;
    margin-left: 40px;
}

.ptitle {
    font: bold 15px Arial, Helvetica, sans-serif;
    line-height: 25px;
}

.footer {
    color: #fff;
    background: #105171;
    text-align: center;
    padding: 10px;
}

.footer a {
    color: #fff;
    text-decoration: underline;
}

h6 {
    font-size: 70px;
    font-weight: bold;
    color: #999;
    margin: 30px;
}

.sigcontain {
    position: fixed;
    right: 50px;
    top: -300px;
}

.degree90 {

    /*Firefox*/
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);

    /*Safari*/
    -webkit-transform: rotate(-90deg);

    /*Opera*/
    -o-transform: rotate(-90deg);

    /*IE*/
    writing-mode: tb-rl;
    filter: flipV flipH;
}

.email_signup {
    width: 300px;
    padding: 20px;
    background: #FF0097;
    position: relative;
    z-index: 999;
    box-shadow: 3px 0 3px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    color: #fff;
}

.email_signup h3 {
    color: #fff;
}

.email_signup input {
    font-size: 20px;
    padding: 5px;
    font-weight: bold;
    width: 200px;
}

.email_signup button {
    font-size: 20px;
    padding: 5px;
    font-weight: bold;
}

.cert_inputs input {
    font-size: 15px;
    padding: 5px;
}

/*****list�k *****************/
.list {
    width: 100%;
    /* margin-bottom: 10px; */
    display: flex;
    text-align: left;
    font-size: 13px !important;
    padding: 5px 0;

}

.offer-req-list {
    background: #ffffff;
    margin: 5px;
    border: 1px dotted #00a0c6;
    border-radius: 10px;
}

.offer-req-list li {

    padding: 10px;
    margin: 5px 5px;

}

.about_in_list {
    padding-left: 25.7%;
    padding-bottom: 10px;
    color: #999 !important;
}

.list li {
    float: left;
    list-style-type: none;
}

#head {
    height: 40px;
    font-size: 14px;
    width: 100%;
    font-weight: bold;
    color: #fff;
    background: #ccc;
    text-transform: lowercase;
    border-radius: 3px;
}

#head a {
    color: #fff;
}

.li0 {
    width: 7%;
}

.li1 {
    width: auto;
    display: inline-grid;
    align-items: center;
}

.li2 {
    width: 14%;
}

.li3 {
    width: 14%;
}

.li4 {
    width: 10%;
    text-align: center;
}

.li5 {
    width: 35%;
}

.li6 {
    width: 20%;
    text-align: right;
    display: flex;
    align-items: center;
}

.li7 {
    width: 7%;
    text-align: right;
    line-height: 40px;
}

.liout0 {
    width: 7%;
}

.liout1 {
    width: 6%;
    font-weight: bold;
    font-size: 14px;
}

.liout2 {
    width: 20%;
}

.liout3 {
    width: 14%;
}

.liout4 {
    width: 5%;
}

.liout5 {
    width: 55%;
}

.liout6 {
    width: 20%;
    text-align: right;
}

.cli0 {
    width: 10%;
}

.cli1 {
    width: 20%;
}

.cli2 {
    width: 5%;
}

.cli3 {
    width: 30%;
}

.cli4 {
    width: 5%;
}

.cli5 {
    width: 25%;
}

.cli6 {
    width: 15%;
}

.largebutt {
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
}

.indexbutt {
    padding: 10px;
    font-size: 15px;
    font-weight: bold;
    text-align: right;
    color: #fff;
    margin-top: 3px;
    border: none;
    cursor: pointer;
    width: 300px;
}

#licitdiv textarea {
    padding: 10px;
    font-size: 14px;
    color: #999;
    margin: 10px 0;
}

#licitdiv input {
    padding: 10px;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
}

.largeinput {

    font-size: 30px;
    color: #00a0c6;
    height: 50px;
}

#head2013 h3 {
    line-height: 30px;
}

#head2013 ul {
    list-style-type: none;
}

#head2013 ul li ul {
    list-style-type: square;
}

/* #head2013 ul li{float: left; width: 230px; padding: 5px;} */
.wrapper {
    clear: both;
}

.round-nr {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: #105171;
    color: #ccc;
    font-size: 16px;
    font-weight: bold;
    padding: 7px 15px;
    float: left;
    margin-right: 10px;
    position: relative;
    top: -5px;
}

.info- {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #105171;
    color: #ccc;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 8px;
    margin-left: 10px;
    float: right;
}

.adatlekeres ul {
    width: 550px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.adatlekeres ul li {
    line-height: 50px;
    list-style-type: none;
}

.adatlekeres a {
    color: #fff
}

.adatlekeres {
    padding: 10px;
}

.mcatlist input {
    margin: 0 10px 10px;
}

.notify {
    padding: 5px;
    font-size: 12px !important;
    cursor: pointer;
    max-width: none !important;
}

.notify:hover {
    background: #efefef;
}

.bigsize_button {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 3px;
    background: #fff;
}

.mylinks div {
    padding: 5px;
}

.mylinks div div {
    border-right: 1px solid #ccc;
}

.mylinks div div div {
    border: none;
}

.bid-div {
    border-radius: 5px;
    background: #fff;
    padding: 10px;
}

.message-div {
    margin: 20px 0;
}

.ui-dialog .ui-dialog-titlebar {
    display: none;
    background: #efefef;
    border-radius: 3px;
}

.bid-date {
    font-size: 11px !important;
    text-align: left;
    margin-bottom: 10px;
    width: 100%;
    padding: 3px;
    border-radius: 3px;
    color: #999999;
}

.mess-date {
    font-size: 10px !important;
    text-align: left;
    margin-bottom: 10px;
    background: #d6d6d6;
    /* width: fit-content; */
    padding: 3px;
    border-radius: 3px;
    color: #ffffff;
}

.bid-conditions-title {
    font-weight: bold !important;
    text-align: left;
}

.bid-conditions-text {
    text-align: left;
    padding: 10px 0;
}

.underline_ccc {
    border-bottom: 1px solid #ccc;
}

#listmenu a {
    margin-left: 10px;
}

.notify-list-date {
    background: #CCCCCC;
    color: #fff;
    padding: 2px;
    border-radius: 2px;
    text-align: center;
    margin-bottom: 5px;
}

circle {
    display: inline-block;
}

.size-10 {
    color: #fff;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background: #CCCCCC;
    margin: 0 5px;
}

.price-tag {
    height: 60px;
    line-height: 60px !important;
    position: relative;
    display: inline-block;
    float: right;
}

.price-tag span {
    background: #ff0000;
    color: #fff;
    font-size: 18px !important;
    font-size: 1.8rem;
    text-decoration: none;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    padding: 18px 20px;
}

.price-tag span:after {
    content: "";
    float: right;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-left: 30px solid #ff0000;
    border-bottom: 30px solid transparent;
}

.price-tag span:before {
    content: "";
    position: absolute;
    top: 27px;
    right: 14px;
    width: 8px;
    height: 8px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    -moz-box-shadow: -1px -1px 1px #424444;
    -webkit-box-shadow: -1px -1px 1px #424444;
    box-shadow: -1px -1px 1px #424444;
}

#messages {}

#licitdiv h2,
.bid-div h2 {
    padding: 10px;
    color: #00a0c6;
}

.acceptbutt {
    color: #fff !important;
    font-size: 18px !important;
    background: #00a0c6 !important;
    float: left;
    cursor: pointer;
}

.takeback {
    color: #fff !important;
    font-size: 18px !important;
    background: red !important;
    float: left;
    cursor: pointer;
}

.nav-bar-inner {}

.mfc-div {
    display: inline-block;
    width: 100%;
}

.mfc-div textarea {
    background: #ccc;
    color: #fff !important;
}

p.speech {
    position: relative;
    width: 200px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    background-color: #fff;
    border: 8px solid #666;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 2px 2px 4px #888;
    -moz-box-shadow: 2px 2px 4px #888;
    box-shadow: 2px 2px 4px #888;
}

p.speech:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 30px;
    top: 100px;
    border: 25px solid;
    border-color: #666 transparent transparent #666;
}

p.speech:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 38px;
    top: 100px;
    border: 15px solid;
    border-color: #fff transparent transparent #fff;
}

.bubble {
    position: relative;
    padding: 10px;
    text-align: left;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 0px 0 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0 3px rgba(0, 0, 0, 0.25);
    margin: 0px 0px 20px;
    color: #666666;
}

.bubble:after {
    position: absolute;
    display: block;
    content: "";
    border-color: #d1d1d1 transparent transparent transparent;
    border-style: solid;
    border-width: 10px;
    height: 0;
    width: 0;
    position: absolute;
    bottom: -19px;
    left: 1em;
}

.bubble-lightblue {
    position: relative;
    background-color: rgba(50, 142, 179, 0.2);
    margin: 0;
    padding: 10px;
    text-align: left;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 0px 0 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0 3px rgba(0, 0, 0, 0.25);
    margin: 20px 0;
    color: #CCCCCC !important;
}

.bubble-lightblue a {
    color: rgba(50, 142, 179, 0.4);
    text-decoration: underline;
}

.bubble-lightblue:after {
    position: absolute;
    display: block;
    content: "";
    border-color: #CCCCCC transparent transparent transparent;
    border-style: solid;
    border-width: 10px;
    height: 0;
    width: 0;
    position: absolute;
    bottom: -19px;
    left: 1em;
}

.bubble-blue {
    position: relative;
    background-color: #00a0c6;
    margin: 0;
    padding: 10px;
    text-align: left;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 0px 0 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0 3px rgba(0, 0, 0, 0.25);
    margin: 20px 0;
    color: #fff !important;
}

.bubble-blue a {
    color: #fff;
}

.bubble-blue a:hover {
    color: #f0f0f0;
}

.bubble-blue:after {
    position: absolute;
    display: block;
    content: "";
    border-color: #CCCCCC transparent transparent transparent;
    border-style: solid;
    border-width: 10px;
    height: 0;
    width: 0;
    position: absolute;
    bottom: -19px;
    left: 1em;
}

.bubble-white {
    position: relative;
    background-color: #fff;
    color: #00a0c6;
    margin: 0;
    padding: 10px;
    text-align: left;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 0px 0 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0 3px rgba(0, 0, 0, 0.25);
    margin: 20px 0;
}

.bubble-white:after {
    position: absolute;
    display: block;
    content: "";
    border-color: #CCCCCC transparent transparent transparent;
    border-style: solid;
    border-width: 10px;
    height: 0;
    width: 0;
    position: absolute;
    bottom: -19px;
    left: 1em;
}

.bubble-red {
    position: relative;
    background-color: #FF0097;
    margin: 0;
    padding: 10px;
    text-align: left;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: 20px 0;
    color: #fff;
}

.bubble-red:after {
    position: absolute;
    display: block;
    content: "";
    border-style: solid;
    border-width: 10px;
    height: 0;
    width: 0;
    position: absolute;
    bottom: -19px;
    left: 1em;
}

.bubble-red a {
    color: #fff;
    text-decoration: underline;
}

.remess {
    cursor: pointer;
    text-align: right;
}

.remess-div {
    text-align: left;
    margin: 10px 0;
    border-bottom: solid 1px #eeeeee;
}

.remess-div a {
    float: right;
}

#licitdiv textarea,
.bid-div textarea {
    background: #fff !important;
    color: #999 !important;
    box-shadow: #ccc 1px 1px 8px 1px;
}

.date-line {
    float: left;
    position: relative;
}

.date-line:after {
    content: attr(data-content);
    position: absolute;
    left: 180px;
    bottom: 20px;

}

.notify-unread {
    background: #CCCCCC;
}

.lista-upl-link {
    font-size: 10px !important;
}

.headicons {
    height: 53px;
}

.headicons a {
    font-size: 16px;
    margin-right: 10px;
}

.last {
    margin-right: 0 !important;
}

.head-title {
    color: #00a0c6 !important;
    display: inline-flex;
}

.button {
    border-radius: 8px !important;
    width: auto;
    padding: 10px;
    height: auto;
    min-height: 35px;
}

.big-btn {
    border-radius: 3px !important;
    white-space: normal !important;
    margin: 20px;
    padding: 20px;
}

.main-login-form input {
    background: #fff;
    box-shadow: 1px 1px 5px #CCCCCC;
    width: 140px;
}

#main-nav-toggle {
    margin-bottom: 20px;
}

#main-nav-toggle i {
    float: left;
    font-size: 50px;
    color: #CCCCCC;
}

#main-nav-toggle ul li {
    display: inline;
    float: left;
    width: 30%;
    margin: 10px;
    padding: 10px;
    cursor: pointer;
    text-align: justify;
}

#main-nav-toggle ul li h3 {
    text-align: left;
    min-height: 50px;
}

#main-nav-toggle ul li button {
    float: right;
}

#main-nav-toggle ul li:nth-child(4) {
    clear: both;
}

#main-nav-toggle-loader {
    margin: 20px;
    text-align: center;
}

#main-nav-toggle-loader img {
    width: 70px;
}

#co_contact_container {
    float: right;
}

#co_contact {
    text-align: center;
}

.company h1 {}

.company h2 {
    line-height: 40pt !important;
    cursor: pointer;
}

.company .button {
    width: 100%;
}

#co_contact_data a {
    color: #CCCCCC;
}

#co_contact_data {
    display: table;
    text-align: left;
    width: 300px;
}

#co_contact_data i {
    margin: 0 20px;
}

#co_contact_data div {
    line-height: 30px;
}

#left-slide {
    background: #fff;
    border: solid 1px #ccc;
    position: fixed;
    left: -390px;
    top: 150px;
    width: 430px;
    border-radius: 5px;
    padding: 10px;
    color: #999;
    z-index: 999;

}

.left-slide-vertical-container {
    background: #CCCCCC;
    float: right;
    width: 30px;
    height: 400px;
    padding: 5px;
}

.left-slide-vertical {
    -moz-transform-origin: 0 50%;
    -moz-transform: rotate(-90deg) translate(-50%, 50%);
    -webkit-transform-origin: 0 50%;
    -webkit-transform: rotate(-90deg) translate(-50%, 50%);
    -o-transform-origin: 0 50%;
    -o-transform: rotate(-90deg) translate(-50%, 50%);
    -ms-transform-origin: 0 50%;
    -ms-transform: rotate(-90deg) translate(-50%, 50%);
    transform-origin: 0 50%;
    transform: rotate(-90deg) translate(-50%, 50%);
    position: absolute;
    width: 100%;
    height: 20px;
    margin: auto;
    top: 0;
    bottom: 0;
    text-align: center;
    cursor: pointer;
    text-align: center;
    color: #fff;
}

#left-slide .linkcopy {
    height: 80px;
}

.left-slide-content {
    overflow-y: auto;
    max-height: 400px;
    padding-right: 20px;
    text-align: justify;

}

.left-slide-content .bubble {
    text-align: justify;
    font-size: 11px !important;
}

.left-slide-content h2,
.left-slide-content h3,
.left-slide-content li {
    text-align: left;
}

.no-list-style li {
    list-style: none;
}

.currencies {
    font-size: 11px !important;
    color: #fff;
    float: left;
}

.mnt-first {
    background: #fff;
    padding: 2px 10px 20px;
    border-radius: 10px;
}

#right-slide {
    background: #fff;
    border: solid 1px #ccc;
    position: fixed;
    right: -390px;
    top: 150px;
    width: 430px;
    border-radius: 5px;
    padding: 10px;
    color: #999;
}

.right-slide-vertical-container {
    background: #CCCCCC;
    float: left;
    width: 30px;
    height: 400px;
    padding: 5px;
}

.right-slide-vertical {
    -moz-transform-origin: 0 50%;
    -moz-transform: rotate(-90deg) translate(-50%, 50%);
    -webkit-transform-origin: 0 50%;
    -webkit-transform: rotate(-90deg) translate(-50%, 50%);
    -o-transform-origin: 0 50%;
    -o-transform: rotate(-90deg) translate(-50%, 50%);
    -ms-transform-origin: 0 50%;
    -ms-transform: rotate(-90deg) translate(-50%, 50%);
    transform-origin: 0 50%;
    transform: rotate(-90deg) translate(-50%, 50%);
    position: absolute;
    width: 100%;
    height: 20px;
    margin: auto;
    top: 0;
    bottom: 0;
    text-align: center;
    cursor: pointer;
    text-align: center;
    color: #fff;
}

#right-slide select {
    width: 100%;
}

#right-slide .linkcopy {
    height: 80px;
}

.right-slide-content {
    overflow-y: auto;
    max-height: 400px;
    padding: 0 10px;
    text-align: justify;

}

.right-slide-content .bubble {
    text-align: justify;
    font-size: 11px !important;
}

.right-slide-content h2,
.right-slide-content h3,
.right-slide-content li {
    text-align: left;
}

.left-slide-content form {
    display: none;
}

.show-left-slide-form {
    display: block !important;
    ;
}

.left-slide-content textarea,
.right-slide-content textarea {
    width: 100%;
    height: 100px;
}

.right {
    float: right;
}

.marker-class {
    padding: 1px;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: #CCCCCC;
    border: 1px solid #fff;
}

#cartage-calc input,
#cartage-calc select {
    width: 160px;
}

#calc-submit {
    margin-top: 6px;
    height: 40px;
}

.ffffff-radbox {
    font-size: 12px !important;
    background: #ffffff;
    padding: 10px 10px;
    border-radius: 5px;
    display: block;
    color: #333;
}

.show-counter {
    background: #fdfbb3;
    padding: 10px 10px;
    border-radius: 5px;
    color: #333;
    margin-right: 10px;
    display: none;
}

.h60 {
    height: 60px !important;
}

.conditions {}

.mess-for-carrier {}

.messclass {
    margin: 0 0 0 10px;
}

.sold-out {
    background: red;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    display: inline-block;
    width: 100%;
}

.sold-out h1,
.sold-out h3 {
    color: #fff;
}

#bidbutt {
    height: 50px;
}

translate {
    border: solid 2px orange;
    position: relative;
}

.langedit-codebutton {
    border: 1px solid #CCCCCC;
    padding: 2px;
    border-radius: 2px;
}

.listContent {}

.listContent a {
    color: #f5f5f5;
}

.blueLink a {
    color: #00a0c6;
}

@media screen and (min-width: 767px) {
    .contentSite {
        display: -webkit-box;
    }
}

@media screen and (max-width: 767px) {
    .contentSite {
        display: block;
    }
}

.list1column>ul {
    margin: 0px;
}

.list1column>ul>li {
    display: inline;
    float: left;
    width: 100%;
    height: flex;
    margin-bottom: 20px;
    padding: 10px;
    text-align: justify;
    border-radius: 10px;
    border: 1px solid rgba(50, 142, 179, 0.4);
    position: relative;
    background: #ffffffe8;
}

.list1column>ul>li p,
.list1column>ul>li div {
    text-align: justify;
}

/*
.list1column > ul > li div {
    min-height: 230px;
}*/

.list1column .button {
    float: right;
}

.list1column>ul>li h3 {
    text-align: left;
    color: #000000;
    font-weight: bold;
}

.list1column>ul>li button {
    float: right;
    position: absolute;
    bottom: 10px;
    right: 20px;
}

.list1column img {
    margin-bottom: 20px;
    /*border-radius: 10px;*/
    width: 100%;
}

.list3column>ul>li {
    display: inline;
    float: left;
    width: 32.3%;
    height: 400px;
    margin: 0.5%;
    padding: 1%;
    text-align: justify;
    border-radius: 10px;
    border: 1px solid rgba(50, 142, 179, 0.4);
    position: relative;
    background: #ffffffe8;
}

.list3column>ul>li p,
.list3column>ul>li div {
    text-align: justify;
}

.list3column>ul {
    padding: 0 !important;
    margin: 0 !important;
}

.list3column>ul>li>.button {
    position: absolute;
    bottom: 10px;
    right: 20px;
    float: right;
}

.list3column>ul>li h3 {
    text-align: left;
    color: #000000;
    font-weight: bold;
}

.list3column>ul>li:nth-child(4) {
    clear: both;
}

.list3column img {
    margin-bottom: 20px;
    /*border-radius: 10px;*/
    width: 100%;
}

.listMobile>ul>li {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 2%;
    text-align: justify;
    border-radius: 10px;
    border: 1px solid rgba(50, 142, 179, 0.4);
    position: relative;
}

.listMobile>ul>li p,
.listMobile>ul>li div {
    text-align: justify;
}

.listMobile .button {}

.listMobile>ul>li h3 {
    text-align: left;
    color: #000000;
    font-weight: bold;
}

.listMobile>ul {
    padding: 0 !important;
    margin: 0 !important;
}

@media screen and (min-width: 767px) {
    .sideBar {
        width: 40%;
    }
}

@media screen and (max-width: 767px) {
    .sideBar {
        width: 100%;
        padding: 0;
        display: block;
    }
}

@media screen and (min-width: 767px) {
    .single-content {
        width: 60%;
    }
}

@media screen and (max-width: 767px) {
    .single-content {

        width: 100%;
        display: block;
    }
}

.single-content img {
    margin-right: 20px;
    border-radius: 5px;
}

.listMobile img {
    margin-bottom: 20px;
    border-radius: 10px;
    width: 100%;
}

.youtube_thumb_container {
    position: relative;
    display: inline-block;
}

.youtube_thumb_container * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.youtube_thumb {
    z-index: 9;
    text-align: center;
    border: 1px solid blue;
}

.play {
    font-size: 100px !important;
    position: absolute !important;
    /* z-index: 10000; */
    top: 80px;
    left: 130px;
    color: rgba(255, 255, 255, 0.65);
}

.hide {
    display: none;
}

.ToggleShow {
    display: table;
}

.option-icons i {
    font-size: 50px !important;
    color: #CCCCCC;

}

.list2column ul li {
    display: inline;
    float: left;
    width: 50%;
    margin: 10px 0;
    padding: 10px;
    text-align: center;
    list-style: none;
    cursor: pointer;
    border-radius: 6px;
    /*background: #fff;*/
    height: 110px;
}

.list2column ul li:nth-child(3) {
    clear: both;
}

.option-icons {
    clear: both;
}

.hide-bid {
    clear: both;
}

.magazine-more {
    background: #CCCCCC;
    padding: 3px;
    width: 100%;
    height: 23px;
}

.magazine-more a {
    color: white;
    float: right;
}

.option-icons i {
    font-size: 50px !important;
    color: #CCCCCC;

}

.list6column ul li {
    display: inline;
    float: left;
    width: 16% !important;
    margin: 10px 0;
    padding: 10px;
    text-align: center;
    list-style: none;
    cursor: pointer;
    border-radius: 6px;
    /*background: #fff;*/
}

.list6column ul li:nth-child(7) {
    clear: both;
}

#graphmenu ul {
    display: inline-table;
    text-align: center;
    border-top: 1px dotted #CCCCCC;
    padding-top: 30px;
}

#graphmenu ul li {
    float: left;
    list-style: none;
    padding: 10px;
    width: 20%
}

#graphmenu ul li .h20 {
    height: 20px;
}

.arw {
    width: 204px;
    height: 60px;
}

.up-r {
    background-image: url("/images/arrows/arw-up-r.png");
    background-repeat: no-repeat;
    padding-top: 30px;
}

.up-l {
    background-image: url("/images/arrows/arw-up-l.png");
    background-repeat: no-repeat;
    padding-top: 30px;
}

.dwn-r {
    background-image: url("/images/arrows/arw-dwn-r.png");
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 40px;
}

.dwn-l {
    background-image: url("/images/arrows/arw-dwn-l.png");
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 40px;
}

#radio-pos-neg {
    cursor: pointer;
}

.feedbackrow {
    border-top: 1px dotted #cccccc;
    padding-top: 10px;
}

#feedback-list {
    margin-top: 30px;
}

#feedb-pos span,
.feedbackrow .mif-plus {
    color: green;
}

#feedb-neg span,
.feedbackrow .mif-minus {
    color: red;
}

.feedbackrow .mif-minus,
.feedbackrow .mif-plus {
    font-size: 35px !important;
    float: left;
    margin-right: 20px;
}

.feedb-date {
    color: #CCCCCC;
}

.feedb-row-subject {
    margin-bottom: 20px;
}

.feedb-row-subject a {
    margin-bottom: 20px;
    font-size: 12px !important;
}

.feedback_drop {
    padding: 5px;
    border-radius: 3px;
    background: #efefef;
    border: solid 1px #ccc;
    cursor: pointer;
    display: inline-block;
    margin: 2px;
}

#feedback_def {
    padding: 5px;
}

.bid-feedbacks {
    font-size: 11px !important;
    margin-bottom: 10px;
    background: #999999;
    width: 100%;
    padding: 3px;
    border-radius: 3px;
    color: #ffffff;
}

.mess-feedback {
    font-size: 10px !important;
    margin-bottom: 10px;
    background: #d6d6d6;
    width: fit-content;
    padding: 3px;
    border-radius: 3px;
    color: #ffffff;
}

.datasheet-feedbacks {
    border-radius: 4px;
    background: #f0f7fc;
    padding: 2px;
    margin: 7px 3px;
    font-size: 12px !important;
    text-align: center;
}

.blog-content {
    margin-top: 30px;
}

#list_head li {
    padding: 10px;
}

.instruction {
    font-size: 10px !important;
    color: #ccc;
}

#fFilter {
    border-radius: 5px;
}

.toggleS {
    display: none;
}

.new-user-alert {
    background: red;
    padding: 6px;
    font-size: 14px;
    text-align: center;
    min-height: 30px;
    width: 100%;
    color: #FFFFFF;
    margin: 20px 0;
}

.new-user-alert a {
    color: #FFFFFF;
    text-decoration: underline;
}

.alkatresz input {
    width: 240px;
}

.ttip {
    display: inline;
    position: relative;
}

.ttip:hover:after {
    background: #333;
    background: rgba(0, 0, 0, .8);
    border-radius: 5px;
    bottom: -34px;
    color: #fff;
    content: attr(glose);
    left: 20%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 350px;
}

.ttip:hover:before {
    border: solid;
    border-color: #333 transparent;
    border-width: 0 6px 6px 6px;
    bottom: -4px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
}

.admin-list {
    height: 100px;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 20px;
}

.offer-req-redbutton {
    color: #FFF !important;
    background: red !important;
    float: right;
    height: auto !important;
    position: relative;
    right: 10px;
    border-radius: 10px !important;
    padding: 20px !important;
}

.mybubble-white {
    position: relative;
    background-color: #FFFFFF;
    padding: 5px;
    text-align: left;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 0px 0 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0 3px rgba(0, 0, 0, 0.25);
    margin: 5px 10px;
    color: #00a0c6 !important;
}

.mybubble-white a {
    color: #00a0c6;
}

.inactive-layer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 300px;
    left: 0;
    z-index: 10;
    text-align: center;
}

.inactive-layer h1 {
    font-size: 75px;
    font-weight: bold;
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    -sand-transform: rotate(-30deg);
    transform: rotate(-30deg);
    opacity: 0.7;
    color: red;
}

.inactive-layer p {
    font-size: 20px;
    font-weight: bold;
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    -sand-transform: rotate(-30deg);
    transform: rotate(-30deg);
    opacity: 0.7;
    color: red;
}

#countdown {
    font-size: 20px;
    font-weight: bold;
    color: red;
    text-align: center;
    padding: 10px;
}

.CountryCode {
    background: #999999;
    color: #ffffff;
}

.hashTag-small {
    border-radius: 5px;
    background: #00a0c6;
    color: #ffffff !important;
    font-size: 12px !important;
    padding: 6px 15px 6px 10px;
    display: -webkit-inline-box;
    margin: 2px;
    border: 1px solid #fff;
}

.hashTag-large {
    border-radius: 5px;
    background: red;
    color: #ffffff !important;
    font-size: 30px !important;
    padding: 6px 15px 6px 10px;
    display: -webkit-inline-box;
    margin: 2px;
    border: 1px solid #fff;
}

.hashTag-red {
    border-radius: 5px;
    background: red;
    color: #ffffff !important;
    font-size: 18px !important;
    padding: 6px 15px 6px 10px;
    display: -webkit-inline-box;
    margin: 2px;
    border: 1px solid #fff;
}

.white-hashTag-small {
    border-radius: 5px;
    background: #FFFFFF;
    color: #00a0c6 !important;
    font-size: 12px !important;
    padding: 6px 15px 6px 10px;
    display: -webkit-inline-box;
    margin: 2px;
    border: 1px solid #fff;
}

.hashTag {
    border-radius: 5px;
    background: #00a0c6;
    color: #ffffff !important;
    font-size: 16px !important;
    padding: 6px 15px 6px 10px;
    display: -webkit-inline-box;
    margin: 2px;
    border: 1px solid #fff;
}

.white-hashTag {
    border-radius: 5px;
    background: #FFFFFF;
    font-size: 16px !important;
    padding: 6px 15px 6px 10px;
    display: -webkit-inline-box;
    margin: 2px;
    border: 1px dotted #00a0c6;
}

.mobileHashTag {
    border-radius: 2px;
    background: #00a0c6;
    color: #ffffff !important;
    font-size: 12px !important;
    padding: 2px;
    display: -webkit-inline-box;
    margin: 2px;
}

.grey-hashTag {
    border-radius: 5px;
    background: #cccccc;
    color: #FFFFFF !important;
    font-size: 16px !important;
    padding: 6px 15px 6px 10px;
    display: -webkit-inline-box;
    margin: 2px;
    border: 1px solid #fff;
}

.infoLine {
    background: #feffae;
    padding: 6px;
    margin-bottom: 10px;
    padding: 20px;
    border-radius: 10px;
}

.postStatusbar {
    position: absolute;
    top: 350px;
    left: 0px;
    padding: 6px;
    background: rgba(255, 255, 255, 0.81);
    z-index: 10;
}

.postTitlebar {
    position: absolute;
    top: 30px;
    left: 0px;
    padding: 6px;
    background: rgba(255, 255, 255, 0.8);
    z-index: 10;
    width: 100%;
    height: min-content;
}

.editorArea {
    background: #eeeeee;
    padding: 20px;
    border-radius: 10px;
}

@media screen and (max-width: 767px) {
    .couponContainer {
        background: rgba(0, 0, 0, 0.8);
        width: 100%;
        height: 100vh;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1000;
    }

    .coupon {
        width: 90%;
        height: fit-content;
        height: -moz-fit-content;
        background: #ffffff;
        margin: auto;
        padding: 20px;
        position: relative;
        top: 150px;
        left: 0;
        bottom: 0;
        right: 0;
        border-radius: 10px;
        border: 3px solid #02aff0;
    }

    .showNowCont {
        background: rgba(0, 0, 0, 0.49);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1000;
    }

    .showNowBox {
        width: 90%;
        height: fit-content;
        background: #ffffff;
        margin: auto;
        padding: 20px;
        position: relative;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        border-radius: 10px;
        border: 3px solid #02aff0;
    }
}

@media screen and (min-width: 767px) {

    .couponContainer {
        background: rgba(0, 0, 0, 0.8);
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
    }

    .coupon {
        width: 70%;
        height: fit-content;
        height: -moz-fit-content;
        background: #ffffff;
        margin: auto;
        padding: 20px;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        border-radius: 10px;
        border: 3px solid #02aff0;
    }

    .showNowCont {
        background: rgba(0, 0, 0, 0.49);
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
    }

    .showNowBox {
        width: 70%;
        height: fit-content;
        background: #ffffff;
        margin: auto;
        padding: 20px;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        border-radius: 10px;
        border: 3px solid #02aff0;
    }
}

#site-content {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    top: 40px;
}

@media screen and (min-width: 767px) {
    .frow {
        display: -webkit-box;
        margin-top: 10px;
        border-bottom: 1px solid #eeeeee;
        padding: 10px 0 10px;

    }

    .frow>div:nth-child(1) {
        width: 30%;
        font-weight: bold;
        padding: 10px;
    }

    .frow>div:nth-child(2) {
        width: 65%;
        margin-right: 2%;
        padding: 10px;
    }
}

@media screen and (max-width: 767px) {
    .frow {
        display: block;
        margin-top: 10px;
        border-bottom: 1px solid #eeeeee;
        padding: 10px 0 10px;

    }

    .frow>div:nth-child(1) {
        font-weight: bold;
        padding-bottom: 20px;
    }

    .frow>div:nth-child(2) {}
}

.alert div {
    width: 500px;
    background: red;
    color: white;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}

.ui-autocomplete {
    list-style-type: none;
    background: #ffffff;
}

.ui-menu .ui-menu-item a {
    cursor: pointer;
}

.ui-dialog {
    z-index: 10000 !important;
    width: 1000px !important;
}

.dialog-ex {
    z-index: 10000 !important;
}

.ui-dialog .ui-dialog-titlebar {
    background: #efefef;
    border-radius: 3px;
}

.form-element-title {
    width: 100%;
    display: block;
    font-weight: bold;
    background: #999;
    border-radius: 5px;
    padding: 5px;
    color: white;
}

.message-form-element {
    width: 100%;
}

.mailList>li {
    list-style-type: none !important;
    cursor: pointer;
}

.mailList>li:hover {
    background: #efefef;
}

.mailList>li>ul>li {
    display: inline;
    list-style-type: none;
    padding: 10px;
    width: 250px;
}

.ulmenu>li {
    display: inline;
    padding: 10px;
    margin: 5px;
}

.ulmenu {
    border-bottom: 1px solid #efefef;
}

.offer-req-ad {
    background: #ffffff;
    padding: 20px;
    margin: 20px;
    border: 1px solid #f79595;
    border-radius: 10px;
}

.listbubb {
    background: #ffffff;
    margin: 10px;
    padding: 10px;
    border: 1px dotted #00a0c6;
    border-radius: 10px;
}

.listbubb>h2 {
    color: #00a0c6;
    font-weight: bold;
    font-size: 20px;
}

@media screen and (min-width: 767px) {
    .bubb {
        background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%);
        padding: 20px;
        margin: 15px 5px;
        border: 2px solid #d4af37;
        border-radius: 18px !important;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
        transition: all 0.3s ease;
        position: relative;
        overflow: hidden;
    }

    .bubb::before {
        content: '✦';
        position: absolute;
        top: 15px;
        right: 20px;
        font-size: 1.2rem;
        color: #d4af37;
        opacity: 0.15;
        animation: twinkle 3s ease-in-out infinite;
    }
    
    .bubb::after {
        content: '✦';
        position: absolute;
        bottom: 15px;
        left: 20px;
        font-size: 0.9rem;
        color: #c0c0c0;
        opacity: 0.12;
        animation: twinkle 3s ease-in-out infinite 1.5s;
    }
    
    @keyframes twinkle {
        0%, 100% { opacity: 0.1; transform: scale(1); }
        50% { opacity: 0.25; transform: scale(1.1); }
    }

    .bubb-lightgrey {
        background: linear-gradient(135deg, #f8f8f8 0%, #e8e8e8 100%);
        padding: 20px;
        margin: 15px 5px;
        border-radius: 18px !important;
        border: 2px solid #e0e0e0;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    }

    .headline-links a {
        padding-left: 20px;
    }
}

@media screen and (max-width: 767px) {
    .bubb {
        padding: 18px;
        background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%);
        margin: 12px 5px;
        border: 2px solid #d4af37;
        border-radius: 18px !important;
        width: auto;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
        position: relative;
        overflow: hidden;
    }

    .bubb::before {
        content: '✦';
        position: absolute;
        top: 12px;
        right: 15px;
        font-size: 1rem;
        color: #d4af37;
        opacity: 0.15;
        animation: twinkle 3s ease-in-out infinite;
    }
    
    .bubb::after {
        content: '✦';
        position: absolute;
        bottom: 12px;
        left: 15px;
        font-size: 0.7rem;
        color: #c0c0c0;
        opacity: 0.12;
        animation: twinkle 3s ease-in-out infinite 1.5s;
    }

    .bubb-lightgrey {
        background: linear-gradient(135deg, #f8f8f8 0%, #e8e8e8 100%);
        padding: 18px;
        margin: 12px 5px;
        border-radius: 18px !important;
        width: auto;
        border: 2px solid #e0e0e0;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    }

    .headline-links a {
        width: 100%;
        display: block;
        text-align: left !important;
        padding: 10px;
        font-size: 15px !important;
    }
}

.left {
    line-height: 10px;
}

#biddiv {}

#biddiv div {}

.bubb h2 {
    color: #2c3e50;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
    position: relative;
    padding-bottom: 15px;
    margin-top: 0;
}

.bubb h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #d4af37 50%, transparent 100%);
}

.bubb h3 {
    color: #2c3e50;
    margin-top: 0;
}

.bubb:hover {
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.2);
    transform: translateY(-2px);
    border-color: #c0a060;
}

.bidMessTitle {
    cursor: pointer;
    color: #000000;
    border-radius: 6px;
    padding: 5px;
}

.bidrow {
    padding: 20px;
    background: #eeeeee;
    margin-top: 20px;
    border-radius: 10px;
}

.notiList {
    width: 400px;
    z-index: 9999;
    left: auto !important;
    overflow: auto;
    right: 70px !important;
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 55%, rgba(0, 0, 0, 0) 100%);
}

@media screen and (max-width: 767px) {
    .notiList {
        right: 0 !important;
        top: 50px !important;
    }
}

.notlist-button {
    color: #00a0c6 !important;
    border: #00a0c6 1px solid;
    background: #ffffff;
    border-radius: 3px;
    padding: 3px;
    margin: 3px;
}

.item_numbers {
    background: red;
    padding: 2px;
    border-radius: 3px;
    position: relative;
    top: 1px;
    color: #FFFFFF;
    font-weight: bold;
}

.elkelt {
    background: red;
    padding: 2px;
    border-radius: 3px;
    position: relative;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    width: 100%;
}

.small {
    font-size: 10px;
    color: orange;
    font-weight: normal;
}

.no50 input {
    height: auto;
}

.blue-text {
    font-size: 18px;
    color: #00a0c6;
}

.mobile-index {
    display: -webkit-box;
    margin-left: auto;
    margin-right: auto;
}

.mi-box {
    width: 49%;
    height: 0;
    padding-bottom: 27%;
    padding-top: 15%;
    margin: 2px;
    border: 1px #00a0c6 solid;
    position: relative;
    vertical-align: middle;
    text-align: center;
}

.mobile-index>div:nth-child(1) {}

.mobile-index>div:nth-child(3) {
    clear: both;
}

@media screen and (max-width: 767px) {
    .help-banner {
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        border: 1px solid #00a0c6;
        border-radius: 5px 5px 0 0;
    }

    .help-content {
        max-height: 350px;
        background: #fff;
        padding: 10px;
        display: none;
        overflow-y: scroll;
    }
}

@media screen and (min-width: 767px) {
    .help-banner {
        position: fixed;
        width: 300px;
        bottom: 0;
        left: 20px;
        border: 1px solid #00a0c6;
        border-radius: 5px 5px 0 0;
    }

    .help-content {
        max-height: 500px;
        background: #fff;
        padding: 10px;
        display: none;
        overflow-y: scroll;
    }
}

.help-title {
    padding: 5px;
    font-size: 20px;
    font-weight: bold;
    background: #00a0c6;
    text-align: center;
    color: #fff;
    cursor: pointer;
    height: 30px;


}

.help-row {
    padding-bottom: 10px;
}

.help-close {
    text-align: right;
    cursor: pointer;
}

.cookieContainer {
    position: fixed;
    width: 100%;
    background: #000;
    padding: 30px;
    bottom: 0px;
    z-index: 999999;
    opacity: 0.8;
}

.bid-section {
    width: 100%;
}

.info-box {
    display: none;
    width: 400px;
    z-index: 999;
    position: absolute;
}

.trlist {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.trlist-row {
    display: flex;
}

.trlist-row div {
    margin: 5px;
    padding: 5px;
    width: 23%
}

.half {
    width: 48%;
    margin: 1%;
}

.scroll800 {
    max-height: 800px;
    overflow-y: auto;
    overflow-x: hidden;
}

.range-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.box-minmax {
    margin-top: 30px;
    width: 608px;
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    color: #FFFFFF;

    span:first-child {
        margin-left: 10px;
    }
}

.ui-slider .ui-slider-handle {
    width: 50px !important;
    height: 50px !important;
    background: #00a0c6 !important;
    color: #ffffff !important;
    margin-top: -35px !important;
    text-align: center;
    padding-top: 12px;
    border-radius: 50% 50% 50% 0 !important;
    margin-left: 0px;

}

.dashboard li {
    list-style: none;

}

@media screen and (max-width: 767px) {
    .dashboard li a {
        width: 250px;
    }

    .dashboard li {
        display: inline-flex;
        margin: 10px;
    }
}

@media screen and (min-width: 767px) {
    .dashboard li {
        margin: 30px 5px;
        display: inline-block;
    }
}

.dashboard li a {
    padding: 20px;
    border: 3px solid #2086bf;
    border-radius: 10px;
    cursor: pointer;
}

.headline {
    inline-size: fit-content;
}

.lapozo-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.vertMiddle {
    display: flex;
    justify-content: center;
    align-items: center;
}

.grecaptcha-badge {
    visibility: hidden;
}

.gtranslate_wrapper {
    visibility: hidden;
}
.greybox {
    background: #f0f0f0;
    padding: 10px;
    border-radius: 10px;
    margin: 10px;
}

.gallery {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    @media (min-width: 769px) {
        .product-container {
            display: flex;
            flex-wrap: wrap;
            margin: 20px;
        }

        .gallery-item {
            width: 260px;
            height: auto;
        }

        .gallery img {
            width: 100%;
            height: auto;
        }

        .product-categories {
            margin-bottom: 20px;
        }

        .product-categories ul {
            list-style-type: none;
            padding: 0;
        }

        .product-categories li {
            margin-bottom: 10px;
        }

        .product-categories a {
            text-decoration: none;
            color: #000;
        }

        .product-categories {
            max-width: 250px;
            float: right;
            margin-left: 25px;
            margin-right: 15px;
            margin-bottom: 25px;
        }
    }

    @media (max-width: 768px) {

        .gallery-item {
            width: 100%;
        }

        .gallery img {
            width: 100%;
        }

        .product-categories {
            display: none;
        }

        .product-container {
            flex-direction: column;
            margin: 10px;
        }
    }


    .gallery-item {
        display: inline-block;
        margin: 10px;
        text-align: center;
    }

    .gallery-item img {
        display: block;
        margin: 0 auto;
        cursor: pointer;

    }

    .gallery-item a {
        text-decoration: none;
        color: #000;
    }

    .list-sku {
        position: relative;
        bottom: 170px;
        left: 70%;
        background-color: rgb(255 255 255 / 78%);
        padding: 5px;
        border-radius: 6px;
        font-size: 14px;
        color: #298ce1;
        width: fit-content;
        font-weight: bold;
        border: 1px solid;
    }

    .list-title {
        font-weight: bold;
    }

    .pricelabel {
        width: 100%;
        background-color: #f96262;
        color: #ffffff;
        text-align: center;
        padding: 5px 0;
        font-size: 14px;
        font-weight: bold;
    }
    .sales {
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
        text-align: center;
        font-size: 12px;
        color: #444;
        background: rgba(255,255,255,0.85);
        border-radius: 6px;
        padding: 4px 0;
        z-index: 2;
    }
    .gallery-item {
        position: relative;
        min-height: 320px; /* adjust as needed for enough space */
    }
    .cat-tags{
        position: absolute;
        display: block;
        top: 15px;
        left: 15px;
        text-align: center;
    }
    .cat-tag {
        display: inline-block;
        background-color: #f0f0f0;
        border: 1px solid #ccc;
        border-radius: 5px;
        padding: 2px 6px;
        margin: 2px;
        font-size: 12px;
        color: #333;
    }
    #scrollToTopBtn {
        display: block;
        position: fixed;
        bottom: -10px;
        right: calc(50% - 25px);
        background-color: rgb(255, 255, 255);
        color: #ccc;
        border: 1px solid #ccc;
        padding: 0px 20px 10px 20px;
        border-radius: 10px;
        cursor: pointer;
        font-size: 25px;
        z-index: 9999;
    }

/* ============================================
   ELEGANT CHRISTMAS THEME 2025
   Sophisticated, Modern, Non-Tacky Design
   ============================================ */

/* Christmas Modal Styling */
.christmas-modal {
    border: none;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(192, 192, 192, 0.3);
}

.christmas-modal-header {
    background: linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 100%);
    border-bottom: 2px solid #d4af37;
    padding: 25px;
    position: relative;
}

.christmas-modal-header::before {
    content: '❄';
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 30px;
    color: rgba(212, 175, 55, 0.3);
    animation: snowflakeFloat 3s ease-in-out infinite;
}

.christmas-modal-header::after {
    content: '❄';
    position: absolute;
    top: 15px;
    right: 30px;
    font-size: 25px;
    color: rgba(192, 192, 192, 0.4);
    animation: snowflakeFloat 4s ease-in-out infinite;
}

.christmas-modal-body {
    padding: 30px;
    background: linear-gradient(to bottom, #ffffff 0%, #fafafa 100%);
}

.christmas-content {
    position: relative;
}

.delivery-deadlines ul {
    background: rgba(248, 248, 248, 0.8);
    padding: 20px 20px 20px 35px;
    border-radius: 12px;
    border-left: 4px solid #d4af37;
    list-style-position: inside;
}

.delivery-deadlines li {
    padding: 10px 0;
    font-size: 15px;
    color: #2c3e50;
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
}

.delivery-deadlines li:last-child {
    border-bottom: none;
}

.christmas-modal-footer {
    background: linear-gradient(135deg, #e8e8e8 0%, #f5f5f5 100%);
    border-top: 2px solid #d4af37;
    padding: 20px;
}

.btn-christmas {
    background: linear-gradient(135deg, #c0c0c0 0%, #d4af37 100%);
    color: #2c3e50;
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
    transition: all 0.3s ease;
}

.btn-christmas:hover {
    background: linear-gradient(135deg, #d4af37 0%, #c0c0c0 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.4);
    color: #1a252f;
}

.christmas-close {
    background: transparent;
    border: none;
    font-size: 28px;
    color: #95a5a6;
    cursor: pointer;
    transition: all 0.3s ease;
}

.christmas-close:hover {
    color: #d4af37;
    transform: rotate(90deg);
}

@keyframes snowflakeFloat {
    0%, 100% { transform: translateY(0) rotate(0deg); opacity: 0.3; }
    50% { transform: translateY(-10px) rotate(180deg); opacity: 0.6; }
}

/* Product Grid - Advent Calendar Style */
.gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 20px;
    background: linear-gradient(135deg, #fafafa 0%, #f0f0f0 100%);
    border-radius: 15px;
    position: relative;
    margin-right: 320px;
    max-width: calc(100% - 320px);
}

.gallery::before {
    content: '✨';
    position: absolute;
    top: -15px;
    left: 20px;
    font-size: 30px;
    animation: sparkle 2s ease-in-out infinite;
}

.gallery::after {
    content: '✨';
    position: absolute;
    bottom: -15px;
    right: 20px;
    font-size: 30px;
    animation: sparkle 2.5s ease-in-out infinite;
}

@keyframes sparkle {
    0%, 100% { opacity: 0.4; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.2); }
}

.gallery-item {
    background: linear-gradient(135deg, #ffffff 0%, #f8f8f8 100%);
    border: 2px solid transparent;
    border-radius: 15px;
    padding: 15px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.gallery-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.1) 0%, rgba(192, 192, 192, 0.1) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
}

.gallery-item:hover::before {
    opacity: 1;
}

.gallery-item:hover {
    transform: translateY(-8px);
    border-color: #d4af37;
    box-shadow: 0 12px 30px rgba(212, 175, 55, 0.25),
                0 0 20px rgba(192, 192, 192, 0.15);
}

.gallery-item::after {
    content: '❄';
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    color: rgba(192, 192, 192, 0.2);
    transition: all 0.4s ease;
}

.gallery-item:hover::after {
    color: rgba(212, 175, 55, 0.5);
    transform: rotate(180deg) scale(1.3);
}

.gallery-item img {
    position: relative;
    z-index: 1;
    transition: transform 0.4s ease;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.list-title {
    font-weight: 600;
    color: #2c3e50;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
}

.pricelabel {
    background: linear-gradient(135deg, #c0392b 0%, #e74c3c 100%);
    color: #ffffff;
    font-weight: 700;
    box-shadow: 0 2px 10px rgba(192, 57, 43, 0.3);
    position: relative;
    z-index: 2;
}

.list-sku {
    position: relative;
    bottom: 170px;
    left: 70%;
    width: fit-content;
    padding: 5px;
    border-radius: 6px;
    font-size: 14px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 248, 248, 0.95) 100%);
    border: 2px solid #d4af37;
    color: #2c3e50;
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(212, 175, 55, 0.2);
    z-index: 3;
}

/* Category Menu - Elegant Christmas Style */
.product-categories {
    background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%);
    border: 2px solid #e8e8e8;
    border-radius: 18px !important;
    padding: 20px;
    margin: 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    position: fixed;
    top: 80px;
    right: 20px;
    overflow: visible;
    z-index: 1000;
    max-height: calc(100vh - 120px);
    display: flex;
    flex-direction: column;
    width: 280px;
}

.product-categories::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #c0c0c0 0%, #d4af37 50%, #c0c0c0 100%);
    border-radius: 18px 18px 0 0;
}

.product-categories h2 {
    flex-shrink: 0;
    margin-bottom: 15px;
}

.product-categories #category-list {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 100%;
    padding-right: 8px;
}

.product-categories #category-list::-webkit-scrollbar {
    width: 8px;
}

.product-categories #category-list::-webkit-scrollbar-track {
    background: linear-gradient(135deg, #fafafa 0%, #f0f0f0 100%);
    border-radius: 10px;
}

.product-categories #category-list::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #d4af37 0%, #c0c0c0 100%);
    border-radius: 10px;
    border: 2px solid #fafafa;
}

.product-categories #category-list::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #c0a060 0%, #b0b0b0 100%);
}

/* Special Category Buttons - Premium Design */
.special-category-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 15px;
}

.special-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 20px;
    background: linear-gradient(135deg, #d4af37 0%, #c0c0c0 100%);
    border: 2px solid #d4af37;
    border-radius: 15px !important;
    color: #2c3e50;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.35);
    position: relative;
    overflow: hidden;
    text-align: center;
}

.special-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.special-btn:hover::before {
    left: 100%;
}

.special-btn:hover {
    background: linear-gradient(135deg, #c0a060 0%, #b0b0b0 100%);
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 6px 25px rgba(212, 175, 55, 0.5);
    border-color: #c0a060;
}

.special-btn .btn-icon {
    font-size: 24px;
    display: inline-block;
    animation: pulse 2s ease-in-out infinite;
}

.special-btn .btn-text {
    font-size: 16px;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.3);
}

.outlet-btn:hover .btn-icon {
    animation: spin 0.6s ease-in-out;
}

.custom-btn:hover .btn-icon {
    animation: bounce 0.6s ease-in-out;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

/* Show More Categories Button */
.show-more-btn {
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.15) 0%, rgba(192, 192, 192, 0.15) 100%) !important;
    border: 2px dashed #d4af37 !important;
    font-weight: 600 !important;
    text-align: center !important;
    color: #d4af37 !important;
    margin-top: 10px !important;
}

.show-more-btn:hover {
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.25) 0%, rgba(192, 192, 192, 0.25) 100%) !important;
    border-style: solid !important;
}

.product-categories a {
    display: block;
    padding: 14px 20px;
    margin: 10px 0;
    background: linear-gradient(135deg, #f8f8f8 0%, #ffffff 100%);
    border: 2px solid transparent;
    border-radius: 12px !important;
    transition: all 0.3s ease;
    color: #2c3e50;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.product-categories a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background: linear-gradient(180deg, #d4af37 0%, #c0c0c0 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.product-categories a:hover {
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.1) 0%, rgba(192, 192, 192, 0.1) 100%);
    border-color: #d4af37;
    transform: translateX(5px);
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.2);
}

.product-categories a:hover::before {
    opacity: 1;
}

.product-categories label {
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    cursor: pointer;
    transition: all 0.3s ease;
    display: block;
    margin: 0;
}

.product-categories a:hover label {
    color: #d4af37;
}

.product-categories ul {
    list-style: none;
    padding: 0;
    margin: 18px 0 0 0;
}

.product-categories li {
    margin: 0;
}

.product-categories hr {
    border: none;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #d4af37 50%, transparent 100%);
    margin: 18px 0;
}

/* Outlet and Custom Gobelin Buttons - Elegant Style */
.text-center .btn {
    margin: 8px;
    padding: 12px 28px;
    border-radius: 25px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0.5px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    border: 2px solid transparent;
}

.text-center .btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
}

.text-center .btn:hover::before {
    width: 300px;
    height: 300px;
}

.text-center .btn-primary {
    background: linear-gradient(135deg, #d4af37 0%, #c0c0c0 100%);
    color: #2c3e50;
    border-color: #d4af37;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
}

.text-center .btn-primary:hover {
    background: linear-gradient(135deg, #c0c0c0 0%, #d4af37 100%);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.4);
}

.text-center .btn-secondary {
    background: linear-gradient(135deg, #ecf0f1 0%, #bdc3c7 100%);
    color: #2c3e50;
    border-color: #bdc3c7;
    box-shadow: 0 4px 15px rgba(189, 195, 199, 0.3);
}

.text-center .btn-secondary:hover {
    background: linear-gradient(135deg, #bdc3c7 0%, #95a5a6 100%);
    border-color: #95a5a6;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(149, 165, 166, 0.4);
}

/* Special styling for outlet button with cyan color */
.text-center .btn-secondary[style*="aceef9"] {
    background: linear-gradient(135deg, #d4af37 0%, #c0c0c0 100%) !important;
    color: #2c3e50 !important;
    border: 2px solid #d4af37 !important;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.35);
    font-weight: 700;
}

.text-center .btn-secondary[style*="aceef9"]:hover {
    background: linear-gradient(135deg, #c0c0c0 0%, #d4af37 100%) !important;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 6px 25px rgba(212, 175, 55, 0.5);
}

/* Snowflakes Animation Background */
body {
    position: relative;
}

@media (min-width: 769px) {
    body::before {
        content: '❄';
        position: fixed;
        top: 10%;
        left: 5%;
        font-size: 25px;
        color: rgba(192, 192, 192, 0.15);
        animation: snowDrift 15s linear infinite;
        pointer-events: none;
        z-index: -1;
    }

    body::after {
        content: '✨';
        position: fixed;
        top: 20%;
        right: 8%;
        font-size: 20px;
        color: rgba(212, 175, 55, 0.15);
        animation: sparkle 3s ease-in-out infinite;
        pointer-events: none;
        z-index: -1;
    }
}

@keyframes snowDrift {
    0% { transform: translateY(0) rotate(0deg); opacity: 0; }
    10% { opacity: 0.15; }
    90% { opacity: 0.15; }
    100% { transform: translateY(100vh) rotate(360deg); opacity: 0; }
}

/* Page Title Styling */
h1.text-center {
    color: #2c3e50;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    margin: 30px 0 20px 0;
    position: relative;
    padding-bottom: 15px;
}

h1.text-center::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, transparent 0%, #d4af37 50%, transparent 100%);
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .gallery {
        margin-right: 0;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .gallery {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        padding: 12px;
        border-radius: 10px;
    }
    
    .gallery::before,
    .gallery::after {
        display: none;
    }
    
    .gallery-item {
        padding: 10px;
        border-radius: 10px;
    }
    
    .gallery-item::after {
        display: none;
    }
    
    .christmas-modal-body {
        padding: 20px;
    }
    
    .delivery-deadlines li {
        font-size: 14px;
    }
}

/* ============================================
   PRODUCT PAGE CHRISTMAS STYLING
   ============================================ */

/* Product Container */
.product-container {
    background: linear-gradient(135deg, #fafafa 0%, #f5f5f5 100%);
    border-radius: 20px !important;
    padding: 35px;
    margin: 25px auto;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
}

.product-container::before {
    content: '✨';
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 25px;
    color: rgba(212, 175, 55, 0.3);
    animation: sparkle 2s ease-in-out infinite;
}

.product-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #d4af37 0%, #c0c0c0 50%, #d4af37 100%);
}

/* Product Image Section */
.product-image {
    position: relative;
}

.product-image img {
    border-radius: 18px !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    transition: all 0.4s ease;
    border: 3px solid #e8e8e8;
}

.product-image img:hover {
    transform: scale(1.02);
    border-color: #d4af37;
    box-shadow: 0 12px 35px rgba(212, 175, 55, 0.25);
}

/* Gallery Thumbnails */
.gallery-thumbnails {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-top: 18px;
}

.gallery-thumbnails .img-thumbnail {
    border: 2px solid #e8e8e8;
    border-radius: 12px !important;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.gallery-thumbnails .img-thumbnail:hover {
    border-color: #d4af37;
    transform: scale(1.1);
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
}

/* Product Details Bubbles - Christmas Enhanced */
/* This section is now handled by media queries above - keeping for specificity */

/* Price Table - Special Christmas Style */
.pricetable {
    background: linear-gradient(135deg, #d4af37 0%, #c0c0c0 100%) !important;
    color: #2c3e50 !important;
    border: none !important;
    border-radius: 18px !important;
    text-align: center;
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.35) !important;
    position: relative;
    overflow: hidden;
}

.pricetable::before {
    content: '✨';
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 30px;
    opacity: 0.3;
    animation: sparkle 3s ease-in-out infinite;
}

.pricetable::after {
    content: '✨';
    position: absolute;
    bottom: 10px;
    right: 20px;
    font-size: 30px;
    opacity: 0.3;
    animation: sparkle 3.5s ease-in-out infinite;
}

.pricetable h3 {
    position: relative;
    z-index: 2;
    font-weight: 700;
    margin: 0;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.3);
}

/* Product Description */
.product-description {
    line-height: 1.8;
    color: #34495e;
}

/* Custom Bubble for Special Offers */
.custom-bubble {
    border: 2px solid #d4af37;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(250, 250, 250, 0.95) 100%);
    padding: 25px;
    padding-top: 30px;
    border-radius: 18px !important;
    position: relative;
    box-shadow: 0 4px 20px rgba(212, 175, 55, 0.15);
    margin: 20px;
    margin-top: 35px;
    overflow: visible;
}

.custom-bubble::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #d4af37 0%, #c0c0c0 50%, #d4af37 100%);
}

.custom-bubble h4 {
    color: #2c3e50;
    margin-bottom: 15px;
    margin-top: 5px;
}

/* Label Styling */
.label {
    background: linear-gradient(135deg, #d4af37 0%, #c0c0c0 100%);
    color: #2c3e50;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 25px;
    box-shadow: 0 3px 10px rgba(212, 175, 55, 0.3);
    display: inline-block;
    font-size: 14px;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.3);
}

.label.top-right {
    position: absolute;
    top: -22px;
    left: 25px;
    z-index: 20;
    white-space: nowrap;
}

/* Options Section */
.options {
    background: linear-gradient(135deg, #ffffff 0%, #f8f8f8 100%);
    border: 2px solid #e8e8e8;
    border-radius: 18px !important;
    padding: 22px;
    margin: 20px 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}

.options::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #d4af37 50%, transparent 100%);
}

.options h3 {
    color: #2c3e50;
    margin-bottom: 18px;
    margin-top: 5px;
    padding-bottom: 12px;
    position: relative;
}

.options h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, #d4af37 0%, transparent 100%);
}

.options label {
    display: block;
    padding: 14px 18px;
    margin: 10px 0;
    background: #fafafa;
    border: 2px solid #e8e8e8;
    border-radius: 12px !important;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    font-size: 15px;
}

.options label:hover {
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.08) 0%, rgba(192, 192, 192, 0.08) 100%);
    border-color: #d4af37;
    transform: translateX(5px);
    box-shadow: 0 2px 8px rgba(212, 175, 55, 0.15);
}

.options input[type="radio"],
.options input[type="checkbox"] {
    margin-right: 12px;
    accent-color: #d4af37;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.options input[type="text"] {
    padding: 14px 16px;
    border: 2px solid #e8e8e8;
    border-radius: 12px !important;
    transition: all 0.3s ease;
    width: 100%;
    margin-top: 10px;
    font-size: 15px;
}

.options input[type="text"]:focus {
    border-color: #d4af37;
    outline: none;
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.25);
    background: #fff;
}

/* Shipping Bubble */
.shipping-bubble {
    border: 2px solid #d4af37;
    background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%);
    padding: 35px 25px 25px 25px;
    border-radius: 18px !important;
    position: relative;
    margin: 45px 0 20px 0;
    text-align: center;
    box-shadow: 0 4px 20px rgba(212, 175, 55, 0.15);
    overflow: visible;
}

/* Product Action Buttons */
.product-actions button,
.butt,
button[type="submit"] {
    background: linear-gradient(135deg, #d4af37 0%, #c0c0c0 100%);
    color: #2c3e50;
    border: 2px solid #d4af37;
    padding: 14px 30px;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
    position: relative;
    overflow: hidden;
}

.product-actions button::before,
.butt::before,
button[type="submit"]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
}

.product-actions button:hover,
.butt:hover,
button[type="submit"]:hover {
    background: linear-gradient(135deg, #c0c0c0 0%, #d4af37 100%);
    transform: translateY(-3px);
    box-shadow: 0 6px 25px rgba(212, 175, 55, 0.45);
}

.product-actions button:hover::before,
.butt:hover::before,
button[type="submit"]:hover::before {
    width: 300px;
    height: 300px;
}

/* Input Number Fields */
.product-actions input[type="number"] {
    border: 2px solid #e8e8e8;
    border-radius: 10px;
    padding: 10px;
    transition: all 0.3s ease;
}

.product-actions input[type="number"]:focus {
    border-color: #d4af37;
    outline: none;
    box-shadow: 0 0 10px rgba(212, 175, 55, 0.2);
}

/* Modal Enhancements */
#imageModal .modal-content {
    border-radius: 20px !important;
    border: none;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

#imageModal .modal-header {
    background: linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 100%);
    border-bottom: 2px solid #d4af37;
    border-radius: 20px 20px 0 0;
    padding: 20px;
}

#imageModal .carousel-control-prev-icon,
#imageModal .carousel-control-next-icon {
    background-color: rgba(212, 175, 55, 0.7);
    border-radius: 50%;
    padding: 20px;
}

/* Responsive Enhancements for Product Page */
@media (max-width: 768px) {
    .product-container {
        padding: 20px;
        margin: 10px;
    }
    
    .options label {
        padding: 10px;
        font-size: 14px;
    }
    
    .bubb {
        padding: 18px !important;
        margin: 12px 5px !important;
        border-radius: 18px !important;
    }
    
    .product-container::before,
    .product-container::after {
        display: none;
    }
    
    .product-container {
        border-radius: 15px !important;
        padding: 15px;
        margin: 10px;
    }
    
    /* Size selection mobile */
    .meretvalasztas .card {
        margin-bottom: 10px;
    }
    
    /* Action buttons mobile */
    .product-actions {
        flex-direction: column;
        gap: 10px;
    }
    
    .product-actions .btn {
        width: 100%;
    }
}

/* ============================================
   OUTLET & SPECIAL PAGES CHRISTMAS STYLING
   ============================================ */

/* Price Display - Special Christmas Style */
.price-display {
    background: linear-gradient(135deg, #ffffff 0%, #f8f8f8 100%);
    border: 3px solid #d4af37;
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0 6px 25px rgba(212, 175, 55, 0.3);
    position: relative;
    overflow: hidden;
}

.price-display::before {
    content: '✨';
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 25px;
    color: rgba(212, 175, 55, 0.3);
    animation: sparkle 2s ease-in-out infinite;
}

.price-display::after {
    content: '✨';
    position: absolute;
    bottom: 10px;
    right: 15px;
    font-size: 25px;
    color: rgba(212, 175, 55, 0.3);
    animation: sparkle 2.5s ease-in-out infinite;
}

/* Relevant Products Section */
.relevant-products {
    background: linear-gradient(135deg, #fafafa 0%, #f0f0f0 100%);
    padding: 30px;
    border-radius: 20px;
    margin: 40px 0;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.relevant-products h3 {
    color: #2c3e50;
    text-align: center;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
}

.relevant-products h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 3px;
    background: linear-gradient(90deg, transparent 0%, #d4af37 50%, transparent 100%);
}

/* Checkout Page Styling */
.checkout-container {
    background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%);
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    margin: 20px auto;
}

/* Form Elements Christmas Style */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea,
select {
    border: 2px solid #e8e8e8;
    border-radius: 10px;
    padding: 12px 15px;
    transition: all 0.3s ease;
    width: 100%;
    font-size: 15px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    border-color: #d4af37;
    outline: none;
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.2);
    background: rgba(255, 255, 255, 1);
}

/* Cart Items Styling */
.cart-item {
    background: linear-gradient(135deg, #ffffff 0%, #f8f8f8 100%);
    border: 2px solid #e8e8e8;
    border-radius: 15px;
    padding: 20px;
    margin: 15px 0;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.cart-item:hover {
    border-color: #d4af37;
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.2);
    transform: translateY(-2px);
}

/* Alert & Info Boxes Christmas Style */
.alert,
.info-box {
    border-radius: 15px;
    border: 2px solid transparent;
    padding: 20px;
    margin: 15px 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.alert-success,
.info-box.success {
    background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
    border-color: #28a745;
}

.alert-warning,
.info-box.warning {
    background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
    border-color: #d4af37;
}

.alert-info,
.info-box.info {
    background: linear-gradient(135deg, #d1ecf1 0%, #bee5eb 100%);
    border-color: #17a2b8;
}

.alert-danger,
.info-box.error {
    background: linear-gradient(135deg, #f8d7da 0%, #f5c6cb 100%);
    border-color: #dc3545;
}

/* Table Styling */
table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

table thead {
    background: linear-gradient(135deg, #d4af37 0%, #c0c0c0 100%);
    color: #2c3e50;
}

table thead th {
    padding: 15px;
    font-weight: 600;
}

table tbody tr {
    background: #ffffff;
    transition: all 0.3s ease;
}

table tbody tr:nth-child(even) {
    background: #fafafa;
}

table tbody tr:hover {
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.1) 0%, rgba(192, 192, 192, 0.1) 100%);
}

table tbody td {
    padding: 15px;
    border-bottom: 1px solid #e8e8e8;
}

/* Payment Icons Enhancement */
.payment-icons,
.payment-icons2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin: 25px 0;
    padding: 20px;
    background: linear-gradient(135deg, #ffffff 0%, #f8f8f8 100%);
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.payment-icons img,
.payment-icons2 img {
    transition: all 0.3s ease;
    filter: grayscale(20%);
}

.payment-icons img:hover,
.payment-icons2 img:hover {
    filter: grayscale(0%);
    transform: scale(1.1);
}

/* Breadcrumb Styling */
.breadcrumb {
    background: linear-gradient(135deg, #f8f8f8 0%, #e8e8e8 100%);
    border-radius: 25px;
    padding: 12px 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.breadcrumb-item {
    color: #2c3e50;
}

.breadcrumb-item.active {
    color: #d4af37;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: '›';
    color: #d4af37;
}

/* Pagination Christmas Style */
.pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 30px 0;
}

.pagination a,
.pagination span {
    padding: 10px 18px;
    background: linear-gradient(135deg, #ffffff 0%, #f8f8f8 100%);
    border: 2px solid #e8e8e8;
    border-radius: 10px;
    color: #2c3e50;
    text-decoration: none;
    transition: all 0.3s ease;
}

.pagination a:hover {
    background: linear-gradient(135deg, #d4af37 0%, #c0c0c0 100%);
    border-color: #d4af37;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
}

.pagination .active {
    background: linear-gradient(135deg, #d4af37 0%, #c0c0c0 100%);
    border-color: #d4af37;
    font-weight: 600;
}

/* Scroll to Top Button Enhancement */
#scrollToTopBtn {
    background: linear-gradient(135deg, #d4af37 0%, #c0c0c0 100%);
    color: #2c3e50;
    border: 2px solid #d4af37;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
    transition: all 0.3s ease;
    z-index: 9999;
}

#scrollToTopBtn:hover {
    background: linear-gradient(135deg, #c0c0c0 0%, #d4af37 100%);
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.5);
}

/* ============================================
   MODAL FIX FOR PRODUCT PAGE
   ============================================ */

/* Fix for kanava-info-modal and similar modals */
#kanava-info-modal {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 99999 !important;
    display: none;
}

.kanava-modal-backdrop {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(0, 0, 0, 0.7) !important;
    z-index: 99998 !important;
}

.kanava-modal-content {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%) !important;
    padding: 35px !important;
    z-index: 99999 !important;
    width: 90% !important;
    max-width: 800px !important;
    max-height: 85vh !important;
    overflow-y: auto !important;
    border-radius: 20px !important;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.3) !important;
    border: 2px solid #d4af37 !important;
}

.kanava-modal-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #d4af37 0%, #c0c0c0 50%, #d4af37 100%);
    border-radius: 20px 20px 0 0;
}

.kanava-modal-content img {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 15px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
    margin-bottom: 20px !important;
}

.kanava-modal-content p {
    margin-top: 20px !important;
    text-align: justify !important;
    line-height: 1.8 !important;
    color: #34495e !important;
    font-size: 15px !important;
}

.kanava-modal-content button,
#close-kanava-info {
    background: linear-gradient(135deg, #d4af37 0%, #c0c0c0 100%) !important;
    color: #2c3e50 !important;
    border: 2px solid #d4af37 !important;
    padding: 14px 35px !important;
    border-radius: 25px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    margin-top: 25px !important;
    font-size: 16px !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3) !important;
}

.kanava-modal-content button:hover,
#close-kanava-info:hover {
    background: linear-gradient(135deg, #c0c0c0 0%, #d4af37 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.4) !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .kanava-modal-content {
        width: 95% !important;
        padding: 25px !important;
        max-height: 90vh !important;
    }
    
    .kanava-modal-content p {
        font-size: 14px !important;
    }
}



