body.cms_page .cms_wrapper {
    clear: both;
    padding: 0 40px;
}

body.cms_page.dir_ltr .cms_tree {
    padding-right: 15px;
    padding-left: 0;
}

body.cms_page.dir_rtl .cms_tree {
    padding-right: 0;
    padding-left: 15px;
}

body.cms_page.dir_rtl .cms_content,
body.cms_page.dir_rtl .cms_tree {
    direction: rtl;
}
body.cms_page .cms_tree .tree_siblings {
    list-style: none;
}

body.cms_page .cms_tree .tree_siblings li{
    margin-bottom: 14px;
}

body.cms_page .cms_tree .tree_siblings a{
    color: black;
    text-transform: uppercase;
}

body.cms_page .cms_tree .tree_siblings a.active {
    font-family: Tahomabd;
    text-decoration: none;
    font-size: 14px;
    line-height: normal;
}
body.cms_page .cms_wrapper.left_cms_nav .cms_content {
    padding: 0 70px 0 1px;
    }
body.cms_page .cms_wrapper .breadcrumbs_menu_trig {
    display: none;
}
body.cms_page .cms_wrapper.outter_new-collections .breadcrumbs_menu_trig {
    display: inline-block;
}
body.cms_page .cms_tree_title {
    margin-bottom: 21px;
}
body.cms_page .cms_tree_title a {
    color: black;
    text-transform: uppercase;
    font-size: 15px;
}

body.cms_page .cms_tree_title_m {
    display: none;
}

body.cms_page .cms_tree_title {
    display: block;
}

body.cms_page.dir_rtl .cms_tree,
body.cms_page.dir_rtl .cms_content {
    float: right;
}
body.cms_page .cms_tree_title_m .inner i
{
    font-size: 10px;
}
@media (max-width: 440px) {
    body.cms_page.dir_rtl .cms_tree,
    body.cms_page .cms_tree {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (max-width: 767px) {
    body.cms_page .cms_tree .tree_siblings li,
    body.cms_page .cms_tree .tree_siblings a,
    body.cms_page .cms_tree .tree_siblings a.active{
        font-size: 15px;
    }
    body.cms_page .cms_wrapper.left_cms_nav .cms_content {
        padding: 0 0 46px;
    }
    body.cms_page.dir_rtl .cms_tree{
        padding-bottom: 10px;
    }
    body.cms_page .cms_tree_title_m {
        display: block;
        width: 100%;
        text-align: center;
    }
    body.cms_page .cms_tree_title_m .inner {
        max-width: 460px;
        margin: 0 auto;
        cursor: pointer;
        padding: 13px 0;
        border-top: 1px #ccc solid;
        text-transform: uppercase;
        font-size: 15px;
        color: #407ab1;
    }

    body.cms_page .cms_tree_title {
        display: none;
    }

    body.cms_page .tree_siblings {
        overflow-y: hidden;
        max-width: 460px;
        max-height: 1px;
        text-align: center;
        border-bottom: 1px #ccc solid;
        margin: 0 auto 15px auto ;
        transition: max-height 0.3s ease-in-out 0s;
        -webkit-transition: max-height 0.3s ease-in-out 0s;
        -moz-transition: max-height 0.3s ease-in-out 0s;
        -o-transition: max-height 0.3s ease-in-out 0s;
        -ms-transition: max-height 0.3s ease-in-out 0s;
    }
    body.cms_page .tree_siblings.tree_open_m {
        max-height: 2000px;
        height: 100%;
        transition: max-height 0.8s ease-in-out 0s;
        -webkit-transition: max-height 0.8s ease-in-out 0s;
        -moz-transition: max-height 0.8s ease-in-out 0s;
        -o-transition: max-height 0.8s ease-in-out 0s;
        -ms-transition: max-height 0.8s ease-in-out 0s;
    }
    body.cms_page .tree_siblings li:first-child
    {
        margin-top: 27px;
    }
    body.cms_page .cms_wrapper{
        padding: 0 20px;
    }
}

@media (min-width: 768px) {
    body.cms_page .cms_wrapper.left_cms_nav .cms_tree {
        max-width: 300px;
    }
    body.cms_page.dir_ltr .cms_wrapper.left_cms_nav .cms_tree {
        margin-right: -1px;
    }
    body.cms_page.dir_rtl .cms_wrapper.left_cms_nav .cms_tree {
        margin-left: -1px;
    }
    body.cms_page.dir_rtl .cms_wrapper.left_cms_nav .cms_tree,
    body.cms_page.dir_ltr .cms_wrapper.left_cms_nav .cms_content  {
        border-left: 1px #ccc solid;
    }

    body.cms_page.dir_ltr .cms_wrapper.left_cms_nav .cms_tree,
    body.cms_page.dir_rtl .cms_wrapper.left_cms_nav .cms_content{
        border-right: 1px #ccc solid;
    }
}
@media screen and (max-width: 600px) {
    body.cms_page .cms_wrapper {
        clear: both;
         padding: 0 20px;
    }
}