@-webkit-keyframes indicator {
    0% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@-moz-keyframes indicator {
    0% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@keyframes indicator {
    0% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
#notif.hpac .wrap .content {
    overflow: hidden;
}
.autocomplete-suggestions {
    position: absolute;
    z-index: 999999 !important;
    border: 1px solid #bbb;
    background: #FFF;
    overflow: auto;
    font-family: helvetica, sans-serif;
    font-size: 90%;
    color: #666;
}
.autocomplete-suggestion {
    padding: 6px 8px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}
.autocomplete-selected {
    background: #f3f3f3
}
.autocomplete-suggestions strong {
    font-weight: 700;
    color: #009688;
}
.autocomplete-group {
    padding: 2px 5px
}
.autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000;
}
@-webkit-keyframes loadingCircle {
    0% {
        transform: scale(.5)
    }
    50% {
        transform: scale(1)
    }
    100% {
        transform: scale(.5)
    }
}
@keyframes loadingCircle {
    0% {
        transform: scale(.5)
    }
    50% {
        transform: scale(1)
    }
    100% {
        transform: scale(.5)
    }
}
.hide {
    position: fixed;
    top: -9999px;
    left: -9999px;
    z-index: -9999;
    opacity: 0;
    visibility: hidden;
}
i.icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 150%;
    padding: 0 5px;
    font-style: normal;
    line-height: 1;
}
i.icon:before {
    font-display: swap;
}
#popup-cart .off {
    display: none;
    padding: 20px 0;
    color: #969696;
}
#popup-cart .off:before {
    content: '';
    display: block;
    background: url(cart.png) no-repeat center center;
    background-size: auto 80%;
    height: 80px;
}
#popup-cart .on h4 {
    color: #969696;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #f6f6f6;
}
#popup-cart .on #textCheckout {
    display: none;
}
#popup-cart .on ul.listCart {
    display: block;
    max-height: 40vh;
    overflow-y: auto;
    padding-left: 0;
}
#popup-cart .on ul.listCart li:nth-child(odd) {
    background: #fafafa;
}
#popup-cart .on ul.listCart li {
    border-bottom: 1px solid #f2f2f2;
    display: grid;
    grid-template-columns: auto 2fr 1fr;
    grid-gap: 10px;
    padding: 10px 20px;
    transition: .1s;
}
@media only screen and (max-width: 768px) {
    #popup-cart .on ul.listCart li {
        border-bottom: 1px solid #f2f2f2;
        display: grid;
        grid-template-columns: auto 2fr 1fr;
        grid-gap: 10px;
        padding: 10px 20px;
        transition: .1s;
    }
}
#popup-cart .on ul.listCart li:hover {
    background: #FFF7E2;
}
#popup-cart .on ul.listCart li .left img {
    border-radius: 2px;
    max-width: 80px;
    max-height: 80px;
    border: 1px solid #e3e3e3;
}
#popup-cart .on ul.listCart li .center .title {
    font-weight: 500;
    line-height: 110%;
    margin-bottom: 5px;
    font-size: 100%;
    margin: 5px 0;
    font-weight: 600;
}
#popup-cart .on ul.listCart li .center .title a.link {
    color: #666;
}
#popup-cart .on ul.listCart li .center .title a.link:hover {
    color: #009688;
}
#popup-cart .on ul.listCart li .center .qtyMin, #popup-cart .on ul.listCart li .center .qtyPlus {
    cursor: pointer;
    padding: 3px 10px;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, .1);
    text-align: center;
    background: #f6f6f6;
    box-shadow: inset 0 -1.5px 0 #e6e6e6;
}
#popup-cart .on ul.listCart li .center .qtyMin {
    border-radius: 4px 0 0 4px;
}
#popup-cart .on ul.listCart li .center .qtyPlus {
    border-radius: 0 4px 4px 0;
}
#popup-cart .on ul.listCart li .center .qtyMin:active, #popup-cart .on ul.listCart li .center .qtyPlus:active {
    background: #e6e6e6;
}
#popup-cart .on ul.listCart li .center .qty {
    background: #fff;
    max-width: 40px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-left: 0;
    border-right: 0;
    text-align: center;
    padding: 3px 0;
    height: 30px;
}
#popup-cart .on ul.listCart li .center .note:before {
    content: 'ï‹›';
    font-family: IonIcons;
    font-display: swap;
    display: inline-block;
    vertical-align: middle;
    color: #666;
    margin-right: 5px;
}
#popup-cart .on ul.listCart li .center .note {
    display: block;
    width: 100%;
    border: none;
    color: #666;
    background: none;
    padding: 5px 0;
}
#popup-cart .on ul.listCart li .center .note:focus {
    border: 1px solid #e6e6e6;
    color: #666;
    background: #fff;
    padding: 5px 10px;
    margin-top: 5px;
}
#popup-cart .on ul.listCart li .right {
    text-align: right;
}
#popup-cart .on ul.listCart li .right b {
    display: block;
}
#popup-cart .on ul.listCart li .right .sum {
    color: #009688;
}
#popup-cart .on ul.listCart li .right .removeProductCart {
    color: #f00;
    cursor: pointer;
}
#popup-cart .on ul.listCart li .right .removeProductCart:hover {
    color: #009688;
}
#popup-cart .on #total-cart {
    position: relative;
    z-index: 1;
    padding: 20px;
    display: grid;
    grid-template-columns: 1fr auto;
}
@media only screen and (max-width: 768px) {
    #popup-cart .on #total-cart {
        font-size: 90%;
    }
}
#popup-cart .on #total-cart .subtotal h2 {
    font-weight: 500;
    color: #009688;
    margin-top: 0;
    text-align: left;
}

