@font-face {
    font-family: iransans;
    src: url("IRANSansWeb.ttf");
}

@font-face {
    font-family: yekan;
    src: url("yekan.ttf");
}

* {
    font-family: 'Ubuntu', iransans, Tahoma;
}

html, body {
    height: 100%;
    margin: 0;
    /*background: #f5f5f5;*/
    font-size: 14px;
}

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
}

.tac {
    text-align: center
}

.df {
    display: flex
}

.dfJsb {
    display: flex;
    justify-content: space-between
}

/*-----------------------------------------------------------------------*/

.imgBS:hover {
    box-shadow: -3px 3px 7px rgba(0, 0, 0, 1) !important;
}

.imgBox:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 1) !important;
}

/*-----------------------------------------------------------------------*/
@media print {
    .np, .np * {
        display: none;
    }

    .pNeedTable td {
        border: 1px solid #000;
    }

    .footerScrollIcon {
        display: none !important;
    }
}

/*-----------------------------------------------------------------------*/
h1, h2, h3 {
    font-size: 25px;
    text-align: right;
    margin: 0 0 30px;
    padding-bottom: 2px;
    border-bottom: 1px solid #d2ab67;
    color: #d2ab67;
    font-weight: normal;
}

h1 span, h2 span, h3 span {
    height: 35px;
    line-height: 35px;
    padding-bottom: 5px;
    border-bottom: 2px solid #d2ab67;
}

/*-----------------------------------------------------------------------*/
#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--------------------------------------------------------------*/
.boxesSt, .boxesStb {
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.boxesStb {
    background: #fff;
}

.boxesSt h3, .boxesStb h3 {
    margin: 0 0 20px;
    padding: 0 5px 5px 0;
    font-size: 20px;
    font-weight: bold;
    border-bottom: none;
}

.boxesSt h3 span, .boxesStb h3 span {
    padding-bottom: 10px;
    padding-left: 10px;
}

.ptrBut {
    display: inline-block;
    width: 135px;
    height: 27px;
    font-size: 15px;
    text-align: center;
    background: #cdab51;
    border: none;
    border-radius: 5px;
    color: #000;
    cursor: pointer;
}

.ptrBut:hover {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
    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: 13px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    background: #0a0a8f;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
}

.headButtons:hover {
    /*box-shadow: 0 0 7px rgba(0, 0, 0, 0.8);*/
}

/* DD Menu Place-------------------------------------------------------------*/
.totalHeadPlace {
    direction: rtl;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    line-height: 40px;
    /*background: #fff;*/
    z-index: 3;
}

.mainMenuPlace {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
    /*max-width: 1200px;*/
    height: 70px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
    text-align: center;
}

#headMobileManu {
    display: none;
    position: relative;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 2001;
}

#headMobileManu .headMobileButtons {
    position: absolute;
    top: 70px;
    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 #eee;
    border-radius: 5px;
    color: #eee;
    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: #302b2b;
    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: right;
    font-size: 13px;
    background: rgba(255, 255, 255, 0.1);
    transition: all .4s;
}

.ddMobileMainLi .mobileSubMenuPlace ul {
    list-style: none;
    padding: 0 20px 0;
}

.ddMobileMainLi .mobileSubMenuPlace .left {
    margin-right: 3px;
}

.ddMenuUL {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
}

.ddMenuLI {
    display: inline-block;
    height: 50px;
    line-height: 55px;
    font-size: 0;
    cursor: pointer;
    transition: all .4s;
}

/*.ddMenuLI:hover {*/
/*}*/

.ddMenuDIV {
    display: none;
    position: absolute;
    /*width: 80%;*/
    top: 70px;
    right: 0;
    font-size: 14px;
    /*background: #f5f5f5;*/
    /*box-shadow: 0 10px 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: 250px;
    /*padding-bottom: 250px;*/
    box-sizing: border-box;
    background: #2c2524;
    border-radius: 0 0 10px 0;
    color: #ded9d7;
    text-align: right;
    min-height: 460px;
}

.ddMenuSubLeft {
    margin: 0;
    padding: 0 0 0 40px !important;
    line-height: 30px;
}

.ddMenuLeftPlace .ddMenuLeftTitle {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
}

.ddMenuLeftPlace p,
.ddMenuLeftPlace .cat1P {
    padding: 5px 20px 5px 10px;
    line-height: 40px;
}

.ddMenuLeftPlace .cat1P .zmdi-chevron-right {
    display: none;
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 25px;
}

.cat1P {
    margin: 0;
    font-size: 14px;
    transition: all .4s;
}

.cat1P.activeCat1,
.cat1P:hover {
    background: #d2ab67;
    color: #000;
}

.cat1P:hover .zmdi {
    display: inline-block;
}

.menuMonitor {
    display: none;
}

.ddMenuCatSubtitle {
    margin: 0;
    padding: 0 0 0 40px !important;
    color: #333;
    transition: all .2s;
    line-height: 40px;
}

.ddMenuCatSubtitle:hover {
    color: #f99d39;
    background: #38415b;
}

