.core-at-placeorder-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 12px;
}

.core-at-placeorder-wrapper .core-at-pl-product-wrapper {
    position: relative;
    padding-bottom: 12px;
}

.core-at-placeorder-wrapper .core-at-pl-product-wrapper::after {
    position: absolute;
    content: "";
    background-color: #f0f0f0;
    display: block;
    bottom: 0;
    width: 100%;
    -webkit-transform: translateX(-24px);
    -ms-transform: translateX(-24px);
    transform: translateX(-24px);
    height: 1px;
}

.core-at-placeorder-wrapper .core-at-pl-product-wrapper:last-child {
}

.core-at-placeorder-wrapper .core-at-pl-product-wrapper:last-child {
}

.core-at-placeorder-wrapper .core-at-pl-product-wrapper:last-child {
    padding-bottom: 0;
}

.core-at-placeorder-wrapper .core-at-pl-product-wrapper .-product {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px;
    padding-bottom: 12px;
}

.core-at-placeorder-wrapper
.core-at-pl-product-wrapper
.-product
.-product-left {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 81px;
    height: 81px;
    margin-bottom: 2px;
    overflow: hidden;
    background: #f5f5f5;
    width: 80px;
    height: 80px;
}

.core-at-placeorder-wrapper
.core-at-pl-product-wrapper
.-product
.-product-left
img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.core-at-placeorder-wrapper
.core-at-pl-product-wrapper
.-product
.-product-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 12px;
    overflow: hidden;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.core-at-placeorder-wrapper
.core-at-pl-product-wrapper
.-product
.-product-right
.-product-right-top-title {
    height: 21px;
    overflow: hidden;
    color: #000;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.core-at-placeorder-wrapper
.core-at-pl-product-wrapper
.-product
.-product-right
.-product-right-top-sku {
    margin-top: 2px;
    color: #999;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
}

.core-at-placeorder-wrapper
.core-at-pl-product-wrapper
.-product
.-product-right
.-product-right-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 16px;
}

.core-at-placeorder-wrapper
.core-at-pl-product-wrapper
.-product
.-product-right
.-product-right-bottom
.-product-right-bottom-price {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 2px;
    color: #222;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0;
}

.core-at-placeorder-wrapper .core-at-pl-product-wrapper .-shipping {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #999;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    margin-top: 12px;
    position: relative;
    padding-bottom: 12px;
    margin-top: 0;
    cursor: pointer;
    padding-bottom: 0;
}

.core-at-placeorder-wrapper
.core-at-pl-product-wrapper
.-shipping
.-shipping-left {
    text-align: start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.core-at-placeorder-wrapper
.core-at-pl-product-wrapper
.-shipping
.-shipping-left
.-shipping-left-title {
    font-weight: 500;
    color: #222;
    letter-spacing: 0;
    font-size: 12px;
}

.core-at-placeorder-wrapper
.core-at-pl-product-wrapper
.-shipping
.-shipping-left
.-shipping-left-cost {
    font-size: 12px;
    color: #999;
    letter-spacing: 0;
}

.core-at-placeorder-wrapper .core-at-pl-product-wrapper:last-child::after {
    display: none;
}

.core-at-placeorder-wrapper .core-at-pl-product-wrapper:first-child .-product {
    margin-top: 0;
}

.-shipping-right .-shipping-right-select-carrier {
    color: rgb(34, 34, 34);
}