/* webfont */
/*
@font-face{font-family:"iransans"; 
src:url("../fonts/iransansz-webfont.eot");
src:url("../fonts/iransansz-webfont.eot?#iefix") format("embedded-opentype"),
url("../fonts/iransansz-webfont.woff2") format("woff2"),
url("../fonts/iransansz-webfont.woff") format("woff"),
url("../fonts/iransansz-webfont.ttf") format("truetype"); 
}
*/



@font-face {
	font-family: iransans;
	font-style: normal;
	font-weight: 100;
	src: url('../fonts/iransans-x/woff/IRANSansX-Thin.woff') format('woff'),   
	url('../fonts/iransans-x/woff2/IRANSansX-Thin.woff2') format('woff2');		
}

@font-face {
	font-family: iransans;
	font-style: normal;
	font-weight: 200;
	src: url('../fonts/iransans-x/woff/IRANSansX-UltraLight.woff') format('woff'),   
	url('../fonts/iransans-x/woff2/IRANSansX-UltraLight.woff2') format('woff2');	
}

@font-face {
	font-family: iransans;
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/iransans-x/woff/IRANSansX-Light.woff') format('woff'),   
	url('../fonts/iransans-x/woff2/IRANSansX-Light.woff2') format('woff2');		 
}

@font-face {
	font-family: iransans;
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/iransans-x/woff/IRANSansX-Medium.woff') format('woff'),   
	url('../fonts/iransans-x/woff2/IRANSansX-Medium.woff2') format('woff2');		 
}

@font-face {
	font-family: iransans;
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/iransans-x/woff/IRANSansX-DemiBold.woff') format('woff'),   
	url('../fonts/iransans-x/woff2/IRANSansX-DemiBold.woff2') format('woff2');	 
}

@font-face {
	font-family: iransans;
	font-style: normal;
	font-weight: 800;
	src: url('../fonts/iransans-x/woff/IRANSansX-ExtraBold.woff') format('woff'),   
	url('../fonts/iransans-x/woff2/IRANSansX-ExtraBold.woff2') format('woff2');		 
}

@font-face {
	font-family: iransans;
	font-style: normal;
	font-weight: 900;
	src: url('../fonts/iransans-x/woff/IRANSansX-Black.woff') format('woff'),   
	url('../fonts/iransans-x/woff2/IRANSansX-Black.woff2') format('woff2');		 
}

@font-face {
	font-family: iransans;
	font-style: normal;
	font-weight: 950;
	src: url('../fonts/iransans-x/woff/IRANSansX-ExtraBlack.woff') format('woff'),   
	url('../fonts/iransans-x/woff2/IRANSansX-ExtraBlack.woff2') format('woff2');		 
}

@font-face {
	font-family: iransans;
	font-style: normal;
	font-weight: 1000;
	src: url('../fonts/iransans-x/woff/IRANSansX-Heavy.woff') format('woff'),   
	url('../fonts/iransans-x/woff2/IRANSansX-Heavy.woff2') format('woff2');		 
}

@font-face {
	font-family: iransans;
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/iransans-x/woff/IRANSansX-Bold.woff') format('woff'),   
	url('../fonts/iransans-x/woff2/IRANSansX-Bold.woff2') format('woff2');	 
}

@font-face {
	font-family: iransans;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/iransans-x/woff/IRANSansX-Regular.woff') format('woff'),   
	url('../fonts/iransans-x/woff2/IRANSansX-Regular.woff2') format('woff2');	
}



body {
font-family:"iransans", tahoma;
}
hr {
	background-color: #d4d4d4;

	color: #b9b9b9;
	
	border-color: #e1e0e0;
}

hr.foothr {background-color: #4d4d4d; background: #4d4d4d; border-color:#4d4d4d; }

.alignleft {text-align: left;}
.aligncenter {text-align:center;}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
  }

