.footer-nav-area .buttonbar-second {
    width: 17%;
    display: inline-block !important;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.16);
    text-align: center;
    background-color: var(--light-element-bg);
    border-radius: 20px 20px 0 0;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0;
    margin: 0
}

.footer-nav-area .buttonbar-second li p {
    display: none
}

.footer-nav-area .buttonbar-second li {
    display: block;
    margin: 20px 0;
    font-size: 20px
}

.footer-nav-area {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000
}

.footer-nav-area .cart-customlocation {
    position: relative
}

ul.second-style-toolbar li a span, .footer-nav-area .buttonbar-second span, .footer-nav-area .buttonbar-first span, .top-header-icon .cart-customlocation span {
    color: #fff;
    border-radius: 25px;
    font-size: 12px;
    position: absolute;
    top: -17px;
    right: -22px;
    width: 20px;
    height: 20px;
    text-align: center;
    margin: 10px;
    padding: 1px;
    background: var(--primary);
    animation: pulse 2s infinite;
    line-height: 20px
}

.negar-footer-nav ul li i {
    display: inline-block;
    color: var(--text-light);
    vertical-align: middle
}

.negar-footer-nav ul li.active i, .negar-footer-nav ul li.active p {
    color: var(--primary);
}

.negar-footer-nav ul li p {
    font-size: 13px;
    display: inline-block;
    margin-right: 8px;
    font-weight: 700;
    transition-duration: .4s;
    transform: scale(0)
}

.negar-footer-nav ul li.active p {
    transform: scale(1)
}
.footer-nav-area .buttonbar-first {
    width: 80%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    align-content: stretch;
    text-align: center;
    box-shadow: 0 -3px 12px rgba(0, 0, 0, 0.16);
    background-color: var(--light-element-bg);
    height: 52px;
    border-radius: 25px 0 0 0;
    padding: 0;
    margin: 0
}

.footer-nav-area .buttonbar-first li.active {
    -ms-flex: 0 0 40%;
    flex: 0 0 50%;
    max-width: 50%;
}

.footer-nav-area .buttonbar-first li {
    margin: 5px;
    font-size: 20px;
    height: 50px;
    line-height: 50px
}

.negar-footer-nav ul li.active a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center
}


/**/

.negar-footer-part {
    box-shadow: 0 -6px 20px rgba(0, 0, 0, 0.1);
    padding: 30px 0 170px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    transition-duration: 300ms;
}

.border-style .negar-footer-part {
    box-shadow: none;
    border: 1px solid var(--ngr-gray-darker);
}

.negar-footer-part .social-link-button {
    text-align: center;
    flex-basis: 100%;
}

.negar-footer-part .social-link-button a {
    border-radius: 10px;
    margin: 5px;
    width: 50px;
    height: 60px;
    display: inline-block;
    padding: 15px 10px;
    vertical-align: middle;
    background-color: var(--light-bg);
; }

.negar-footer-part .social-link-button a img {
    width: 30px
}

.negar-footer-part .first-menu, .negar-footer-part .second-menu {
    flex-basis: 50%;
    padding-right: 25px;
    width: 50%;
}

.negar-footer-part .first-menu h4, .negar-footer-part .second-menu h4 {
    text-align: right;
    margin-bottom: 15px;
    padding-right: 15px;
}

.negar-footer-part #accordian li {
    margin-bottom: 15px;
    font-weight: normal;
    padding: 0;
}

.negar-footer-part h4 {
    font-size: 14px;
    margin-bottom: 35px;
    text-align: center;
}

.about-us-footer span {
    color: var(--text-light);
}