.form-hpac .input-whatsapp .form-control.bootstrap-select button{
    background-color: #ededed!important;
    width: 125px;
    border-radius: 0;
    border: none;
}

.input-whatsapp label.item{
    display: flex;
}

.form-hpac .input-whatsapp .form-control.bootstrap-select{
    width: 125px;
}

.form-hpac .input-whatsapp .dropdown-menu.open{
    width: 200%;
}

/* .input-whatsapp .col-sm-7 input{
    padding-left: 5px;
}

.input-whatsapp .col-sm-5 input{
    padding-left: 0;
}

.input-whatsapp .col-sm-5 select.form-control{
    background-color: #ededed!important;
    border-radius: 0;
} */

#popup-cart .on #total-cart .subtotal small {
    opacity: .8;
}
#popup-cart .on #total-cart .checkout-cart .btnCheckout {
    display: block;
    padding: 10px 30px;
    border-radius: 2px;
    font-weight: 500;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .04), 0 5px 5px rgba(0, 0, 0, .04);
    text-align: center;
    color: #868686;
    cursor: pointer;
}
#popup-cart .on #total-cart .checkout-cart .btnCheckout span:before {
    content: attr(data-text-checkout);
}
#popup-cart .on #total-cart .checkout-cart .btnCheckout.active span:before {
    content: attr(data-text-viewcart);
}
#popup-cart .on #total-cart .checkout-cart .btnCheckout:active {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .04);
}
#popup-cart .on #total-cart .checkout-cart .btnCheckout i {
    transition: .4s;
    padding: 0;
    color: #009688;
}
#popup-cart .on #total-cart .checkout-cart .btnCheckout.active i {
    transform: rotate(90deg);
}
#popup-cart .cartForm {
    display: none;
    border-top: .5px solid #e6e6e6;
    box-shadow: inset 0 1px 6px rgba(0, 0, 0, .1);
}
@media only screen and (max-width: 768px) {
    #popup-cart .cartForm {
        font-size: 90%;
    }
}
.hpac {
    font-size: 14px;
    line-height: 1.6;
}
.hpac b, .hpac strong {
    font-weight: 500;
}
.hpac {
    display: flex !important;
    position: relative;
    position: fixed !important;
    z-index: 999999999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 10px 0;
    visibility: hidden;
    opacity: 0;
}
.hpac.open {
    visibility: visible;
    opacity: 1;
    transition: .2s;
    background-color: rgba(0, 0, 0, 0.5);
}
.hpac a {
    text-decoration: none;
}
.hpac .wrap {
    display: block;
    margin: auto auto;
    width: calc(100% - 20px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    max-width: 500px;
}
.hpac .wrap .title-hpac{
    display: grid;
    width: 100%;
    grid-template-columns: 1fr auto;
    grid-column-gap: 10px;
    margin: 0;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid rgba(0, 0, 0, .06);
    font-size: 14px;
    background: #fff;
    font-weight: 400;
    border-radius: 4px 4px 0 0;
}

@media only screen and (max-width: 640px){
.hpac .wrap .title-hpac{
/*    position:absolute;*/
    z-index:10;
    top: 0;
    display: grid;
    width: 100%;
    grid-template-columns: 1fr auto;
    grid-column-gap: 10px;
    margin: 0;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid rgba(0, 0, 0, .06);
    font-size: 14px;
    background: #fff;
    font-weight: 400;
    border-radius: 4px 4px 0 0;
}
.content{
    top: 50px !important;
}

}
.hpac .wrap .title-hpac span.title-hpac-content {
    padding: 0 20px;
    display: block;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #444;
    font-size: 110%;
}
@media only screen and (max-width: 1023px) {
    .hpac .wrap .title-hpac span.title-hpac-content {
        font-size: 100%;
    }
}
.hpac .wrap .title-hpac span.title-hpac-content i {
    color: #009688;
    font-size: 160%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.hpac .wrap .title-hpac .close-hpac {
    display: block;
    color: #aaa;
    padding: 0 20px;
    cursor: pointer;
    font-size: 30px;
    font-weight: 300;
    transition: .2s;
}
.hpac .wrap .title-hpac .close-hpac:hover {
    color: #444;
}
.hpac .wrap .title-hpac .close-hpac:before {
    cursor: default;
    display: block;
    position: fixed;
    z-index: -2;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 100px);
    background: rgba(0, 0, 0, .2);
    visibility: hidden;
    opacity: 0;
}
.hpac.open .wrap .title-hpac .close-hpac:before {
    visibility: visible;
    opacity: 1;
    transition: .4s;
}
.hpac .wrap .content {
    display: block;
    /*overflow-y: auto;*/
    /*max-height: calc(100vh - 80px);*/
    background: #fff;
    border-radius: 0 0 4px 4px;
}
.hpac .wrap .content .productlivesalesGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}
.hpac .hpac-wrap {
    padding: 20px;
    width: 100%;
}
.address-new div, .address-existing div {
    align-items: baseline;
}
/* ----------------

form-hpac

------------------- */

