.single_variation_wrap {
    display: inline-block;
}

.shipping-policy {
    cursor: pointer;
    margin-left: .3em;
}
.shipping-modal {
    cursor: default;
}

.shipping-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.shipping-modal-content {
    background-color: #fefefe;
    position: relative;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 35%; /* Could be more or less, depending on screen size */
    z-index: 100;
    overflow-y: auto;
    max-height: 55%;
    border-radius: 0;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.shipping-close-btn {
    background-color: rgba(42,82,152,1);
    color: white;
    border: none;
    border-radius: 7px;
}

.shipping-policy-btn {
    background-color: rgba(42,82,152,1);
    color: white;
    border: none;
    border-radius: 7px;
    margin-bottom: 7px;
}

.shipping-close {
    position: fixed;
    z-index: 10; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
}

.single_variation_wrap {
    width: 100% !important;
}
.ship-by-today-and-shipping-policy{
    display: flex;
    justify-content: flex-start;
    font-size: .8em;
}

.shipping-modal-icons {
    display: flex;
    justify-content: center;
    margin-top: 7px;
    flex-wrap: wrap;
}

.shipping-modal-partners {
    font-size: 1.2em;
}