#accOverlay{
    z-index: 999;
    display: flex;
    position: fixed;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    margin: 0;
    top:0;
    justify-content: center;
    font-size: 16px;
}
#accOverlay.hidden{
    display:none;
}
.o-wrap{
    display: flex;
    flex-direction: column;
    min-width: 1180px;
    max-width:1500px;
    width: 90%;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #f4f4f4;
    position: relative;
    /*padding: 8px;*/
}
#acc-systemPicker{
    position: relative;

}

#devTypeConfigWrapper{
    position:absolute;
    /*background-color: #f4f4f4;*/
    display: none;
    /*pointer-events: none;*/
    top:0;
}
#devTypeConfig{
    display: flex;
    display:none;
    width: 100%;
    justify-items:stretch;
    overflow: hidden;
    border-radius: 5px;

}
#devTypeConfigWrapper.active{
    /*justify-content: space-between;*/
    display: block;
    /*width: 900px;*/
}
/*#devTypeConfig > ul{
    margin-top: 0;
    display: flex;
    flex-direction: column;
    flex:1;
    margin: 0;
}*/
.acc_system_mm{
    background-color: white;
    width:250px;
    padding-top:10px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}
#devTypeConfigWrapper.show_data .acc_system_mm{
    box-shadow: none;
}
.acc_st_header{
    display:flex;
    align-items: center;
    padding-left: 10px;
}
.acc_st_title{
    margin-left:10px;
    font-size: 16px;
    font-weight: bold;
}
.acc_st_header .acc_st_ico svg{
    width:18px;
    height: 19px;
}
.acc_system_sm{
    position:relative;
    display:flex;
    justify-content: space-between;
}
#devTypeConfigWrapper .acc_system_sm > ul.acc_system_smc,#devTypeConfigWrapper .acc_system_sm > ul.acc_system_smc_data{
    position: absolute;
    display:none ;
    box-shadow: 0 3px 6px -4px rgb(0 0 0 / 12%), 0 6px 16px 0 rgb(0 0 0 / 8%), 0 9px 28px 8px rgb(0 0 0 / 5%);
    background-color:white;
    top:0;
    left:100%;
    min-width: 100%;
    white-space: nowrap;
}
li.acc_system_sm>.context_arrow_data{
    display: none;
}
.context_arrow_data,context_arrow{
    margin-left: 5px;
}
#devTypeConfigWrapper li{
    padding:8px;
    padding-left:40px;
}
#devTypeConfigWrapper .acc_system_sm:hover > ul.acc_system_smc,#devTypeConfigWrapper.show_data .acc_system_sm:hover > ul.acc_system_smc_data,#devTypeConfigWrapper.show_data li.acc_system_sm>.context_arrow_data{
    display: block;
}
#devTypeConfigWrapper li:hover{
    background-color: #F4FBFE;
}

#devTypeConfig >ul:not(:last-child){
    margin-right: 5px;
}
#devTypeConfig li{
    list-style-type: none;
    cursor: pointer;
}
#devTypeConfig li.active{
    background-color: #eee;
}
#devTypeConfig li:hover{
    color: #25aeed;
}
#devTypeConfig > ul{
    /*border: 1px solid gray;*/
    /*height: 100%;*/
    max-height: 270px;
    overflow: auto;
    min-width: 150px;
    padding: 0;
    background-color: white;
}
.filter-module{
    background-color: white;
    padding-bottom: 10px;
}
.filter-module.hidden{
    display:none;
}
.filter-header{
    background-color: rgb(221, 221, 221);
    color: #444;
    font-weight: bold;
    font-size: 14px;
    height: 40px;
    line-height: 39px;
    padding-left: 20px;
    padding-right: 10px;
    border: 1px solid #ddd;
    display:flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.filter-header >svg{
    height: 20px;
    fill: #25aeed;
}

#acc-systemPicker{
    /*border-top-left-radius: 5px;*/
    border-top-right-radius: 5px;
}
#accContent{
    position:relative;
    display:flex;
    height: 93%;

    z-index: 100;
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
    margin-bottom: 4px;

}
#sf_menu{
    display:flex;
    flex-direction: column;
    width: 250px;
    margin-right: 10px;
    display:flex;
    flex-direction: column;
    z-index: 100;
}
#acc-filter{
    width: 250px;
    display:flex;
    flex-direction: column;
}

#sf_menu.hidden > *{
    display:none;
}
#sf_menu > .banners{
    display:none;
}
#sf_menu.hidden > .banners{
    display:block;
}
#acc-filter ul{
    padding:15px;
}
#acc-filter ul li{
    padding: 0 20px;
}
#accList-content{
    display: none;
    flex-wrap: wrap;
    padding: 10px;
    /*max-height: 95%;*/
    /*overflow-y: auto;*/
    box-shadow: 0 1px 5px -1px rgb(188 188 188 / 50%);
    border: solid 1px #efefef;
    background-color: #ffffff;
    margin-right: 5px;
    align-items: center;
    /*align-items: baseline;*/
    height: fit-content;
    min-width: 100%;
    /*min-height: 80%;*/

}