.form-hpac .bootstrap-select .btn {
    background-image: none!important;
    background-color: transparent!important;
    border: none;
    outline: none!important;
    box-shadow: none;
    color: #000!important;
    padding-left: 35px;
}
.form-hpac .bootstrap-select .dropdown-toggle:focus {
    outline: none!important;
}
.form-hpac .bs-searchbox .form-control {
    height: 27px;
}
.form-hpac .dropdown-menu.open {
    width: 145%;
    left: 50%;
    top: 32px;
    height: fit-content;
    position: absolute;
    transform: translateX(-50%);
    min-width: unset!important;
}

[dir="rtl"] .form-hpac .dropdown-menu.open {
    transform: translateX(0);
}

.form-hpac .dropup .caret {
    border-top: inset;
    border-bottom: unset;
}
.form-hpac .bootstrap-select .dropdown-menu li a {
    padding: 3px 8px;
    font-size: 12px;
    width: 100%;
    color: #000;
}
.form-hpac .bootstrap-select .dropdown-menu li a.active {
    background-color: #e5e5e5;
}
.form-hpac .bootstrap-select .dropdown-menu li {
    padding: 0;
}
.form-hpac .dropdown>.dropdown-menu {
    display: none;
}
.form-hpac .dropdown.open .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
}
.form-hpac .form-control.bootstrap-select {
    height: 39px;
}
.form-hpac .bootstrap-select .dropdown-menu li:hover {
    background-color: #e5e5e5;
}
@media only screen and (max-width: 1023px) {
    .form-hpac .grid-wa.col2 {
        grid-template-columns: 1fr 1fr !important;
    }
}
@media only screen and (max-width: 320px) {
    .form-hpac .grid-wa.col2 {
        grid-template-columns: 1fr !important;
    }
}
.form-hpac * {
    outline: none;
    text-decoration: none;
}
@media only screen and (max-width: 1023px) {
    .form-hpac * {
        font-size: 12px;
    }
}
.form-hpac br {
    margin: 0;
    padding: 0;
    line-height: 0;
}

/* disturb js code
.form-hpac .form-group {
    display: block !important;
}
*/

.form-hpac select.form-control, .form-hpac input.form-control, .form-hpac textarea.form-control {
    border-style: none !important;
    background: transparent !important;
}
.form-hpac .focus {
    box-shadow: inset 0 -1px 0 0 #FBBC05 !important;
}
.form-hpac label {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}
.form-hpac label>input, .form-hpac label>select, .form-hpac label>textarea {
    position: relative;
    z-index: 1;
    border: none;
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, .08) !important;
    padding: 8px 15px;
    width: 100%;
    padding-left: 40px;
    background: transparent;
    color: #555;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
}
.form-hpac label>input:focus, .form-hpac label>select:focus, .form-hpac label>textarea:focus {
    box-shadow: inset 0 -1px 0 0 #009688 !important;
}
.form-hpac label>input::placeholder, .form-hpac label>input:-ms-input-placeholder, .form-hpac label>input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #969696;
    opacity: 1;
    /* Firefox */
}
.form-hpac label>textarea::placeholder, .form-hpac label>textarea:-ms-input-placeholder, .form-hpac label>textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #969696;
    opacity: 1;
    /* Firefox */
}
.form-hpac label>i {
    position: absolute;
    z-index: 9;
    display: inline-block;
    vertical-align: top;
    width: 40px;
    text-align: center;
    font-size: 20px;
    height: auto;
    background: transparent;
    box-shadow: none;
    top: 9px;
    left: 0;
    color: #373737;
}

