.footer-panel {
    padding: 20px 20px 4px;
    background-color: #141414;
}
.footer-container {
    max-width: 1680px;
    margin: 0 auto;
    padding: 0 15px;
}
.footer-panel-wrap {
    display: flex;
    flex-direction: row;
}
.footer-panel-col {
    flex: 0.8;
}
.footer-column-two, .footer-newsletter-col {
 flex: 1;
}

.footer-panel-col-title {
    text-transform: uppercase;
    font-family: "Figtree", sans-serif;
    color: #bda371;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #bda371;
    display: inline-block;

}
.footer-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-menu-list li {
    line-height: normal;
}
.footer-menu-list li a {
    text-transform: capitalize;
    font-family: "Figtree", sans-serif;
    color: #fff;
    font-size: 12px;
}
.footer-menu-list li a:hover {
    color: #bda371;
}
.footer-menu-list .forward-arrow {
    background:url('/wp-content/themes/dellastore/newhome/images/gold-arrow.png') no-repeat;
    background-position: center;
    background-size: 100%;
    height: 10px;
    width: 10px;
    display: inline-block;
}
.footer-panel-col-brands {
    display: flex;
}
.footer-panel-col-brands .product-brands-list-2{
   padding-left: 60px;
}
.footer-social-icon-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
} 
.footer-newsletter-col .subscribe-title {
    border-bottom: none;
}
.footer-signup-inner {
    display: flex;
    align-items: center;
    gap: 4px;
}
.contact-us-list {
    list-style: none;
    padding: 6px 0 0 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.contact-us-list li {
    line-height: normal;
    display: flex;
}
.contact-us-list li a, .footer-address {
    text-transform: capitalize;
    font-family: "Figtree", sans-serif;
    color: #fff;
    font-size: 12px;
    line-height: normal;
}
.footer-address {
    text-align: left;
    margin-bottom: 0;
}
.footer-signup-input input {
    border: 2px solid #bda371;
    background-color: transparent;
    color: #fff;
    padding: 12px;
    font-size: 14px;
    width: 100%;
    border-radius: 0;
}
.footer-signup-input input:focus, .footer-signup-input input:hover, .footer-signup-input input:focus-visible {
    border-color:  #bda371 !important;
}
.footer-signup-submit input {
    border: 2px solid #bda371;
    color: #bda371;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 100%;
    padding: 13.5px 10px;
    background-color: #85858559;
    /* margin-top: 10px; */
    border-radius: 0;
}
.footer-signup-input .wpcf7-not-valid-tip, .footer-newsletter-col .wpcf7-not-valid-tip {
    font-size: 14px !important;
    position: static !important;
    background-color: transparent;
    color: #dc3232 !important;
    padding: 0;
}
.footer-newsletter-col .wpcf7-response-output {
    font-size: 14px;
    color: #fff;
    margin: 15px 0 !important;
}
.footer-signup-captcha {
    transform: scale(0.75);
    transform-origin: top left;
    margin: 10px 0 0;
    padding: 0;
} 
.subscribe-info-note {
    text-transform: uppercase;
    font-size: 11px;
    color: #fff;
    line-height: normal;
    margin-top: -10px; 
}
.subscribe-info-note a{
    color: #bda371;
    text-decoration: underline !important;
    font-size: 11px;
}
.footer-copyright {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-copyright p {
    font-size: 12px;
    color: #fff;
    line-height: normal !important;
}
.footer-copyright .dmca-badge {
    line-height: normal;
}
.footer-forwar-arrow {
    display:none;
}
.cddmoTM {
    top: -.5em !important;
}

@media (min-width: 1200px) {
    .footer-panel-wrap {
        gap: 5px;
    }
    .follow-us-text {
        display: none;
    }
    .mobile-address-handler {
        display: none;
    }
}
@media (max-width: 1679px) {
    .footer-container {
        max-width: 100%;
        padding: 0 15px;
    }
}
@media (max-width: 1199px) { 
    /* .footer-panel-col .row>* {
        padding-right: calc(var(--bs-gutter-x) * .5);
    } */
    .footer-panel {
        padding: 20px 0 0;
    }
    .footer-panel-wrap {
        flex-direction: column;
    }
    .footer-menu-list, .footer-panel-col-brands, .footer-newsletter-col-inner  {
        display: none;
        text-align: center;
    }
    
    .footer-panel-col-brands .footer-menu-list {
        display: inline-block;
        min-width: 120px;
    }
    .footer-panel-col-brands .product-brands-list-2 {
        padding-left: 0;
    }
    .footer-menu-list li {
        text-align: center;
    }
    .footer-panel-col-title {
        border-bottom: 1px solid #bda371;
        letter-spacing: 5px;
        font-size: 13px;
        display: flex;
        justify-content: center;
        padding: 10px;
        position: relative;
        cursor: pointer;
    }

    .footer-panel-col:first-child .footer-panel-col-title {
        border-top: 1px solid #bda371;
    }
    .footer-newsletter-col .subscribe-title {
        justify-content: left;
        padding-left: 0;
    }
    .follow-us-text {
        border-bottom: none;
        justify-content: start;
        padding-left: 0
    }
    
    /* .footer-newsletter-col .footer-panel-col-title {
        justify-content: start;
        padding-left: 0;
        pointer-events: none;
        letter-spacing: 3px;
    } */
    .footer-forwar-arrow {
        display:inline-block;
        max-width: 15px;
        max-height: 15px;
        position: absolute;
        right: 20px;
        transition: transform 0.3s ease;
    }
     .footer-forwar-arrow.rotated {
        transform: rotate(90deg);
     }
     .footer-signup-input input {
        padding: 8px 10px;
    }
    .footer-signup-submit input {
        padding: 9px 10px;
    }
    .mobile-address-handler {
        display: flex;
        /* justify-content: center; */
        padding-top: 8px;
        margin-bottom: 1rem;
    }
    .footer-address {
        padding-left: 30px;
        padding-top: 2px;
        position: relative;
        line-height: 20px;
    }
    .footer-address::after {
        content: "";
        position: absolute;
        left: 15px;
        top: 0;
        width: 1px;
        height: 100%;
        background-color: rgb(255 255 255 / 20%);
    }
    .footer-social-icon-list {
        /* justify-content: center; */
    }
    .subscribe-info-note {
        text-align: left;
    }

}

@media (min-width:992px) and (max-width: 1198px) {
   
    /* .footer-signup {
        display: grid;
        grid-template-columns: 1fr 1fr;
    } */
    .footer-signup-input {
        margin-right: 10px;
    }
    .footer-signup-submit input {
        margin-top: 0;
        padding: 8px 10px;
    }
 
}
@media (max-width: 767px) { 
    .footer-panel-col-title {
        font-size: 12px;
        padding: 8px;
    }
    .footer-forwar-arrow {
        max-width: 12px;
        max-height: 12px;
    }
    .footer-menu-list .forward-arrow {
        height: 10px;
        width: 10px;
    }
    .footer-copyright {
        flex-direction: column;
    }
    .footer-copyright .dmca-badge {
        order: 1;
        margin-top: 10px;
    }
 
}

  /* <?php if (is_user_logged_in()) { ?>#wpadminbar {
        display: none;
    } */

    .banner-area-wrp {
        margin-top: 0px;
    }

    a.cart-conter span {
        color: #fff;
        position: absolute;
        top: 14px;
        left: 21px;
        font-size: 9px;
        background-color: red;
        padding: 3px;
        display: inline-block;
        border-radius: 100px;
        line-height: 12px;
        width: 17px;
        height: 17px;
        text-align: center;
    }

    .breadcrumb-full {
        margin-top: 100px !important;
    }

    button:focus {
        background: transparent;
    }

    #backToTop {
        width: 80px;
    }

    @media (max-width: 480px) and (min-width: 320px) {
        .breadcrumb-full {
            margin-top: 60px;
        }
    }

    /* <?php } else { ?>.banner-area-wrp {
        margin-top: 0px;
    } */

    a.cart-conter span {
        color: #fff;
        position: absolute;
        top: 14px;
        left: 21px;
        font-size: 9px;
        background-color: red;
        padding: 3px;
        display: inline-block;
        border-radius: 100px;
        line-height: 12px;
        width: 17px;
        height: 17px;
        text-align: center;
    }

    .breadcrumb-full {
        margin-top: 100px !important;
    }

    button:focus {
        background: transparent;
    }

    #backToTop {
        width: 80px;
    }

    @media (max-width: 480px) and (min-width: 320px) {
        .breadcrumb-full {
            margin-top: 60px;
        }
    }

    /* <?php } ?> */