.modal-dialog .product-add-to-cart {
    margin-top: 40px;
}

.core-at-ship-to-selector-wrapper {
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    width: 120px;
    margin-left: 0.9375rem;
    padding-right: 0.75rem;
    margin-right: 0.9375rem;
    font-size: 12px;
}

@media (max-width: 768px) {
    .core-shipping-review-popup .core-shipping-review-popup-content {

        min-width: 90% !important;
        overflow: auto;
    }
}

.core-at-ship-to-selector-wrapper .-content {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
}

.core-at-ship-to-selector-wrapper .-options {
    display: none;
}

.core-at-ship-to-selector-wrapper .-label {
    display: flex;
    gap: 10px;
    cursor: pointer;
    /* margin-top: 4px; */
    position: relative;
}

.core-at-ship-to-selector-wrapper .-label img {
    width: 16px;
    height: 11px;
}

.core-at-ship-to-selector-wrapper .-content .-value-selected {
    width: 20px;
    height: 20px;
}

.core-at-ship-to-selector-wrapper .-label::after {
    content: "";
    font-family: "Material Icons", Arial, sans-serif;
    position: absolute;
    right: -16px;
    font-size: 20px;
    color: #253237;
    height: 24px;
}

.core-at-ship-to-selector-wrapper:last-child {
    margin-right: 0 !important;
}

.core-at-ship-to-selector-wrapper .-options::before {
    content: "";
    position: absolute;
    top: -10px;
    right: 38px;
    display: block;
    width: 0;
    height: 0;
    border-right: 12px solid transparent;
    border-bottom: 10px solid #f6f6f6;
    border-left: 12px solid transparent;
}

.core-at-ship-to-selector-wrapper .-options {
    position: absolute;
    right: 16px;
    top: 10px;
    width: 200px;
    max-height: 300px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 16px;
    padding: 8px 24px 24px;
    color: #191919;
    background: #fff;
    border-radius: 24px;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
    z-index: 1030;
    padding-bottom: 16px;
}

.core-at-ship-to-selector-wrapper .-options::before {
    content: "";
    position: absolute;
    top: -10px;
    right: 38px;
    display: block;
    width: 0;
    height: 0;
    border-right: 12px solid transparent;
    border-bottom: 10px solid #f6f6f6;
    border-left: 12px solid transparent;
}

.core-at-ship-to-selector-wrapper .-options li {
    font-size: 14px;
    padding: 0;
    line-height: 32px;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
}

.core-at-ship-to-selector-wrapper .-options li img {
    width: 24px;
    margin-right: 6px;
}

.core-at-ship-to-selector-wrapper .-options li:hover {
    background: #f9f9f9;
}

.core-at-ship-to-selector-wrapper .-options::-webkit-scrollbar {
    width: 8px;
}

.core-at-ship-to-selector-wrapper .-options::-webkit-scrollbar-thumb {
    background: #aaa;
}

.core-at-ship-to-selector-wrapper .-options::-webkit-scrollbar-track {
    background: #ddd;
}

.core-at-ship-to-selector-wrapper .-options::-webkit-scrollbar-track:hover {
    background: rgba(0, 0, 0, 0.2);
}

.core-at-ship-to-selector-wrapper .-options .-search {
    position: sticky;
    top: -8px;
    left: 0;
    padding: 12px 0;
    background: #fff;
    padding-top: 0;
    z-index: 999;
    padding-top: 16px;
}

.core-at-ship-to-selector-wrapper .-options .-search input {
    width: 100%;
    height: 32px;
    padding: 0 0 0 36px;
    background: #f5f5f5;
    border: none;
    border-radius: 8px;
    font-size: 14px;
}

.core-at-ship-to-selector-wrapper .-options .-search .-svg {
    position: absolute;
    top: 24px;
    left: 10px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

.core-at-ship-to-selector-wrapper .-options .-search input:active, .core-at-ship-to-selector-wrapper .-options .-search input:focus {
    border: none;
    outline: none;
}

.core-at-ship-to-selector-wrapper .-options ul {
    margin-bottom: 0;
}

.-core-at-shipping-estimated-delivery {
    font-size: 12px;
    color: #7a7a7a;
    font-weight: normal;
    margin-top: 2px;
    clear: both;
}

/*start product detail*/
.core-at-product-delivery {
    position: relative;
}

.core-at-product-delivery .-wrapper {
    width: 300px;
    color: #222222;
    font-size: 15px;
    border: 1px solid rgba(0,0,0,.25);
    padding: 16px;
    border-radius: 8px;
    max-height: calc(100vh - 16px);
    overflow: hidden;
    overflow-y: auto;
    background: transparent;
    margin-top: 0px;
    margin-bottom: 16px;
    display: none;
    clear: both;
}

.core-at-product-delivery .-wrapper .core-at-delivery-to-wrapper {-webkit-box-pack: justify;-ms-flex-pack: justify;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-justify-content: space-between;justify-content: space-between;}

.core-at-product-delivery .-wrapper .core-at-delivery-to-wrapper .-address {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
}

.core-at-product-delivery .-wrapper .core-at-divider {
    margin: 16px 0px;
    background-color: rgba(0,0,0,0.1);
    height: 1px;
}

.core-at-product-delivery .-wrapper .core-at-delivery-to-wrapper .-title {
    font-weight: 500;
    padding-right: 8px;
}

.core-at-product-detail-shipping-wrapper .-content .-btn-toggle-popup-shipping-rate-selector .-title {
    font-weight: 500;
    line-height: 16px;
    vertical-align: middle;
}

.core-at-product-delivery .-wrapper .core-at-delivery-to-wrapper .-address svg {
    width: 14px;
}

.core-at-product-detail-shipping-wrapper .-content .-btn-toggle-popup-shipping-rate-selector svg {
    fill: #222222;
    width: 14px;
    vertical-align: middle;
}

.-btn-toggle-popup-shipping-rate-selector {
    margin-bottom: 8px;
    cursor: pointer;
}

.-shipping-rate-selected-info .-price {
    font-weight: 500;
    padding: 2px 0;
}

.-shipping-rate-selected-info .-estimated {
    color: #666666;
    padding: 2px 0;
    font-size: 14px;
}

.product-actions .product-add-to-cart {
    margin-top: 40px;
}

.-core-shipping-rate-list {
    overflow: auto;
    height: 514px;
}
/*end product detail*/