@font-face {  
	font-family: webfont;  
	src: local('UKIJ Ekran'),
	url('../fonts/UKIJEkran.ttf') format('truetype')
}

@font-face {
    font-family: titleFont;
    src: url('../fonts/DroidArabicKufiRegular.ttf') format('truetype');
    font-weight: normal;
}

* {
    outline: none;
}
a {
  color: #333;
}

body {
    font-family: webfont;
    color: #333;
}

input,textarea,select,button {
	font-family: webfont;
}
textarea {
    resize: none;
    height: 10qe0px !important;
}
.wrapper {
    background: #fff;
    width: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.header {
    margin: 30px 0;
    position: relative;
}

.chisla {
    position: absolute;
    width: 100%;
    height: 24px;
    top: -29px;
    background: #f0f0f0;
    font-size: 13px;
    padding-top: 2px;
}
.chisla-ar {
    float: right;
}
.chisla-ug {
    float: left;
}
/*Topbar*/
.topbar {
    background-color: #F5F5F5;
    color: #555;
    height: auto;
    line-height: 42px
}


.topbar .nav li {
    display: inline-block;
}

.topbar .nav li a {
    color: #555;
    display: inline-block;
    font-size: 12px;
    padding: 0 15px;
    padding-right: 6px;
}

.topbar .nav li a:hover {
    color: #009996
}

.topbar i {
    font-size: 12px;
    margin-left: 0px;
    color: #009996;
}

.search-div {
    margin-top: 24px;
    float: left;
}
.search {
    padding: 8px 15px 8px 42px;
    border-radius: 32px;
    border:1px solid #ccc;
    background: url(../images/search.png) 10px center no-repeat;
    background-size: 24px;
    width: 100%;
}

.green-nav {
    background: #009996;
}

.main-menu {
    text-shadow: 0 3px 3px rgba(0,0,0,0.1)
}

.main-menu ul {
    margin: 0;
    padding: 0;
}
.main-menu ul li {
    float: right;
    font-size: 16px;
    font-family: titleFont;
}

.main-menu ul li a {
    color: #fff;
    padding: 12px 24px;
    display: block;
}

.main-menu ul li a:hover {
    background: #333; 
}


.home-post-button {
    float: left;
    font-size: 18px;
    font-family: titleFont;
}

.home-post-button a {
    display: block;
    background: #333;
    color: #fff;
    padding: 10px 10px;
    padding-bottom: 11px;

}

.home-post-button a:hover {
    color: #fff;
    background: #F1443C;
}


.heading-holder {
    text-align: center;
}

.heading-holder-margin-bottom {
    margin-bottom: 30px;
}

.recomended {
    background: url(../images/staff-bg.jpg) repeat;
    padding-top: 50px;
    padding-bottom: 20px;
    text-align: center;
}


.heading {
    font-family: titleFont;
    font-size: 36px;
    line-height: 36px;
    display: inline-block;
}

.heading-margin {
    margin: 30px 0;
}

.heading::before,
.heading::after{ 
    content: ""; 
    position: absolute; 
    width: 58px; 
    height: 6px; 
}

.heading::before {
    background: url(../images/heading-right-line.png) no-repeat;
    margin: 18px -78px 0 0;
}

.heading::after {
    background: url(../images/heading-left-line.png) no-repeat;
    margin: 18px 20px 0 0;
}


.home-comments .heading::before {
    background: url(../images/heading-right-line_w.png) no-repeat;
    margin: 18px -78px 0 0;
}

.home-comments .heading::after {
    background: url(../images/heading-left-line_w.png) no-repeat;
    margin: 18px 20px 0 0;
}


.footer-mail .heading::before {
    background: url(../images/heading-right-line_w.png) no-repeat;
    margin: 18px -78px 0 0;
}

.footer-mail .heading::after {
    background: url(../images/heading-left-line_w.png) no-repeat;
    margin: 18px 20px 0 0;
}

.heading-sub {
    color: #555;
    margin-bottom: 30px;
}

.recomended-photo {
    width: 104px;
    height: 150px;
    margin: 10px 20px;
    display: inline-block;
}
.recomended-photo img {
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 0 15px rgba(0,0,0,0.20);
}

.wood-bg {
    background: url(../images/shelf.png) no-repeat 52px 74px;
    position: relative;
    height: 240px;
    text-align: center;
}

.shadow {
    background: url(../images/shadow.png) center top no-repeat;
    height: 30px;
}



.content {
    margin: 30px 0;
}

.thumbnail {
  display: block;
  margin-bottom: 35px;
  line-height: 1.42857143;
  /*padding: 10px 15px;*/
  position: relative;
  /*height: 260px;*/
}

.thumbnail img {
  width: 100%;
  border-radius: 6px;
  box-shadow: 0 0 15px rgba(0,0,0,0.15);
  cursor: pointer;
}



.caption {
    margin-top: 10px;
    font-family: webfont;
    color: #fff;
    font-size: 18px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
    padding: 10px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.caption-sub {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 13px;
    color: #999;
}

.book-likes {
    position: absolute;
    right: 20px;
    top: 20px;
    background: #F1443C;
    padding: 0px 4px;
    border-radius: 8px;
    color: #fff;
    font-size: 13px;
}

.book-hits {
    position: absolute;
    right: 20px;
    top: 40px;
    background: #009996;
    padding: 0px 4px;
    border-radius: 8px;
    color: #fff;
    font-size: 13px;
}

.book-audio {
    position: absolute;
    right: 20px;
    top: 60px;
    background: #A79A91;
    padding: 0px 4px;
    border-radius: 8px;
    color: #fff;
    font-size: 13px;
}

.book-likes i,
.book-hits i,
.book-audio i {
    font-size: 10px;
    padding-left: 4px;
}
.book-audio i {
    padding-left: 0;
}
.book-price {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    padding: 3px 6px;
    position: absolute;
    bottom: 20%;
    left: 15px;
    text-align: center;
    background: #009997;
    opacity: 0.9;
    color: #fff;
}

.article {
    margin-bottom: 30px;
}
.article-title {
    font-size: 18px;
    font-family: titleFont;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    padding: 0 15px;
}

.article-photo {
    overflow: hidden;
    padding: 15px;
}
.article-photo img {
    width: 100%;
  border-radius: 6px;
  box-shadow: 0 0 15px rgba(0,0,0,0.15);
}

.article-content {
    padding: 0 18px;
}


.home-comments {
    color: #fff;
    background: #424242 url(../images/book_bg.jpg);
    padding: 30px 0;
}

.home-comment-photo {
    border-radius: 64px;
    width: 96px;
    height: 96px;
    overflow: hidden;
    border: 3px solid rgba(255,255,255,0.4);
    margin: 0 auto;
}
.home-comment-text {
    padding: 0 30px;
}
.home-comment-user {
    margin: 6px 0;
    font-style: italic;
}

.home-comment-date {
    margin: 6px 0;
    font-style: italic;
    color: #FBF9F0;
    font-size: 11px;
}

.mega-menu-handle {
    border-top: 1px solid #f0f0f0;
    color: #fff;
    display: none;
    z-index: 9999;
}

.mega-menu {
    width: 170px;
    float: right;
    margin: 20px;
}
.mega-header {
    font-family: titleFont;
    font-size: 16px;
    color: #009996;
}
.mega-menu ul {
    margin-top: 6px;
}
.mega-menu ul li {
    padding: 0;
    margin: 0;
}
.mega-menu ul li a {
    padding: 3px 0;
    display: block;
    color: #333;
}
.mega-menu ul li a:hover {
    color: #009996;
}

.footer-mail {
    background: #009996 url(../images/newsletter.png) center bottom no-repeat;
    color: #fff;
    padding: 40px 0;
}
.footer-mail .heading-margin {
    margin-bottom: 15px;
    margin-top: 0;
}
.footer-mail .heading-sub {
    color: #fff;
    margin-top: 0;
}
.footer-mail-input-handle {
    background: #fff;
    padding: 6px;
    border-radius: 4px;
    width: 100%;
    margin: 0 auto; 
    color: #333;
}

.footer-mail-input-handle .col-xs-9,
.footer-mail-input-handle .col-xs-3 {
    padding: 0;
}
.footer-mail-input {
    border: 0;
    width: 100%;
    padding: 6px;
    direction: ltr;
    text-align: left;
    font-size: 22px;
    height: 44px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.footer-mail-input::-webkit-input-placeholder{
    font-family: webfont;  
}

.footer-mail-button {
    border: 0;
    width: 100%;
    padding: 6px;
    direction: ltr;
    text-align: left;
    height: 44px;
    background: #009996;
    color: #fff;
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
}


.footer {
    background: #333;
    padding: 30px 0;
    color: #fff;
}


.footer-heading {
    font-family: titleFont;
    font-size: 18px;
    margin-bottom: 10px;
}
.footer-about {
    color: #ccc;
}


.footer-links a {
    color: #fff;
    display: block;
    padding: 4px 0;
}


.footer-social a {
    color: #fff;
    display: block;
    padding: 4px 0 4px 0;
}
.footer-social a img {
    width: 18px;
    margin-left: 6px;
}

.mail-error {
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
}

.pagination-nav {
    text-align: center;
    margin-top: 20px;
}

.book-cover img {
  width: 100%;
  border-radius: 6px;
  box-shadow: 0 0 15px rgba(0,0,0,0.15);
  display: block;
}

.sb-heading {
    font-family: titleFont;
    font-size: 22px;
    margin-bottom: 10px;
}

/*.book-info-list li {
    background: #f9f9f9;
    padding: 5px 10px;
    display: block;
    border-bottom: 1px dashed #ccc;
    border-right: 1px dashed #ccc;
    border-radius: 6px;
    margin-bottom: 10px;
    height: 32px;
}*/

/*.book-info-text li {
    background: #fff;
    padding: 5px 10px;
    display: block;
    border-bottom: 1px dashed #ccc;
    border-right: 1px dashed #ccc;
    border-radius: 6px;
    margin-bottom: 10px;
}*/

/*.book-info-list td {
    background: #f9f9f9;
    padding: 5px 10px;
    border-bottom: 1px dashed #ccc;
    border-right: 1px dashed #ccc;
    border-radius: 6px;
    margin-bottom: 10px;
    height: 32px;
}
*/
.book-info-list-right {
    background: #f9f9f9;
    padding: 5px 10px;
    border-bottom: 1px dashed #ccc;
    border-right: 1px dashed #ccc;
    height: 32px;
}

.book-info-list-left {
    background: #fff;
    padding: 5px 10px;
    border-bottom: 1px dashed #ccc;
    border-right: 1px dashed #ccc;
    border-left: 1px dashed #ccc;
}

.book-info {
    padding: 30px 5px;
}
.book-info-title {
    font-family: titleFont;
    font-size: 18px;
}
.book-info-detail {
    text-align: justify;
}
.book-info-detail p {
    margin-bottom: 10px;
}
.book-name {
    font-family: titleFont;
    font-size: 22px;
    margin: 10px 0;
}

.margin-bottom {
    margin-bottom: 30px;
}
.margin-top {
    margin-top: 30px;
}

.book-nav {
    background: #f9f9f9;
    border-radius: 6px;
    border: 1px dashed #ccc;
    margin-top: 30px;
}
.book-detail-list {
    float: right;
    direction: rtl;
    margin: 6px 15px;
}

.sb-thumbnail {
  display: block;
  margin-bottom: 30px;
}
.sb-thumbnail img {
  width: 100%;
  border-radius: 6px;
  box-shadow: 0 0 15px rgba(0,0,0,0.15);
  cursor: pointer;
}
.sb-padding {
    padding: 0 !important;
}

.download {
    margin-top: 30px;
    border: 1px dashed #ccc;
    border-radius: 6px;
    overflow: hidden;
}

.download-header {
    background: #009996;
    font-family: titleFont;
    color: #fff;
    padding: 10px;
    font-size: 18px;
}

.download-list {
    padding: 10px;
}

.play-list {
    padding: 10px;
}
.audio-title {
    direction: rtl;
    text-align: right;
    padding: 2px;
    font-style: italic;
}

.download-url {
    background: #009996;
    text-align: center;
    color: #fff;
    padding: 6px 0;
    border-radius: 4px 4px 0 0;
}
.download-read {
    background: #F1443C;
    text-align: center;
    color: #fff;
    padding: 6px 0;
    margin: 0 0 15px 0;
    border-radius: 0 0 4px 4px;
}
.download-url a,
.download-read a {
    color: #fff;
    cursor: pointer;
}

.login-first {
    text-align: center;
    font-size: 18px;
    padding: 20px 0;
}
.login-first a {
    color: #009996;
    text-decoration: underline;
}

.login {
    margin: 50px auto !important;
    float: none !important;
}
.login-inputs {
    margin-bottom: 30px;
}
label{
    display: block;
    color: #555;
}

.form-ctrl {
    display: block;
    width: 100%;
    padding: 12px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    direction: ltr;
    margin-top: 3px;
    height: 51px;
}
.form-ctrl-login {
    display: block;
    width: 100%;
    padding: 12px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #fff;
    background-color: #009996;
    background-image: none;
    border: 0;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}
.captcha {
    position: absolute;
    left: 14px;
    top: 0;
}

.login-error {
    color: #f00;
    text-align: center;
}

.comment-msg {
    color: #333;
    text-align: center;
    margin-bottom: 15px;
}

.login-success {
    color: #009996;
    text-align: center;
}

.side-menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    background: #009996;
    z-index: 100;
    width: 250px;
    display: none;
}
.rtl {
	direction: rtl !important;
}

.ltr {
	direction: ltr !important;
    text-align: left !important;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.pd-reset {
    padding: 0;
}


.wt_page {
	background: #f9f9f9;
	border: 1px solid #f0f0f0;
	text-align: center;
	padding: 30px;

}
.wt_page h2 {
	margin-top: 0;
}

ul.ddm {
  position: absolute;
  background: #f5f5f5;
  z-index: 10;
  direction: rtl;
  text-align: right;
  width: 130px;
  display: none;
}
ul.ddm li {
}
ul.ddm li a {
	padding: 1px 15px !important;
}



.comments {
    margin-top: 30px;
    border: 1px dashed #ccc;
    border-radius: 6px;
    overflow: hidden;
}

.comments-header {
    background: #009996;
    font-family: titleFont;
    color: #fff;
    padding: 10px;
    font-size: 18px;
}

.save-fav {
    color: #fff;
    background: #F18824;
    border-radius: 6px;
    text-align: center;
    padding: 10px 0;
    margin-top: 10px;
    cursor: pointer;
}
.add-basket {
    color: #fff;
    background: #009997;
    border-radius: 6px;
    text-align: center;
    padding: 10px 0;
    margin-top: 10px;
    cursor: pointer;
}
.li-price-text {
    font-size: 22px !important;
    height: auto !important;
}
.li-price {
    font-size: 22px !important;
    height: auto !important;
    color: #f2443c;
    font-weight: bold;
}

.form-handle {
    margin-bottom: 10px;
    margin-top: 10px;
}
.textarea {
    height: 100px;
    resize: none;
    direction: rtl;
}

.form-ctrl-save {
    display: block;
    width: 100%;
    padding: 12px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #fff;
    background-color: #333;
    background-image: none;
    border: 0;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.comment-list {
    border: 1px solid #f0f0f0;
    margin: 15px;
    border-radius: 6px;
    overflow: hidden;
}
.comment-footer {
    background: #f0f0f0;
    margin-top: 15px;
    font-size: 11px;
}
.comment-footer-list {
    float: right;
    margin: 3px 10px;
}
.comment-text {
    padding: 5px;
}

.comment-replay {
    background: #FFF0C6;
    margin: 10px;
    padding: 6px;
    border: 1px dashed #ccc;
    border-radius: 6px;
    overflow: hidden;
}

.dev-fav {
    color: #F2443D;
    padding: 4px;
    cursor: pointer;
}

.profile-edit-link {
    text-align: center;
}
.profile-edit-link a {
    color: #169995;
    font-size: 18px;
}

.ma_title {
    font-size: 18px;
    color: #229994;
}

@media (max-width: 767px) {
    /*.thumbnail {
        height: auto;
    }*/

    .heading {
        font-size: 18px;
        line-height: 18px;
    }
    
    .wood-bg {
        background: none;
    }

    .recomended-photo {
        width: 23%;
        height: auto;
        margin: 20px 5%;
        float: left;
    }

    .welcome-md {
        text-align: center;
        background: #fff;
    }

    .login-md {
        text-align: center;
    }

     .upload-md {
        display: none;
    }


    .main-menu ul {
        text-align: center;
    }
    .main-menu ul li {
        float: none;
        display: inline-block;
    }

    .main-menu ul li a {
        padding: 12px 24px;
    }

    .main-menu ul li a:hover {
        background: none;
    }

    .logo {
        text-align: center;
    }

    .logo img{
        width: 260px;
    }


    .heading::before {
        margin: 9px -78px 0 0;
    }

    .heading::after {
        margin: 9px 20px 0 0;
    }


    .home-comments .heading::before {
        margin: 9px -78px 0 0;
    }

    .home-comments .heading::after {
        margin: 9px 20px 0 0;
    }


    .footer-mail .heading::before {
        margin: 9px -78px 0 0;
    }

    .footer-mail .heading::after {
        margin: 9px 20px 0 0;
    }

    
   
    .pagination > li > a,
    .pagination > li > span {
      padding: 6px 12px;
      line-height: auto;
      color: #555;
      background-color: #ffffff;
      border: 1px solid #dddddd;
      margin: 1px;
    }

    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      border-radius: 0;
    }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-radius: 0;
    }

    .footer-div {
        margin-bottom: 25px;
    }

     .book-hide {
        display: none;
    }
    
    .book-cover {
        margin-bottom: 30px;
    }

    .wt_page {
        width: 70%;
        margin: 50px auto;
        float: none;
    }

    .logo {
        margin-top: 20px;
    }
    .chisla {
        position: absolute;
        width: 100%;
        height: auto;
        top: -24px;
        background: #fff;
        font-size: 13px;
        padding-top: 2px;
        z-index: 100
    }

    .chisla-ar {
        float: none;
        display: block;
        text-align: center;
    }
    .chisla-ug {
        float: none;
        display: block;
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    /*.thumbnail {
        height: 500px;
    }*/

    .heading {
        font-size: 24px;
        line-height: 24px;
    }

    .wood-bg {
        background: url(../images/shelf.png) no-repeat 0 40px;
        background-size: 100%;
        height: 140px;
    }

    .recomended-photo {
        width: 60px;
        height: 150px;
        margin: 10px 20px;
    }
    
    .upload-md {
        display: none;
    }

    .main-menu ul {
        text-align: center;
    }
    .main-menu ul li {
        float: none;
        display: inline-block;
    }

    .main-menu ul li a {
        padding: 12px 24px;
    }

    .main-menu ul li a:hover {
        background: none;
    }

    .logo {
        text-align: center;
    }

    .heading::before {
        margin: 12px -78px 0 0;
    }

    .heading::after {
        margin: 12px 20px 0 0;
    }


    .home-comments .heading::before {
        margin: 12px -78px 0 0;
    }

    .home-comments .heading::after {
        margin: 12px 20px 0 0;
    }


    .footer-mail .heading::before {
        margin: 12px -78px 0 0;
    }

    .footer-mail .heading::after {
        margin: 12px 20px 0 0;
    }

    .footer-div {
        margin-bottom: 25px;
    }

    .book-hide {
        display: none;
    }

    .wt_page {
        width: 70%;
        margin: 50px auto;
        float: none;
    }
        
}
@media (min-width: 992px) and (max-width: 1199px) {
    /*.thumbnail {
        height: 320px;
    }*/

    .wood-bg {
        background: url(../images/shelf.png) no-repeat 24px 64px;
        background-size: 900px;
        height: 220px;
    }

    .recomended-photo {
        margin: 10px 18px;
        width: 90px;
        height: 150px;
    }

    .main-menu ul li {
        font-size: 15px;
    }

    .main-menu ul li a {
        padding: 8px 15px;
    }

    .home-post-button {
        font-size: 15px;
    }

    .home-post-button a {
        padding: 8px 10px;
    }

    .wt_page {
        width: 70%;
        margin: 50px auto;
        float: none;
    }


}
@media (min-width: 1200px) {
    /*.thumbnail {
        height: 230px;
    }*/
    .footer-mail-input-handle {
        width: 70%;
        margin: 0 auto;
        float: none;
    }

    .login  {
        width: 60%;
        margin: 0 auto;
    }

    .wt_page {
        width: 60%;
        margin: 50px auto;
        float: none;
    }
}


.reset_pass {
    text-align: center;
    font-size: 11px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.reset_pass a {
    color: #999;
    text-decoration: none;
}
.uploaded-status {
    color: #f00;
}

.share-buttons {
    direction: ltr !important;
    padding: 0px;
    margin-top: 15px;
}

.sc-table td,
.sc-table th {
	vertical-align: middle !important;
}
.checkout-update-icon {
	cursor: pointer;
}

.small {
	font-size: 11px;
}
.form-button-def {
    display: block;
    width: 100%;
    padding: 12px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #fff;
    background-color: #009996;
    background-image: none;
    border: 0;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}


.mobMenuNav {
    display: none;
}
.mobMenuNav {
    color: #fff;
    height: 44px;
    font-size: 20px;
}
.mobMenuNav span {
    float: right;
    line-height: 40px;
    height: 44px;
    display: inline-block;
}
.mobMenuNav i {
    float: right;
    line-height: 40px;
    height: 44px;
    margin-left: 10px;
    display: inline-block;
}

#hdrMobMenu {
    display: none;
    padding: 0 15px;
}
.hdrMobMenu-link {
    display: block;
    border: 1px solid rgba(255,255,255,0.4);
    padding: 10px;
    color: #fff;
    border-radius: 5px;
    margin: 5px 0;
}

.mobSelectbox {
    width: 100%;
    display: block;
    font-family: webfont;
    color: #fff;
    padding: 10px;
    padding-right: 36px;
    box-sizing: border-box;
    border: 1px solid rgba(255,255,255,0.4);
    border-radius: 5px;
    margin: 5px 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    background-image: url("../images/arrow.png");
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 14px;
}

.mob-subcat {
    background: #f9f9f9;
    border: 1px solid rgba(0,0,0,0.1);
    max-height: 189px;
    overflow-y: scroll;
    border-radius: 6px;
    margin: 0 15px 15px 15px;
}
.mob-subcat ul {
    margin: 0;
}
.mob-subcat::-webkit-scrollbar {
    width: 8px;
}
.mob-subcat::-webkit-scrollbar-track {
    background: #ccc;
    border-radius: 8px;
}
.mob-subcat::-webkit-scrollbar-thumb {
    background: #169996;
    border-radius: 8px;
}

.mob-subcat ul li a {
    display: block;
    padding: 8px 10px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.mob-subcat ul li:last-child a {
    border-bottom: 0;
}
@media (max-width: 991px) {
    .pdmob {
        margin-top: 10px;
    }
    #hdrMenu {
        display: none;
    }
    .mobMenuNav {
        display: block;
    }
    .mob-subcat {
        display: block;
    }
}