#accList-content.active{
    display:flex;
}
#svcContent{
    display:none;
    width: 100%;
}
#svcContent *{
    float:none;
}
#svcContent.active{
    display:block;
}
#accHome{
    display:none;
    width:100%;
}
#accHome.active{
    display:block;
}
#accDetail{
    display:none;
    background-color:white;
    margin-right: 5px;
    padding: 20px;
    height: fit-content;
}
#accDetail.active{
    display:block;
}
#accDetail h1{
    font: normal normal normal 2.2rem PoppinsSemiBold;
}
.acc-detail-back{
    padding: 15px 20px;
    margin-bottom: 10px;
    color: white;
    text-align: center;
    background: #2a2a2a;
    border: none;
    cursor: pointer;
    font: normal normal normal PoppinsSemiBold;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

#accDetail .detail-header{
    min-height:350px;
    display:flex;
    padding:20px 0;
    font-size:11px;
}
#accDetail .detail-header>div{
    width: 45%;

}
#accDetail .detail-header .accBasic{
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;

}
.accBasic .stock{
    display:flex;
    align-items: center;
    margin-left: 8px;
}
#accDetail .detail-header .accBasic .bb{
    border-bottom: 1px solid #D5D5D5;
    width:100%;
    padding: 15px 0;
    align-items: center;
}
#accDetail .detail-header .accBasic .availability{
    width:100%;
    display: flex;
    align-items: center;
    white-space: nowrap;
    justify-content: center;
    padding:10px;
}

.acc_item,.acc_item_small{
    /*height: 280px;*/
    position: relative;
    width: 250px;
    overflow: hidden;
    padding: 3px;
    margin: 3px;
    box-shadow: 0 9px 14px -3px rgb(188 188 188 / 50%);
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 5px;
    background-color: white;
    display:flex;
    flex-direction:  column;
    flex-shrink: 0;
    padding: 0;
}
.acc_item_small{
    width: 32%;
    margin: 0 3px 0 3px;
    padding:6px;
    cursor:pointer;
}
.acc_item:hover{
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
}
.acc_item.hidden{
    display: none;
}
.acc-home-itemListWrapper{
    padding-left: 5px;
    display:flex;
    overflow: hidden;
    position:relative;
}
.acc_item .item_photo, .acc_item_small .item_photo{
    height: 230px;
    width: 100%;
    /*max-height: 230px;*/
    display:flex;
    justify-content: center;
    /*flex:1 0;*/
    position:relative;
}
.acc_item_small .item_photo{
    height: 120px;
}
.acc_item .item_photo img,.acc_item_small .item_photo img{
    max-height: 80%;
}
.item_photo .item_pn{
    display: none;
    position: absolute;
    bottom: 5px;
    right: 5px;
}
.item_photo:hover .item_pn{
    /*display: block;*/
}
.acc_item .item_detail{
    overflow: hidden;
    word-break: break-word;
    font-size:10px;
    background-color: #F4F5F7;
    padding:10px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.item_detail h2{
    height: 38px;
    line-height: 18px;
    overflow: hidden;
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    color: #408ED7;
    margin: 0;
    padding: 0;

}
.acc_item_small .item_detail h2{
    font-size: 12px;
    line-height: 14px;
    height: 28px;
}
.item_detail .acc-item-footer{
    display:flex;
    justify-content: space-between;
    align-items: flex-end;
    flex: 1;
    padding-top: 10px;
    border-top: 1px solid darkgray;
}
.hover-btns{
    position: absolute;
    top:180px;
    display:none;
    justify-content: space-between;
    width: 100%;
    padding: 0 5px;
    box-sizing: border-box;
}
.hover-btns .btn{
    font-size: 13px;
    text-align: center;
    box-sizing: border-box;
    width: calc(65% - 5px);
    margin: 0;
    padding: 10px;
    /*height: 38px;*/
    background-color: #408ed7;
    color:white;
    cursor: pointer;
}
.hover-btns .btn:hover{
    background-color: #559adb;
}
.hover-btns .btn.btn-detail{
    width: calc(35% - 5px);

    background: #2A2A2A;
}
.acc_item:hover .hover-btns{
    display: flex;
}
.acc-item-footer .acc-price{
    font-weight: bold;
    background-color: #408ED7;
    color: #fff;
    padding: 10px;
    font-size: 19px;

}
.acc-item-footer .acc-store{
    align-self: center;
    font-size: 11px;
    padding-left: 15px;
    font-weight: bold;
}
.filter-optlist li{
    list-style-type: none;
}
#acc-content-wrapper{
    /*max-height: 100%;*/
    box-sizing: border-box;
    padding-right: 10px;

    position: relative;
    display: flex;
    width: 10px;
    flex-grow: 1;
}
#acc-content-wrapper > div.hidden{
    display:none;
}
#product-detail{
    padding: 15px;
    max-height: 100%;
    overflow-y: auto;
    box-sizing: border-box;
}

