/*
 Theme Name:   Digiland Child
 Theme URI:    https://aidadietshop.ir/
 Description:  A child theme for Digiland
 Author:       mostafa shahrezaei
 Template:     mweb-digiland-pro
 Version:      1.0.0
 Text Domain:  digiland-child
*/


.top_header_section {
    background: #e5d9f2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
}

.top_header_section > a.elm_btn_c {
    background: unset !important;
    color: #9d89e9;
}

.top_header_section > a.elm_btn_c svg {
    width: 24px;
    height: 24px;
}

.top_header_section > a.elm_btn_c svg use {
    stroke: #9985e7;
}

.top_header_section .el_call_number {
    flex-direction: row !important;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    padding: 0 12px;
}

@media (max-width: 768px) {
    body > .elementor.elementor-2 {
        padding-top: 72px;
    }
}