.footer-phone-info .phones {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.validationlogos {
    width: 47%;
    overflow: hidden
}
.validationlogos.grid {
    width: 100%;
}

.validationlogos.grid > div {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.footer-image-widget {
    flex-basis: 50%;
}

.footer-phone-info .box-phone {
    border-radius: 12px;
    padding-left: 16px;
    background-color: var(--light-bg);
    line-height: 22px;
    direction: ltr;
    margin-bottom: 20px;
}

.footer-phone-info .box-phone i {
    background-color: #14ce3f;
    font-size: 20px;
    color: #fff;
    border-radius: 10px;
    margin-left: 15px;
    float: right;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
}

.footer-phone-info .box-phone a .phone_code {
    margin-right: 8px;
    font-weight: bold;
}

.footer-phone-info .box-phone a {
    font-size: 14px;
    vertical-align: text-top;
    line-height: 42px;
}

.about-us-footer {
    font-size: 13px;
    flex-basis: 100%;
    text-align: center;
    padding: 15px 0;
}

.negar-footer-part > div {
    margin-bottom: 25px;
}

.footer-img-address a {
    display: inline-block;
    width: 48%;
    padding-bottom: 20px
}

.negar-footer-part {
    background-color: var(--light-element-bg);
}

.validationlogos .footer-images {
    border-radius: 10px
}

.footer-image-widget a {
    padding-right: 15px
}

.footer-image-widget a img {
    border-radius: 10px;
    width: 90%;
    height: auto;
}

.first-menu #accordian, .second-menu #accordian {
    margin-right: -10px
}

.footer-location-image .box-map {
    border-radius: 12px;
    padding-left: 16px;
    background-color: var(--light-bg);
    line-height: 22px;
    direction: ltr;
    flex-basis: calc(50% - 30px);
    margin: 0 15px 20px 15px;
    font-size: 14px;
    text-align: center;
}

.negar-footer-part .footer-location-image {
    display: flex;
    justify-content: space-around;
}

.footer-location-image .box-map i {
    background-color: var(--primary);
    font-size: 17px;
    color: #fff;
    border-radius: 10px;
    margin-left: 10px;
    float: right;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
}

.footer-location-image .box-map span {
    vertical-align: text-top;
    font-size: 12px;
    font-weight: bold;
    margin-right: 10px;
    line-height: 42px;
}

.negar-footer-part .footer-location-image, .negar-footer-part .footer-phone-info {
    flex-basis: 100%;
}

.footer-location-image .box-map i.fal.fa-map-marker-smile {
    background-color: #4ad4ff;
}

.whatsapp-btn-fix {
    position: fixed;
    bottom: 58px;
    right: 0px;
    background-color: #14CE3F;
    width: 48px;
    height: 48px;
    border-radius: 16px 0 0 16px;
    padding: 8px 10px;
    z-index: 9;
}

.validation-logos-slider {
    z-index: 0;
    position: relative
}


.footer-phone-info .about-us-footer {
    margin: 15px;
    width: 80%;
}

.validationlogos .validation-logos-slider {
    margin: 20px;
    border-radius: 10px;
    overflow: hidden;
    background-color: var(--light-bg);
    z-index: 0;
}


.negar-footer-part span.copy-right-footer {
    width: 100%;
    text-align: center;
    font-size: 12px;
    background-color: var(--light-bg);
    padding: 10px;
    color: var(--text-light);
}

.negar-footer-part span.copy-right-footer a {
    color: var(--primary);
}


a.avin-copyright svg {
    vertical-align: middle;
    width: 25px;
    margin-left: 5px;
}

a.avin-copyright {
    font-size: 10px;
    font-weight: normal;
    margin-top: 10px;
}

.link.icon-only.close {
    position: relative;
    z-index: 9;
}

/*second toolbar*/
.second-style-toolbar li {
    text-align: center;
    width: 100%;
}

.second-style-toolbar {
    display: flex;
    box-shadow: 0 -3px 12px rgba(0, 0, 0, 0.16);
    background-color: var(--light-element-bg);
    border-radius: 18px 18px 0 0;
    height: 55px;
    padding: 0;
    align-items: center;
    justify-content: space-around;
}

.negar-footer-nav .second-style-toolbar li p {
    transform: scale(1);
    display: block;
    margin: 0;
    font-size: 10px;
}
.second-style-toolbar i {
    font-size: 19px;
}

.negar-footer-nav ul.second-style-toolbar li.active a{
    display: block
}

.border-style .second-style-toolbar {
    box-shadow: none;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}
/*end second toolbar*/
