/* BASIC css start */
.xans-mall-faq {
    margin: 14px 0 0;
    font-size: 13px;
    border: 1px solid #d5d5d5;
}
.xans-mall-faq dl:last-child {
    border-bottom:0;
}
.ec-base-fold {
    position: relative;
    border-bottom: 1px solid #d5d5d5;
}
.ec-base-fold.theme4 dt {
    position: relative;
    padding: 13px 30px 13px 14px;
    line-height: 1.2;
    font-size: 12px;
    cursor: pointer;
    background-color: #fff;
    font-weight: 400;
}
.ec-base-fold.theme4 dt:last-child {
    border-bottom: 0;
}
.ec-base-fold.theme4 dd {
    display: none;
    padding: 10px 14px;
    font-size: 12px;
    line-height: 1.5;
    border-top: 1px solid #d5d5d5;
    background-color: #f5f5f6;
}

.ec-base-fold.theme4.active dd {
    display: block;
}
.ec-base-fold.theme4 {
    font-size: 13px;
}
.ec-base-fold.theme4 dt:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 0;
    width: 20px;
    height: 100%;
    background: url(/design/beseller/images/ico_arrow_gray.png) no-repeat 0 50%;
    background-size: 20px auto;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}

.ec-base-fold.theme4.active dt:after {
    transition: .3s ease-out;
    transform: rotate(180deg);
}



@media (max-width: 991.98px) {
    .cw-wrapper .page-title-wrap h2 {display:block;margin-top:0;}
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .page-title-wrap {
        margin-top: 0;
    }
}

@media (max-width: 768.98px) {
    .page-title-wrap {
        margin-top: 0;
    }
    .header-container--md {display:none !important;}
    .cw-wrapper {padding:0 !important;}
}
/* BASIC css end */