.chabok-profile {border:1px solid rgb(4, 161, 30);}
.chabok-option {border: 1px solid #eee;}
.chabok-profile-header {background: forestgreen; color:#fff; text-align: center; padding:10px;}
.chabok-profile .chabok-avatar {text-align: center;padding-top: 10px;background: #eee;padding-bottom: 10px;}

.chabok-profile .username {padding:10px; text-align: center; border-bottom: 1px solid #eee;}

.chabok-profile .user-btn .btn {width: 95%; margin:5px 2.5% 2px;}

.chabok-option ul {list-style: none; padding: 0; margin: 0;}
.chabok-option ul li {list-style: none; }
.chabok-option ul li a {padding: 9px; color: black; display: block;	border-bottom: 1px solid #eee; text-decoration: none;}
.chabok-option ul li a:hover {background: #eee;}
.chabok-option ul li a:active {background: #77cbec;}

.box-aqua {background: #92c1ff;}
.box-green {background: #83e415;}
.box-red {background: #a94545;}
.box-blue {background: #ff92ed}

.border-col-inner {border: 1px solid #eee; margin-bottom:20px;}
.border-col-inner .p-title {padding:10px; background: #f4f4f4;}
.border-col-inner .p-content {padding:10px;}

.callout.dark h3 {
  font-size: 16px;
  font-weight: 800;
}
.callout.dark p {
  font-size: 14px;
}
.callout.dark .row .col-md-3 {
  text-align: left;
}
.callout.dark .row {
  display: flex;
  align-items: center;
}
.dashboard-comment-section .thumbnail {
    padding:0px;
}
.dashboard-comment-section .panel {
	position:relative;
}
.dashboard-comment-section .panel>.panel-heading:after,.panel>.panel-heading:before{
	position:absolute;
	top:11px;right:-16px;
	left:100%;
	width:0;
	height:0;
	display:block;
	content:" ";
	border-color:transparent;
	border-style:solid solid outset;
	pointer-events:none;
}
.dashboard-comment-section .panel>.panel-heading:after{
	border-width:7px;
	border-left-color:#f7f7f7;
	margin-top:1px;
	margin-right:2px;
}
.dashboard-comment-section .panel>.panel-heading:before{
	border-left-color:#ddd;
	border-width:8px;
}


.chabok-avatar img {
	width: 100px;
	height: 100px;	
	border-radius: 50px;
}

section.head {
    padding: 20px 0 15px 0;
    display: block;
    position: relative;
    background-color: rgba(0,0,0,0.03);
    border-bottom: rgba(0,0,0,0.03) 1px solid;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

h1.section-main-title {
	font-size:22px; 
	text-align: center; 
	margin-top:-10px; 
	background: #f3f3f3; 
	border-radius: 25px;
	padding: 11px;
	margin-bottom: 30px;
	line-height:1.7em;
}

h1.archive-title  {
	font-size:22px; 
	border-radius: 25px;
	padding: 3px 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	line-height: 1.9em;
	color:#fff;
}
.archive-img {text-align: center;margin: 0 auto;}
.archive-img img {border-radius: 126px;width: 200px;height: 200px;padding: 20px;max-width: 100%;}
.info ul li , .info ul li a, .info ul li a:hover {color:#fff;}

h2.archive-sub-title {
	font-size:20px; 
	text-align: center; 
	margin-top:15px; 
	background: #f3f3f3; 
	border-radius: 25px;
	padding: 11px;
	margin-bottom: 30px;
	line-height: 1.9em;
}


.archive-info {padding:0 20px; color:#fff;}
.section-archive {background: #063c4b;border-radius: 16px;}

.article-info , .product-info {background: #f6f6f6;padding: 10px;border-radius: 3px; margin-bottom:10px;}

.product-hr {border-color: #dedbdb !important;}

.inline-action-form {
    display: inline-block;
    width: 41px;
}

#pr-fr td {vertical-align: middle;}
.btn-no-style {
	background: transparent;
box-shadow: none;
border: 0;
}

.shop-cart-and-checkout-title {font-size: 20px;background: #f2f2f2;padding: 12px;border-radius: 4px;}
.total-price-title {background: #eee; padding: 10px;}
.total-price {background: #eee; padding: 10px;}

.inline-action-form-update {width:150px;}

.form-update-btn {padding: 5px;border-radius: 3px;}

.inline-action-form form {padding:0; display:inline;}

.attr_title {font-weight:bold;}
.price-blk {    
	border: 1px solid #eee;
    border-radius: 3px;
    padding: 9px;
    color: #ec1919;
    font-size: 20px;
	margin-bottom:15px;
	}
.sub_title {    
	font-size: 16px;
    margin: 0;
    direction: ltr;
    font-family: monospace;
}	

.product-info {margin-bottom:20px;}

.page-title-with-img {
	background: #252525;color: #fff;text-align: center;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #252525;
    margin: -1px auto;
    margin-bottom: 15px;
}
h1.chabok-page-title {
	font-size:26px;
	line-height: 1.9em;
}
.page-title-with-img h1 {
margin: 0;
padding: 13px 10px;
font-size: 22px;
font-weight: normal;
line-height: 1.8em;
}
.article-info .excerpt {margin-bottom:10px;}
.article-info .info {margin-bottom:10px;}

h1.post-title {
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 8px;
    line-height: 1.9em;
}
.user-dashboard {margin-top:20px; background: #fff; padding:20px;}
.breadcrumb {background:transparent;}
.site-t { margin-top: 0px;float: right; width:100%;}
.section-title {margin: 0;text-align: center;font-size: 23px;padding-bottom: 19px;border-bottom: 2px solid #fff;margin-bottom: 20px;margin-top: -19px;}
a:hover, a:focus, a:active, a:visited {outline:0;}
.site-title {
font-size: 20px;margin: 0;padding-bottom: 7px; margin-top:10px;
}
.site-description {
font-size: 12px;margin: 0; line-height: 1.5em;
display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.copyright {
	padding-bottom:15px;
}
.margin-top13 {
	margin-top:13px;
}

.mgb15 {margin-bottom:15px;}
.mgb20 {margin-bottom:20px;}

#topNav ul.nav > li a {
	font-size:15px !important;
	}
	
#topNav ul.nav > li a span { 
	font-size: 13px !important; padding-top: 9px;
	}

#topNav ul.dropdown-menu > li a {
	font-size:14px !important;
	}

h3 {
	font-size:20px; line-height:1.9em;
	}
.red {
color:#f23d17;
}
.padding-top50 {
	padding-top:50px;}
	
.m-t-5 {
	margin-top:5px;
	}

.fsize12 {   
	font-size: 12px;
    
}

.fsize13 {
	font-size:13px;
}

.fsize15 {
	font-size:15px;
}
.alert.alert-stack {
	border: 0px solid transparent;
	border-right: #146794 3px solid;
    background-color: rgba(0,0,0,0.08);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	 padding: 15px;
    margin-bottom: 20px;
}

.page-footer {
	color:#888;
    background-color: #252525;

}
a[href^="tel:"] {
	color: inherit; /* Inherit text color of parent element. */
	text-decoration: none; /* Remove underline. */
	/* Additional css `propery: value;` pairs here */
  }

.padd-0 {padding:0;}

section.alternate {
    background-color: #f8f8f8;
}
section.alternate p {
font-size: 15px;
line-height: 1.8;
text-align: justify;
}

section.post-block {
    background-color: #F4F4F4;
}

.post-content {
	font-size: 15px; line-height: 2em;
}

.post-content img, .post-content video {max-width: 100%;}

section.page-title ul.breadcrumb {
    display: block;
    margin: 0;
}

section.page-title h1 {
	font-size: 1.6em;
	line-height: 2;
	margin: 0;
}
.post-body {text-align:justify; font-size:15px; line-height:1.8em; margin-bottom: 20px;}
.chabok-blue {color:#337ab7;}

/*********************** shring icon **************************/
.sharing-blk {
text-align: center;margin-top: 30px;

}
.chabok-icon {
  padding: 20px;
  font-size: 30px;
  width: 70px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.sharing-blk a:focus, .sharing-blk a:active {text-decoration: none; color: #fff;}
.title-show-hide {
	background: rgb(245, 245, 245);
	padding:10px;
	margin-bottom:20px;
	cursor: pointer;

}
#hideshow {display: none; margin-top:0px; margin-bottom: 10px; float: right;}

#password + .glyphicon {
	cursor: pointer;
	pointer-events: all;
  }
 
.is-invalid {border-color: #f38282;}
.invalid-feedback strong {color: #c50606; font-weight: normal;}
.txt-left {text-align: left; direction: ltr;}
.email-td {font-size: 14px;}
.reg-box, .login-box {background-color:#fff; border: 1px solid #eee;padding: 27px;box-shadow: 0px 0px 4px -4px #000;}
.login-box {max-width:388px; margin:0 auto;}
.reg-box {max-width: 780px; margin: 0 auto;}
.pdt0 {padding-top:0;}
.pdt30 {padding-top:30px;}
.centered {text-align:center; padding:30px 10px;}
.ccchr {background-color: #eaeaea; background: #eaeaea; border-color: #eaeaea;}
.coolwhite {background: #fefefe; background-color: #fefefe;}
.chabok-icon:hover {
    opacity: 0.7;
	text-decoration:none;
	color:#fff;
}

.chabok-facebook {
  background: #3B5998;
  color: white;
}

.chabok-twitter {
  background: #55ACEE;
  color: white;
}

.chabok-google {
  background: #dd4b39;
  color: white;
}

.chabok-linkedin {
  background: #007bb5;
  color: white;
}

.chabok-youtube {
  background: #bb0000;
  color: white;
}

.chabok-instagram {
  background: #125688;
  color: white;
}

.mgt-20 {margin-top:20px;}
.mgt-0 {margin-top:0;}

.chabok-success {background: #5cb85c !important; background-color: #5cb85c !important; }

.col-galery {width:25%; display:inline-block; margin-top:10px;}
.col-galery img {padding:2%;}
.col-galery img.img-1 {padding-right:0;}
.col-galery img.img-4 {padding-left:0;}
/******************* card ****************************************/
h5 {
    font-size: 1.28571429em;
    font-weight: 700;
    line-height: 1.2857em;
    margin: 0;
}

.card {
    font-size: 1em;
    overflow: hidden;
    padding: 0;
    border: none;
    /* border-radius: .28571429rem; */
	border-radius: 10px;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
	margin:10px 0;
}

.card-block {
    font-size: 1em;
    position: relative;
    margin: 0;
    padding: 1em;
    border: none;
    border-top: 1px solid rgba(34, 36, 38, .1);
    box-shadow: none;
	background:#fff;
}

.card-img-top {
    display: block;
    width: 100%;
    height: auto;
	max-height: 135px;
	min-height: 135px;
}

.card-title {
    font-size: 1.28571429em;
    font-weight: 700;
    line-height: 1.8857em;
	margin:0;
	text-align:center;
	height:70px;
	overflow:hidden;
}

.card-text {
    clear: both;
    margin-top: .5em;
    color: rgba(0, 0, 0, .68);
}
.card-text p {text-justify: distribute;}

.card-footer {
    font-size: 1em;
    position: static;
    top: 0;
    left: 0;
    max-width: 100%;
    padding: .75em 1em;
    color: rgba(0, 0, 0, .4);
    border-top: 1px solid rgba(0, 0, 0, .05) !important;
    background: #fff;
	text-align:center;
}

.card-inverse .btn {
    border: 1px solid rgba(0, 0, 0, .05);
}

.card-index  .card-img-top  {max-height:100% !important;}
.card-index .card-title {text-align:center;}

.comment {padding:0; margin:0;}
.comment li.reply-1 {padding-right:40px;}
.comment li.reply-2 {padding-right:80px;}

.comment-header {padding:5px 10px; border-bottom:1px solid #ccc; margin-bottom:5px; background:#f7f7f7;}
.comment-block {padding:0px; background:#fbfbfb;}
.comment-block button, .commment-frm button {padding: 1px 6px;}
.comment-date-time {font-size:11px;}
.media-comment {padding:10px;}

#comment-form form {padding:0;}
.comment-head-title {
padding: 13px 20px;

background: #f2f2f2;

border-radius: 6px;
}

.profile {
    position: absolute;
    top: -12px;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    margin: 0;
    border: 1px solid #fff;
    border-radius: 50%;
}

.profile-avatar {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.profile-inline {
    position: relative;
    top: 0;
    display: inline-block;
}

.profile-inline ~ .card-title {
    display: inline-block;
    margin-left: 4px;
    vertical-align: top;
}

.text-bold {
    font-weight: 700;
}

.meta {
    font-size: 1em;
    color: rgba(0, 0, 0, .4);
}

.meta a {
    text-decoration: none;
    color: rgba(0, 0, 0, .4);
}

.meta a:hover {
    color: rgba(0, 0, 0, .87);
}

.top-nav-icon {
	font-size: 26px;

padding: 20px;
}

.top-icon-link {
	color:#666;
}
.top-icon-link:hover {
	color:#01720a;
}

.green-icon {
	color:#058105;
}

.searchpage {
	display:none;
}

.searchstyle {
	opacity:0.97;
    background-color:#fff;
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
	z-index:1000;
}
.button::-moz-focus-inner, input::-moz-focus-inner {

    padding: 0;
    border: 0;

}
::after, ::before {

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
.form-control::placeholder {

    color: #999;
    opacity: 1;

}
.search-input {
    padding: 26px;
    border-radius: 0;
	border-color: #2594b9;
 }

.searchform .has-feedback .form-control-feedback {
top: 10px;
font-size: 25px;
left: 10px;
}

.top-nav-icon {cursor: pointer;}

.close-search i {padding:20px; cursor: pointer;}

/** Menu
 **************************************************************** **/
#topBar {
	display:block;
	position:relative;
	background-color:#fff;
	min-height:30px;
	z-index:10;
}
#topBar a.logo {
	margin: 5px 0 0 0;
	display:inline-block;
	min-height:50px;
	display: inline-block;
	width:52%;
	color:#555;
	
}
#topBar a.logo img {float: right;
	margin-left: 13px;
	margin-left: 8px; margin-right: -10px;
	
	}
	
body.boxed #topBar {
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
#topNav a.logo.onepage {
	display:inline-block;
	height:50px;
	overflow:hidden;
	margin-top:3px;
}
#topBar a.social {
	width:24px; height:24px;
	line-height:26px;
	font-size:16px;
}

#topNav {
	display:block; left:0; right:0; top:0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	/*background:#fff;*/
	background: #f8f8f8;
	position:relative;
	z-index:10;

	-webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.04);
	   -moz-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.04);
		 -o-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.04);
			box-shadow: 0 4px 0 rgba(0, 0, 0, 0.04);
}


#topNav .nav-pills>li>a, 
#topNav .nav-pills>li>a:hover, 
#topNav .nav-pills>li>a:focus,
#topNav .nav-pills>li.active>a, 
#topNav .nav-pills>li.active>a:hover, 
#topNav .nav-pills>li.active>a:focus {
	background-color:transparent;
}
#topNav div.navbar-collapse {
	padding:0;
}
#topNav ul.nav>li {
	color:#000;
	border-left:#eee 1px solid;
	text-align:center;
	position:relative;
	margin:0;
}
#topNav ul.nav>li:last-child {
	border-right:#eee 1px solid;
}
#topNav ul.nav>li:hover>a:before,
#topNav ul.nav>li.active>a:before {
	content:' ';
	background-color: #a94545;
	height: 2px; width: 100%;
	left: 0; top: -3px;
	position: absolute;
}

#topNav ul.nav>li a {
	color:#000;
	padding: 15px 35px;
	position: relative;
	text-decoration: none;
	font-size:14px;
	line-height:14px;
	display:block;
	font-weight:400;

	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
		 -o-transition: all 0.2s;
			transition: all 0.2s;
}
#topNav ul.nav>li>a>span {
	display:block;
	font-size:12px;
	color:#666;

	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
		 -o-transition: all 0.2s;
			transition: all 0.2s;
}

#topNav ul.nav>li:hover a {
	color:#333;
}
#topNav ul.nav>li:hover a>span {
	color:#888;
}



/* submenu */
#topNav ul.dropdown-menu li.divider {
	margin:-1px 0 0 0;
	padding:0; border:0;
	border-bottom:rgba(0,0,0,0.2) 1px solid;
}
#topNav .nav li:hover>ul.dropdown-menu {
	padding:0;
	display:block;
	z-index:100;
}

#topNav ul.dropdown-menu {
	text-align:right;
	margin-top:0;
	box-shadow:none;
	border:#eee 1px solid;
	border-top:0;
	list-style:none;
	background-color:#fff;
	box-shadow:rgba(0,0,0,0.2) 0 6px 12px;
	min-width:200px;

	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}
#topNav ul.dropdown-menu li {
	position:relative;
}
#topNav ul.dropdown-menu>li a {
	margin:0;
	padding:10px 15px;
	font-weight:400;

	color:#555;
	font-size:13px;
	border-bottom:rgba(0,0,0,0.1) 1px solid;
}
#topNav ul.dropdown-menu>li a i.fa {
	margin-right:4px;
}
#topNav ul.dropdown-menu a.dropdown-toggle:after {
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	position: absolute;
	font-size: 15px;
	right: 10px;
	top: 9px;
	color:#999;
}

#topNav .dropdown-submenu > a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #eaeaea;
	margin-top: 5px;
	margin-right: -10px;
}
#topNav .dropdown-submenu li:hover> a:after {
	color:#fff !important;
}
#topNav ul.dropdown-menu li:last-child>a {
	border-bottom:0;
	border-bottom:0;
}
.dropdown-menu>li:hover>a, 
.dropdown-menu>li:focus>a {
	color:#fff !important;
	background-color:#333;
}

/* sub-submenu */
#topNav ul.dropdown-menu>li:hover > ul.dropdown-menu {
	display:block;
	position:absolute;
	left:100%; top:0;
	padding:0; margin:0; 
	border-top:0 !important;
	border-bottom:0 !important;
	border-right:0 !important;

	border:#eaeaea 1px solid;

	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}



.card-bk-link {
    display: block;
    max-height: 150px;
    overflow: hidden;
}



/* search */
#topNav form.search {
	float:right;
	max-width:180px;
	margin:12px 0 0 0;
	padding:0;
}
#topNav form.search {
	position:relative;
}
#topNav form.search input {
	padding:6px 26px 6px 6px;
	height:auto; width:100%;
	font-size:13px;
	position:relative;
	z-index:0;

	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}
#topNav form.search button {
	position:absolute;
	top:10px; right:10px;
	color:#ccc;
	z-index:1;
}





/* mobile */
#topNav button.btn-mobile {
	display:none;
	position: absolute; left: 0px; top: -65px;
}
	#topNav button.btn-mobile {
		color:#fff;
		display: none;
		background:#333;
		padding:6px 10px;
		margin-top:8px;
		margin-bottom:3px;

		-webkit-border-radius: 0;
		   -moz-border-radius: 0;
				border-radius: 0;
	}	
	#topNav button.btn-mobile i {
		padding:0; margin:0;
		font-size:21px;
	}



