.video-embedder-container {
	border-radius: 25px;
}
.product-img img {
	border-radius: 15px;
}
.chabok-tab-bar-product {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 18px;
	padding: 0;
	position: relative;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	background: #eee;
	height: auto;
	border-radius: 100px;
	overflow: hidden;
	display: -webkit-box;
	display: flex;
}
.chabok-container.dashi-start {
	margin-top: -55px;
	padding:0 10px;
}

.product-term {
	position: absolute;
	top: 13px;
	right: 0;
	background: #fff;
	border-radius: 10px 0 0 10px;
	font-size: 12px;
	padding: 0 10px;
}
.loop-foot {
	padding: 0 0 21px;
	font-family: yekan;
}
.chabok-product-main {
	margin-bottom: 20px;
}
.chabok-col.chabok-loop-product {
	padding: 0;
	border-radius: 10px;
	overflow: hidden;
	transform: translateY(0px);
	transition: all 300ms;
	box-shadow: 0 0 14px #ccc;
}
.loop-price {
	font-weight: 800;
}
.chabok-product-slider .chabok-loop-product img {
	width: 100% !important;
	height: auto !important;
}
.label-price ins {
	text-decoration: navajowhite;
	color: green;
}
.chabok-col.chabok-loop-product:hover {
	transform: translateY(-10px);
	transition: all 300ms;
}
.chabok-attr-row .attr-name {
	padding-left: 10px;
}
.chabok-tab-bar-product .tablink {
	background: #eee;
	padding: 4px 25px;
	position: relative;
	outline: none;
	cursor: pointer;
	min-width: 20%;
	width: max-content;
	border-radius: 0;
	list-style: none;
	height: 53px;
	font-size: 15px;
	line-height: 3.1;
	margin: 0px;
	color: #000;
	font-weight: 800;
	width: 100%;
	max-width: max-content;
}
.tablink:hover, .tablink.active, .tablink:focus {
	background-color: var(--mainBg) !important;
	color: #fff;
	width: max-content;
  }
  ul .tablink {
	border-right: 0;
  }
  .tabcontent {
	color: #555;
	visibility: hidden;
	height: 0;
	width: 0;
	opacity: 0;
	overflow: hidden;
	padding: 10px 0px;
	transition: opacity 300ms;
  }
  .tabcontent.active {
	visibility: visible;
	height: 100%;
	width: 100%;
	overflow: auto;
	opacity: 1;
	clear: both;
  }

.chabok-course-title {
    background: #eee;
    padding: 20px;
    margin-bottom: 11px;
    margin-top: 6px;
    border-radius: 4px;
    font-size: 20px;
    font-family: 'yekan';
    font-weight: normal;
	line-height: 1.5;
}
.chabok_sale_content {
	background: rgb(255, 255, 255);
	margin-bottom:10px;
}
.sale_title {
	background: #000;
	color: #fff;
	font-family: 'yekan';
}
.sale-per-sale {
	margin-bottom: 10px;
}
#tab-sales .chabok-sales-items {
	margin-top: 10px;
}
#tab-sales .chabok-sales-items.active {
	
}
#tab-sales .sale-open-close {
	background: #d9d9d9;padding: 10px;
	cursor: pointer;
}
#tab-sales .sale-open-close span.view {
	float: left;
	padding-left: 10px;
	color: #0d0fae;
}
.sale-main-title {
	background: #cbf9cb;padding: 10px;margin-bottom: 10px;
	border-radius: 5px;
}
.sale-note {
	background: #ceedff;padding: 10px;margin-top: 10px;
}
.sale_title .sale-num {
	background: #ffe16c;
	padding: 5px 15px;
	color: #000;
	display: inline-block;
	margin-left: 10px;
}
.sale_private {
	padding: 10px;
}
.chabok-course-title h1 {
	font-weight: normal;
}

.chabok-course-sidebar {
	background: #f4f4f4;
	border-radius: 4px;
	height: 100vh;
	padding: 30px;
}
.chabok-course-price {
	font-family: 'yekan';
	font-size: 22px;
	margin-bottom: 30px;
}

.chabok-course-price .label-title {
	color: green;
}

.chabok-course-price .label-price ins {
	background:none !important;
	text-decoration:none !important;
	color:#ee4242;
}
.chabok-course-price .label-curency {
	padding-right:5px;
	font-size:17px;
}