.menu-shrinkable li{
    display: flex;
    font-size: 14px;
    fill:#444;
    padding: 2px;
    align-items: center;
    line-height: 35px;
    padding: 0 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.filter-optlist li:hover{
    color: #25aeed;
    cursor: pointer;
}
.filter-optlist li:hover svg{

    fill: #25aeed;
}
.acc_icon{
    width: 20px;
    height: auto;
    margin-right: 5px;
    flex-shrink:0;
}
.acc_icon svg{
    float:left;

}
.acc_icon_active{
    display:none;
    width: 16px;
    height: 16px;
    font-size: 10px;
    margin-right: 5px;
    flex-shrink:0;
    background-color: #25aeed;
    color:white;
    float:left;
    border-radius:3px;
    align-items: center;
    justify-content: center;
}
li.active .acc_icon_active{
    display:flex;
}
li.active .acc_icon{
    display:none;
}

.filter-wrap.active .menu-shrinkable li{
    display:none !important;
}
.filter-wrap.active  li.active{
    display:flex !important;
}
.filter-wrap.active svg.acc-arr-right{
    transform: rotate(180deg);
}
.filter-wrap svg.acc-arr-down{
    transform: rotate(270deg);
}
.filter-wrap.active svg.acc-arr-down{
    transform: rotate(90deg);
}
.acc_header{
    display: flex;

    display: -ms-flexbox;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    color:rgb(68, 68, 68);
    background-color: white;
    box-shadow: 0 2px 4px rgb(0 0 0 / 50%);
    align-items: center;
    margin-bottom: 8px;
    z-index: 800;
}
#accFooter{
    width: 100%;
    height: 35px;
    background-color: white;
    box-shadow: 0 2px 4px rgb(0 0 0 / 50%);
    z-index:9999;
    position:relative;

}
#accFooter #lcWrapper{
    /*display:none;*/
    position: absolute;
    right: 50px;
    bottom: 0;
    height: 35px;
    width:400px;
    display:flex;
    flex-direction: column;
}
#lcWrapper iframe{
    display:none;
    /*position: absolute;*/
}
#lcWrapper #lc_Switch{
    height: 35px;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
    background-color: rgb(89, 193, 228);
    border-radius: 0 0 5px 5px ;
    color: white;
}
#lcWrapper.visible iframe{
    display:block;
}
#accFooter #lcWrapper{
    height: auto;
}
.acc_header_logo {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    display: flex;
    align-items: center;
    height: 100%;
    cursor: pointer;
    user-select:none;
}
.acc_home_logo{
    display: flex;
    align-items: center;
    height: 100%;
}

.acc_header_logo img{
    height: 80%;
    margin-right: 15px;
}
.acc_header .acc_title{
    font-weight: 500;
    font-size: 26px;
}
#picked-system{
    font-size: 14px;
}
#picked-system li{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#acc_basket{
    position: relative;
    cursor: pointer;
    background: url(../img/ICO_basket.png) no-repeat center center #408ED7;
    margin-right: 10px;
    width: 35px;
    height: 35px;
    border-radius: 3px;
}
#acc_basket .acc_bcount{
    position: absolute;
    right: -4px;
    top: -4px;
    width: 16px;
    height: 16px;
    font-size: 10px;
    color: white;
    background: black;
    border-radius: 12px;
    text-align: center;
}
#basket-content{
    display:none;
    width:100%;
    background-color: white;
    margin-right: 5px;
    padding-top:35px;

}
#basket-content > table{
    width: 80%;
    margin-left: auto;
    margin-right: auto;

}
#basket-content table td,table th{
    /*border-top: 3px solid #E2E2E2;*/
}
#basket-content table th{
    padding: 15px 7px;
}

#basket-content table input{
    margin: 0;
    max-width:30px;
}
#basket-content table td img{
    height:100px;
}
#basket-content table button{
    cursor:pointer;
    background-color:#D3D3D3;
    border:none;
    color:white;
    font-weight: bold;
    margin: 5px 0;
}
#basket-content .acc-basket-summary{
    display:flex;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    justify-content: flex-end;
    padding: 25px 0 ;
    border-top: 3px solid #E2E2E2;

}
#basket-content .acc-basket-summary table{
    width:auto;
    margin:0;
    margin-left: auto;
}
#basket-content .acc-basket-summary td{
    padding: 5px;
}