/** Mega Menu
 **************************************************************** **/
#topNav ul.nav>li.mega-menu {
	position:inherit;
}
#topNav ul.nav>li.mega-menu p {
	margin:0; padding:10px 10px 0 10px;
	font-size:13px;
}

#topNav ul.nav>li.mega-menu div {
	display:table;
}
#topNav ul.nav>li.mega-menu div div {
	border-left:#eee 1px solid;
	margin-left:-1px;
	display: table-cell;
	vertical-align:top;
	float:none;
}
#topNav ul.nav>li.mega-menu div div:first-child {
	border-left:0;
}

#topNav ul.nav>li.mega-menu>ul {
	width:100%;
	background-color:transparent;
	border:none;
	box-shadow:none;
}
#topNav ul.nav>li.mega-menu>ul.dropdown-menu>li {
	margin:0 15px; padding:15px;
	background-color:#fff;
	border: #eee 1px solid;
	box-shadow: rgba(0,0,0,0.2) 0 6px 12px;
}
#topNav ul.nav>li.mega-menu>ul ul {
	margin:0 !important;
	padding:0 !important;
	list-style:none;
}

#topNav ul.nav>li.mega-menu h3 {
	font-size:18px;
	line-height:18px;
	margin:10px 10px 20px 10px; padding:0;
}
#topNav ul.nav>li.mega-menu>ul li>a {
	border-bottom:0;
	padding: 6px 10px;
}
#topNav ul.nav>li.mega-menu>ul li.active>a,
#topNav ul.nav>li.mega-menu>ul li:hover>a {
	color:#fff;
	background-color:#333;
}
#topNav ul.nav>li.mega-menu>ul li.divider {
	border:0;
	border:rgba(0,0,0,0.01) 1px solid;
	margin:10px 0;
}





