.navbar-nav.ac-navbar{
  display:none !important;
}


*:focus {
    outline: none !important;
    box-shadow: none !important;
}
/* =========================================
   TRANSITION UTILITY
   ========================================= */
.f-in {
    transition: visibility 0s linear 500ms, opacity 500ms;
    visibility: visible !important;
    opacity: 1;
}

/* =========================================
   EMPTY CONTENT
   ========================================= */
.empty-content {
    padding: 50px 0;
    text-align: center;
    width: 100%;
}

.empty-content .icon {
    padding: 20px;
    background: var(--ac-s-bg);
    color: var(--ac-secondary);
    border-radius: 50px;
    font-size: 48px;
    width: 88px;
    height: 88px;
}

.empty-content .empty-text {
    color: #666666;
    padding-top: 20px;
    font-size: 14px;
}

/* =========================================
   LOADER
   ========================================= */
.loader {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    background: none;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border-top: 3px solid var(--ac-primary);
    border-bottom: 3px solid var(--ac-secondary);
    border-left: 3px solid var(--ac-secondary);
    border-right: 3px solid var(--ac-secondary);
}

.loader.popup-inner {
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
}

.loader:after {
    position: absolute;
    top: 22px;
    left: 22px;
    background: var(--ac-secondary);
    height: 20px;
    width: 20px;
    content: "";
    border-radius: 50%;
    -webkit-animation: fade 1s linear infinite;
    animation: spin 1s linear infinite;
}

/* =========================================
   POPUP / SUCCESS MODAL
   ========================================= */
.popup {
    width: 100%;
    height: 100%;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.75);
    text-align: center;
}

.popup:before {
    content: '';
    display: inline-block;
    height: 100%;
    margin-right: -4px;
    vertical-align: middle;
}

.popup-inner {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    max-width: 800px;
    text-align: left;
    background: #fff;
    margin: 20px;
    border-radius: 0px;
}

.popup-inner .lb-body {
    padding: 30px;
    text-align: center;
}

.popup-inner .msg-wrap {
    padding: 30px;
}

.popup-inner .message-details {
    display: flex;
    margin-bottom: 20px;
}

.popup-inner .message-details .material-icons {
    flex: 0 0 24px;
    width: 24px;
    color: #15B579;
}

.popup-inner .message-details .success-message {
    flex: 1 1 auto;
    padding: 4px 0 0 16px;
    line-height: 20px;
}

.popup-inner .message-details .cart-info {
    flex: 0 0 180px;
    padding: 10px 15px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    border: 1px solid #eee;
    position: relative;
    z-index: 10;
}

.popup-inner .message-details .cart-info>span {
    padding: 0 0 5px;
    display: flex;
    justify-content: space-between;
    color: #888;
    font-size: 14px;
    line-height: 20px;
}

.popup-inner .message-details .cart-info>span>span {
    font-weight: bold;
    color: #111;
    font-size: 15px;
}

.popup-inner .message-details .cart-info .cart-quantity {
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
}

.popup-inner .btn-wrap {
    padding-left: 40px;
}

.popup-inner .btn-wrap button {
    margin-right: 10px;
}

.popup-close {
    width: 30px;
    height: 30px;
    padding: 3px;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 2px;
    border: none;
    background: #FFF;
    cursor: pointer;
    text-align: center;
}

.popup-close:after {
    content: "close";
    font-family: 'Material Icons';
    font-size: 20px;
    color: #666666;
}

.popup .button {
    font-family: 'Material Icons';
    font-size: 24px;
    color: #fff;
    position: relative;
    z-index: 99;
    margin-right: 10px;
    background: #111;
    border-radius: 32px;
    padding: 5px;
    cursor: pointer;
}

.popup .button:hover {
    color: #fff;
    background: var(--ac-primary);
}

.popup .button:after {
    content: "chevron_left";
}

.popup .button.next {
    margin-right: auto;
    margin-left: 10px;
}