#basket-content.active{
    display:block;

}
#acc_basket .acc_b-list{
    position: absolute;
    display:none;
    top: calc(100%);
    background-color: white;
    border: 1px solid gray;
    border-radius: 5px;
    right: 0;
    font-size: 10px;
    width: 400px;
    overflow: auto;
    max-height: 300px;
}
.acc_b-list >div {
    padding: 5px;

}
.acc_b-list >div >img {
    padding-right: 10px;
}
#acc_basket:hover .acc_b-list{
    display:block;
}
.acc_b-list > div{
    border-right:8px solid white;
}
.acc_b-list > div:hover{
    border-color: green;
}
#basket-content .acc-basket-footer{
    display:flex;
    justify-content: space-between;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
#basket-content .acc-basket-footer button{
    padding: 20px 30px;
    color: white;
    text-align: center;
    background: #408ed7;
    border:none;
    cursor:pointer;
    font: normal normal normal  PoppinsSemiBold;
    font-size:16px;
    font-weight: 400;
}
#basket-content .acc-basket-footer button:nth-child(1){
    background: #2a2a2a;
}
.arrowup {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #337ab7;
}

.arrowdown {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #5bc0de;
}
#accOverlay ul li{
    float:none;
}
#accOverlay ul {
    float:none;
    display: block;
    /*list-style-type: disc;*/
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    /*padding-inline-start: 40px;*/
}
#menu-category{
    padding: 5px;
    padding-left: 15px;
    margin: 0;
}
#accOverlay [type="checkbox"]{
    position:relative;
    left:initial;
    float: none;
}
.acc-home-itemWrapper{
    display:flex;
    margin-bottom: 10px;
    position:relative;
}
.acc-home-picWrapper{
    width: 40%;
    height: 180px;
    overflow: hidden;
    position:relative;
    flex-shrink: 0;
}
.acc-home-picWrapper .acc-home-itemHeader{
    position:absolute;
    top:10px;
    left:10px;
    font-size:20px;
    color:white;
    text-transform: uppercase;
    font-weight: bold;
    cursor:pointer;
}
.acc-home-picWrapper .acc-home-itemHeader:hover{
    text-decoration: underline;
}

.acc-home-picWrapper img{
    height: 100%;
}

.scrollArrow{
    position: absolute;
    width: 30px;
    height: 30px;
    top: 48%;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    /*background-color: #bbbbbb;*/
    border-radius: 50%;
}
.scrollArrowLeft{
    transform: rotate(180deg);
    left: 10px;
}
.scArrow1{
    stroke:#d5d8e8;
    animation-name: scrollArrow1;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}
.scArrow2{
    stroke:#d5d8e8;
    animation-name: scrollArrow2;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}
@keyframes scrollArrow1{
    0% {
        stroke:#d5d8e8;
    }
    50% {
        stroke:gray;
    }
    /*100% {stroke:#d5d8e8;}*/

}
@keyframes scrollArrow2{
    0% {
        stroke:gray;
    }
    50% {
        stroke:#d5d8e8;
    }
    /*100% {stroke:gray;}*/

}
#accOverlay .acc_tabs{
    display:flex;
}
#accOverlay  .acc_tabs.ui-widget-header{
    /*     background: white;
         border: none;
         padding:0;*/
    background: none;
    background-image: none;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    border: none;
    padding: 0;

}
#accOverlay .acc_tab_wrapper{
    border-top: 1px solid #ddd;
    background: none;
    background-image: none;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    border: none;
    padding: 0;
}
#accOverlay  .acc_tabs li{
    /*    margin-right: 5px;
        background-color: #F5F5F5;
        border:1px solid #F5F5F5;
        padding: 6.5px 13px;
        cursor:pointer;
        font-size: 1.3rem;
        border-radius: 0;*/
    margin: 0 3px 1px 0;
    background: #F5F5F5;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(245, 245, 245);
    border: none;
    border: 1px solid #F5F5F5;
    border-bottom: none;
    position: relative;
    top: 1px;
    outline: none;
    font-weight: normal;
    border-radius: 0;
    color:black;
}
#accOverlay .acc_tabs li a{
    color: #000;
    min-width: 45px;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.3rem;
}
#accOverlay  .acc_tabs .ui-state-active{
    margin: 0 5px 0 0;
    padding: 0 0 1px 0;
    background: white;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: white;
    border-color: #D5D5D5;
}
.acc_detail_param td,.acc_detail_param th{
    padding-left: 5px;
    padding-bottom:5px;
    padding-top:5px;
    border: solid 1px #ddd;
}
.acc_detail_param tr:hover td{
    background-color: #ddd;
}
#accDetail .acc_tab_content_wrapper{
    border-top: 1px solid #ddd;


}
#accDetail .acc_tab_content_wrapper *{
    color: #444;
    font-size: 14px;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
}

.acc_detail_compatibility {
    min-width: 800px;
    table-layout: fixed;
}
.acc_detail_compatibility td:first-child,.acc_detail_compatibility th:first-child{
    width: 230px;
}
.acc_detail_compatibility td:nth-child(2),.acc_detail_compatibility th:nth-child(2){
    width: 10px;
}