.form-hpac .row{
    margin-left: 0;
    margin-right: 0;
}

.form-hpac label > i.fa-eye-slash,
.form-hpac label > i.fa-eye
{
    top: 9px;
    left: unset;
    right: 0;
    font-size: 16px;
    cursor: pointer;
}

@media only screen and (max-width: 768px) {
    .form-hpac label>i {
        position: absolute;
        /* z-index: 0; */
        display: inline-block;
        vertical-align: top;
        width: 40px;
        text-align: center;
        font-size: 20px;
        height: auto;
        background: transparent;
        box-shadow: none;
        top: 7px;
        left: 0;
        color: rgba(0, 0, 0, .2);
    }
}
.form-hpac label small {
    position: relative;
    display: block;
    margin-top: 10px;
    z-index: 3;
}
.form-hpac label small>a.tooltip {
    margin-left: 10px;
    font-size: 20px;
    vertical-align: middle;
    display: inline-block;
    color: rgba(0, 0, 0, .4);
}
.form-hpac label small>a.tooltip:hover {
    color: rgba(0, 0, 0, .6);
}
.form-hpac label small a {
    font-weight: 500;
}
.form-hpac select::-ms-expand {
    display: none;
}
.form-hpac select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    text-align: right;
}
.form-hpac select option {
    font-size: 12px;
    background: #fafafa;
    color: rgba(0, 0, 0, 0.7);
    text-shadow: none;
    text-align: left;
}
.form-hpac .nomor_whatsapp[type=number]::-webkit-outer-spin-button, .form-hpac .nomor_whatsapp[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.nomor_whatsapp[type=number] {
    -moz-appearance: textfield;
}
.form-hpac label>*:focus {
    background: transparent;
}
.form-hpac label textarea {
    min-height: 40px;
    resize: vertical;
    margin-bottom: 0;
    font-size: 14px;
    height: 60px;
}
.form-hpac label .validasi {
    position: relative;
    position: absolute !important;
    z-index: 2;
    top: calc(100% + 20px);
    left: 0;
    background: #FBBC05;
    color: rgba(0, 0, 0, .6);
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 80%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .08);
    transition: .4s;
    visibility: hidden;
    opacity: 0;
    display: inline-block !important;
}
.form-hpac label .validasi.show {
    visibility: visible;
    opacity: 1;
    top: calc(100% + 10px);
}
.form-hpac label .validasi:after {
    position: absolute;
    bottom: 100%;
    left: 12px;
    content: '';
    border: 8px solid;
    border-color: transparent transparent #FBBC05 transparent;
}
.form-hpac .note {
    display: block;
    font-size: 90%;
    background: #ffedba;
    color: rgba(0, 0, 0, .8);
    padding: 10px 20px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 4px;
    margin-top: 20px;
    margin-bottom: 5px;
}
.form-hpac .note-hide {
    border: none;
    background-color: transparent;
    margin: 0;
}

#checkout-order {
    display: block;
    text-align: center;
    border: none;
    width: 100%;
    display: block;
    background: #009688;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 2px;
    font-weight: 500;
    font-size: 105%;
    letter-spacing: 1px;
    box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .08);
}

#checkout-order.s2 {
    background: transparent;
    color: #009688;
    display: inline-block;
    padding: 2px 10px;
    font-size: 140%;
    box-shadow: none;
}

#checkout-order i {
    display: inline-block;
    vertical-align: middle;
    font-size: 140%;
    margin: 0 10px;
}

#checkout-order:active {
    box-shadow: inset 0 -60px 0 0 rgba(0, 0, 0, .08);
}

