@charset "utf-8";
nav[role='toolstoys']
{
    position: relative;
    z-index: 10;
    height: 101px;
    border-bottom: #ccc 1px solid;
}

nav[role='toolstoys'].pos-fixed div:nth-child(1)
{
    position: fixed;
    top: 30px;
}

nav[role='toolstoys'].pos-fixed.pos-abs div:nth-child(1)
{
    position: absolute;
    -webkit-transform: rotate(.01deg);
       -moz-transform: rotate(.01deg);
        -ms-transform: rotate(.01deg);
         -o-transform: rotate(.01deg);
            transform: rotate(.01deg);
}

nav[role='toolstoys'] div:nth-child(1)
{
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    display: table;
    width: 100%;
    height: 30px;
    table-layout: fixed;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
         -o-transform: translateZ(0);
            transform: translateZ(0);
    text-align: center;
    background: #f5f5f5;
}

nav[role='toolstoys'] div:nth-child(1) label
{
    font-weight: 400;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

nav[role='toolstoys'] div:nth-child(1) label span
{
    font-size: 12px;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding-left: 15px;
    color: #000;
}

nav[role='toolstoys'] div:nth-child(1) label span:before
{
    position: absolute;
    top: calc(50% - 5px);
    left: 0;
    display: inline-block;
    width: 10px;
    height: 10px;
    content: '';
    vertical-align: middle;
    border: 1px #ccc solid;
    background: #fff;
}

nav[role='toolstoys'] div:nth-child(1) label input
{
    display: none;
}

nav[role='toolstoys'] div:nth-child(1) label input:checked + span:before
{
    border-color: #fa960a;
    background: #fa960a;
}

nav[role='toolstoys'] div:nth-child(2)
{
    position: absolute;
    top: 50px;
    left: 12.5%;
    overflow: hidden;
    width: 75%;
    height: 30px;
    -webkit-transition: height .45s cubic-bezier(.165, .84, .44, 1);
       -moz-transition: height .45s cubic-bezier(.165, .84, .44, 1);
        -ms-transition: height .45s cubic-bezier(.165, .84, .44, 1);
         -o-transition: height .45s cubic-bezier(.165, .84, .44, 1);
            transition: height .45s cubic-bezier(.165, .84, .44, 1);
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-border-radius: 2px;
            border-radius: 2px;
}

nav[role='toolstoys'] div:nth-child(2).open
{
    height: 276px;
}

nav[role='toolstoys'] div:nth-child(2).open > a:before
{
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
}

nav[role='toolstoys'] div:nth-child(2) a
{
    position: relative;
    overflow: hidden;
    padding-right: 25px;
}

nav[role='toolstoys'] div:nth-child(2) a:before
{
    font-size: 20px !important;
    position: absolute;
    top: calc(50% - .5em);
    right: 10px;
    -webkit-transition: -webkit-transform .3s;
       -moz-transition:    -moz-transform .3s;
        -ms-transition:     -ms-transform .3s;
         -o-transition:      -o-transform .3s;
            transition:         transform .3s;
}

nav[role='toolstoys'] div:nth-child(2) > a
{
    font-size: 16px;
    line-height: 1.88;
    height: 30px;
    padding-left: 4.17%;
    color: #fff;
    background: #666;
}

nav[role='toolstoys'] div:nth-child(2) ul
{
    background: #efefef;
}

nav[role='toolstoys'] div:nth-child(2) ul li + li
{
    border-top: 1px #fff solid;
}

nav[role='toolstoys'] div:nth-child(2) ul li a
{
    font-size: 14px;
    line-height: 2.14;
    height: 30px;
    padding-left: 12.5%;
    color: #666;
}

.ua-desktop nav[role='toolstoys'] div:nth-child(1)
{
    left: 50%;
    width: 640px;
    margin-left: -320px;
}

main section > div
{
    overflow: hidden;
    text-align: center;
    border: 4px #666 solid;
    border-top: none;
    border-bottom: none;
}

main section > div h3
{
    font-size: 28px;
    line-height: 1.14;
    margin: 0 -4px;
    color: #666;
}

main section > div h3 span
{
    display: block;
    padding: 35px 6.25% 13px;
}

main section > div form
{
    width: 76.92%;
    max-width: 240px;
    margin: 0 auto 30px;
}

main section > div form input
{
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    float: left;
    width: calc(100% - 33px);
    height: 30px;
    padding: 0 7px;
    border: 1px #ccc solid;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    background: #f5f5f5;

    -webkit-appearance: none;
}

main section > div form a
{
    position: relative;
    float: right;
    width: 30px;
    height: 30px;
    color: #ccc;
}

main section > div form a:before
{
    font-size: 30px !important;
    position: absolute;
    top: calc(50% - .5em);
    left: calc(50% - .5em);
}

main section > div form:before,
main section > div form:after
{
    display: table;
    content: '';
}

main section > div form:after
{
    clear: both;
}

main section > div ul.content-flex
{
    min-height: 20px;
}

main section > div ul.content-flex li
{
    background-position: 50% calc(50% - 95px);
}

main section > div ul.content-flex li a
{
    padding-top: calc(100% + 190px);
}

main section > div ul.content-flex li a dl dt + dd
{
    height: 72px;
}

main section > div ul.content-flex li a dl dt + dd + dd
{
    height: 48px;
}

/*# sourceMappingURL=dev/store/techo/en/2018/sp/toolstoys/styl/toolstoys.css.map */