.acc_detail_compatibility td{
    padding-left: 5px;
    padding-bottom:5px;
    padding-top:5px;
    border: solid 1px #ddd;
}
.acc_detail_compatibility th{
    padding-bottom:10px;
    padding-top:10px;
    border: solid 1px #ddd;

}
.accLoadScreen{
    display: none;
    justify-content: center;
    align-items: center;
    left:0;
    right:0;
    height: 100%;
    background: black;
    opacity: 0.2;
    z-index: 999;
    position: absolute;
    overflow: hidden;
}
#acc-content-wrapper.acc-load .accLoadScreen{
    display:flex;
}

.accLoader {
    position: fixed;
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: accspin 2s linear infinite;
}
@keyframes accspin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.acc-searchWrap{
    position:relative;
    width:100%;
    display:flex;
    justify-content: space-around;
    padding: 10px 0 10px 5px;
    align-items: baseline;
    z-index: 5;
}
#acc-filter .acc-searchWrap .acc-foundSystems{
    position: absolute;
    top: calc(100% - 10px);
    left:0;
    width:100%;
    background-color: white;
    padding: 0;
    display:none;
    box-shadow: 0 9px 14px -3px rgb(188 188 188 / 50%);
    border: 1px solid lightgray;

    font-size: 14px;
}
#acc-filter .acc-foundSystems.active{
    display:block;
}
#acc-filter .acc-searchWrap .acc-foundSystems li{
    cursor:pointer;
    padding: 5px 20px 5px 20px;

}
.acc-searchWrap .acc-foundSystems li:hover{
    background-color: #F8F8F8;
}
.acc-search{
    flex:1;
    margin:0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;

}
.acc-searchWrap .btn-search{
    min-width: 35px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 0;
    margin-right: 0;
}
[class*="acc_title_"]{
    font-size: 16px;
    font-weight: bold;
    color: #6f7170;
    text-align: center;
    margin-left: 35px;
    display:flex;
    height: 100%;
    align-items: center;
    border-bottom: 2px solid white;
}
[class*="acc_title_"].active{
    border-bottom: 2px red solid;
}

.acc_modul{
    background-color:white;
    display:flex;
    padding:5px 20px 20px 20px;
    flex-wrap: wrap;
    border: solid 1px #efefef;
    border-radius: 5px;
    justify-content: space-between;
}
.acc_modul:not(:first-child){
    margin-top: 20px;
}
.acc_labeledInputBox label{
    color: #6f7170;
    margin-bottom: 0;
    padding-left: 2px;
    display:block;
    font-size:14px;
}
.acc_labeledInputBox input, .acc_labeledInputBox select{
    margin-top:0;
    width: 100%;
}
.acc_labeledInputBox{
    width: 30%;
}

.acc_recommendList{
    display: flex;
    padding: 20px;
    margin-top: 20px;
    /*justify-content: space-between;*/
    width:100%;
}
.acc_svc_recItem{
    padding: 12px;
    margin-right: 15px;
    box-shadow: 0 9px 14px -3px rgb(188 188 188 / 50%);
    border: solid 1px #f8f8f8;
    max-width: 30%;
}
.acc_svc_recItem p{
    margin-bottom: 10px;
}
.acc_svc_teirChip{
    background-color: #fff0e5;
    width: fit-content;
    padding: 5px;
    color: #ff8c04;
    font-size: 10px;
    font-weight: bold;
    border-radius: 5px;
    margin-bottom: 5px;
}
.acc_svc_catList,.acc_svc_addList{
    display:flex;
    /*justify-content: space-between;*/
    padding: 20px;
    margin-top: 20px;
    width: 100%;
}
.acc_svc_addList{
    flex-direction:  column;
}
.acc_svc_add{
    display:flex;
    width: 100%;
    margin-bottom: 20px;
    box-shadow: 0 9px 14px -3px rgb(188 188 188 / 50%);
    border: solid 1px #efefef;
    padding:12px;
    border-radius: 5px;
    height: 100px;
}
.acc_svc_add_icon{
    padding-right: 20px;
    display: flex;
    align-items: center;
}

.acc_svc_add_icon>img{
    width: 50px;
}
.acc_svc_add_right{
    width: 320px;
    display:flex;
    align-items: center;
}
.acc_svc_add_content{
    flex: 1;
    font-size: 14px;
}
.acc_svc_add_content b{
    font-size: 16px;
}
.acc_svc_add_orderItem{
    background-color: white;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 45px;
    margin-bottom: 8px;
    padding: 6px 11px;
    color: #25aeed;
    border: solid 1px #25aeed;
    border-radius: 5px;
    align-items: center;
    cursor: pointer;
}
.acc_svc_add_orderItem.disabled{
    color: #fff;
    background-color: #ccc;
    border-color: #ccc;
    pointer-events: none;
}
.acc_svc_add_orderItem.active,.acc_svc_cat_warrList > div.active,.acc_svc_cat_warrList > div.active:hover,.acc_svc_purchase.active,.acc_svc_purchase.active:hover{
    color: white;
    border-color: #25aeed;
    background-color:#25aeed;

}

