@charset "utf-8";
body {
    font-family: Courier New;
    font-size: 14px;
    font-weight: 200;
    line-height: 16px;
    margin: 50px;
    /* min-width: 800px; */
}

.flex-container {
    display: flex;
    align-items: stretch;
}

#bot-flex-container {
    margin-top: 18px;
}

.flex-container>div {
    margin: 5px;
    /* text-align: center; */
}

.blank {
    margin-top: 0px;
    margin-bottom: 100px;
}

#headTitle {
    text-align: left;
    margin-top: 0px;
    margin-bottom: 100px;
    text-wrap: nowrap;
}

#headTitleClickable {
    text-align: left;
    margin-top: 0px;
    margin-bottom: 100px;
    text-wrap: nowrap;
}

#headTitleClickable:hover {
    cursor: pointer;
    border-bottom: solid black 1px;
}

#headBag {
    text-align: right;
    margin-top: 0px;
    margin-bottom: 0px;
}

#checkout {
    text-align: right;
}

.headBag {
    font-weight: 400;
}

.headBagClickable {
    cursor: pointer;
}

.headBagClickable:hover {
    cursor: pointer;
    border-bottom: solid black 1px;
}

.clickable {
    cursor: pointer;
    border-bottom: solid transparent 1px;
}

.clickable:hover {
    cursor: pointer;
    border-bottom: solid black 1px;
}

.singleImage {
    margin-left: 0px;
    margin-bottom: 10px;
    margin-right: auto;
    display: flex;
    width: 100%;
}

.item {
    text-align: left;
    cursor: pointer;
}

.itemTitle {
    /* height: 20px; */
    overflow: hidden;
    text-wrap: nowrap;
}

.itemPrice,
.itemSizes {
    margin-top: 18px;
    display: table;
}

.itemInfoPhone {
    margin-top: 16px;
}

.itemPricePhone {
    margin-top: 16px;
    margin-bottom: 16px;
}

.itemSizesPhone {
    margin-top: 16px;
    margin-bottom: 10px;
}

.size {
    cursor: pointer;
    padding-bottom: 0px;
    margin-right: 20px;
}

.size:hover {
    cursor: pointer;
    border-bottom: solid black 1px;
}

.addToBag {
    cursor: pointer;
    padding: 24px;
    border: solid #000000;
    border-width: 1px;
    margin-top: 22px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.addToBagBlink1 {
    cursor: pointer;
    padding: 24px;
    border: solid #000000;
    border-width: 1px;
    margin-top: 22px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: black;
    color: white;
}

.addToBagBlink2 {
    cursor: pointer;
    padding: 24px;
    border: solid #000000;
    border-width: 1px;
    margin-top: 22px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: white;
    color: black;
}

.addToBag:hover {
    background-color: black;
    color: white;
}

.img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
}

.itemPriceMulti {
    display: flex;
    margin-bottom: 26px;
}

.topCol {
    height: 100px;
    text-wrap: nowrap;
}

.topCol-phone {
    height: 50px;
}

#topCol1>span {
    text-wrap: nowrap;
}

#topCol2>span {
    text-wrap: nowrap;
}

#topCol1 {
    height: 100px;
    text-wrap: nowrap;
    white-space: nowrap;
}

#topCol2 {
    height: 100px;
    text-align: right;
}

.topColRight {
    height: 100px;
    text-wrap: nowrap;
}

.bagHeader {
    margin-bottom: 18px;
}

.stroke {
    text-decoration: line-through;
}

.bagSum {
    margin-top: 40px;
    display: inline-block;
}

.checkSum {
    margin-top: 40px;
}

.bagCol {
    text-align: left;
    text-wrap: nowrap;
}

.bagCol>div {
    text-align: left;
    text-wrap: nowrap;
    display: table;
}

.bagColRight {
    text-align: right;
    text-wrap: nowrap;
}

.bagColRight>div {
    text-align: right;
    text-wrap: nowrap;
}

.checkCol {
    text-align: left;
    text-wrap: nowrap;
    overflow: hidden;
    line-height: 20px;
}

.checkColPhone {
    text-align: left;
    text-wrap: nowrap;
    overflow: hidden;
    line-height: 20px;
    margin-top: 50px;
}

.checkCol>div {
    text-align: left;
    text-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
}

.checkInput {
    text-align: left;
    text-wrap: nowrap;
    margin-top: -4px;
    margin-left: -3px;
}

.checkInput>div {
    text-align: left;
    text-wrap: nowrap;
}

.checkInputPhone {
    width: 100%;
    margin-top: 50px;
}

.checkInputPhone>div {
    text-align: left;
    text-wrap: nowrap;
}

.checkInput>input {
    text-align: left;
    text-wrap: nowrap;
    border: none;
    font-family: Courier New;
    font-size: 16px;
    font-weight: 200;
    line-height: 18px;
    display: flex;
    width: 100%;
}

.checkInputPhone>input {
    text-align: left;
    text-wrap: nowrap;
    border: none;
    font-family: Courier New;
    font-size: 14px;
    font-weight: 200;
    line-height: 28px;
    display: flex;
    width: 100%;
    margin-left: -7px;
    margin-bottom: 20px;
    ;
}

.checkSumPhone {
    margin-top: 50px;
    text-align: right;
}

.inputPhoneDiv {
    margin-top: 50px;
}

*:focus {
    outline: none;
}