/* Cart Page */
#post-7 {
    margin-top: 70px;
}

.coupon  .button.wp-element-button {
/*     width: 150px;
    height: 55.8px; */
    padding: 16px !important;
}

/* POPUP DISCLAIMER STYLE */
.popup:not(.active) {
    display:none;
}

.popup.active {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #00000087;
    top: 0;
    left: 0;
    z-index: 99999;
}

.disclaimer-popup {
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 700px;
}

.footer {
    padding: 15px 30px;
    text-align: right;
    border-top: 1px solid rgb(0 0 0 / 10%);
}

.popup  button {
    padding: 8px 20px;
    border: 0;
    line-height: 20px;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    font-family: 'Proxima Nova',Helvetica,Arial,Lucida,sans-serif;
    font-size: 14px !important;
    cursor: pointer;
	background-color: #f89f1d;
	color: #fff;
}

.popup .footer a:not(:first-child) {
    margin-left: 15px;
}

.popup .content p {
    font-size: 16px !important;
    line-height: 26px;
}

.popup  input[type=checkbox] {
    vertical-align: middle;
}

.popup_overlay {
    position: absolute;
    width: inherit;
    height: inherit;
    z-index: -1;
}

.close_button:before {
    content: '\4d';
    font-family: 'ETmodules';
    font-size: 46px !important;
    position: absolute;
    color: #fff !important;
    cursor: pointer;
}

.close_button {
    font-size: 46px !important;
    position: absolute;
    left: 100%;
    top: -20px;
}

.popup .header {
    padding: 15px 30px;
    background-color: #f89f1d;
}

.popup .header h2 {
    color: #fff;
    padding-bottom: 0;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
}

.popup .content {
    padding: 30px 30px;
}

/* Continue Shopping Button  */
.continue-shopping-button {
    margin-bottom: 30px;
}

.continue-shopping-button .button.alt.wc-forward.wp-element-button {
	background: transparent !important;
    color: #f89f1d !important;
    border: solid #f89f1d !important;
    text-align: center;
	width: 100%;
}

.continue-shopping-button .button.alt.wc-forward.wp-element-button:hover {
    background: #f89f1d !important;
    color: #ffffff !important;
	-webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}


/* Checkout page*/
.woocommerce-checkout .select2-selection__rendered  {
    color: #999 !important;
    line-height: 28px !important;
    padding: 10px !important;
    height: 50px !important;
    width: 100%;
}

.woocommerce-checkout  .select2-selection--single {
    background-color: #eee;
    border: 0;
    border-radius: 4px;
    padding: 0px !important;
    display: flex;
    width: 100% !important;
    align-items: center;
}