﻿/*body*/
.bodyContent {
    width: 100%;
    background: #ffffff;
    top: 100px;
    /*position: relative;*/
}
.items {
    min-height: 600px;
    width: 98.3%;
    margin: 0 auto;
}
.items_list {
    list-style: none;
}
.items_list li {

}
.items_first {
    height: 70px;
}
.items_row {
}
.item_slot{
}
.userRegisterError {
    font-family: robotocondensed_regular;
    font-size: 15px;
    text-align: center;
    padding-bottom: 5px;
    padding-top: 5px;
    background: red;
    text-transform: uppercase;
    width: 250px;
    margin: auto;
    margin-bottom: 15px;
    color: #ffffff;
    display: none;
}
.txtFormContainer {
    text-align: center;
}
.txtForm {
    width: 300px;
    height: 50px;
    text-indent: 5px;
    margin-bottom: 15px;
    font-family: karla_regular;
    font-size: 14px;
    color: #000000;
}
.cartBtnContainer {
    text-align: center;
}
.cartBtn {
    font-size: 1rem;
    line-height: 38px;
    font-weight: 400;
    font-family: robotocondensed_regular;
    text-transform: uppercase;
    color: #fff !important;
    background: #000000;
    cursor: pointer;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
    border: 1px solid #000000;
    padding-left: 10px;
    padding-right: 10px;
    width: 280px;
    margin-right: 4px;
}
.cartBtn:hover {
    background: #ffffff;
    color: #000000 !important;
    border: 1px solid #000000;
}
.userRegisterContainer {
    margin: 0 auto;
    width: 30%;
    margin-bottom: 50px;
    border: 1px solid #efefef;
    padding: 20px;
}

.userRegisterTitle {
    font-family: robotocondensed_regular;
    text-transform: uppercase;
    font-size: 18px;
    color: #000000;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
}
.userRegisterDescr {
    font-family: robotocondensed_regular;
    font-size: 14px;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 5px;
}
.pwdreset {
    font-family: robotocondensed_regular;
    font-size: 11px;
    margin-top: -15px;
    margin-bottom: 15px;
}
.loginWarning {
    text-align: center;
    margin-bottom: 20px;
    font-family: robotocondensed_regular;
    text-transform: uppercase;
    font-size: 1em;
    padding-bottom: 10px;
    padding-top: 30px;
}
.privacyContainer {
    width: 300px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.privacyCheckBox {
    height: 20px;
    width: 20px;
    vertical-align: bottom;
    margin-right: 5px;
    margin-bottom: 2px;
}
.privacyLbl {
    font-family: robotocondensed_regular;
    font-size: 11px;
}
.privacyWarning {
    width: 290px;
    margin: 0 auto;
    height: 55px;
    border: 1px solid #D4D4D4;
    padding: 5px;
    overflow-y: scroll;
    margin-bottom: 20px;
    font-family: robotocondensed_regular;
    font-size: 11px;
    text-align: justify;
}
.implicitPrivacy{
    font-family: karla_regular;
    font-size: 13px;
    max-width: 300px;
    width: 100%;
    margin: 0 auto 1em;
  }
@media screen and (max-width: 1024px) {
    .userRegisterContainer {
        width: 60%;
    }
}

@media screen and (max-width: 750px) {
     .items {
        width: 100%;
        padding-left: 0;
    }
    .bodyContent {
        top: 0;
    }
    .items_list {
        width: 100%;
    }
    .items_list li {
    }
    .items_first {
        width: 100% !important;
        height: 45px;
    }
    .userRegisterContainer {
        width: 80%;
    }
}
@media screen and (max-width: 480px) {

}
@media screen and (max-width: 320px) {

}