.button-hpac {
    font-weight: 400;
    cursor: pointer;
    display: inline-block;
}
.btn-hpac {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px !important;
    cursor: pointer;
    height: 45px;
}
.order-cart:hover, .order-checkout:hover {
    color: #333 !important;
    text-decoration: none;
}
.order-cart {
    padding: 10px 15px;
    text-align: center;
    border: 1px solid #009688;
    color: #009688;
    font-size: 90%;
    border-radius: 2px;
    background: transparent;
    font-size: 90%;
    border-radius: 2px;
    margin-right: 5px;
}
.order-checkout {
    padding: 10px 15px;
    text-align: center;
    border: 1px solid #009688;
    color: #009688;
    font-size: 90%;
    border-radius: 2px;
    background: #009688;
    color: #fff;
    font-weight: 500;
}
.form-control::placeholder {
    color: #959595;
    opacity: 1;
}
.form-hpac .form-control {
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, .08);
}
.form-hpac input[type="text"]:focus {
    outline: 1px solid #009688;
    text-shadow: none;
}
.cartForm ul.dropdown-menu li {
    padding: 0 15px;
}
#data-cart .listItem h5 {
    padding: 0;
    margin: 5px 0;
}
#data-cart .listItem small {
    font-size: 11px;
    display: block;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: transparent;
}
.form-hpac .address-new input[type="radio"] {
    margin-top: 15px;
    margin-bottom: 20px;
    margin-right: 10px;
}
.form-hpac .address-existing input[type="radio"] {
    margin-right: 10px;
}
.bootbox-confirm {
    z-index: 9999999999;
    top: 25%;
}
.btn.btn-secondary.bootbox-cancel {
    width: 49%;
    float: left;
    text-align: center;
    border: none;
    width: 48%;
    display: block;
    background: #a0b0af;
    color: #000;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 2px;
    font-weight: 500;
    font-size: 105%;
    letter-spacing: 1px;
    box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .08);
}
.btn.btn-primary.bootbox-accept {
    float: left;
    text-align: center;
    border: none;
    width: 48%;
    display: block;
    background: #009688;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 2px;
    font-weight: 500;
    font-size: 105%;
    letter-spacing: 1px;
    box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .08);
    text-shadow: none;
}
.modal-header h5.modal-title {
    font-size: 21px;
}
.form-hpac h2 {
    font-size: 21px;
}
.wa__member_status_away font, .wa__member_status_offline font, .wa__member_status_online font {
    font-size: 11px;
}
#show-coupon {
    display: block;
    text-align: left;
    border: none;
    width: 100%;
    display: block;
    background: #009688;
    color: #fff;
    padding: 10px;
    cursor: pointer;
    border-radius: 2px;
    font-weight: 500;
    font-size: 105%;
    letter-spacing: 1px;
    margin-top: 30px;
    box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .08);
}
#submit-coupon {
    display: block;
    */ text-align: center;
    border: none;
    background: #009688;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 2px;
    font-weight: 500;
    font-size: 90%;
    box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .08);
}
#payment-detail {
    display: none;
    padding: 10px 30px;
    border-radius: 2px;
    font-weight: 500;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .04), 0 5px 5px rgba(0, 0, 0, .04);
    text-align: center;
    color: #868686;
    cursor: pointer;
}
#payment-detail-image {
    display: block;
}
#input-coupon {
    margin-top: 30px;
}
/*override default dropdown menu*/


#popup-cart h2::after {
    content: none;
}
#popup-cart h2 {
    text-align: center;
    margin: 10px 0 5px 0;
}
#popup-cart .text-danger {
    font-size: 12px;
}

/* DESKTOP */
@media only screen and (min-width: 600px) {
    #checkout-hpac .dropdown-menu {
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        border: none;
    }

    .input-whatsapp .col-sm-5{
        padding-right: 0;
    }

    .input-whatsapp .col-sm-7{
        padding-left: 0;
    }
}

@media only screen and (max-width: 600px) {
    .form-hpac select.form-control {
        padding-left: 34px !important;
    }

    .form-hpac .dropdown-menu.open {
        width: 100%;
    }

    .form-hpac .input-whatsapp .dropdown-menu.open{
        left: 0;
        transform: none;
    }
    .title{
        position: relative !important;
        text-align: left !important;
    }

}
 /*========Ù…Ø­Ù…Ø¯ ÙØ¶Ù„===*/
.input-whatsapp input[type="tel"] {
  padding: 0 41px;
  border-radius: 0;
}


.hpac-wrap .country-code-prefix .bootstrap-select {
  box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner, .bootstrap-select .dropdown-toggle .caret {
    color: #4a4a4a !important;
}

.country-code-prefix input {
  padding: 4px !important;
}

#checkout-form .col-sm-6 {
  height: 50px;
}

html[dir="rtl"] #hpawc-password + .reveal {
    left: 24px;
    right: unset;
}