.popup .button.next:after {
    content: "chevron_right";
}

.lb-body img {
    max-width: 100%;
}

.popup-inner .lb-footer {
    color: #fff;
    text-align: left;
    margin-top: 0;
    background: #111;
    padding: 10px;
}

.popup-inner .lb-footer .title {
    float: left;
}

.popup-inner .lb-footer .counter {
    text-align: right;
    opacity: .5;
}

.popup-head {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.popup-head h3 {
    font-weight: 400;
}

.popup-prod-item .name {
    color: var(--ac-f-c1);
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 15px;
}

/* =========================================
   FLOATING BUTTON (Compare / Cart)
   ========================================= */
button.btn.cart, button.btn.submit, a.clear-all.btn.st-outline, .footer.btn-wrap a.btn {
    background: var(--blue);
    display: inline-block;
    padding: 0 20px;
    margin: 0;
    height: 38px;
    line-height: 35px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    outline: none;
    text-align: center;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
.f-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99999;
    background: var(--ac-hf-bg);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 10px;
    text-transform: uppercase;
    cursor: pointer;
    width: 59px;
    height: 59px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1), -5px 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.f-btn i {
    margin: 10px 0 5px;
}

.f-btn .label {
    opacity: .8;
}

.f-btn.cmpr-toggler {
    bottom: 90px;
}

.f-btn.h-hr {
    width: 70px;
    height: 70px;
    border-radius: 35px;
    bottom: calc(50% - 35px);
    background: var(--ac-primary);
}

.f-btn:hover {
    background: var(--ac-secondary);
}

.f-btn span.counter {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: -10px;
    top: -10px;
    background: var(--ac-primary);
    line-height: 20px;
    border-radius: 16px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.f-btn.close span.counter {
    display: none;
}

/* =========================================
   DRAWER (Cart & Compare Panel)
   ========================================= */
.drawer {
    position: fixed;
    right: -400px;
    top: 0;
    background: #fff;
    height: 100%;
    width: 360px;
    z-index: 999999;
    max-width: 100%;
    transition: all 300ms ease;
    display: flex;
    flex-direction: column;
}

.drawer.open {
    right: 0;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2), -1px 0 0 0 rgba(255, 255, 255, 0.2);
}

.drawer .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -35px;
}

.drawer>.title {
    background: var(--blue);
    padding: 0 20px;
    position: relative;
    flex: 0 0 50px;
}

.drawer .title .mc-toggler,
.drawer .title .cmpr-toggler {
    color: #fff;
    position: absolute;
    right: 8px;
    top: 0;
    cursor: pointer;
}

.drawer .title .mc-toggler i,
.drawer .title .cmpr-toggler i {
    font-size: 20px;
    line-height: 50px;
}

.drawer .title .close:hover i {
    opacity: .5;
}

.drawer .title p {
    margin: 0;
    line-height: 50px;
    font-weight: 600;
    color: #fff;
}

.drawer .content {
    overflow-y: auto;
    flex: 1 1 auto;
    min-height: 100px;
}

.drawer .content .item {
    display: flex;
    padding: 15px 20px;
    position: relative;
    border-bottom: 1px solid #eee;
}

.drawer .content .item:hover {
    background: rgba(55, 73, 187, 0.03);
}

.drawer .content .item .remove {
    position: absolute;
    right: 0px;
    top: 17px;
    cursor: pointer;
}

.drawer .content .item .remove i {
    font-size: 16px;
    opacity: .7;
}

.drawer .content .item .remove:hover i {
    opacity: 1;
}

.drawer .content .item .name {
    font-size: 14px;
    line-height: 20px;
    padding: 0 15px 12px 0;
}

.drawer .content .item .image {
    flex: 0 0 60px;
    display: flex;
}

.drawer .item .image img {
    max-width: 45px;
    max-height: 45px;
    overflow: hidden;
    font-size: 0;
    color: transparent;
    background: #fafafa;
}