.ddMenuCatSubtitlePlace {
    display: none;
    position: absolute;
    top: 0;
    right: 250px;
    /*width: 75%;*/
    height: 460px;
    /*height: 100%;*/
    padding-right: 20px;
    box-sizing: border-box;
    background: rgb(48 44 44 / 95%);
}

.cat1P:hover .ddMenuCatSubtitlePlace {
    display: block;
    /*overflow: auto;*/
}

.ddMenuLI:hover .ddMenuCatSubtitlePlace {
    /*display: block;*/
    overflow-y: auto;
    overflow-x: hidden;
}

.ddMenuCatSubtitlePlace h3 {
    margin-bottom: 5px;
    font-size: 18px;
}

.ddMenuSubtitle {
    margin: 15px 0;
    color: #1f2758;
    font-weight: bold;
    transition: all .4s;
}

.ddMenuSubtitlesPlaceC .ddMenuSubtitle:first-child {
    margin-top: 0;
}

.ddMenuCat2,
.ddMenuCat3 {
    margin: 0;
    line-height: 20px !important;
}

.ddMenuCat2 a {
    font-size: 13px;
    font-weight: bold;
    color: #d2ab67;
}

.ddMobileMainLi .ddMenuCat2 a {
    color: #ddd;
}

.ddMenuCat3 {
    margin: 0 !important;
    padding: 0 !important;
    text-indent: 10px;
}

.ddMenuCat3 a {
    font-size: 12px;
    font-weight: normal;
    color: #e0dbd9;
}

.ddMobileMainLi .ddMenuCat3 a {
    color: #fff;
}

.ddMenuCat3 a:hover {
    color: #d2ab67;
}

.ddMenuLI span.faMenu {
    font-size: 14px;
    padding: 0 2px;
}

.ddMenuMainATop:hover {
    color: #d2ab67 !important;
    font-weight: 400;
}

.ddMenuLI a.ddMenuMainA {
    display: inline-block;
    margin-left: 10px;
    padding-left: 10px;
    line-height: 20px;
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.ddMenuLI span.divider {
    height: 20px;
    margin: 0 7px;
    font-size: 12px;
    border-left: 1px solid #f99d33;
}

.brandsMenu {
    column-count: 3;
}

.brandsMenu p {
    margin: 0;
    color: #444;
    line-height: 25px;
}

.brandsMenu p:hover {
    color: #f99d33;
}

.loginRegisterLinkPlace {
    direction: rtl;
    display: inline-block;
    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;
}

.profileHeadDIV {
    position: relative;
}

.profileHeadDIV .profileHeadMenu {
    /*display: none;*/
    position: absolute;
    top: -100px;
    left: -20px;
    width: 130px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 0 0 10px 10px;
    box-shadow: 0 10px 7px rgba(0, 0, 0, 0.3);
    color: #333;
    cursor: pointer;
    opacity: 0;
    transition: all 0.3s;
}

.profileHeadDIV:hover .profileHeadMenu {
    /*display: block;*/
    top: 70px;
    opacity: 1;
}

.profileHeadDIV .profileHeadMenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

.profileHeadDIV .profileHeadMenu ul li {
    padding: 5px 10px;
    line-height: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    transition: all .3s;
}

.profileHeadDIV .profileHeadMenu ul li:hover {
    background: rgba(0, 0, 0, 0.1);
}

.profileHeadDIV .profileHeadMenu ul li:last-child {
    border-bottom: none;
}

.profileHeadDIV .profileHeadMenu a {
    text-decoration: none;
    color: inherit;
}

.headSocialPlace {
    direction: ltr;
    /*justify-content: left;*/
    width: 30%;
    line-height: 40px;
}

.headSocialPlace a {
    line-height: 40px;
    text-decoration: none;
    color: #9b9b9b;
}

.headSocialPlace a:last-child {
    box-sizing: border-box;
    padding-left: 5px;
    margin: 5px 5px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.headSocialPlace img {
    width: 25px;
    opacity: .5;
    transition: all .3s;
}

.headSocialPlace img:hover {
    opacity: 1;
}

/*-----------------------------------------------------------------------*/
.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: #d2ab67;
    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;
}

/*-----------------------------------------------------------------------*/
.totalDIV {
    direction: rtl;
    position: relative;
    /*width: 1300px;*/
    width: 100%;
    /*max-width: 95%;*/
    margin: 0 auto;
}

.totalCon {
    padding: 30px 0px;
    z-index: 2;
    transition: all .4s;
}

.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;
}

.totalDIV input[type="text"],
.totalDIV input[type="number"],
.totalDIV textarea {
    width: 300px;
    height: 35px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

/*-----------------------------------------------------------------------*/
#mainPageBox {
    position: relative;
    z-index: 1;
}

#mainPageBox .mainPageBoxCon {
    padding: 10px 0px;
    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 {
    /*text-align: right;*/
    /*display: flex;*/
    justify-content: space-between;
    /*max-width: 700px;*/
    /*width: 50%;*/
    width: 100%;
    margin: auto auto auto 20px;
    padding: 15px 0 0;
    box-sizing: border-box;
    white-space: nowrap;
}

.mainPageSearch * {
    outline: none;
}

