@font-face{
    font-family: iransans;
    src: url("IRANSansWeb.ttf");
}
@font-face{
    font-family: yekan;
    src: url("yekan.ttf");
}
*{
    font-family: 'Ubuntu', yekan, Tahoma;
}
html, body{
    height: 100%;
    margin: 0;
}
img{
    vertical-align: middle;
}
.drtl{direction: rtl}
.dltr{direction: ltr}
.dta{display: table}
.dtc{display: table-cell}
.vat{vertical-align: top}
.vam{vertical-align: middle}
.cb{clear: both}
/*-----------------------------------------------------------------------*/
@media print{
    .np, .np *{
        display: none;
    }
    .pNeedTable td{
        border: 1px solid #000;
    }
    .footerScrollIcon{
        display: none !important;
    }
}
/*-----------------------------------------------------------------------*/
#lightBoxParent{
    display: none;
    direction: rtl;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100
}
#lightBoxBack{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}
#lightBoxContentMar{
    position: relative;
    margin: 0px auto 0;
    padding: 20px;
    background: transparent;
    border-radius: 13px;
    z-index: 101;
    opacity: 0;
    transition: all 0.3s;
}
#lightBoxClose{
    position: absolute;
    top: 20px;
    left: 1px;
    width: 90px;
    cursor: pointer;
    z-index: 105;
}
#lightBoxContent{
    direction: rtl;
    position: relative;
    width: 900px;
    background: #f9f9f9;
    border-radius: 5px;
    font: 13px hspYekan;
    box-sizing: border-box;
    opacity: 0;
    transition: all .5s;
    transform: scale3d(0, 0, 0);
    z-index: 102;
}
#lightBoxContentMar.lightBoxActive{
    margin-top: 30px;
    opacity: 1;
}
#lightBoxContentMar.lightBoxActive #lightBoxContent{
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1;
}
#lightBoxContent a{
    text-decoration: none;
    border-bottom: 1px solid #333;
    color: inherit;
    cursor: pointer;
    transition: all .3s;
}
#lightBoxContent a:hover{
    border-bottom: 1px solid #fbb040;
    color: #fbb040;
}
/*-----------------------------------------------------------------------*/
.lightBoxViews{
    padding: 20px;
}
.lightBoxViews input[type="text"],
.lightBoxViews input[type="number"],
.lightBoxViews input[type="password"],
.lightBoxViews textarea,
.lightBoxViews select,
.totalDIV input[type="text"],
.totalDIV input[type="number"],
.totalDIV input[type="password"],
.totalDIV textarea,
.totalDIV select{
    width: 95%;
    height: 40px;
    margin-bottom: 10px;
    padding: 2px 35px 2px 10px;
    box-sizing: border-box;
    background: 98% center no-repeat;
    background-size: 22px;
    border-radius: 10px;
    border: 1px solid #e2e3e5;
    resize: none;
}
.lightBoxViews input[type="number"],
.totalDIV input[type="number"]{
    direction: ltr;
}
.totalDIV ::-webkit-input-placeholder, /* Edge */
.lightBoxViews ::-webkit-input-placeholder{ /* Edge */
    color: #ccc;
}
.totalDIV :-ms-input-placeholder, /* Internet Explorer 10-11 */
.lightBoxViews :-ms-input-placeholder{ /* Internet Explorer 10-11 */
    color: #ccc;
}
.totalDIV ::placeholder,
.lightBoxViews ::placeholder{
    color: #ccc;
}
.lightBoxViews *{
    outline: none;
}
.errorInForm{
    border-color: #fba8a8 !important;
}
/* Public Items--------------------------------------------------------------*/
.ptrBut{
    display: inline-block;
    width: 135px;
    height: 27px;
    font-size: 15px;
    text-align: center;
    background: #43ab44;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
}
.ptrBut:hover{
    box-shadow: 0 0 7px #fbb040;
    cursor: pointer;
}
.ptrBut:active{
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.4);
}
.headButtons{
    display: inline-block;
    width: 135px;
    height: 30px;
    padding: 0 10px;
    box-sizing: border-box;
    line-height: 22px;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    background: #fbb040 linear-gradient(#fbb040, #f78e34);
    border: 1px solid #fbb040;
    border-radius: 5px;
    color: #231e35;
    cursor: pointer;
}
.headButtons:hover{
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.8);
}
/* DD Menu Place-------------------------------------------------------------*/
.totalMenuPlace{
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    line-height: 65px;
    background: #12182b;
    z-index: 3;
}
.mainMenuPlace{
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: 65px;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
    text-align: center;
}
#headMobileManu{
    display: none;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 2001;
}
#headMobileManu .headMobileButtons{
    position: absolute;
    top: 20px;
    right: 10px;
    line-height: 30px;
    text-align: center;
    font-size: 21px;
}
#headMobileManu .headMobileButtons span,
#headMobileManu .headMobileButtons a{
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}
.headLogo{
    width: 200px;
}
.headQuickOrder{
    position: relative;
    top: 19px;
    text-decoration: none;
    color: inherit;
}
.headQuickOrder span{
    display: inline-block;
    vertical-align: middle;
}
.headQuickOrder img{
    height: 25px;
    margin-left: 3px;
}
.ddMenuULMobile{
    display: none;
    position: absolute;
    top: -300px;
    left: 0;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    white-space: nowrap;
    transition: all 0.5s;
}
.ddMobileMainLi{
    position: relative;
    line-height: 25px;
    background: #12182b;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
    color: #fff;
    text-align: right;
}
.ddMobileMainLi a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}
.ddMobileMainLi .zmdi-chevron-down{
    position: absolute;
    top: 10px;
    left: 20px;
    transition: all .4s;
}
.ddMobileMainLi .mobileSubMenuPlace{
    overflow: hidden;
    height: 0;
    text-align: left;
    font-size: 13px;
    background: rgba(255, 255, 255, 0.1);
    transition: all .4s;
}
.ddMobileMainLi .mobileSubMenuPlace ul{
    list-style: none;
    padding: 0 0 0 20px;
}
.ddMobileMainLi .mobileSubMenuPlace .zmdi-chevron-right{
    margin-right: 3px;
}
.ddMenuUL{
    display: inline-block;
    width: 65%;
    max-width: 750px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    white-space: nowrap;
}
.ddMenuLI{
    display: inline-block;
    height: 65px;
    line-height: 75px;
    color: #ffffff;
    font-size: 0;
    cursor: pointer;
    transition: all .4s;
}
.ddMenuLI:hover{
}
.ddMenuDIV{
    display: none;
    position: absolute;
    width: 100%;
    top: 65px;
    left: 0;
    font-size: 14px;
    background: rgba(45, 55, 82, 0.95) center center no-repeat;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    border-radius: 0 0 10px 10px;
}
.ddMenuDIV a{
    display: inline-block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
}
.ddMenuLI:hover .ddMenuDIV{
    display: table;
}
.ddMenuLeftPlace{
    width: 280px;
    padding-bottom: 80px;
    box-sizing: border-box;
    background: rgba(33, 42, 66, 0.9);
    border-radius: 0 0 0 10px;
    color: #ffffff;
    text-align: left;
}
.ddMenuSubLeft{
    margin: 0;
    padding: 0 0 0 40px !important;
    line-height: 30px;
}
.ddMenuLeftPlace .ddMenuLeftTitle{
    font-size: 23px;
    font-weight: bold;
    line-height: 30px;
}
.ddMenuLeftPlace p,
.ddMenuLeftPlace .cat1P{
    padding: 5px 10px 5px 20px;
    line-height: 40px;
}
.ddMenuLeftPlace .cat1P .zmdi-chevron-right{
    display: none;
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 25px;
}
.cat1P{
    margin: 10px 0 2px;
    font-size: 13px;
    transition: all .4s;
}
.cat1P.activeCat1,
.cat1P:hover{
    background: #fbb040;
    color: #000;
}
.cat1P:hover .zmdi{
    display: inline-block;
}
.menuMonitor{
    display: none;
}
.ddMenuCatSubtitle{
    margin: 0;
    padding: 0 0 0 40px !important;
    color: #eee;
    transition: all .2s;
    line-height: 40px;
}
.ddMenuCatSubtitle:hover{
    color: #f99d39;
    background: #38415b;
}
.ddMenuCatSubtitlePlace{
    display: none;
    position: absolute;
    top: 0;
    left: 300px;
    width: 600px;
    height: 100%;
    padding-left: 20px;
    box-sizing: border-box;
}
.ddMenuCatSubtitle:hover .ddMenuCatSubtitlePlace{
    display: block;
}
.menuObj1:hover .pipeValvePlace{
    display: block;
}
.ddSubMenuPlace{
    display: none;
    position: relative;
    padding: 60px 20px 10px 40px;
    column-count: 3;
    text-align: left;
}
.ddMenuSubtitle{
    margin: 10px 0;
    color: #1f2758;
    font-weight: bold;
    transition: all .4s;
}
.ddMenuSubtitle:hover{
    color: #de8706;
}
.ddSubMenuPlace h3{
    position: absolute;
    top: 10px;
    left: 40px;
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    color: #232572;
}
.ddSubMenuPlace p{
    margin: 0;
    line-height: 25px;
    font-size: 11px !important;
    transition: all .4s;
}
.ddSubMenuPlace p:hover{
    color: #de8706;
}
.ddMenuCat3{
    margin: 0 !important;
    padding: 0 !important;
    color: #1f2758;
}
.ddMenuCat3 a{
    font-size: 12px;
    font-weight: bold;
    color: #b3d9ff;
}
.ddMenuCat4{
    margin: 0 !important;
    padding: 0 !important;
    line-height: 22px !important;
    color: #6a6a6a;
    text-indent: 7px;
}
.ddMenuCat4 a{
    font-size: 11px;
    font-weight: normal;
    color: #f5f5f5;
}
.ddMenuCat3 a:hover,
.ddMenuCat4 a:hover{
    color: #de8706;
}
.ddMenuLI span.enMenu,
.ddMenuLI span.faMenu{
    font-size: 13px;
    padding: 0 2px;
}
.ddMenuLI span.faMenu{
    font-size: 16px;
}
.ddMenuLI a.ddMenuMainA{
    display: inline-block;
    margin-right: 7px;
    padding-right: 7px;
    line-height: 20px;
    /*border-right: 1px solid #fbb040;*/
    color: inherit;
    text-decoration: none;
}
.ddMenuLI span.divider{
    height: 20px;
    margin: 0 7px;
    font-size: 12px;
    border-left: 1px solid #fbb040;
}
.brandsMenu{
    column-count: 4;
}
.brandsMenu p{
    margin: 0;
    color: #eee;
    line-height: 25px;
}
.brandsMenu p:hover{
    color: #fbb040;
}
.loginRegisterLinkPlace{
    direction: rtl;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    white-space: nowrap
}
.loginRegisterLinkPlace a:first-child{
    /*border-left: 1px solid #fbb040*/
}
.loginRegisterLinkPlace a{
    display: inline-block;
    height: 20px;
    line-height: 15px;
    padding: 0 5px;
    color: inherit;
    text-decoration: none;
}
/*-----------------------------------------------------------------------*/
.footerScrollIcon{
    display: inline-block;
    position: fixed;
    bottom: -250px;
    right: 25px;
    width: 50px;
    height: 50px;
    line-height: 55px;
    text-align: center;
    text-decoration: none;
    color: #333;
    z-index: 30;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    transition: all .4s;
}
.footerScrollIcon:hover{
    transform: rotate(360deg);
}
.footerSupportDIV{
    position: fixed;
    left: 30px;
    background: transparent;
    border-radius: 10px;
    z-index: 31;
    transform: translate3d(0%, 40%, 0) scale3d(0, 0, 0);
    transition: all .2s;
}
.footerSupportDIV.supportBoxActive{
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}
.footerSupport{
    direction: rtl;
    margin: 0;
    padding: 0;
    list-style: none;
}
.footerSupport li{
    padding: 5px;
    /*border-bottom: 1px dotted rgba(255, 255, 255, .4);*/
    border-radius: 50%;
    cursor: pointer;
    transition: all .4s;
}
.footerSupport li:last-child{
    border-bottom: none;
}
.footerSupport li a{
    display: block;
    text-decoration: none;
    color: inherit;
}
.footerSupport li:hover{
    background: rgba(255, 255, 255, .2);
}
.footerSupport img{
    width: 25px;
}
.footerSupport span{
    display: inline-block;
    color: #eee;
    font-size: 13px;
}
.footerSubscribePlace{
    display: flex;
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    font-size: 0;
    white-space: nowrap;
    text-align: center
}
.footerSubscribePlace input[type="button"]{
    width: 25%;
    min-width: 80px;
    height: 40px;
    box-sizing: border-box;
    background: #e5e5e5;
    border: none;
    border-radius: 0 7px 7px 0;
    cursor: pointer;
    font-size: 13px;
    letter-spacing: 1px;
    transition: all .4s;
    vertical-align: middle;
}
.footerSubscribePlace input[type="button"]:hover{
    background: #132042;
    color: #fff;
}
.footerSubscribePlace input[type="text"]{
    direction: ltr;
    width: 75%;
    max-width: 400px;
    height: 40px;
    padding-left: 20px;
    box-sizing: border-box;
    border: none;
    border-radius: 7px 0 0 7px;
    font-size: 14px;
    text-align: left;
    vertical-align: middle;
}
.footerSocial img{
    opacity: .25;
    transition: all .4s;
}
.footerSocial img:hover{
    opacity: 1;
    transform: rotate(360deg);
}
.footerTable{
    direction: rtl;
    display: table;
    width: 100%;
}
.footerTd{
    display: table-cell;
    font-size: 15px;
}
/*-----------------------------------------------------------------------*/
body.dataPages{
    background: #f1f1f1 url('../img/mainPageProBack.jpg') no-repeat fixed center top;
    background-size: cover;
}
.totalDIV{
    direction: rtl;
    position: relative;
    width: 1200px;
    max-width: 95%;
    margin: 0 auto;
}
.totalDIV .totalBox{
    position: relative;
    min-height: 300px;
    padding: 20px 30px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    text-align: justify;
}
h1, h2{
    font-size: 25px;
    margin: 0 0 30px;
    padding-bottom: 2px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #14234e;
    font-weight: normal;
}
h1 span, h2 span{
    height: 35px;
    line-height: 35px;
    padding-bottom: 5px;
    border-bottom: 2px solid #fbb040;
}
.totalDIV input[type="text"],
.totalDIV input[type="number"],
.totalDIV textarea{
    width: 300px;
    height: 35px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
/*-----------------------------------------------------------------------*/
#mainPageBox{
    position: relative;
    min-height: 800px;
    text-align: center;
    background: #101d3d url('../img/newHeadBack1.jpg') no-repeat fixed center center;
    background-size: cover;
    z-index: 1;
}
#mainPageBox .mainPageBoxCon{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 300px 0;
    z-index: 2;
    transition: all .4s;
}
#mainPageBox .mainPageBoxCon .mainLogoPlace{
    position: relative;
    top: -8px;
    margin: 0;
    text-align: center;
}
#mainPageBox .mainPageBoxCon .mainLogoPlace img{
    width: 90%;
    max-width: 460px;
}
.mainPageSearch{
    display: flex;
    justify-content: space-between;
    width: 95%;
    max-width: 700px;
    margin: 0 auto;
    padding: 50px 0px;
    white-space: nowrap;
}
.mainPageSearch *{
    outline: none;
}
.mainPageSearch select{
    width: 135px;
    height: 40px;
    padding: 0 0 0 5px;
    box-sizing: border-box;
    background: #fff;
    border: none;
    border-radius: 7px;
    color: #121438;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.mainPageSearch .searchMainPlace{
    display: inline-block;
    position: relative;
    width: 85%;
    margin-right: 3px;
}
.mainPageSearch .searchMainPlace i{
    position: absolute;
    top: 8px;
    left: 10px;
    color: #fbb040;
    font-size: 25px;
}
.mainPageSearch .searchMainPlace #searchSugPlace{
    direction: rtl;
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 0 0 10px 10px;
    text-align: right;
    font-size: 13px;
    z-index: 3;
}
.mainPageSearch .searchMainPlace #searchSugPlace.activeSuggest{
    display: block;
}
#searchSugPlace a{
    display: block;
    width: 100%;
    padding: 3px 35px 3px 10px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    white-space: nowrap;
    background-size: 20px;
    background-repeat: no-repeat;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    color: #999999;
    text-decoration: none;
    transition: all 0.1s;
}
#searchSugPlace a b{
    color: #f78f34;
}
#searchSugPlace a:last-child{
    border-bottom: none;
    border-radius: 0 0 10px 10px;
}
#searchSugPlace a:hover{
    background-color: rgba(0, 0, 0, 0.03);
}
#searchSugPlace a.dltr{
    padding: 3px 10px 3px 35px;
}
#searchSugPlace a.sugProd{
    background-image: url('../img/icons/sug1.png');
    background-position: 10px center;
}
#searchSugPlace a.sugUnsort{
    background-image: url('../img/icons/sug2.png');
    background-position: 10px center;
}
#searchSugPlace a.sugCat{
    background-image: url('../img/icons/sug5.png');
    background-position: 98% center;
}
.mainPageSearch input[type="text"]{
    width: 100%;
    height: 45px;
    padding: 1px 10px;
    box-sizing: border-box;
    border: none;
    border-radius: 7px;
}
.mainPageSearch input[type="button"]{
    width: 15%;
    min-width: 70px;
    border: none;
    box-sizing: border-box;
    height: 45px;
    border-radius: 7px;
}
.homeIndicator{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 95%;
    max-width: 700px;
    margin: 0 auto;
    border-spacing: 20px 0;
    color: #fff;
    font-size: 12px;
}
.homeIndicator a{
    width: 19%;
    margin: 5px 1px;
    padding: 10px 0;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.2);
    border: none;
    border-radius: 5px;
    color: inherit;
    text-decoration: none;
    text-align: center;
    transition: all 0.4s;
}
.homeIndicator a:hover{
    background: rgba(0, 0, 0, 0.4);
}
.homeIndicator a img{
    width: 70%;
    opacity: .6;
}
.homeIndicator a:hover img{
    opacity: 1;
}
/*-----------------------------------------------------------------------*/
.tabsPlace{
    display: flex;
    justify-content: space-between;
    width: 100%;
    text-align: center;
    font-size: 0;
}
.tabsPlace span{
    display: inline-block;
    width: 350px;
    height: 50px;
    margin: 0 0px;
    line-height: 50px;
    font-weight: bold;
    font-size: 14px;
    white-space: nowrap;
    background: #e7e6ed;
    border-bottom: 2px solid transparent;
    border-left: 2px solid #fff;
    color: #313977;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
    transition: all .4s;
}
.tabsPlace span:first-child{
    border-left: none;
    border-radius: 30px 0 0 0;
}
.tabsPlace span:last-child{
    border-radius: 0 30px 0 0;
}
.tabsPlace span:hover{
    background: #ced6dd;
}
.tabsPlace span.tabActive{
    position: relative;
    top: 1px;
    background: #f7fbfe;
    border-bottom: 3px solid #fbb040;
}
/*input[type="button"]{
    width: 80px;
    height: 40px;
    box-sizing: border-box;
    border: none;
    border-radius: 7px;
    background: #fbb040 linear-gradient(#fbb040, #f78e34);
    color: #231e35;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
}*/
.mainPageTabMonitor{
    display: none;
    min-height: 100px;
    background: #fff;
    border: 1px solid #dbdeeb;
    border-radius: 10px;
}
#mainPageTabM2, #mainPageTabM3{
    padding: 30px;
}
#mainPageTabM2 div,
#mainPageTabM1 div{
    display: inline-block;
    margin: 10px 12px;
    padding: 30px 15px;
    background: #eee;
    border-radius: 10px;
}
.catsShowPlace{
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    padding: 50px 0;
    column-count: 3 /*-moz-column-count: 3;
    column-count: 3;*/
}
.catsShowPlace p{
    margin: 0;
    font-size: 13px;
    color: #6a6a6a;
}
.catsShowPlace p b{
    display: inline-block;
    margin: 10px 0;
    padding-bottom: 5px;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
    color: #1f2758;
    font-size: 12px;
}
.catsShowPlace p a{
    color: inherit;
    text-decoration: none;
    transition: all .4s;
}
.catsShowPlace p a img{
    filter: grayscale(100%);
    transition: all 0.3s;
}
.catsShowPlace p a:hover{
    color: #de8706;
    opacity: 1;
}
.catsShowPlace p a:hover img{
    filter: grayscale(0%);
}
/*................................Category Page.................................................*/
.catPageStrucDIV,
.searchPageStrucDIV{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.catPageBody .catPageFilterPlace{
    width: 19%;
}
.catPageBody .catPageLogoFilters{
    width: 19%;
}
.catPageBody .catPageMainBox{
    width: 60%;
    transition: all .4s;
}
.catPageMainBox .catPageSimBox{
    position: relative;
    height: 130px;
    width: 130px;
    background: #f7fbfe;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
    transition: all .4s;
}
.filterBoxes{
    position: relative;
    margin-bottom: 15px;
    padding: 5px 0 5px 15px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-bottom-width: 0;
    border-radius: 5px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.07);
    cursor: pointer;
    font-size: 12px;
    overflow: hidden;
    height: 40px;
    transition: all 0.4s;
}
.filterBoxes .zmdi-chevron-down{
    position: absolute;
    top: 15px;
    right: 20px;
    color: #aaa;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.4s;
}
.filterBoxes.boxOpen .zmdi-chevron-down{
    transform: rotate(180deg);
}
.filterBoxes .filterBoxTitle{
    position: relative;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #f2f2f2;
    color: #14234e;
    font-weight: bold;
    line-height: 20px;
    z-index: 2;
    cursor: pointer;
}
.filterBoxes .filterBoxTextes{
    max-height: 300px;
    overflow: auto;
}
.filterBoxes .filterBoxTextes p,
.filterBoxes .selectedFilters p{
    margin: 0;
    padding: 4px 0;
}
.filterBoxes .selectedFilters{
    overflow: hidden;
}
.filterBoxes .selectedFilterP{
    position: relative;
    left: -300px;
    width: 95%;
    margin: 5px 0 0 !important;
    padding: 5px 10px !important;
    background: rgba(248, 156, 51, 0.1);
    border: 1px solid rgba(248, 156, 51, 0.3);
    border-radius: 5px;
    box-sizing: border-box;
    color: rgb(183, 110, 28);
    transition: all .3s;
}
.filterBoxes .selectedFilterP i{
    margin-right: 5px;
    font-weight: bold;
    vertical-align: middle;
}
.filterBoxes .selectedFilterP label{
    display: inline-block;
    vertical-align: middle;
}
.filterBoxes .filterBoxSearchInput{
    width: 95%;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1)
}
.filterBoxes .filterBoxSearchInput + i{
    position: absolute;
    top: 3px;
    right: 15px;
    color: #aaa;
    font-size: 15px;
    opacity: 1;
    transition: all .3s;
}
.filterBoxes .filterBoxSearchInput:focus + i{
    opacity: 0;
}
.logoBoxPlace{
    position: relative;
    width: 98%;
    height: initial;
    min-height: 50px;
    margin: 0px 5px 15px;
    padding: 10px 15px 10px 0;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}