.drawer .item .info>* {
    vertical-align: middle;
}

.drawer .item .info i {
    font-size: 15px;
    margin: 0 5px;
    color: #999;
    width: 15px;
    height: 15px;
}

.drawer .item .amount,
.drawer .item .total {
    font-weight: 600;
}

.drawer .footer {
    flex: 0 0 auto;
    padding: 5px 0 43px;
    position: relative;
}

.drawer .footer .total {
    display: flex;
    padding: 12px 10px;
}

.drawer .footer .total:nth-child(2) {
    border-bottom: 1px solid #eee;
}

.drawer .footer .total>div {
    flex: 1 1 50%;
    text-align: right;
    font-size: 16px;
    color: #666666;
}

.drawer .footer .total>div.amount {
    color: #111;
    font-weight: 600;
}

.drawer .footer .checkout-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.drawer .footer .checkout-btn a {
    display: block;
    width: 100%;
}
button.btn.button-coupon {
    background: var(--orange);
    border:2px solid var(--orange)
    display: inline-block;
    padding: 0 20px;
    margin: 0;
    height: 36px;
    line-height: 34px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    border-radius: 4px 0 4 0;
    outline: none;
    text-align: center;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
.drawer .footer .checkout-btn a button, .footer.btn-wrap a.compare-now {
    width: 100%;
    border: none;
    background: var(--orange);
}

.footer .promotion-code {
    background: var(--ac-s-bg);
    padding: 10px;
    display: inline-block;
    width: 100%;
}

.footer .promotion-code input {
    height: 36px;
    font-size: 14px;
    border: none;
}

.footer .promotion-code button {
    height: 36px;
    line-height: 32px;
}

.drawer.cmpr-panel {
    top: 0;
    bottom: 0;
    height: 0;
    right: 0;
    overflow: hidden;
    transition: none;
}

.drawer.cmpr-panel.open {
    height: auto;
    overflow: visible;
    max-width: calc(100% - 25px);
}

.drawer.cmpr-panel .item .info {
    display: flex;
    align-items: center;
}

.drawer.cmpr-panel .item .image {
    flex: 0 0 60px;
}

.drawer.cmpr-panel .content .item .name {
    padding: 0 15px 0 0;
}

.drawer.cmpr-panel .footer {
    border: none;
    flex: 0 0 auto;
    padding: 10px;
    text-align: center;
}

.footer.btn-wrap a.btn {
    width: 45%;
}

.drawer.cmpr-panel .content .item .remove {
    top: 50%;
    margin-top: -9px;
}

.common-home .drawer .content {
    margin-top: 0px;
}

/* =========================================
   RESPONSIVE
   ========================================= */
@media (max-width: 1279px) {
    .popup .button {
        margin-right: -17px;
    }

    .popup .button.next {
        margin-left: -17px;
    }

    .f-btn {
        display: none;
    }
}

@media (max-width: 767px) {
    .popup .button {
        margin: -17px 0 0 0;
        position: absolute;
        top: 50%;
        height: 34px;
    }

    .popup .button.next {
        left: auto;
        right: 0;
    }

    .popup-inner .lb-footer .title {
        text-align: center;
        float: none;
        padding-bottom: 7px;
    }

    .popup-inner .lb-footer .counter {
        text-align: center;
        float: none;
    }

    .popup-inner .message-details {
        flex-wrap: wrap;
    }

    .popup-inner .message-details .success-message {
        max-width: calc(100% - 40px);
        padding-bottom: 15px;
    }

    .popup-inner .message-details .cart-info {
        flex: 1 1 100%;
        margin-left: 40px;
    }

    .popup-inner .msg-wrap {
        padding: 20px;
    }

    .popup-inner .btn-wrap {
        white-space: nowrap;
    }

    .popup-inner .btn-wrap button {
        padding: 0 15px;
        margin-right: 5px;
    }
}

@media (max-width: 410px) {
    .popup-inner {
        margin: 10px;
    }
}
