.home-hot {
    color: #e73c50;
}

a {
    text-decoration: none;
}

.index_cart {
    position:absolute;
    top: 100px;
    right: 50px;
}


#cart_qty {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 12px;
    color: #000000;
    line-height: 20px;
    text-align: center;
    background: #faa3b3;
}

div.nex_container{
    position: relative;
}

img.special {
    display: block;
    width: 100%;
    height: auto;
}

img.gallery-items {
    object-fit: cover;
    object-position: center; /* Center the image within the element */
    width: 100%;
    height: 250px;
}

img.thumb {
    /*display: block;*/
    width: 50px;
    height: auto;
}

img.special_height {
    display: block;
    width: auto;
    max-height: 200px;
    max-width: 100%;
    margin: auto;
}

div.nex_container p{
    width: 100%;
    background-color: #cccccc;
    text-align: center;
    color: #000000;
    text-decoration: none;
    font-size: 1em;
    padding: 0.5em 0 0.5em 0;
}

div.nex_container:hover p{
    background-color: #fddae1;
}

p.white {
    width: 100%;
    background-color: white;
    text-align: center;
    color: #000000;
    text-decoration: none;
    font-size: 1em;
    padding: 0.5em 0 0.5em 0;
}

p.transparent {
    width: 100%;
    background-color: transparent;
    text-align: center;
    color: #000000;
    text-decoration: none;
    font-size: 1em;
    padding: 0.5em 0 0.5em 0;
    margin-bottom: 10px;
}

.overlay {
    position: absolute;
    /*top: 0;*/
    bottom: 0;
    /*left: 0;*/
    /*right: 0;*/
    height: 20%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #faa3b3;
    text-align: center;
    color: white;
    margin-bottom: auto;
    margin-top: auto;
}

.overlay span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.nex_container:hover .overlay {
    opacity: 0.8;
}



.policy {
    font-size: small;
    line-height: normal;
}

.banner2 {
    width: 100%;
    margin-bottom: -10px;
    background-color: #ffffff;
    text-align: center;
}

.banner2 img {
    width: 1200px;
}

ul.short_form {
    max-width: 600px;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

ul.short_form li {
    /*float: left;*/
    text-align: left;
    margin: .2em 0;
}

label {
    float: left;
    width: 300px;
    margin-right: 15px;
    text-align: right;
}

label.contact {
    float: left;
    width: 100px;
    margin-right: 15px;
    text-align: right;
}

label.pendant {
    float: left;
    width: 150px;
    margin-right: 15px;
    text-align: right;
}

h2.centre {
    color: #e73c50;
    text-align: center;
    padding-bottom: 10px;
}

b.centre {
    text-align: center;
    margin: auto;
    text-decoration: underline;
}

a.centre {
    text-align: center;
    margin: auto;
}

p.centre {
    text-align: center;
    margin: auto;
}

#content {
    text-align: center;
}


.hint {
    text-align: center;
    font-size: 20px;
}

.page {
    padding: 5px 30px 30px 30px;
    max-width: 800px;
    margin: 0 auto;
    font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    background: #fff;
    color: #555;
}

.passage {
    margin: 10px 100px 0 100px;
}

p.passage {
    color: #808080;
}

.actions {
    text-align: center;
}

.modal {
    font-size: 14px;
    line-height: 1em;
}
@media screen and (min-width: 737px){
    .modal_field {
        margin-left: 450px;
    }
}


.mode_title {
    color: #8A2908;
    font-size: 20px;
    line-height: 1.2em;
}

.mode_info {
    color: #e73c50;
}

#modal_info {
    line-height: 150%;
}

.modal_table {
    max-width: 300px;
    border-color: transparent;
}

.modal_table tbody tr td {
    max-height: 1em;
    border-color: transparent;
    padding: 0 0 0 0;
    text-align: left;
}

#modal_select_spare {
    padding-bottom: 10px;
}

#modal_select {
    max-height: 50px;
}

#modal_price {
    padding-left: 20px;
}

.modal_small {
    font-size: 12px;
}

.modal_below_image{
    padding-top: 220px;
}

tbody tr td{
    border-top: solid 1px #ddd;
    text-align: center;
    vertical-align: middle;
    margin: auto;
    padding: 30px 0 30px 0;
}

tfoot tr td {
    border-top: solid 2px #ddd;
    text-align: center;
    vertical-align: middle;
}

img.delete {
    width: 20px;
    height: 20px;
}

img.cart {
    border: solid 1px #ddd;
    max-width: 100px;
    max-height: 100px;
}

#cart_table tr td.title{
    text-align: left;
}

#cart_table tr td.title p{
    font-size: 15px;
}

ul.cart {
    max-width: 600px;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    float: right;
}

ul.cart li {
    /*float: left;*/
    text-align: left;
    margin: .2em 0;
}



ul.cart li input, ul.cart li textarea, ul.cart li select{
    width: 200px;
}

.delivery_text {
    color: #d52349;
}


#back {
    background-image: url("../../images/back.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0.3em 1.5em 0.3em 1.5em;
    background-color: transparent;
    background-position: center;
}

#next {
    background-image: url("../../images/next.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0.3em 1.5em 0.3em 1.5em;
    background-color: transparent;
    background-position: center;
}