.chabok-flash-message {
    padding: 18px 10px;
    border-radius: 5px;
	margin-bottom:20px;
}
.chabok-flash-message p {
	margin:0px;
}
.chabok-flash-message a {
	background: #2159b0;
	padding: 4px 18px;
	margin-right: 20px;
	color: #fff;
	border-radius: 35px;
	display:inline-block;
	transition:all 200ms;
}
.chabok-flash-message a:hover,
.chabok-flash-message a:focus,
.chabok-flash-message a:active {
	background: #0a8a30;
	color:#fff;
	transition:all 200ms;
}

.chabok-flash-message.chabok-success {
    background: #cbf9cb;
}
.chabok-flash-message.chabok-error {
    background: #f9cbcb;
}
.chabok-addition-title {
	font-size: 22px;
	margin-bottom: 20px;
	font-weight: normal;
	font-family: 'yekan';
	line-height: 1.5;
}
.chabok-cource-excerpt {
	margin-bottom:20px;
}
.chabok-cource-excerpt p {
	line-height:1.5;
}

.sale-price-btn {
	justify-content: space-between;
	width: 100%;
	align-items: center;
}
.sale-price-btn button {
	margin:0;
}
.chabok-price-title del {
	color: #666;
}
.chabok-price-title ins {
	text-decoration: none;
	color: green;
}
.chabok-price-title {
	font-family: 'yekan';
	font-weight: 800;
}

.chabok-additional-info {
	overflow: hidden;
	border: 1px solid #999;
	margin-bottom: 20px;
	border-radius: 10px;
}
.chabok-price-title i {
	font-size: 21px;
	border: 1px solid green;
	width: 30px;
	height: 30px;
	padding: 8px;
	line-height: 0.5;
	border-radius: 33px;
	background: #eee;
}
.label-curency {
	margin-right: 7px;
	color: green;
}
.chabok-course-add-to-cart-form button, a.course-blue-btn {
	width: 100%;
	max-width: 300px;
	transition:all 300ms;
}
a.course-blue-btn {
	display:block;
	color:#fff;
	background:#2159b0;
	text-align:center;
	box-sizing:border-box;
	padding: 8px 10px;
}
input[disabled="disabled"] {
	background:#e9e9ed;
	cursor:not-allowed;
}
a.course-blue-btn:hover {
	background:#09a24c;
	color:#fff;
}
.chabok-course-add-to-cart-form button.course-disable-btn {
background: #bd8e1d;
cursor: not-allowed;
}

.chabok-course-add-to-cart-form button:hover {
	/* background:#098ca2; */
	transition:all 300ms;
}

.additional-row {
	font-family: 'yekan';
	margin-bottom: 14px;
	line-height: 1.5;
	font-size: 16px;
}

.additional-row .additional-label {
	color:green;
	font-weight:normal;
}

.chabok-cart-row {padding:6px;}

.chabok-cart-row, .chabok-cart {
	float: right;
	width: 100%;
	border-bottom:1px;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	align-items: center;
	font-family:'yekan';
	box-sizing:border-box;
}
.chabok-cart-row:nth-child(odd) {
	background:#eee;
}
.chabok-subtotal {
	float:right;
	width:100%;
	margin-bottom:30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
	font-family:'yekan';
	box-sizing:border-box;
}

