.state-selector {
    display: flex;
    background: #FFFFFF;
    border: 1px solid #D3D6DE;
    border-radius: 3px;
    justify-content: space-between;
}

.state-selector ul {
    margin: 8px 14px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.state-selector ul strong {
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    width: 60px;
    color: #333333;
}

.state-selector ul span {
    font-family: 'Lato';
    font-weight: 500;
    font-size: 16px;
    color: black;
    text-transform: capitalize;
}

.state-selector-edit {
    border-left: 1px solid #d3d6de;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
}

.state-selector-edit .edit-btn::before {
    content: "\e90c";
    font-family: ncco-icon;
    color: #B1B1B7;
    cursor: pointer;
    font-size: 20px;
    display: block;
    width: 100%;
    text-align: center;
}

.state-selector-edit span.edit-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.state-selector-edit .edit-btn:hover::before {
    color: #007855;
}

.state-selector-popup-container {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    text-align: center;
    vertical-align: middle;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 100000;
}

.state-selector-popup {
    position: fixed;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    background: #FFFFFF;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    width: min(550px, 90%);
    padding: 25px;
    margin: 0 !important;
}

.popup-close {
    position: absolute;
    font-size: 45px;
    top: -13px;
    right: 8px;
    color: #7D828B;
    cursor: pointer;
}

.popup-close:hover {
    color: #333;
}

.state-selector-popup .form-group {
    text-align: left;
}

.state-selector-popup .form-group label {
    margin-bottom: 5px;
    padding-left: 0px;
    font-weight: 700;
    font-size: 14px;
    color: #333333;
    cursor: pointer;
    font-family: 'Lato';
}

.state-selector-popup-btn {
    display: inline-block;
    margin-top: 10px;
    background: #5FB86F;
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    font-weight: 500;
    font-size: 15px;
    color: #ffffff;
    padding: 10px 40px;
    text-transform: uppercase;
    cursor: pointer;
}

.state-selector-popup-btn:hover {
    background: #28a745;
}

.state-selector-popup-container .county-select  {
    margin-left: 0px;
    max-width: initial;
}

.state-selector-popup-container .product-variant-select {
    margin-left: 0px;
    max-width: initial;
}

.select2-container {
    width: 100% !important;
    z-index: 1000;
}

.stop-scrolling {
    overflow: hidden;
}

.bulk-purchase .card {
    background: #FFFFFF;
    border: 1px solid #E7E7F1;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 20px;
}

.bulk-purchase .title {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #007855;
    text-align: center;
}

.bulk-purchase .quantity {
    height: 40px;
    border: 1px solid #E5EAED;
    border-radius: 2px;
    display: block;
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    color: #A6ADB8;
    text-align: center;
}

.bulk-purchase label {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #333333;
    margin: 0;
    margin: 15px 0px 5px;
}

.bulk-purchase button {
    background: #5FB86F;
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.1);
    border-radius: 1000px;
    width: 200px;
    margin-top: 35px;
}

.bulk-purchase button:hover {
    background: #007855;
}

.bulk-purchase .row {
    margin: -5px;
}

.bulk-purchase .row div[class^="col-"] {
    padding: 0px 5px;
}

.bulk-purchase .quantity-container {
    position: relative;
}

.bulk-purchase .minus::before {
    content: "\ea0b";
    font-family: ncco-icon;
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
    color: #A6ADB8;
    height: 30px;
    width: 30px;
    background: #F0F2F3;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.bulk-purchase .plus::before {
    content: "\e906";
    font-family: ncco-icon;
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
    color: #A6ADB8;
    height: 30px;
    width: 30px;
    background: #F0F2F3;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#state-regulation-card-header {
    background-color: #DB7300;
}

#mute,
#unmute,
#pause,
#play {
    position: absolute;
    z-index: 11;
    width: 32px;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s ease-in;
}

#mute,
#unmute {
    right: 10px;
    bottom: 10px;
}

#pause,
#play {
    left: 10px;
    bottom: 10px;
    background: #fff;
}

.video-container:hover #play,
.video-container:hover #pause,
.video-container:hover #mute,
.video-container:hover #unmute {
    opacity: 1;
}

#twitter-icon {
    color: #fff !important;
}

#twitter-icon:hover {
    color: rgba(255,255,255,0.6) !important;
}

.state-regulation-info {
    background-color: #fafafe;
    color: #000;
    border: 1px solid #e7e7f1;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
    text-align: left;
    padding: 20px;
}

.state-regulation-info .title {
    color: #007855;
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 24px;
}

.state-regulation-description ul li {
    list-style: none;
    position: relative;
}

.state-regulation-description ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    background: #5fb86f;
    position: absolute;
    left: -15px;
    top: 7px;
    border-radius: 50%;
}

.state-regulation-description {
    font-family: 'Lato';
}

.product-card .product-short-description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 139px;
}

.maintenance-warning {
  background-color: #fece34;
  text-align: center;
  color: #35342e;
  padding: 6px;
  font-size: 14px;
}

.product-card .product-price-note {
  display: block;
  margin-bottom: 10px;
  color: #5fb86f;
  text-align: center;
  min-height: 20px;
}

.select2-container-highlight {
    border: 2px solid #21b53f !important;
    background-color: #eaf1ff !important;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}