/** Secondary Main Menu
	Top Bar / Shop Cart
 **************************************************************** **/
#barMain {
	float:right;
	margin-top:6px;
	font-size:12px;
}

#barMain .nav>li>a {
	padding:5px 10px;
}
#barMain .nav>li>a:hover, 
#barMain .nav>li>a:focus {
	background-color:rgba(0,0,0,0.03);
}

/* cart */
#barMain .nav>li.quick-cart {
	background-color:#F8F8F8;
	margin-left:10px;
}
#topBar.styleBackgroundColor .nav>li.quick-cart {
	background-color:rgba(0,0,0,0.1) !important;
}
#topBar.styleBackgroundColor .nav>li.quick-cart.open>a {
	color:#000;
}
#topBar.styleBackgroundColor .nav>li.quick-cart p {
	color:#000;
}
#barMain .nav>li.quick-cart>.dropdown-menu {
	border:0; margin:0;
	background-color:#F0F0F0;
	width:250px;
}
#barMain .nav>li.quick-cart .quick-cart-content {
	padding:10px 10px 0 10px;
}
#barMain .nav>li.quick-cart p {
	margin:0; padding:10px 10px 0 10px;
	font-size:13px;
}
#barMain .nav>li.quick-cart a.quick-cart-item {
	clear: both;
	display: block;
	padding: 10px 8px;
	font-size: 13px;
	line-height: 16px;
	min-height: 60px;
	text-decoration: none;
	border-bottom: rgba(0,0,0,0.1) 1px solid;
	background: rgba(0,0,0,0.05);
}
#barMain .nav>li.quick-cart a.quick-cart-item,
#barMain .nav>li.quick-cart a.quick-cart-item a {
	color:#999 !important;
}
#barMain .nav>li.quick-cart a.quick-cart-item:hover {
	background: rgba(0,0,0,0.08);
}
#barMain .nav>li.quick-cart .cart-footer {
	margin-top:10px;
}