.acc_svc_catList >div{
    flex:1;
    margin-right: 15px;
    box-shadow: 0 9px 14px -3px rgb(188 188 188 / 50%);
    border: solid 1px #efefef;
    padding:12px;
    border-radius: 5px;
    max-width: 30%;
    display: flex;
    flex-direction: column;
}
.acc_svc_cat_title{
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
    display:flex;
    flex-direction: column;
    color:#000000a6;
    font-size: 18px
}
.acc_svc_cat_title img{
    height: 56px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.acc_svc_catDesc{
    flex:1;
    display:flex;
    flex-direction: column;
    color:#000000a6;
    font-size: 12px;

    /*font-family: 'lato-regular';*/
}
.acc_svc_catDesc b{
    color:black;
}
.acc_svc_catDesc > *{
    padding-bottom: 5px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 1em;
}
.acc_svc_cat_warrList{
    margin-top:20px;
}
.acc_svc_cat_warrList > div,.acc_svc_purchase{
    background-color: white;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 45px;
    margin-bottom: 8px;
    padding: 6px 11px;
    color: #25aeed;
    border: solid 1px #25aeed;
    border-radius: 5px;
    align-items: center;
    cursor: pointer;

}
.acc_svc_cat_warrList >div:hover,.acc_svc_purchase:hover{
    background-color: rgba(37,174,237,0.05);
}
.perAndType {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.acc_left{
    width:50%;
}
.acc_svc_pn{
    font-size:10px;
}
.summaryWg{
    display:flex;
    width: 100%;
}
.summaryWg .summaryList{
    border-right: 1px solid gray;
    flex:5;
}
.summaryWg .summaryCalc{
    flex:3;
    display: flex;
    flex-direction: column;
    align-items: end;
}
.acc_svc_loading{
    width:30%;
    height: 100px;
    margin-right: 15px;
    box-shadow: 0 9px 14px -3px rgb(188 188 188 / 50%);
    border: solid 1px #f8f8f8;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 1000px 104px;
    position: relative;

}
@keyframes placeHolderShimmer{
    0%{
        background-position: -468px 0
    }
    100%{
        background-position: 468px 0
    }
}
.acc_startscreen{
    display:none;
    /*transition: all 1s linear;*/
}

.acc_startscreen.active{
    width: 100%;
    height: 100%;
    position:absolute;
    z-index: 999;
    background-color: #333333;
    display:flex;
    justify-content: center;
    align-items: center;
}
.acc_startscreen a{
    width: 300px;
    height: 400px;
    margin-right: 20px;
    display: inline-block;
    background-color: #3FA9F5;
    text-decoration: none;
}
.acc_startscreen a:nth-child(2){
    background-color: #FF6A00;
}
.acc_startscreen a:nth-child(1) img{
    width: 200px;
    height: 140px;
    margin-top: 100px;
    margin-bottom: 30px;
    margin: 100px 50px 30px 50px;
}
.acc_startscreen a:nth-child(2) img{
    width: 200px;
    height: 200px;
    margin: 70px 50px 0 50px;
}
.acc_startscreen a span{
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 26px;
    text-align: center;
    display: block;
    height: 32px;
    line-height: 32px;
    width: 100%;
}
.acc_startscreen.active.picked{
    /*animation: picker_active 5s;*/
    /*animation-duration: 5s;*/
    /*transition: all 1s linear;*/
    background-color: #333333cc;
    transition: all 1s linear;
}
/*.acc_startscreen.active.picked.faded{
    background-color: #333333;
   transition: none !important;
}*/
/*#svcSearch:invalid::before{
    display:inline-block;
    content:"aaaaa";
}*/
.svc_orderForm_wrapper{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 801;
}
.svc_orderForm_wrapper .svc_orderForm{
    min-width: 1000px;
    max-height: 80%;
    padding: 10px;
    position: absolute;
    background-color: white;
    border-radius: 5px;
    z-index: 999;
    top:10%;
    left: calc(50% - 500px);
    display: flex;
    flex-direction: row;
    min-height: 80%;
}
.svc_orderForm_wrapper.dialog-small .svc_orderForm{
    min-width: 200px;
    left: calc(50% - 100px);
    top:30%;
    min-height: 10%;
    max-height: 30%;
}

.svcOrder_confirmationWrapper button{
    cursor: pointer;
    width: auto;
    background: rgb(64, 142, 215);
    color: white;
    border: none;
    height: 50px;
    margin-top: 10px;
    font-size: 18px;
    text-transform: uppercase;
    width:33%;
    align-self: center;
}

.svc_orderForm input{
    margin-right: 15px;
    border-radius: 3px;
}
.svc_orderForm .hidden{
    display:none;
}
.svc_orderForm form > div{
    /*display: inline-block;*/
    display:flex;
    flex-direction: column;
    margin-top: 8px;
}
.svc_orderForm form >h4{
    margin: 20px 0;
    color: gray;
}
.svc_orderForm label{
    margin: 0;
    font-size: 0.7em;
    color:gray;
}
.svc_orderForm input:invalid,.svc_orderForm input.invalid{
    background-color: #ffefef;
}

.svc_orderForm form{
    overflow-y: auto;
    width: 50%;
    padding: 20px;
}
.svc_orderForm>*{
    padding-top: 20px;

}
.occ-closeBtn{
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    width: 30px;
    position: absolute;
    right: 10px;
    padding:0;
}
.svco_summaryDetailList{
    flex-direction: column;
    display:flex;
}
.svco_summaryDetailList .packItem{
    height: 50px;
    width: 100%;
    display:flex;
    margin-top: 10px;
    align-items: center;

}
.packItem .packItem_icon{
    height: 45px;
    width: 45px;
    position: relative;
    margin-right: 10px;
}
.packItem>*{
    margin-right: 5px;
}
.packItem .packItem_descWrap{
    width: 40%;
}
.packItem_descWrap .packItem_desc{
    font-size: 10px;
    height: 50%;
}
.packItem_descWrap .packItem_descPn{
    font-weight: bold;
    height: 50%;
}

.packItem_icon .packItemPeriod{
    background-color: #25aeedaa;
    width:25px;
    height: 25px;
    color: white;
    font-weight: bold;
    text-align: center;
    vertical-align: center;
    line-height: 25px;
    border-radius: 5px;
    position:absolute;
    bottom: 0;
    right:0;
}
.packItem .packItem_qty{
    width: 15%;
    text-align: center;
}
.packItem .packItem_price{
    flex:1;
    text-align: right;
}
.svco_packageDetail{
    display:flex;
    flex-direction: column;
    width: 50%;
    margin-top: 30px;
    padding: 8px;
    background-color: #f1f5f4;
    border-radius: 5px;
}
.svco_packageDetail .svco_packageList{
    flex:1;
    overflow-y: auto;
    width: 100%;
    /*border: 1px solid ;*/

}
.dev_pack_el{
    /*height: 50px;*/
    display:flex;
    align-items: center;
    position: relative;
    width: calc(100%-10px);
    background-color: white ;
    border-radius: 5px;
    /*margin-top: 8px;*/
    box-shadow: 0 7px 30px -10px rgba(150,170,180,0.5);
    padding:10px 5px;
    font-size: 10px;
    flex-wrap:wrap;
}
.dev_pack_el .deviceIndex{
    width:30px;
    height: 30px;
    border-radius: 30px;
    font-size: 15px;
    border: 1px solid #408ED7;
    color:#408ED7;
    box-sizing: content-box;
    flex-shrink: 0;
    display:flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.dev_pack_el .devPack_inputWrapper{
    flex:1;
}
.dev_pack_el .devPack_inputWrapper .acc_dualForm>div{
    display:flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}
.dev_pack_el .dev_pack_sn{
    height: 30px;
    border: none;
    border: 1px solid #C6C6C600;
    border-bottom: 1px solid #C6C6C6;
    float: none;
    width:120px;
    /*max-width: 140px;*/
    background-color: inherit;
    font-size: 10px;
}
.dev_pack_el .dev_pack_sn:hover{
    border: 1px solid #C6C6C6;
}
.dev_pack_el label{
    font-size: 1em;
}
.dev_pack_el table{
    margin-left: 25px;
    /*background-color: none;*/
}
.dev_pack_el td{
    background: inherit;
}

.dev_pack_el .dev_pack_el_accordContent{
    display:none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    padding: 10px;
    border: 3px solid #25aeed55;
    border-radius: 0 0 5px 5px;
}
.dev_pack_el.active {
    border-radius:  5px 5px 0 0;
}
.dev_pack_el.active .dev_pack_el_accordContent{
    display:block;
}
.dev_pack_el .dev_pack_el_accordContent>div{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

}
.dev_pack_el .dev_pack_tools{
    flex:1;
    display:flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}
.dev_pack_el .dev_pack_tools label{
    margin-right: 5px;
}
.dev_pack_el .dev_pack_tools [type="checkbox"]{
    display:none;
}
.dev_pack_el .acc-arr-down{
    height: 20px;
    width: 20px;
}
.dev_pack_el.active .acc-arr-down{
    transform: rotate(90deg);
}
.svco_summaryAccordWrapper{
    display:flex;
    justify-content: space-between;
    padding: 15px 5px;
    border-top: 2px solid lightgray;
}
.svco_summaryAccordWrapper .acc-arr-down{
    height: 20px;
    width: 20px;
    transform: rotate(-90deg);
    transition: transform 0.2s;


}
.svco_summaryAccordWrapper .svc_summaryPriceText{
    color: gray ;
    font-weight: bold;
    text-align: end;

}
.svco_summaryAccordWrapper .svc_summaryPrice{
    color: black;
    font-size: 20px;
}
.svco_summaryDetail.active .svco_summaryAccordWrapper .acc-arr-down{
    transform: rotate(90deg);


}
.svco_summaryDetail{

}
.svco_summaryDetail .svco_summaryDetailList{
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.2s;
    margin-bottom: 10px;

    /*margin-top: 5px;*/
}
.svco_summaryDetail.active .svco_summaryDetailList{
    max-height: 1000px;
    border-top: 2px solid lightgray;

}
.svc_orderForm .acc_dualForm{
    display:flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: flex-end;
}
.acc_dualForm >div{
    display:flex;
    flex-direction: column;
    /*max-width: 45%;*/
    flex:1;

}
.acc_dualForm .svco_icoSwitcher{
    display:flex;
    flex-direction: row;
    width: 50%;
    /*margin: 8px 0;*/
    justify-content:  space-between;
    /*padding-right: 15px;*/
    box-sizing: content-box;
}
.svco_icoSwitcher >.switchEl {
    display:flex;
    flex-direction: column;
    padding: 4px;
    border: 1px solid lightgray;
    border-radius: 5px;
    height: 60px;
    width: 45%;
    /*margin-right: 8px;*/
    font-size: 12px;
    color: gray;
    fill:gray;
    cursor: pointer;
    align-items: center;
    font-size: 10px;
    justify-content: space-between;
}
.svco_icoSwitcher >.switchEl:last-child {
    margin-right: 15px;
}
.svco_icoSwitcher > .switchEl.active{
    color:#408ED7;
    font-weight: bold;
    border-color: #408ED7;
    fill:#408ED7;
}
.inputWbutton{
    position:relative;
    display:flex;
}
.inputWbutton input{
    width: 100%;
    box-sizing: border-box;
}
.inputWbutton svg{
    position: absolute;
    bottom: 10%;
    right: 18px;
    height: 80%;
    color:lightgray;
    cursor:pointer;
    transition:color 0.9s;
}
.inputWbutton svg:hover{
    color:gray;

}
.svc_payment{
    background-color: #408eD7;
    color:white;
    height: 35px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
}
.svc_payment.disabled{
    background-color: gray;
}
.svc_inwl input::placeholder {
    color:lightgray;
}
#gpIframe{
    position:absolute;
    width:1000px;
    height: 80%;
    top:10%;
    left:calc(50% - 500px);
    z-index: 999;
    background-color: rgba(0,0,0,0.7);
}
#gpIframe iframe{
    width:100%;
    height: 100%;
}
.svcOrder_confirmationWrapper{
    padding: 20px;
    display: flex;
    flex-direction: column;
}
.svcOrder_confirmationWrapper img{
    margin-top: 10px;
}
.svcOrder_confirmationWrapper button{
    /*    margin-top: 20px;
        width: 80px;
        height: 35px;
        font-size: 25px;
        align-self: center;*/
}
#accSvcOrderDetail{
    display:none;
    width:100%;
    max-height: 100%;
    background-color:white;
    padding:10px;
}
#accSvcOrderDetail h4{
    margin-top: 10px;
    margin-bottom: 10px;
}
#accSvcOrderDetail img{
    margin-bottom: 15px;
}
#accSvcOrderDetail.active{
    display:block;
}
#accSvcOrderDetail table td,#accSvcOrderDetail table th{
    padding:5px;
    font-size:15px;

}
.tabWborder td{
    border: 1px solid gray;

}
#accSvcOrderDetail .tabWborder{
    min-width: 40%;
}
.devpack_warrInfo{
    width:100%;
    height:30px;
    line-height: 30px;
    padding:5px;
}
.devpack_warrInfo>.devPack_error{
    color:red;
}
/*@media (max-width:481px){
    .o-wrap{
        width: 100%;
        height: 100%;
        min-width: 0;
        margin-top: 0;
        margin-bottom: 0;
        background-color: red;
    }
    #sf_menu{
        width: 100%;
    }
    #acc-filter{
        width: 100%;
    }
    .acc_header{
        height: 100px;
        align-items: baseline;
    }
    .acc_header_logo{
        flex-wrap: wrap;
        align-items: baseline;
    }
    .acc_home_logo{
        width:100%;
        height: 40%;
    }
    [class*="acc_title_"]{
        height: 40%;
    }
}*/
@media only screen and (max-width: 600px) {
    .o-wrap{
        width:100%;
        min-width: unset;
    }
    #sf_menu.hidden{
        display:none;
    }
    
}