.mainPageSearch .searchMainPlace {
    /*display: inline-block;*/
    position: relative;
    /*width: 85%;*/
    /*margin-right: 3px;*/
}

.mainPageSearch .searchMainPlace i {
    position: absolute;
    top: 6px;
    right: 10px;
    color: #302b2b;
    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);
}

.mainPageSearch input[type="text"] {
    width: 100%;
    height: 40px;
    padding: 1px 10px;
    box-sizing: border-box;
    background: #eee;
    border: none;
    border-radius: 7px;
    vertical-align: top;
    opacity: 0.7;
    margin: unset;
}

.mainPageSearch input[type="button"] {
    width: 15%;
    min-width: 70px;
    border: none;
    box-sizing: border-box;
    height: 40px;
    border-radius: 7px 0 0 7px;
}

.homeIndicator {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 30px 0;
    border-spacing: 0;
    color: #fff;
    font-size: 12px;
}

.homeIndicator a {
    width: 19%;
    min-width: 150px;
    margin: 5px;
    padding: 10px 0;
    box-sizing: border-box;
    background: #fff;
    border: none;
    border-radius: 5px;
    color: inherit;
    text-decoration: none;
    text-align: center;
    transition: all 0.4s;
}

.homeIndicator a:hover {
    background: #eee;
}

.homeIndicator a img {
    width: 80%;
    /*opacity: .8;*/
}

.homeIndicator a:hover img {
    opacity: 1;
}

.mainPageCPlace {
    position: relative;
    overflow: hidden;
    /*margin-bottom: 40px;*/
    padding: 10px 10px 10px;
    background: #fff;
}

.mainPageCarousels .swiper-wrapper {
    padding: 10px 0;
}

.mainPageCarousels .swiper-slide {
    direction: rtl;
    overflow: hidden;
}

.mainPageCarousels .swiper-slide div {
    /*padding: 10px;*/
}

.mainPageCarousels .swiper-slide a {
    display: block;
    text-decoration: none;
    color: inherit;
    text-align: center;
}

.mainPageCarousels .swiper-slide a div img:first-child {
    width: 280px;
    height: 280px;
}

.mainPageCarousels .swiper-slide a div img:nth-child(2) {
    height: 30px;
}

.mainPageCarousels .swiper-slide a p {
    height: 60px;
    margin: 0;
    padding: 5px 0;
    line-height: 20px;
    font-size: 13px;
}

/*-----------------------------------------------------------------------*/
/*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;
}*/
.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 {
    direction: rtl;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.catPageBody .catPageFilterPlace {
    width: 15%;
}

.catPageBody .catPageLogoFilters {
    width: 19%;
}

.catPageBody .catPageMainBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 84%;
    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 15px 5px 0;
    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;
    left: 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 {
    /*margin-bottom: 20px;*/
    /*padding: 20px 15px 15px;*/
    background: #fff;
    /*border: 1px solid #e5e5e5;*/
    border-radius: 7px;
    box-sizing: border-box;
    transition: all .4s;
}

.img1, .img2 {
    position: absolute;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);*/
    opacity: 0;
    border-radius: 5px;
    transition: all 0.3s;
}

.img1 {
    opacity: 1;
}

.img2:hover {
    opacity: 1;
}

.catPageProBox:hover {
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);*/
}

.catPageProBox .dtc {
    vertical-align: top;
}

.proNameP {
    margin: 0 0 10px;
    /*padding-bottom: 10px;*/
    color: #222;
    font-size: 15px;
    /*font-weight: bold;*/
    line-height: 20px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
}

.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: 140px;
    position: fixed;
    left: -53px;
    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: rtl;
    position: absolute;
    top: -40px;
    right: 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;
    direction: rtl;
    margin-bottom: 40px;
}

.proPageMainBox .proDataCardPlace {
    width: 74%;
    max-width: 880px;
}

.proPageMainBox .proDataCardPlace .dta {
    position: relative;
    width: 100%;
    padding: 10px 10px 30px 0;
    box-sizing: border-box;
}

.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: #f3f3f3;
    box-sizing: border-box;
    padding: 10px 20px;
}

.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: right;
}

.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: 100%;
    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 #d2ab67;
    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 {
    width: 380px;
    height: 380px;
}

.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;
    transition: all 0.3s;
}

.brandPHeadText {
    margin-left: 20px;
    text-align: justify;
}

.brandPHeadText p {
    font-size: 19px;
}

.brandCats {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.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;
}

.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;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    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;
}

/*-------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------ PROFILE PAGE*/
.profileOrderTab {
    text-decoration: none;
    color: #444;
}

.profileOrderTab span {
    background-color: #777;
}

.POActiveTab {
    color: #ee9206;
}

.POActiveTab span {
    background-color: #fbb040;
}

/*-------------------------------------------------------------------------------------------------------*/
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-right: 20px;
    line-height: 15px;
    vertical-align: middle;
    font-size: inherit;
    cursor: pointer;
    transition: none;
    background: url(../img/web-two-style.png) no-repeat 100% 0;
    background-size: 15px;
}

input[type=checkbox]:checked + label {
    background-position: 100% -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);
    }
}