.logoBoxPlace .brandsLogoB,
.logoBoxPlace .brandsLogoC{
    max-width: 70%;
    opacity: .8;
    transition: all 0.4s;
}
.logoBoxPlace .brandsLogoB{
    display: inline-block;
}
.logoBoxPlace .brandsLogoC{
    display: none;
}
.logoBoxPlace:hover .brandsLogoB{
    display: none;
}
.logoBoxPlace:hover .brandsLogoC{
    display: inline-block;
}
.filterCheckbox:checked + label{
    font-weight: bold;
    color: #dc8206;
}
.seriesCheckbox{
    position: relative;
    top: 2px;
    vertical-align: middle;
    z-index: 2;
}
.seriesCheckbox + label{
    position: relative;
    top: 2px;
    vertical-align: middle;
    transition: all .2s;
    z-index: 2;
}
.seriesCheckbox + label + span{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: #fef5ea;
    border: 1px solid #fcdab2;
    border-radius: 4px;
    opacity: 0;
    transition: all .2s;
    z-index: 1;
}
.seriesCheckbox:checked + label{
    color: rgb(183, 110, 28);
}
.seriesCheckbox:checked + label + span{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
}
.proFlags{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
}
.catPageProBox{
    direction: rtl;
    margin-bottom: 20px;
    padding: 15px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 7px;
    box-sizing: border-box;
    transition: all .4s;
}
.catPageProBox:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.catPageProBox .dtc{
    vertical-align: top;
}
.proNameP{
    margin: 0;
    padding-bottom: 10px;
    color: #14234e;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    text-transform: capitalize;
    text-align: left;
}
.proNameP b{
    transition: all .2s;
}
.categoryShowPlace{
    white-space: nowrap;
}
.prodShowBox{
    direction: rtl;
    padding: 0px 10px 0 15px;
    font-size: 13px;
}
.prodShowBox p{
    margin: 0 0 20px;
}
.prodShowBox p b{
    color: #14234e;
}
.existBox{
    direction: rtl;
    display: inline-block;
    padding: 0 3px 0 5px;
    vertical-align: middle;
    border: 1px solid;
    border-radius: 5px;
    font-size: 12px;
    text-align: center;
}
.existBox i{
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.existBox.exYes i{background: #96ca2d}
.existBox.exYes{
    background: rgba(150, 202, 45, 0.05);
    border-color: #96ca2d;
    color: #4c993e
}
.existBox.exNo i{background: #ff5252}
.existBox.exNo{
    background: rgba(255, 82, 82, 0.05);
    border-color: #ff5252;
    color: #ff5252
}
.existBox.exIf i{background: #fbb040}
.existBox.exIf{
    color: rgb(243, 153, 52);
    background: rgba(248, 156, 51, 0.1);
    border: 1px solid rgba(248, 156, 51, 0.6);
}
.catPageMobileMenuButs{
    display: none /*inline-block*/;
    width: 90px;
    position: fixed;
    left: -31px;
    padding: 5px 15px;
    box-sizing: border-box;
    border-radius: 10px 10px 0 0;
    background: #14234e;
    color: #fff;
    cursor: pointer;
    text-align: center;
    transform: rotate(90deg);
    transition: all .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 5;
}
.catPageMobileMenuButs:hover{
    color: #ddd;
    background: #314788;
}
.filterButL{
    top: 250px;
}
.filterButR{
    top: 350px;
}
.proSimilarM{
    display: none;
    margin: 5px 5px 0;
    padding: 5px 0;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    color: #414f83;
    font-size: 13px;
}
/*................................Product Page..................................................*/
.proPathPlace{
    direction: ltr;
    position: absolute;
    top: -40px;
    left: 0;
    color: #999;
    font-size: 11px;
}
.proPathPlace a{
    display: inline-block;
    padding: 2px 5px 0;
    vertical-align: middle;
    text-decoration: none;
    border-radius: 5px;
    color: inherit;
    cursor: pointer;
    line-height: 25px;
    transition: all .4s;
}
.proPathPlace a:hover{
    background: #fcfcfc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    color: #333333;
}
.proPathPlace i{
    display: inline-block;
    position: relative;
    top: 1px;
    margin: 0 3px;
    vertical-align: middle;
    line-height: 25px;
    font-size: 15px;
}
.proPageMainBox{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.proPageMainBox .proDataCardPlace{
    width: 72%;
    max-width: 880px;
}
.proPageMainBox .proDataCardPlace .dta{
    position: relative;
    padding: 10px 10px 30px 0;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
}
.proPageMainBox .proDataCardPlace .dta .dtc:first-child{
    position: relative;
    width: 30%;
    max-width: 280px;
    padding-bottom: 20px;
    text-align: center;
}
.proPageMainBox .proDataCardPlace .dta .dtc:last-child{
    padding: 30px 20px 20px 10px
}
.proPageMainBox .buyCardPlace{
    position: relative;
    width: 25%;
    min-width: 250px;
    max-width: 300px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    box-sizing: border-box;
}
.proImagePlace{
    display: inline-block;
    position: relative;
    width: 95%;
    max-width: 250px;
    height: 250px;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
}
.proInspectPlace{
    position: absolute;
    bottom: -25px;
    left: 5px;
    white-space: nowrap;
    text-align: left;
}
.proSummeryTable{
    direction: rtl;
    width: 100%;
    color: #14234e;
    border-spacing: 0;
    font-size: 13px;
    text-align: right;
}
.proSummeryTable td:first-child{
    width: 200px;
    padding-right: 20px;
    font-weight: bold;
    text-align: right;
    font-size: 16px;
    background: #f3f3f3;
    border-width: 3px 0 3px 3px;
}
.proSummeryTable td:last-child{
    text-align: left;
    border-width: 3px 3px 3px 0;
}
.proSummeryTable td{
    padding: 5px 10px 5px 15px;
    background: #f9f9f9;
    border-style: solid;
    border-color: #fff;
}
.requestProdPlace{
    direction: rtl;
    padding: 20px 5px;
    background: #f5f5f5;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    font-size: 12px;
    text-align: center;
}
.requestProdPlace b{
    color: #14234e;
}
.requestProdPlace a{
    color: #000;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.5s;
}
.requestProdPlace a:hover{
    border-bottom: 1px solid #14234e;
}
.requestProdPlace select{
    border: none;
    border-radius: 7px;
    width: 40px;
    height: 30px;
    margin: 0 5px;
    box-sizing: border-box;
}
.requestProdPlace input[type="button"]{
    letter-spacing: 0;
    width: 100px;
    height: 30px;
    margin: 0 5px;
    box-sizing: border-box;
}
.requestProdPlace span{
    color: #6f6f6f;
}
.prodDescsPlace{
    width: 70%;
    min-width: 900px;
    margin: 0 auto 20px
}
.prodDescsPlace div.dBox{
    position: relative;
    width: 50%;
    height: 180px;
    padding: 20px 30px;
    background: #fff;
    border: 1px solid #dedede;
    border-bottom: 2px solid #dedede;
    box-sizing: border-box;
    text-align: right;
}
.proPageCatalogTablesPlace{
    display: flex;
    justify-content: space-between;
}
.proPageCatalogTablesPlace .proPageCatalogTables:first-child{
    position: relative;
    width: 100%;
}
.proPageCatalogTablesPlace .proPageCatalogTables:last-child{
    width: 80%;
    margin-left: 50px;
}
.prodDescsPlace div span{
    border-bottom: 3px solid #fbb040;
    color: #14234e;
    font-size: 20px;
    font-weight: bold;
}
.prodDescsPlace div p{
    direction: rtl;
    width: 65%;
    margin-left: auto;
    text-align: justify;
    font-size: 14px;
}
.prodDescsPlace div.dBox img{
    position: absolute;
    top: 80px;
    left: 40px;
    width: 70px;
}
.detPageTabs{
    display: flex;
    justify-content: space-between;
}
.detPageTabs div{
    direction: rtl;
    width: 100%;
    line-height: 20px;
    margin-right: 2px;
    padding: 15px 0;
    text-align: center;
    background: #e8e8e8;
    border-radius: 7px 7px 0 0;
    border-bottom: 1px solid #8fa2ff;
    color: #999;
    cursor: pointer;
    transition: all 0.3s;
}
.detPageTabs div:last-child{
    margin-right: 0;
}
.detPageTabs div:hover{
    background: #e2e2e2;
}
.detPageTabs div.activeDetTab{
    background: #fff;
    border-bottom: 1px solid #fff;
    color: #000;
}
.detPageTabs div span{
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
}
.detPageTabs div span:last-child{
    margin-right: 5px;
    padding-right: 5px;
    border-right: 1px solid #ccc;
}
.featureTableTR{
    cursor: pointer;
}
.featureTableTR:nth-child(odd){
    background: #f0f0f0;
}
.featureTableTR:nth-child(even){
    background: #fafafa;
}
.featureTableTR:hover{
    background: rgba(248, 156, 51, 0.1);
}
/*
.detPageTabs span{
    display: inline-block;
    width: 210px;
    line-height: 30px;
    font-size: 14px;
    white-space: nowrap;
    text-align: center;
    box-sizing: border-box;
    background: #e7e6ed;
    border-left: 2px solid #fff;
    border-bottom: 3px solid transparent;
    color: #313977;
    cursor: pointer;
    transition: all .4s;
}
.detPageTabs span:hover{
    background: #fafafa;
}
.detPageTabs span.activeDetTab{
    background: #f7fbfe;
    border-bottom-color: #fbb040;
}
.detPageTabs span:first-child{
    border-radius: 10px 0 0 0;
}
.detPageTabs span:last-child{
    border-right: 1px solid #dedede;
    border-radius: 0 10px 0 0;
}
.detPageTabs span span{
    display: inline-block;
}
.detPageTabs span b{
    vertical-align: middle;
}
*/
.prodQuantityBox{
    direction: ltr;
    display: flex;
    justify-content: space-around;
    border: 1px solid #ddd;
    height: 30px;
}
.prodQuantityBox input{
    height: 30px;
    box-sizing: border-box;
    border: none;
    background: transparent;
    outline: none;
}
.prodQuantityBox input[type="tel"]{
    width: 60px;
}
.prodQuantityBox input[type="button"]:first-child{
    border-right: 1px solid #ddd;
}
.prodQuantityBox input[type="button"]:last-child{
    border-left: 1px solid #ddd;
}
.prodQuantityBox input[type="button"]{
    width: 30px;
    font-size: 20px;
}
.prodSharePlace{
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
.prodSharePlace img{
    width: 33px;
    margin: 0 5px;
    filter: grayscale(100%);
    cursor: pointer;
    transition: all 0.3s;
}
.prodSharePlace img:hover{
    filter: grayscale(0%);
}
.detPageTabs span img{
    width: 28px;
    margin-right: 10px;
}
.similarCards{
    width: 100%;
    margin-bottom: 10px;
    margin-right: 10px;
    text-decoration: none;
    color: inherit;
}
.similarCards:last-child{
    margin-bottom: 0;
    margin-right: 0;
}
.similarCards div{
    padding: 20px 5px 5px;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    box-sizing: border-box;
}
.similarCards div img{
    max-width: 130px;
    max-height: 130px;
}
.similarCards div p{
    margin: 0;
    padding-bottom: 10px;
    color: #14234e;
    font-size: 13px;
    line-height: 20px;
}
/*-------------------------------------------------------------------------------------------------------*/
.midPageH1 b{
    display: none;
}
.midPageMainBox,
.midPageStrucDIV{
    margin-bottom: 40px;
    padding: 10px 20px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    box-sizing: border-box;
}
.midPageMainBox .midDataCardPlace{
    width: 100%;
}
.midImagePlace{
    width: 300px;
}
.midImagePlace img{
    width: 95%;
    max-width: 250px;
    max-height: 250px;
}
.midSummeryTable{
    direction: ltr;
    width: 100%;
    text-align: left;
    color: #14234e;
    border-spacing: 4px;
    font-size: 13px;
}
.midSummeryTable td:first-child{
    /*width: 270px;*/
    padding-left: 10px;
    font-weight: bold;
    font-size: 14px;
    background: #f3f3f3;
}
.midSummeryTable td{
    width: 50%;
    padding: 10px 10px;
    background: #f9f9f9;
}
.midPageStrucDIV h2{
    font-size: 17px;
}
.midPageStrucDIV h2 span{
    padding-bottom: 10px;
}
/*-------------------------------------------------------------------------------------------------------*/
.profileTable{
    width: 100%;
    border-spacing: 0 10px;
    font-size: 13px;
    text-align: center;
}
.profileTable td{
    padding: 5px 10px;
    white-space: nowrap;
}
.profileTable .titleTR{
    background: #19223b;
    color: #ffffff;
}
.profileTable tr td:first-child{
    border-radius: 0 50px 50px 0;
}
.profileTable tr td:last-child{
    border-radius: 50px 0 0 50px;
}
.profileTable .trEven{
    background: #ddd;
}
.profileTable .trEven{
    background: #f8f8f8;
}
/*-------------------------------------------------------------------------------------------------------*/
.quickOrderBoxesPlace{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.quickOrderMainBox{
    width: 47%;
}
.qoBoxL, .qoBoxR{
    position: absolute;
    top: -30%;
    width: 50%;
    height: 130%;
}
.qoBoxL{
    left: 0;
    background: #fff;
}
.qoBoxR{
    right: 0;
    background: #f6f7fb;
}
/*-------------------------------------------------------------------------------------------------------*/
#addableTableTR1,
#addableTablePrimTR1{
    display: none;
}
/*-------------------------------------------------------------------------------------------------------*/
.searchPageStrucDIV,
.searchCategories,
.searchUncategories{
    transition: all .3s;
}
.searchPageMA{
    display: inline-block;
    width: 30%;
    text-decoration: none;
    color: inherit;
}
.searchMobileTab{
    display: none;
    direction: rtl;
    justify-content: space-between;
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
}
.searchMobileTab div{
    position: relative;
    padding: 5px;
    background: #14234e;
    border-radius: 10px 10px 0 0;
    cursor: pointer;
    transition: all .3s;
    border-bottom: 3px solid transparent;
}
.searchMobileTab div:hover,
.searchMobileTab div:active{
    background: #314788;
}
.searchMobileTab div.activeMobileTab{
    background: #377dc4;
    border-bottom-color: #377dc4;
}
.searchMobileTab div p{
    margin: 0;
}
.searchKeywordPlace{
    direction: rtl;
    margin-bottom: 20px;
    padding: 15px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 7px;
    box-sizing: border-box;
    font-size: 0;
    text-align: left
}
.searchKeywordPlace a{
    display: inline-block;
    direction: rtl;
    margin: 3px 2px;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 11px;
    background: #e2f1ff;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    transition: all 0.4s;
}
.searchKeywordPlace a:hover{
    background: #f5f5f5;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}
/*-------------------------------------------------------------------------------------------------------*/
.quickOrderMainBox{
    padding: 20px;
    box-sizing: border-box;
    background: transparent /*#fcfcfc*/;
    border: 1px solid #ccc;
    border-radius: 10px;
}
.quickOrderMainBox input[type="text"],
.quickOrderMainBox input[type="number"],
.quickOrderMainBox input[type="tel"],
.quickOrderMainBox select,
.quickOrderMainBox textarea{
    height: 35px;
    padding: 3px 5px;
    resize: none;
    border-radius: 5px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    outline-color: #bbb;
}
.quickOrderMainBox h2{
    font-size: 22px;
}
.quickOrderMainBox h2 i{
    display: inline-block;
    margin-left: 5px;
    padding: 5px 8px;
    background: #43ab44;
    border-radius: 3px;
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
}
.quickOrderMainBox fieldset{
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #ddd !important;
    border-radius: 5px;
}
.quickOrderWithText div{
    width: 100% !important;
    margin: 0 !important;
}
/*-------------------------------------------------------------------------------------------------------*/
.brandPHead{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.brandPHeadImage{
    min-width: 400px;
}
.brandPHeadImage div{
    width: 400px;
    height: 200px;
    background: #fff center center no-repeat;
    background-size: 300px auto;
    border: 1px solid #eee;
    border-radius: 10px;
    transition: all 0.3s;
}
.brandPHeadText{
    margin-left: 20px;
    text-align: justify;
}
.brandPHeadText p{
    direction: rtl;
    font-size: 19px;
}
.brandCats{
    text-decoration: none;
    color: inherit;
}
.brandCats div{
    display: inline-block;
    width: 250px;
    padding: 3px 0 10px;
    text-align: center;
    background: #fff;
    border: 1px solid #c3c3c3;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.brandCats div p{
    margin: 5px auto;
}
.brandCats div p:first-child{
    padding: 10px 0 5px;
}
.brandCats div hr{
    width: 80%;
    height: 1px;
    margin: 5px auto;
    background: #ddd;
    border: none;
}
.brandCats div input{
    width: 70%;
    height: 30px;
    border: none;
    border-radius: 5px;
}
.brandsSeries{
    display: inline-block;
    width: 19%;
    min-width: 200px;
    margin: 0 .5% 10px;
    text-decoration: none;
    color: inherit;
    font-size: 14px;
}
.brandsSeries div{
    padding: 10px 0 5px;
    text-align: center;
    background: #101d3d url('../img/newHeadBack1.jpg') no-repeat fixed center center;
    border: 1px solid #eee;
    border-radius: 10px;
    color: #fff;
}
.brandsSeries div img{
    width: 90%;
    margin-bottom: 10px;
    border-radius: 10px;
}
.brandsSeries div p{
    width: 90%;
    margin: 5px auto;
    min-height: 48px;
}
.brandsSeries div hr{
    width: 90%;
    height: 1px;
    margin: 5px auto;
    background: rgba(255, 255, 255, 0.3);
    border: none;
}
.brandsSeries div input{
    width: 90%;
    height: 30px;
    border: none;
    border-radius: 5px;
}
/*-------------------------------------------------------------------------------------------------------*/
.loginWrapper{
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}
.loginFormPlace{
    direction: rtl;
    position: relative;
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    padding: 15px 20px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px;
    text-align: center;
}
.loginFormPlace div{
    padding-bottom: 10px;
}
.loginFormPlace .regWrapper{
    display: flex;
    justify-content: space-between;
}
.loginFormPlace .regWrapper div{
    width: 49%;
    padding-bottom: 0;
}
.loginFormPlace p{
    margin: 0 0 5px;
    text-align: right;
}
.loginFormPlace select,
.loginFormPlace input[type="text"],
.loginFormPlace input[type="password"]{
    width: 100%;
    height: 40px;
    padding: 3px 10px;
    background: 1% center no-repeat;
    background-size: 22px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 10px;
}
.loginError{
    display: none;
    margin-top: 10px !important;
    padding: 5px 0;
    text-align: center !important;
    font-size: 15px;
    background: rgba(255, 0, 0, 0.2);
    border-radius: 5px;
    color: #b00;
}
/*-------------------------------------------------------------------------------------------------------*/
.listQStrucDIV{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.listQStrucDIV .listQMainBox{
    width: 80%;
    transition: all .4s;
}
.listQPlaceR{
    width: 19%;
    min-width: 150px;
}
.listQProBox{
    direction: rtl;
    margin-bottom: 20px;
    padding: 15px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 7px;
    box-sizing: border-box;
    transition: all .4s;
}
.lqProItems{
    padding-top: 10px;
    column-count: 2;
    letter-spacing: 0.3pt;
}
.lqProItems p{
    margin: 0 0 8px;
    opacity: 0.9
}
.listQRItemsDIV{
    padding: 5px 0 5px 10px;
    text-align: left;
}
.listQRItemsDIV div{
    position: relative;
    margin: 0 0 4px;
    padding: 4px 0;
    cursor: pointer;
}
.listQRItemsDIV div a{
    text-decoration: none;
    color: inherit;
    border-bottom: 1px solid transparent;
    transition: all 0.3s;
}
.listQRItemsDIV div a:hover{
    border-bottom: 1px solid #555;
}
.listQRItemsDIV div a i{
    margin-right: 4px;
}
/*-------------------------------------------------------------------------------------------------------*/
input[type=checkbox]{
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
input[type=checkbox] + label{
    display: inline-block;
    height: 15px;
    padding-left: 20px;
    line-height: 15px;
    vertical-align: middle;
    font-size: inherit;
    cursor: pointer;
    transition: none;
    background: url(../img/web-two-style.png) no-repeat 0 0;
    background-size: 15px;
}
input[type=checkbox]:checked + label{background-position: 0 -15px;}
/*-------------------------------------------------------------------------------------------------------*/
.needShake{
    animation: shake 0.5s;
    animation-iteration-count: infinite;
}
@keyframes shake{
    0%{ transform: translate(1px, 1px) rotate(0deg); }
    10%{ transform: translate(-1px, -2px) rotate(-1deg); }
    20%{ transform: translate(-3px, 0px) rotate(1deg); }
    30%{ transform: translate(3px, 2px) rotate(0deg); }
    40%{ transform: translate(1px, -1px) rotate(1deg); }
    50%{ transform: translate(-1px, 2px) rotate(-1deg); }
    60%{ transform: translate(-3px, 1px) rotate(0deg); }
    70%{ transform: translate(3px, 1px) rotate(-1deg); }
    80%{ transform: translate(-1px, -1px) rotate(1deg); }
    90%{ transform: translate(1px, 2px) rotate(0deg); }
    100%{ transform: translate(1px, -2px) rotate(-1deg); }
}