.post-img {float:left; margin-bottom:20px; }
.post-img img {width:100%;}

.pr-card-shop img.card-img-top {
	height:175px;
}



/** Responsive Top Nav
 **************************************************************** **/

@media only screen and (min-width : 1600px) {
    .fullwidthbanner-container {
        /* styles here */
		max-height:760px !important;
    }
} 
 
@media only screen and (max-width: 1166px) {

	#topNav ul.nav>li a {
		padding: 15px 20px;
	}
}

@media only screen and (max-width: 990px) {
	.callout.dark .row {
		display: block;
	}
.aligncenter-mobile {text-align: center;}

section.alternate {padding-top:20px;}

	.mobile100pd0 {
		width: 100%;
		padding:0;
	}

.reg-box, .login-box {
	max-width: 349px;
	padding: 25px 7px;
}

.post-img {float:none;}

	.navbar-collapse {
		max-height:100%;
	}
	#topNav .container {
		padding:0;
		margin:0;
	}

 	#topNav button.btn-mobile {
		display:block;
		float:left;
		margin-left:15px;
	}
	
	#topNav form.search {
		float:left;
		margin-top:10px;
		margin-left:15px;
		margin-bottom:0;
	}

	#topNav nav.nav-main {
		background-color:#fff;
	}
	#topNav div.nav-main-collapse,
	#topNav div.nav-main-collapse.in {
		width: 100%;
		margin:50px 0 0 0;
	}
	#topNav div.nav-main-collapse {
		float: none;
		overflow-x:hidden;
	}
	#topNav div.nav-main-collapse.collapse {
		display: none !important;
	}
	#topNav div.nav-main-collapse.in {
		display: block !important;
	}
	#topNav div.nav-main-collapse {
		position: relative;
	}


	#topMain>li>a>span {
		display:none !important;
	}
	#topMain li {
		display:block !important;
		float:none;
		text-align:right;

		-webkit-border-radius: 0;
		   -moz-border-radius: 0;
				border-radius: 0;
	}
	#topMain>li>a {
		text-align:right;
		border:0;
		border-bottom:rgba(0,0,0,0.1) 1px solid;

		-webkit-border-radius: 0;
		   -moz-border-radius: 0;
				border-radius: 0;
	}
	#topMain>li:hover,
	#topMain>li:hover>a {
		border-top:0 !important;
	}

	#topNav ul.nav>li>a:after {
		font-family: "Font Awesome 5 Free";
		content: "\f104";
		font-weight:900;
		position: absolute;
		font-size: 14px;
		left: 20px;
		top: 15px;
		color:#999;
	
	}
	
	#topNav ul.nav>li>a.dropdown-toggle:after {
		font-family: "Font Awesome 5 Free";
		content: "\f107";
		font-weight:900;
		position: absolute;
		font-size: 14px;
		left: 20px;
		top: 15px;
		color:#999;

		}
	
	/* submenu */
	#topMain ul.dropdown-menu {
		position: static;
		clear: both;
		float: none;
		display: none !important;
		border-left:0 !important;

		-webkit-box-shadow: none;
		   -moz-box-shadow: none;
				box-shadow: none;
	}

	#topNav nav.nav-main li.resp-active > ul.dropdown-menu {
		display: block !important;
		margin-left:30px;
		margin-right:30px;
		padding:20px 0;
		border-right:0;
	}
	#topNav nav.nav-main li.resp-active > ul.dropdown-menu li {
		border-left:0;
	}

	#topNav ul.nav>li:hover>a:before, 
	#topNav ul.nav>li.active>a:before {
		background-color:transparent;
	}

	#topNav ul.dropdown-menu>li:hover > ul.dropdown-menu {
		position:static;
	}

	/* mega menu */
	#topNav ul.nav>li.mega-menu>ul.dropdown-menu>li {
		padding:0; margin:0 30px 0 0;
		border:0;

		-webkit-box-shadow: none;
		   -moz-box-shadow: none;
				box-shadow: none;	
	}
	#topNav ul.nav>li.mega-menu h3 {
		margin-left:8px;
	}
	#topNav ul.nav>li.mega-menu>ul li>a {
		border-bottom: rgba(0,0,0,0.1) 1px solid;
	}
	#topNav ul.nav>li.mega-menu div,
	#topNav ul.nav>li.mega-menu div div {
		border:0; margin-bottom:30px;
		display:block;
		width:100%;
	}
	#topNav ul.nav>li.mega-menu div div:last-child {
		margin-bottom:0;
	}
	#topBar {text-align:right; background:#fbf9f9; }

	.chabok-card-blk {margin-bottom:20px;}
	.chabok-card-blk .card-img-top {max-height:200px !important; min-height:200px !important;}
	
	#topBar a.logo {float:right; text-align:right; width: 90%;}
	#topNav .container .nav-main-collapse {margin-top:2px !important;}
	
	
	.chabok-icon {
    padding: 8px;
    font-size: 28px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    width: 44px;
	}
}


