
.bh-free-shipping-message {
   cursor: pointer;
}
.free-shipping-modal {
   cursor: default;
}

.free-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 */
.free-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;
}

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

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

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

.free-shipping-container {
   display: none;
   justify-content: flex-start;
   font-size: 1em;
}
