

.stores {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.stores > div {
    max-width: 600px;
    text-align: center;
    padding: 0 15px;
    margin-top: 40px;
}

.stores > div > img {
    max-width: 90%;
}

.stores .btn {
    display: inline-block;
    width: auto;
    max-width: 80%;
    text-decoration: none;
    margin: 40px 0;
    font-size: 20px;
    padding: 0px 48px;
    align-content: center;
}

.stores .text {
    text-align: justify;
}

.text-right {
    text-align: right;
}

a.physical-cart-btn {
    color: #fff;
}

.cartAddress {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.cartAddress > span:last-child {
    font-weight: bold;
    font-size: 16px;
    padding-left: 20px;
}

.store-physical .cardSection2 {
    overflow: auto;
    max-height: none;
}

/*.store-physical .bottomSection2 {*/
/*    position: static;*/
/*}*/

.store-physical .cartItem2 > div {
    position: relative;
    padding: 10px 0;
}

.store-physical .cartOptions .title {
    font-weight: bold;
}

.store-physical .cartOption {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.store-physical .cartOption > span:first-child {
    flex: 1;
}

.store-physical .cartOption > span:nth-child(2) {
    padding-left: 10px;
    padding-right: 10px;
}

.store-physical .cartOption > span:last-child input {
    appearance: auto;
}

.store-physical .cartDelivery {
    display: flex;
    flex-direction: row;
    padding-top: 15px;
}

.store-physical .cartDelivery > label {
    padding-right: 20px;
    font-weight: bold;
}

.store-physical .cartDelivery > select {
    flex: 1;
    height: auto;
    font-size: 14px;
    padding-left: 5px;
}



/*.step-2 > .wrapper > div {*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    justify-content: space-between;*/
/*}*/

*.step-2 > .wrapper > div, *.step-payment > .wrapper > div {
    display: grid;
    grid-template-areas: 
      "left-col right-col";
}

/*.step-2 > .wrapper > div > div:first-child {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: space-between;*/
/*}*/

.step-2 > .wrapper > div .cardSection2, .step-payment > .wrapper > div .cardSection2 {
    position: static;
    grid-row-start: 1;
    grid-column-start: 1;
    align-self: end;
    box-shadow: 0 0 9px -4px #727070;
}

.step-2 > .wrapper > div  .step-payment > .wrapper > div  {
    padding-top: 10px;
    margin-top: 32px;
    grid-row-start: 1;
    grid-column-start: 1;
}

.step-2 > .wrapper > div .orderSection, .step-payment > .wrapper > div .orderSection {
    margin-left: 24px;
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 2;
    align-self: start;
 
}

.step-2 > .wrapper > div form {
    display: flex;
    flex-direction: column;
}

.optionsList > div {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 0;
}

.optionsList > div:nth-child(odd) {
    flex-direction: row-reverse;
}

.optionsList > div > span:first-child {
    width: 35%;
}

.optionsList > div > span:first-child > img {
    max-width: 100%;
}

.optionsList > div > span:last-child {
    flex: 1;
    padding-left: 30px;
}

.optionsList > div:nth-child(odd) > span:last-child {
    padding-left: 0;
    padding-right: 30px;
    text-align: right;
}

select#des_country, #des_state {
    height: auto;
    font-weight: normal;
}