.chabok-subtotal span.total-price {
	float: left;
	width: 190px;
	background: green;
	color: #fff;
	text-align: center;
	padding: 8px 21px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
		box-sizing:border-box;
}
.chabok-subtotal span.total-label {
	float:left;
	width: 185px;
	padding: 8px 15px;
	background: #eee;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
		box-sizing:border-box;
}
.chabok-suit-message {
	clear:both;
}
.chabok-cart-container {
	float:right;
	width:100%;
	margin-bottom:30px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.chabok-cart-row span img {
	width:50px;
	height:50px;
	margin-right: 5px;
}
.chabok-cart-row img.suit-icon-img {
	width:16px !important;
	height:16px !important;
	opacity:0.7;
}
.chabok-cart-row a:hover img.suit-icon-img {
	opacity:1;
}
.chabok-cart {
	background:#eee;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 7px;
	font-family:'yekan';
}

.chabok-cart-row span, .chabok-cart span {
	float:right;
	width:25%;
}

.chabok-cart-row span:nth-child(1), .chabok-cart span:nth-child(1) {
	width:20%;
}
.chabok-cart-row span:nth-child(2), .chabok-cart span:nth-child(2) {
	width:35%;
}
.chabok-cart-row span:nth-child(3), .chabok-cart span:nth-child(3) {
	width:25%;
}
.chabok-cart-row span:nth-child(4), .chabok-cart span:nth-child(4) {
	width:20%;
}

.chabok-course-article {
	overflow:hidden;
}

.chabok-course-article .entry-content {
	display:flex;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	margin:0 -12px;
	box-sizing:border-box;
	flex-wrap:wrap;
}

.chabok-course-card {
	width: 25%;
	box-sizing:border-box;
	padding: 0 12px 20px 12px;
	float: right;
}

.chabok-course-card .chabok-card-content {
	background: #fff;
	height: 100%;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 0 10px #eee;	
	border: 1px solid #000;
}
.chabok-course-card .chabok-card-content:hover {
	border-color:#d02374;
	transition:all 200ms;
	box-shadow: 0 0 40px #d5d5d5;
}
.chabok-course-card a:hover {
	transition:all 200ms;
}
.chabok-card-content .chabok-course-title {
	padding:0 20px;
	height:69px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	background:none;
}
.chabok-card-content .chabok-course-title h2 {
	font-size:18px;
	margin:10px 0;
	font-weight:normal;
}
.chabok-card-content .chabok-course-price {
    font-size: 17px;
    margin-bottom: 10px;
    padding: 10px 20px;
}
.chabok-card-content .chabok-course-add-to-cart-form {
	padding:0 20px;
	text-align:center;
	margin-bottom:20px;
}
.chabok-card-content .chabok-course-add-to-cart-form button {
    width: auto;
    border-radius: 100px;
    font-size: 13px;
    padding: 4px 14px 6px;
}
.chabok-card-content .chabok-course-add-to-cart-form a.course-blue-btn {
	font-size: 12px;
	padding: 5px 19px;
	color: #fff;
	border-radius: 100px;
	width: auto;
	display:inline-block;
}


.chabok-card-content .course-image img {
		height:160px;
}

.chabok-transaction-pending-message {
	float: right;
	width: 70%;
}
.chabok-transaction-pending-button {
	float: right;
	width: 30%;
}
.chabok-transaction-pending-button a.su {
	background: #129759;
	color: #fff;
	padding: 0 14px;
	border-radius: 4px;
}
.chabok-transaction-pending-button a.du {
	background: #b91f1f;
	color: #fff;
	padding: 0 14px;
	border-radius: 4px;
}
.chabok-transaction-pending {
	float: right;
	width: 100%;
	background: #eee;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 5px;
	margin-bottom: 30px;
}
.chabok-suit-checkbox-field {
	padding:0 10px;
	width:100%;
	float:right;
	box-sizing: border-box;
}
.chabok-suit-form-group {
  margin-bottom: 1.5em;
}
.chabok-suit-checkbox {
  padding-right: 2em;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}
.chabok-suit-checkbox-inline {
  display: inline-flex;
}
.chabok-suit-checkbox input {
  width: 2em;
  flex-basis: 2em;
  margin-right: -2em;
  position: relative;
  vertical-align: baseline;
}
.chabok-suit-checkbox input:not(.reset) {
  position: absolute;
  right: 0;
  margin-right: 0;
  opacity: 0;
}
.chabok-suit-checkbox input:not(.reset):focus {
  outline: none;
}
.chabok-suit-checkbox input:not(.reset):focus ~ label::before {
  border-color: #0877db;
  box-shadow: 0 0 0 0.1875em rgba(43, 154, 255, 0.2);
}
.chabok-suit-checkbox input:not(.reset):active ~ label::before {
  border-color: #0877db;
}
.chabok-suit-checkbox input:not(.reset):checked ~ label::before {
  background-position: 0 0;
}
.chabok-suit-checkbox input:not(.reset) ~ label::before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  right: 0px;
  display: inline-block;
  vertical-align: top;
  width: 1.5em;
  height: 1.5em;
  border: 0.125em solid #808080;
  background-color: #FFF;
  background-size: 100% 100%;
  background-position: 0 1.5em;
  background-repeat: no-repeat;
  box-shadow: 0 0 0 0 rgba(43, 154, 255, 0.2);
  transition: box-shadow 0.15s, background-position 0.15s;
}
.chabok-suit-checkbox [type="checkbox"]:not(.reset) ~ label::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+ICAgICAgICA8dGl0bGU+Y2hlY2tib3g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+PC9kZWZzPiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxnIGlkPSJjaGVja2JveCI+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS05IiBmaWxsPSIjRkZGRkZGIiB4PSIwIiB5PSIwIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiPjwvcmVjdD4gICAgICAgICAgICA8cGF0aCBkPSJNNCwxMyBMNywxMCBMMTAsMTMgTDE3LDYgTDIwLDkgTDEwLDE5IEw0LDEzIFoiIGlkPSJQYXRoLTMiIGZpbGw9IiNDQjAwMDAiPjwvcGF0aD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
}
.chabok-suit-checkbox [type="radio"]:not(.reset) ~ label::before {
  border-radius: 100%;
  background-image: radial-gradient(circle, #cb0000 0%, #cb0000 40%, #fff 41%, #fff 100%);
  background-position: 50% 50%;
  background-size: 0px 0px;
  transition: box-shadow 0.15s, background-size 0.15s;
}
.chabok-suit-checkbox [type="radio"]:not(.reset):checked ~ label::before {
  background-position: 50% 50%;
  background-size: 100% 100%;
}
.chabok-suit-checkbox label {
  display: inline-block;
  vertical-align: baseline;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  flex-grow: 1;
  cursor: pointer;
}

.chabok-suit-rahgiri * {
	box-sizing:border-box;
}
.chabok-suit-rahgiri {
	width:100%;
	max-width:350px;
	margin:0 auto;
	box-sizing:border-box;
	
}
.chabok-suit-rahgiri .rahgiri-field {
	width:100%;
	float:right;
	margin:10px 0;
}
.chabok-suit-rahgiri .rahgiri-field input {
	width:100%;
}
.chabok-suit-rahgiri label {
	display:block;
}
.chabok-cart-empty a {
	background: #eee;
	padding: 3px 17px;
	border-radius: 100px;
	color:#555;
	transition:all 300ms;
}
.comment-form-url, .comment-form-cookies-consent {
	display: none;
}

.chabok-cart-empty a:hover {
	background:green;
	color:#fff;
	transition:all 300ms;
}
.chabok-cart-empty {
	text-align:center;
}
.chabok-cart-empty p {
	font-family:'yekan'; 
	font-size:18px;
}
.dashboard article {
	padding: 0;
}
.dashboard .dahsi-start .chabok-container {
	padding: 0;
}
.tabs section {
	padding:20px 0;
}


/* user dash */

.mg-auto {
    margin: auto auto;
}
.tabs {
  max-width: 100%;
  display: flex;
  background:#eee;
  flex-wrap: wrap;
  overflow: hidden;
}
.tabs > ul {
  list-style-type: none;
  padding: 0;
  margin:0;
  display: -webkit-box;
  display: -webkit-flex;
   display: flex;
   width: 100%;
   overflow: auto;
}
.tabs > ul li {
  display: block;
  text-align: center;
  min-width: 100px;
  float: right;
  width: 20%;
}
.tabs > ul li a {
  display: block;
  text-decoration: none;
  background: var(--mainBg);
  padding: 1rem 0rem;
  color: #fff;
  transition: all 0.2s ease-in-out;
}
.tabs > ul li a i {
    display: block;
}
.tabs > ul li a.active {
  background: #eee;
  color: #2C2C2C;
}
.tabs > ul li a:hover:not(.active) {
  color: #fff;
}
.tabs section {
  background: #fff;
  padding: 1.5rem 0rem;
  display: none;
  width: 100%;
}
.tabs section h3 {
    font-size: 18px; 
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.tabs section.active {
  display: block;
}
.chabok-profile-card {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.068);
    border-radius: 10px;
    padding: 15px;
}
.chabok-profile-card img {
    position: relative;
	top: -30px;
	border-radius: 100px;
	width: 75px;
}
.comment-blk {
	background: #eee;
	border-radius: 3px;
	padding: 11px 20px;
}
.profile-field {
	margin-bottom:5px;
}
.profile-field input,
.profile-field textarea {
	width:100%;
}
.comment-li {
	margin-bottom:5px;
}
.comment-blk .show {
	margin-right: 15px;
}
.comment-blk .time {
	border-bottom: 1px solid #ccc;
	font-size: 12px;
	margin-bottom: 5px;
}
.comment-blk .status {
	float: left;
	background: #ccc;
	padding: 0 10px;
	border-top-left-radius: 2px;
	border-top-right-radius: 8px;
}
.chabok-profile-row {
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    justify-content: center;
    margin-bottom: 10px;
}
.chabok-sale-header {
	display:flex;
	display:-webkit-box;
	background: #ccc;
	padding: 10px;
}
.chabok-sale-header,.chabok-sale-row {
	float: right;
	width: 100%;
	padding:5px;
	text-align:center;
}
.chabok-sale-header span,
.chabok-sale-row span {
	min-width:20%;
	display:block;
	float:right;
}
.chabok-sale-row:nth-child(odd) {
	background:#eee;
}
.chabok-profile-row span {
    background: #eee;
    padding:0 10px;
}
.chabok-profile-row span:nth-child(1) {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-left: 1px solid #000;
    min-width: 30%;
}
.chabok-profile-row span:nth-child(2) {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    min-width: 70%;
    border-right:1px solid #000;
}
.search-ccd {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
}



@media (max-width:923px) {
	.chabok-container.dashi-start {
		padding:0;
	}
	.chabok-course-card {
		width:50% !important;
	}
	.single-product article .chabok-col-50,
	.single-product .product-img img {
		width: 100%;
	}
	.chabok-product-container.chabok-product-slider .chabok-col-25 {
		width: 33.33333%;
	}
}
@media (max-width:769px) {
	.chabok-product-container.chabok-product-slider .chabok-col-25 {
		width: 50%;
	}
	.chabok-container.dashi-start .chabok-col-50 {
		width: 100%;
	}
	.tbi-hide {
		display: none;
	}
	.chabok-sale-row span::before {
		content: attr(data-label);
		margin-left: 12px;
		color: green;
	}
	.chabok-sale-row span {
		display: block;
		width: 100%;
		text-align: right;
	}
	.chabok-sale-row {
		background: #f7f7f7 !important;
		padding: 12px;
		margin-bottom: 10px;

	}
}
@media (max-width:481px) {
	.chabok-product-container.chabok-product-slider .chabok-col-25 {
		width: 100%;
	}
	ul .tablink {
		line-height: 1;
		text-align: center;
		padding: 13px 0;
		font-size: 12px;
	}
	.chabok-tab-bar-product .tablink {
		line-height: 1.4;
	}
	.chabok-flex.sale-price-btn {
		position: fixed;
		bottom: 0;
		background: #fff;
		left: 0;
		right: 0;
		z-index: 99;
		padding: 18px;
		box-shadow: 0 0 10px #ccc;
	}
	.chabok-price-title {
		margin-bottom: 10px;
	}
	.chabok-course-add-to-cart-form,
	.chabok-course-add-to-cart-form button {
		width: 100%;
		max-width: 100%;
	}
	ul .tablink i {
		display: block;
		margin-bottom: 5px;
	  }
	.chabok-course-card {
		width:100% !important;
	}
	.chabok-course-sidebar .chabok-course-add-to-cart-form {
		position: fixed;bottom: 0;width: 100%;right: 0;left: 0; margin:0;
	}
	.chabok-course-sidebar .chabok-course-add-to-cart-form button {
		border-radius:0;
		margin:0;
		padding:20px;
	}
	.chabok-flash-message a {
		padding: 10px 10px;
		margin-right: 10px;
		font-size: 12px;
	}
	.chabok-cart-container .chabok-cart-row span:nth-child(1), .chabok-cart-container .chabok-cart span:nth-child(1) {
		display:none;
	}
	.chabok-cart-row span:nth-child(2), .chabok-cart span:nth-child(2) {
		width: 55%;
		padding-left: 15px;
	}
	.chabok-cart-row span:nth-child(3), .chabok-cart span:nth-child(3) {
		width: 35%;
	}
	.chabok-cart span:nth-child(4) {
		display:none;
	}
	.chabok-cart-row span:nth-child(4), .chabok-cart span:nth-child(4) {
		width: 10%;
	}
	.chabok-subtotal span.total-label, .chabok-subtotal span.total-price {
		width:50%;
		padding-left: 10px;
		padding-right: 10px;
	}
}