.main .content {
    max-width: 1100px;
    min-width: 300px;
    text-align: left;
}
ol.letterlist, ul.letterlist {
    list-style-type: lower-alpha;
}
.contact th {
    padding: 5px 5px 5px 0px;
    vertical-align: top;
}
.contact td {
    padding: 5px 0px 5px 5px;
    vertical-align: top;
}
.hide {
    display: none;
}
.clickhere {
    color: rgba(20, 72, 221, .8);
    cursor: pointer;
    font-weight: bold;
}


.rotate {
    transform: rotate(-180deg);
    /*transform: rotate(180deg);*/
    transition: .2s;
}
.rotate-reset {
    transform: rotate(0deg);
    transition: .2s;
}
.nl {
    width: 18px;
    height: 12px;
    margin: 0px;
    padding: 0px 2px;
}
.en {
    width: 18px;
    height: 12px;
    margin: 0px;
    padding: 0px 2px;
}
.activelang {
    width: 20px;
    height: 14px;
    margin: 0px;
    padding: 0px;
}
.container {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 5px;
/*    background-color: #dbecfe; */
    padding: 5px;
}
.container div {
    background-color: white;
    padding: 5px;
    min-width: 65px;
    max-width: 150px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container div img {
    width: 100%;
    opacity: .3;
}
.container div.message {
    grid-area: 2 / 2 / span 2 / span 2;
    min-width: 160px;
    max-width: 330px;
    height: 135px;
    display: flex;
    justify-content: center;
    align-items: center;
}
figure {
  text-align: center;
  padding: .2em;
  margin: 0;
  border: 1px solid rgba(0, 0, 0, .1);
  font-size: 0.8rem;
}
figure img {
  max-width: 100%;
}
.left {
  float: left;
  margin-right: 1em;
}
.right {
  float: right;
  margin-left: 1em;
}
.clear {
    clear: both;
}
.imagecontainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.imagecontainer figure {
    padding: .2em;
    margin: 0;
    border: 1px solid rgba(0, 0, 0, .1);
    font-size: 0.8rem;
}
ul.logolist {
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-align: left;
}
ul.logolist li {
    display: inline-block;
    vertical-align: middle;
    width: 144px;
    height: 54px;
}
ul.logolist img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
ul.logolist a {
    border-radius: 5px;
    color: rgba(0, 0, 0, .5);
    display: block;
    text-decoration: none;
}
ul.logolist a:hover,
ul.logolist a:focus {
    background-color: rgba(20, 72, 221, .2);
    color: rgba(20, 72, 221, 1);
}

div.products div.product {
    position: relative;
    width: 250px;
    aspect-ratio: 1 / 1;
    padding: 5px;
    margin: 5px;
    float: left;
    vertical-align: top;
    border: 1px solid rgba(0,0,0,.1);
}
div.products div.product div.title {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    margin: 0;
    padding: 0;
    text-align: center;
    /* background: rgba(219, 236, 254, 0.9); */
}
div.products div.product div.title h3 {
    line-height: 20px;
    padding: 5px;
    margin: 0;
}
div.products div.product div.price {
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    /* background: rgba(219, 236, 254, 0.9); */
}
div.products div.product div.addbasket {
    position: absolute;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 5px;
    display: flex;
    width: 33px;
    height: 33px;
    bottom: 0px;
    left: calc(50% - 24px);
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background-image: url('/images/basketadd28.png');
    background-color: rgba(20, 72, 221, .5);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3;
}
div.products div.product div.inbasket {
    position: absolute;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 5px;
    display: flex;
    width: 33px;
    height: 33px;
    bottom: 0px;
    left: calc(50% - 24px);
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background-image: url('/images/basketupd28.png');
    background-color: rgba(221, 72, 20, .5);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3;
}
div.products div.product div.description, div.products div.product div.expdescription {
    position: absolute;
    bottom: 28px;
    left: 5px;
    right: 5px;
    margin: 0;
    padding: 0;
    padding-bottom: 8px;
    height: 50px;
    overflow: auto;
    background: rgba(219, 236, 254, 0.9);
    z-index: 2;
}
div.products div.product div.expdescription {
    padding-top: 12px;
}
div.products div.product div.expdescription div.arrow {
    position: absolute;
    top: 0px;
    left: calc(50% - 16px);
    margin: 0;
    padding: 0;
    height: 16px;
    cursor: pointer;
}
div.products div.product div.expdescription div.arrow img {
    width: 16px;
    height: 16px;
    border: 0;
    margin: 0;
    padding: 0;
}
div.products div.product div.itemphoto {
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    margin: 0;
    padding: 0;
    z-index: 1;
    cursor: pointer;
}
div.products div.product div.itemphoto img {
    width: 100%;
    height: auto;
}
div.products div.product div.stock {
    position: absolute;
    bottom: 5px;
    left: 5px;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    /* background: rgba(219, 236, 254, 0.9); */
}
div.products div.product div.stock img {
    width: 10px;
    margin: 0 3px;
    cursor: pointer;
}
div.products input {
    width: 20px;
    border: 1px solid rgba(0,0,0,.3);
    margin: 0;
    padding: 0;
    text-align: center;
}
div.products input[type=text]:focus {
    background-color: #dbecfe;
}
div.basketview {
    max-width: 1090px;
    padding: 0;
    margin: 0 5px;
    float: left;
}
div.basketview div.itemlist {
    max-width: 1090px;
    min-width: 690px;
    padding: 0;
    margin: 0;
    margin-right: 10px;
    float: left;
}
div.basketview div.orderitemlist {
    max-width: 690px;
    min-width: 480px;
    padding: 0;
    margin: 0;
    margin-right: 10px;
    float: left;
}
div.basketview div.totals {
    width: 240px;
    padding: 0;
    margin: 0;
    float: left;
}
@media (max-width: 450px) {
    div.basketview div.itemlist {
        max-width: 440px;
        min-width: 300px;
        padding: 0;
        margin: 0;
        float: left;
    }
    div.basketview div.totals {
        max-width: 300px;
        min-width: 125px;
        padding: 0;
        margin: 0;
        float: left;
    }
}
div.basketview div.itemlist table, div.basketview div.orderitemlist table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    padding: 0;
    width: 100%;
}
div.basketview div.itemlist table td, div.basketview div.itemlist table th, div.basketview div.orderitemlist table th {
    margin: 0;
    padding: 0;
    text-align: left;
}
div.basketview div.itemlist table tr, div.basketview div.totals table tr {
    line-height: 30px;
    border-bottom: 1px solid rgba(0,0,0,.3);
}
div.basketview div.itemlist table th.price {
    width: 80px;
}
div.basketview div.itemlist table th.number {
    width: 85px;
    text-align: center;
}
div.basketview div.itemlist table th.upd {
    width: 20px;
}
div.basketview div.itemlist table th.del {
    width: 20px;
}
div.basketview div.itemlist td.number {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-align: center;
}
div.basketview div.itemlist td.number img {
    width: 10px;
    margin: 0 3px;
    cursor: pointer;
}
div.basketview input {
    width: 20px;
    border: 1px solid rgba(0,0,0,.3);
    margin: 0;
    padding: 0;
    text-align: center;
}
div.basketview input[type=text]:focus {
    background-color: #dbecfe;
}
div.basketview div.totals table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    padding: 0;
    width: 100%;
}
div.basketview div.totals table th, div.basketview div.totals table td {
    margin: 0;
    padding: 0;
    text-align: left;
}
div.basketview div.itemlist td.update img, div.basketview div.itemlist td.delete img {
    width: 16px;
    margin: 0 3px;
    cursor: pointer;
}
div.basketview div.totals table tr.payment, div.basketview div.totals table tr.finalize {
    line-height: 30px;
    border-bottom: none;
}
div.basketview div.totals table tr.finalize button {
    background-color: rgba(20, 72, 221, .2);
    border: 1px solid black;
    line-height: 30px;
    text-align: center;
    width: 100%;
}
div.profile {
    width: 1100px;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(12, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px; 
}
div.profile div.title {
    grid-area: 1 / 1 / 2 / 6;
}
div.profile div.profilemenu {
    grid-area: 2 / 1 / 13 / 2;
    padding: 0px;
    margin: 0px;
}
div.profile div.profilemenu div.menu-item {
    width: calc(100% - 20px);
    border-radius: 5px;
    background-color: #dbecfe;
    height: 38px;
    line-height: 36px;
    cursor: pointer;
    padding: 5px 10px;
    margin: 0;
    font-weight: bold;
}
div.profile div.profilemenu div.menu-item:hover {
    background-color: rgba(20, 72, 221, .7);
    color: rgba(255, 255, 255, .8);
}
div.profile div.profilesubject {
    grid-area: 2 / 2 / 13 / 6;
    padding: 0;
    margin: 0;
}
div.profile div.profilesubject div.profilesubjectlist {
    display: inline-block;
    width: 100%;
    height: 280px;
    overflow: auto;
    padding: 0;
    padding-left: 5px;
    margin: 0;
    margin-bottom: 10px;
}
div.profile div.profilesubject div.subjectform {
    display: inline-block;
    width: 100%;
    padding: 0;
    padding-left: 5px;
    margin: 0;
}
@media (min-width: 629px) {
    div.profilesubject div.profilesubjectlist .boxedadd {
        width: calc(100% - 10px);
        height: 22px;
        clear: both;
        cursor: pointer;
        border: 1px solid black;
        align-items: center;
        display: flex;
        justify-content: center;
    }
    div.profilesubject div.profilesubjectlist .boxed {
        width: calc(100% - 10px);
        height: 22px;
        clear: both;
        cursor: pointer;
        border: 1px solid black;
        align-items: center;
        display: flex;
        justify-content: center;
        margin-right: 5px;
        margin-bottom: 5px;
    }
}
@media (max-width: 629px) {
    div.profile div.profilesubject div.profilesubjectlist {
        padding: 0;
        height: 180px;
    }
    div.profile div.profilesubject div.subjectform {
        padding: 0;
    }
    div.profile {
        width: calc(100% - 10px);
        padding: 0;
        margin: 0;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(12, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 0px; 
    }
    div.profile div.title {
        grid-area: 1 / 1 / 2 / 2;
    }
    div.profile div.profilemenu {
        grid-area: 2 / 1 / 5 / 2;
        padding: 0px;
        margin: 0px;
    }
    div.profile div.profilemenu div.menu-item {
        width: calc(100% - 20px);
        border-radius: 5px;
        background-color: #dbecfe;
        height: 38px;
        line-height: 36px;
        cursor: pointer;
        padding: 5px 10px;
        margin: 0;
        font-weight: bold;
    }
    div.profile div.profilemenu div.menu-item:hover {
        background-color: rgba(20, 72, 221, .7);
        color: rgba(255, 255, 255, .8);
    }
    div.profile div.profilesubject {
        grid-area: 5 / 1 / 13 / 2;
        padding: 0;
        margin: 0;
        font-size: 12px;
    }
    div.profilesubject div.profilesubjectlist .boxedadd {
        width: calc(100% - 5px);
        height: 30px;
        line-height: 30px;
        clear: both;
        cursor: pointer;
        border: 1px solid black;
        text-align: center;
    }
    div.profilesubject div.profilesubjectlist .boxed {
        width: calc(100% - 5px);
        height: 30px;
        line-height: 30px;
        clear: both;
        cursor: pointer;
        border: 1px solid black;
        text-align: center;
        margin-bottom: 5px;
    }
}
div.subject {
    min-width: 430px;
    max-width: 850px;
    padding: 0;
    margin: 0;
    float: left;
}
div.subject div.subjectlist {
    width: 100%;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    clear: both;
}
div.subject div.subjectform {
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both;
}
div.subject div.subjectlist .boxedadd {
    width: 100px;
    aspect-ratio: 2 / 1.25;
    float: left;
    cursor: pointer;
    border: 1px solid black;
    align-items: center;
    display: flex;
    justify-content: center;
}
div.subject div.subjectlist .boxed {
    width: 100px;
    aspect-ratio: 2 / 1.25;
    float: left;
    cursor: pointer;
    border: 1px solid black;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 11px;
    margin-right: 5px;
    margin-bottom: 5px;
}
td.ordersubmit input[type=submit] {
    background-color: rgba(20, 72, 221, .2);
    border: 1px solid black;
    text-align: center;
    width: 200px;
    line-height: 30px;
}
div.subject div.subjectlist .selected {
    background-color: rgba(20, 72, 221, .2);
}
table.company {
    width: 600px;
}
table.company th {
    width: 200px;
    text-align: right;
}
table.company td {
    width: 400px;
}
table.company td input {
    width: 400px;
}
table.company td.submit {
    text-align: center;
}
@media (max-width: 629px) {
    table.company {
        width: 100%;
    }
    table.company th {
        width: 30%;
        text-align: right;
    }
    table.company td {
        width: 70%;
    }
    table.company td input {
        width: 100%;
    }
    table.company td.submit {
        text-align: center;
    }
}
span.tooltip {
    text-decoration-line: underline;
    text-decoration-style: dotted;
    position: relative;
}
span.tooltip:hover::after {
    content: attr(tooltip);
    position: absolute;
    left:50%;
    top:-6px;
    transform: translateX(-50%)   translateY(-100%);
    background: rgba(0,0,0,0.7);
    text-align: center;
    color: #fff;
    padding: 2px 4px;
    font-size: 12px;
    width: 120px;
    border-radius: 5px;
    pointer-events: none;
    z-index: 50;
}
div.productdetail {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(8, 1fr); 
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 1100px;
}
div.productdetail div.title {
    grid-area: 1 / 1 / 2 / 4;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
div.productdetail div.introductionsub {
    grid-area: 2 / 1 / 5 / 2;
}
div.introductiondetail {
    width: 100%;
    height: 100%;
}
div.introductiondetail div.introduction {
    width: calc(100% - 25px);
    height: calc(100% - 42px);
    padding: 0px 10px;
    border: 1px solid rgba(0,0,0,.1);
}
div.introductiondetail div.price {
    width: 100%;
    height: 40px;
    display: block;
    position: relative;
}
div.introductiondetail div.price div.stock {
    position: absolute;
    bottom: 5px;
    left: 5px;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    /* background: rgba(219, 236, 254, 0.9); */
}
div.introductiondetail div.price div.stock img {
    width: 10px;
    margin: 0 3px;
    cursor: pointer;
}
div.introductiondetail div.price input {
    width: 20px;
    border: 1px solid rgba(0,0,0,.3);
    margin: 0;
    padding: 0;
    text-align: center;
}
div.introductiondetail div.price div.productprice {
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    /* background: rgba(219, 236, 254, 0.9); */
}
div.introductiondetail div.price div.addbasket {
    position: absolute;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 5px;
    display: flex;
    width: 43px;
    height: 43px;
    bottom: 0px;
    left: calc(50% - 24px);
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background-image: url('/images/basketadd.png');
    background-color: rgba(20, 72, 221, .5);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3;
}
div.introductiondetail div.price div.inbasket {
    position: absolute;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 5px;
    display: flex;
    width: 43px;
    height: 43px;
    bottom: 0px;
    left: calc(50% - 24px);
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background-image: url('/images/basketupd28.png');
    background-color: rgba(221, 72, 20, .5);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3;
}
div.introductiondetail div.price input[type=text]:focus {
    background-color: #dbecfe;
}
div.productdetail div.imagedetail {
    grid-area: 2 / 2 / 5 / 4;
    display: flex;
    justify-content: center;
    align-items: center;
}
div.productdetail div.imagedetail div.prev {
    display: flex;
    position: static;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 48px;
    height: 100%;
    border: 1px solid rgba(0,0,0,0);
    cursor: pointer;
    background-image: url('/images/left.png');
    background-repeat: no-repeat;
    background-position: center;
}
div.productdetail div.imagedetail div.next {
    display: flex;
    position: static;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 48px;
    height: 100%;
    border: 1px solid rgba(0,0,0,0);
    cursor: pointer;
    background-image: url('/images/right.png');
    background-repeat: no-repeat;
    background-position: center;
}
div.productdetail div.imagedetail div.prev:hover, 
div.productdetail div.imagedetail div.next:hover {
    color: rgba(0,0,0,0.7);
    border: 1px solid rgba(0,0,0,.1);
}
div.productdetail div.imagedetail img {
    width: 100%;
    object-fit: contain;
}
div.productdetail div.descriptiondetail {
    grid-area: 5 / 1 / 9 / 4;
    padding-top: 10px;
}
div.productdetail div.descriptiondetail div.tab {
    height: 30px;
    float: left;
    border: 1px solid black;
    border-radius: 5px 5px 0px 0px;
    border-bottom: none;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    padding: 0px 10px;
    background-color: lightgray;
}
div.productdetail div.descriptiondetail div.description {
    border: 1px solid black;
    clear: both;
    display: none;
    padding: 5px;
}
div.productdetail div.descriptiondetail div.specifications {
    border: 1px solid black;
    clear: both;
    display: none;
    padding: 5px;
}
div.productdetail div.descriptiondetail div.highlight {
    font-weight: bold;
    background-color: #dbecfe;
}
div.productdetail div.descriptiondetail div.shown {
    display: block !important;
}
@media (max-width: 629px) {
    div.productdetail {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(12, 1fr); 
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        width: calc(100% - 10px) !important;
    }
    div.productdetail div.title {
        grid-area: 1 / 1 / 2 / 2;
        text-align: center;
    }
    div.productdetail div.introductionsub {
        grid-area: 5 / 1 / 8 / 2;
    }
    div.productdetail div.imagedetail {
        grid-area: 2 / 1 / 5 / 2;
    }
    div.productdetail div.descriptiondetail {
        grid-area: 8 / 1 / 14 / 2;
        overflow: hidden;
    }
}
div.orderitemlist {
    min-width: 500px;
    max-width: 700px;
    padding: 0;
    margin: 0;
    float: left;
}
div.totals {
    max-width: 300px;
    min-width: 125px;
    padding: 0;
    margin: 0;
    float: left;
}
div.orderitemlist table {
    width: 100%;
}
div.orderitemlist table th.product {
    width: 60%;
    text-align: left;
}
div.orderitemlist table th.price {
    width: 20%;
    text-align: left;
}
div.orderitemlist table th.number {
    width: 20%;
    text-align: left;
}
div.orderitemlist table td {
    text-align: left;
}
@media (max-width: 629px) {
    div.orderitemlist {
        width: 100%;
        min-width: 300px;
        padding: 0;
        margin: 0;
        float: left;
    }
    div.totals {
        max-width: 300px;
        min-width: 125px;
        padding: 0;
        margin: 0;
        float: left;
    }
    div.orderitemlist table {
        width: 100%;
    }
    div.orderitemlist table th.product {
        width: 70%;
        text-align: left;
    }
    div.orderitemlist table th.price {
        width: 15%;
        text-align: left;
    }
    div.orderitemlist table th.number {
        width: 15%;
        text-align: left;
    }
    div.orderitemlist table td {
        text-align: left;
    }
}

div.raffledetails {
    max-width: 1100px;
    min-width: 300px;
    text-align: left;
    position: relative;
    margin: auto;
}
div.raffledetails div.raffleinfo {
    width: 100%;
    float: left;
}
@media (min-width: 629px) {
    div.raffledetails div.product {
        position: absolute;
        top: 50px;
        right: 0px;
        width: 250px;
        aspect-ratio: 1 / 1;
        padding: 5px;
        margin: 5px;
        vertical-align: top;
        border: 1px solid rgba(0,0,0,.1);
    }
}
@media (max-width: 629px) {
    div.raffledetails {
        max-width: 620px;
        min-width: 300px;
        text-align: left;
        position: relative;
        margin: auto;
    }
    div.raffledetails div.raffleinfo {
        width: 100%;
        clear: both;
    }
    div.raffledetails div.product {
        position: relative;
        clear: both;
        width: 250px;
        aspect-ratio: 1 / 1;
        padding: 5px;
        margin: 5px;
        vertical-align: top;
        border: 1px solid rgba(0,0,0,.1);
    }
}
div.raffledetails div.product div.title {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    margin: 0;
    padding: 0;
    text-align: center;
    /* background: rgba(219, 236, 254, 0.9); */
}
div.raffledetails div.product div.title h3 {
    line-height: 20px;
    padding: 5px;
    margin: 0;
}
div.raffledetails div.product div.price {
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    /* background: rgba(219, 236, 254, 0.9); */
}
div.raffledetails div.product div.addbasket {
    position: absolute;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 5px;
    display: flex;
    width: 33px;
    height: 33px;
    bottom: 0px;
    left: calc(50% - 24px);
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background-image: url('/images/basketadd28.png');
    background-color: rgba(20, 72, 221, .5);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3;
}
div.raffledetails div.product div.inbasket {
    position: absolute;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 5px;
    display: flex;
    width: 33px;
    height: 33px;
    bottom: 0px;
    left: calc(50% - 24px);
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background-image: url('/images/basketupd28.png');
    background-color: rgba(221, 72, 20, .5);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3;
}
div.raffledetails div.product div.description, div.raffledetails div.product div.expdescription {
    position: absolute;
    bottom: 28px;
    left: 5px;
    right: 5px;
    margin: 0;
    padding: 0;
    padding-bottom: 8px;
    height: 50px;
    overflow: auto;
    background: rgba(219, 236, 254, 0.9);
    z-index: 2;
}
div.raffledetails div.product div.expdescription {
    padding-top: 12px;
}
div.raffledetails div.product div.expdescription div.arrow {
    position: absolute;
    top: 0px;
    left: calc(50% - 16px);
    margin: 0;
    padding: 0;
    height: 16px;
    cursor: pointer;
}
div.raffledetails div.product div.expdescription div.arrow img {
    width: 16px;
    height: 16px;
    border: 0;
    margin: 0;
    padding: 0;
}
div.raffledetails div.product div.itemphoto {
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    margin: 0;
    padding: 0;
    z-index: 1;
    cursor: pointer;
}
div.raffledetails div.product div.itemphoto img {
    width: 100%;
    height: auto;
}
div.raffledetails div.product div.stock {
    position: absolute;
    bottom: 5px;
    left: 5px;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    /* background: rgba(219, 236, 254, 0.9); */
}
div.raffledetails div.product div.stock img {
    width: 10px;
    margin: 0 3px;
    cursor: pointer;
}
div.raffledetails input {
    width: 20px;
    border: 1px solid rgba(0,0,0,.3);
    margin: 0;
    padding: 0;
    text-align: center;
}
div.raffledetails input[type=text]:focus {
    background-color: #dbecfe;
}
table.contact {
    width: 500px;
}
th.field {
    width: 35%;
    text-align: left;
}
td.input {
    width: 65%;
}
td.input input {
    width: 100%;
}
td.submit input[type=submit] {
    line-height: 30px;
    text-align: center;
    width: 100%;
    font-weight: bold;
}
div.confirmation {
    position: relative;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}