@media only screen and (max-width:768px) {
.site-description span {display:none;}
.chabok-card-home .card-img-top {
max-height:300px !important;
min-height:auto !important;
}

ul.breadcrumb {display: flex !important; width: 100%;overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch;}
ul.breadcrumb > li {
    display: flex;
    min-width: max-content;
}

.card-info a img, .chabok-card-blk img.card-img-top {
    width: 100px;
    height: 100px;
    float: right;
    display: block;
    position: absolute;
    z-index: 99;
    top: 20px;
    right: 35px;
	min-height: auto !important;
	border-radius:5px;
}

.chabok-card-blk {
    margin-bottom: 6px !important;
} 

.card-info .card-block {
	padding-right: 135px;
	min-height: 140px;
}

.card-info .card-block .card-title {
	
	height: auto;text-align: right;
	font-size: 16px;
font-weight: 900;
line-height: 1.5;
}

.card-info .card-footer.hide-mb {
	display: none;
}

.card-footer.pr-foot {
	text-align:right;
	padding-right:0; 
}

.card-info .card-block p {
	text-justify:distribute;
}
.card-info .card-block p span {
	display: -webkit-box;
	max-width: 100%;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}


}

@media only screen and (max-width: 479px) {

.media .pull-left img {width:22px !important;}
ul li.media {margin-right: -39px;}
.comment-header h4.media-heading {font-size: 13px;margin: 0;}
.comment-header .comment-date-time {font-size: 9px;}

.post-content .nav-tabs {display: flex;width: 100%;overflow-x: auto;overflow-y: hidden;}
.post-content .nav-tabs  li {min-width: 145px; text-align: center !important;}

#menu3 .col-sm-3 {font-weight:bold;}

.logo-img-post {display:none;}	

section.page-title {
    text-align: right;
}

.site-description {display:none;}
.site-title {margin-top:19px; font-size: 20px;}
	#topNav form.search {
		margin-right:4px;
	}
 	#topNav button.btn-mobile {
		margin-right:4px;
	}

	#topBar a.logo {
		display:block;
		text-align:right;
		margin:6px 0;
		float:none;

	}
	a.logo img {height: 60px !important;}
	#topNav button.btn-mobile {
    margin-left: 13px;
	margin-top:13px;
	}

	.hide_mobile {
		display:none;
	}
	
	.user-dashboard {padding:0;}
}

