.tk .top-bar .right-sec.first{
	float: left;
}
.tk .top-bar .right-sec li:last-child{
	border-right: none;
}
.tk .list-cat.checkbox{
	padding-left: 10px;
}

	/* layout-14 */
.tk .layout-14 .short-lst .grid-layer a.active{
	color: #79b700;
}
.tk .layout-14 .pagination li a.active,
.tk .layout-14 .pagination li.active a,
.tk .layout-14 .pagination li.active span{
	background-color: #79b700;
	border-color: #79b700;
}
.tk .layout-14 .btn-round{
	background: #79b700;
}
.tk .layout-14 .checkbox-primary input[type="checkbox"]:checked + label::before,
.tk .layout-14 .checkbox-primary input[type="radio"]:checked + label::before{
	background: #79b700;
	border-color: #79b700;
}
.tk .layout-14 .shop-side-bar .search button{
	background: #79b700;
}

	/* alert error general (checkout, register, login...) */
.tk .alert-danger{
	border-radius: 8px;
	border: 1px solid #f5c6cb;
	background-color: #f8d7da;
	color: #721c24;
	margin-bottom: 25px;
	padding: 15px 20px;
}
.tk .alert-danger h5{
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 600;
	color: #721c24;
}
.tk .alert-danger ul{
	margin-bottom: 0;
	padding-left: 20px;
}
.tk .alert-danger ul li{
	line-height: 1.5;
	font-size: 13px;
}
.tk .alert-danger .close{
	color: #721c24;
	opacity: 0.6;
	outline: none;
	transition: opacity 0.2s ease;
}
.tk .alert-danger .close:hover{
	opacity: 1;
}

	/* GLOBAL MODAL */
.tk .global-modal .modal-content{
    border-radius: 6px;
    border: none;
    box-shadow: 0 5px 15px rgba( 0, 0, 0, 0.3 );
    overflow: hidden;
}
.tk .global-modal .modal-header{
    padding: 12px 20px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}
.tk .global-modal .modal-title{
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}
.tk .global-modal .close{
    font-size: 24px;
    font-weight: normal;
    opacity: 0.6;
    outline: none;
    transition: opacity 0.2s ease;
}
.tk .global-modal .close:hover{
    opacity: 1;
}
.tk .global-modal .modal-body{
    padding: 20px;
}
.tk .global-modal .modal-body img{
    max-height: 80vh;
    width: auto;
    margin: 0 auto;
    display: block;
    object-fit: contain;
}
.tk .global-modal .modal-footer{
    padding: 12px 20px;
    border-top: 1px solid #e5e5e5;
    background-color: #f9f9f9;
}
.tk .global-modal .modal-footer:empty{
    display: none;
}

	/* cart dropdown */
.tk .cart-pop .media-body .cart-option-text{
	display: block;
	font-size: 11px;
	color: #888;
	margin-bottom: 3px;
	line-height: 1.2;
}
.tk .cart-pop:not(.has-item) .dropdown-menu{
	display: none !important;
	opacity: 0 !important;
	visibility: hidden !important;
}

	/* price */
.tk .product article .price span{
	margin-left: 0;
	margin-right: 5px;
}
.tk .product article .tittle{
	display: block;
	width: 100%;
}
.tk .product article .price{
	clear: both;
	display: block;
}

	/* Sidebar Filter */
.tk .shop-side-bar .checkbox ul{
	max-height: 360px;
	overflow-y: auto;
	padding-left: 20px;
	margin-left: 0;
	list-style: none;
}
.tk .shop-side-bar .checkbox ul::-webkit-scrollbar{
	width: 4px;
}
.tk .shop-side-bar .checkbox ul::-webkit-scrollbar-thumb{
	background: #ccc;
	border-radius: 4px;
}

	/* detail */
.tk .tk-detail ul{
	list-style-type: disc;
	padding-left: 20px;
	margin-bottom: 1rem;
}
.tk .tk-detail ul li{
	margin-bottom: 8px;
}
.tk .tk-detail img[style*="margin-left: auto"][style*="margin-right: auto"] {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

	/* product gallery & slider detail */
.tk .div_product .flex-control-thumbs{
	display: flex!important;
	flex-wrap: nowrap!important;
	justify-content: flex-start!important;
	overflow-x: auto!important;
	-webkit-overflow-scrolling: touch;
	margin: 10px 0!important;
	padding: 5px 0!important;
	list-style: none!important;
	gap: 6px!important;
	width: 100%!important;
}
.tk .div_product .flex-control-thumbs::-webkit-scrollbar{
	display: none;
}
.tk .div_product .flex-control-thumbs li{
	float: none!important;
	width: 70px!important;
	flex: 0 0 auto!important;
	margin: 0!important;
	padding: 0!important;
}
.tk .div_product .flex-control-thumbs li:only-child,
.tk .div_product .flex-control-thumbs:has(li:only-child){
	display: none!important;
}
.tk .div_product .flex-control-thumbs img{
	width: 70px!important;
	height: 70px!important;
	object-fit: cover!important;
	border-radius: 6px!important;
	border: 2px solid transparent!important;
	opacity: 0.6!important;
	transition: all 0.2s ease!important;
	cursor: pointer;
}
.tk .div_product .flex-control-thumbs img:hover,
.tk .div_product .flex-control-thumbs img.flex-active{
	opacity: 1!important;
	border-color: #222!important;
}
.tk .div_product .slider-item,
.tk .div_product .thumb-slider{
	position: relative!important;
}
.tk .div_product .flex-direction-nav{
	margin: 0!important;
	padding: 0!important;
	list-style: none!important;
}
.tk .div_product .flex-direction-nav a{
	position: absolute!important;
	top: 40%!important;
	transform: translateY( -50% );
	z-index: 10!important;
	width: 36px!important;
	height: 36px!important;
	line-height: 34px!important;
	background: rgba( 255, 255, 255, 0.9 )!important;
	border: 1px solid #ddd!important;
	border-radius: 50%!important;
	text-align: center!important;
	color: #333!important;
	text-indent: -9999px!important;
	box-shadow: 0 2px 6px rgba( 0, 0, 0, 0.15 );
	transition: all 0.2s ease;
}
.tk .div_product .flex-direction-nav a:hover{
	background: #222!important;
	color: #fff!important;
	border-color: #222!important;
}
.tk .div_product .flex-direction-nav .flex-prev{
	left: 10px!important;
}
.tk .div_product .flex-direction-nav .flex-next{
	right: 10px!important;
}
.tk .div_product .flex-direction-nav a:before{
	font-family: 'FontAwesome'!important;
	font-size: 14px!important;
	text-indent: 0!important;
	float: left!important;
	width: 100%!important;
	text-align: center!important;
}
.tk .div_product .flex-direction-nav .flex-prev:before{
	content: "\f104"!important;
}
.tk .div_product .flex-direction-nav .flex-next:before{
	content: "\f105"!important;
}

	/* product share list */
.tk .div_product .cmp-list{
	margin: 15px 0!important;
	padding: 0!important;
	list-style: none!important;
}
.tk .div_product .cmp-list li{
	display: inline-block!important;
	border-right: 1px solid #e5e5e5!important;
	padding-right: 10px!important;
	margin-right: 10px!important;
	font-size: 13px!important;
	color: #666!important;
}
.tk .div_product .cmp-list li:last-child{
	border-right: none!important;
	padding-right: 0!important;
	margin-right: 0!important;
}
.tk .div_product .cmp-list li a{
	color: #555!important;
	transition: color 0.2s ease!important;
}
.tk .div_product .cmp-list li a i{
	margin-right: 4px!important;
}
.tk .div_product .cmp-list li a:hover{
	color: #222!important;
}

	/* flexslider main image height & fouc fix */
.tk .div_product .thumb-slider .flex-viewport{
	max-height: 400px;
	border-radius: 8px;
	background: #f8f8f8;
	overflow: hidden;
}
.tk .div_product .slider-item .slides > li{
	display: none;
	height: 400px;
	-webkit-backface-visibility: hidden;
}
.tk .div_product .slider-item .slides > li:first-child{
	display: block;
}
.tk .div_product .slider-item .slides img{
	width: 100%!important;
	height: 400px!important;
	object-fit: contain!important;
	display: block;
	margin: 0 auto;
}
.tk .tk_detail img,
.tk .div_product .thumb-slider img{
	cursor: zoom-in;
	transition: opacity 0.2s ease;
}
.tk .tk_detail img{
	max-width: 100%;
	max-height: 550px;
	width: auto;
	height: auto;
	object-fit: contain;
	display: block;
	margin: 15px auto;
	cursor: zoom-in;
	transition: opacity 0.2s ease;
}
.tk .tk_detail img:hover,
.tk .div_product .thumb-slider img:hover{
	opacity: 0.9;
}

	/* flexslider main image height & fouc fix */
.tk .div_product .thumb-slider .flex-viewport{
	max-height: 400px;
	border-radius: 8px;
	background: #f8f8f8;
	overflow: hidden;
}
.tk .div_product .slider-item .slides > li{
	display: none;
	height: 400px;
	-webkit-backface-visibility: hidden;
}
.tk .div_product .slider-item .slides > li:first-child{
	display: block;
}
.tk .div_product .slider-item .slides img{
	width: 100%!important;
	height: 400px!important;
	object-fit: contain!important;
	display: block;
	margin: 0 auto;
}

	/* product option */
.tk .product-option-group{
	display: flex;
	align-items: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
.tk .product-option-group .option-label{
	min-width: 80px;
	font-size: 14px;
	color: #333;
}
.tk .product-option-group .option-items{
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.tk .product-option-group .option-item{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 36px;
	padding: 0 14px;
	border: 1px solid #e1e1e1;
	border-radius: 4px;
	background-color: #fff;
	color: #444;
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
	user-select: none;
}
.tk .product-option-group .option-item:hover{
	border-color: #222;
	color: #222;
}
.tk .product-option-group .option-item.active{
	border-color: #222;
	background-color: #222;
	color: #fff;
	font-weight: 600;
	box-shadow: 0 2px 4px rgba( 0, 0, 0, 0.12 );
}
.tk .product-option-group .option-item.disabled{
	border-color: #e0e0e0!important;
	background-color: #f5f5f5!important;
	color: #888888!important;
	cursor: not-allowed!important;
	text-decoration: line-through;
	opacity: 0.7;
}

	/* product quantity general fix */
.tk .div_product .quinty{
	float: left!important;
	width: 80px!important;
	margin-right: 15px!important;
}
.tk .div_product .quinty input[type="number"]{
	width: 100%!important;
	height: 40px!important;
	font-size: 15px!important;
	text-align: center!important;
	border-radius: 20px!important;
	border: 1px solid #e0e0e0!important;
	outline: none!important;
	box-shadow: none!important;
	padding-left: 20px!important;
	padding-right: 0!important;
	cursor: pointer!important;
}
.tk .div_product .quinty input[type="number"]::-webkit-inner-spin-button,
.tk .div_product .quinty input[type="number"]::-webkit-outer-spin-button{
	cursor: pointer!important;
	margin-right: 8px!important;
	opacity: 0.8!important;
	height: 24px!important;
}

	/* product buy now button */
.tk .btn-buy-now{
	background-color: #ff5722 !important;
	border-color: #ff5722 !important;
	color: #fff !important;
	transition: all 0.2s ease-in-out;
}
.tk .btn-buy-now:hover{
	background-color: #e64a19 !important;
	border-color: #e64a19 !important;
	color: #fff !important;
	box-shadow: 0 2px 6px rgba( 255, 87, 34, 0.3 );
}

	/* cart page */
.tk .div_cart .shopping-cart{
	background: #fff;
}
.tk .div_cart .shopping-cart p,
.tk .div_cart .table .media-body p{
	max-width: none !important;
	margin-top: 0 !important;
	margin-bottom: 4px !important;
}
.tk .div_cart .table{
	margin-bottom: 30px;
	border-bottom: 1px solid #e1e1e1;
}
.tk .div_cart .table > thead > tr > th{
	border-bottom: 2px solid #222;
	color: #222;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	padding: 15px 10px;
}
.tk .div_cart .table > tbody > tr > td{
	vertical-align: middle;
	padding: 20px 10px;
	border-top: 1px solid #eee;
}
.tk .div_cart .table .media-left{
	padding-right: 15px;
}
.tk .div_cart .table .media-left img{
	width: 80px;
	height: 80px;
	object-fit: cover;
	border-radius: 6px;
	border: 1px solid #eee;
}
.tk .div_cart .table .media-body .font-bold{
	font-weight: 600;
	margin-bottom: 4px;
}
.tk .div_cart .table .media-body .font-bold a{
	color: #333;
	transition: color 0.2s ease;
}
.tk .div_cart .table .media-body .font-bold a:hover{
	color: #ff5722;
}
.tk .div_cart .table .media-body small{
	display: block;
	color: #777;
	font-size: 13px;
}
.tk .div_cart .table .price{
	font-weight: 600;
	color: #ff5722;
	font-size: 15px;
}
.tk .div_cart .table .quinty{
	display: inline-block;
	float: none !important;
	width: 80px !important;
	margin: 0 auto !important;
}
.tk .div_cart .table .quinty input[type="number"]{
	width: 100% !important;
	height: 38px !important;
	border-radius: 20px !important;
	border: 1px solid #e0e0e0 !important;
	text-align: center !important;
	padding-left: 15px !important;
	padding-right: 0 !important;
	font-weight: 600;
	font-size: 14px !important;
	outline: none !important;
	box-shadow: none !important;
	cursor: pointer !important;
}
.tk .div_cart .table .quinty input[type="number"]::-webkit-inner-spin-button,
.tk .div_cart .table .quinty input[type="number"]::-webkit-outer-spin-button{
	cursor: pointer !important;
	margin-right: 6px !important;
	opacity: 0.8 !important;
	height: 22px !important;
}
.tk .div_cart .table a.remove{
	color: #999;
	font-size: 18px;
	transition: color 0.2s ease;
}
.tk .div_cart .table a.remove:hover{
	color: #d9534f;
}
.tk .div_cart .promo{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 15px;
	background: #f9f9f9;
	border-radius: 6px;
	margin-bottom: 15px;
}
.tk .div_cart .promo .g-totel h5{
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	color: #222;
}
.tk .div_cart .promo .g-totel h5 span{
	color: #ff5722;
	margin-left: 10px;
	font-size: 18px;
}
.tk .div_cart .pro-btn{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

	/* cart checkout page */
.tk .select2-container--default .select2-selection--single{
    height: 34px;
    padding: 3px 6px;
	border: 1px solid #e2e2e2;
    margin-top: 5px;
    margin-bottom: 15px;
}
.tk .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 26px;
}
.tk .div_checkout .heading{
	margin-bottom: 20px;
}
.tk .div_checkout .pay-method input,
.tk .div_checkout textarea,
.tk .div_checkout .checkbox-inline{
    margin-top: 5px;
    margin-bottom: 15px;
}
.tk .div_checkout textarea{
	border: 1px solid #e2e2e2;
}

	/* order review box checkout */
.tk .div_checkout .order-review-box{
	border: 1px solid #e2e2e2;
	border-radius: 8px;
	padding: 15px;
	background: #fff;
	margin-bottom: 20px;
}
.tk .div_checkout .order-review-box ul{
	margin: 0;
	padding: 0;
}
.tk .div_checkout .order-review-box .media{
	display: flex;
	align-items: center;
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid #f0f0f0;
}
.tk .div_checkout .order-review-box .media:last-child{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.tk .div_checkout .order-review-box .media-left{
	padding-right: 12px;
	flex-shrink: 0;
}
.tk .div_checkout .order-review-box .media-left img{
	width: 55px;
	height: 55px;
	object-fit: cover;
	border-radius: 6px;
	border: 1px solid #eee;
}
.tk .div_checkout .order-review-box .media-body{
	flex: 1;
}
.tk .div_checkout .order-review-box .media-body h6{
	font-size: 14px;
	font-weight: 600;
	margin: 0 0 4px 0;
	line-height: 1.3;
	color: #333;
}
.tk .div_checkout .order-review-box .media-body small{
	font-size: 12px;
	color: #777;
}
.tk .div_checkout .order-review-box .media-body .pull-right{
	font-size: 14px;
	font-weight: 700;
	color: #ff5722;
}

	/* order totals box checkout */
.tk .div_checkout .order-totals-box{
	border: 1px solid #e2e2e2;
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
	margin-bottom: 20px;
	box-shadow: 0 2px 6px rgba( 0, 0, 0, 0.02 );
}
.tk .div_checkout .order-totals-box .table{
	margin-bottom: 0;
	border: none;
}
.tk .div_checkout .order-totals-box .table > tbody > tr > td{
	padding: 12px 15px;
	vertical-align: middle;
	border-color: #f0f0f0;
	font-size: 14px;
	color: #444;
}
.tk .div_checkout .order-totals-box .table > tbody > tr.info{
	background-color: #f9f9f9;
}
.tk .div_checkout .order-totals-box .table > tbody > tr.info td{
	border-top: 2px solid #e2e2e2;
	padding: 2px 15px;
}
.tk .div_checkout .order-totals-box .table h4{
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	color: #ff5722;
}
.tk .div_checkout .order-totals-box .js-summary-shipping-fee .text-muted{
	font-size: 12px;
	font-style: italic;
	color: #888;
}

	/* order done page */
.tk .div_cart_done .fa-check-circle.text-success{
	font-size: 64px;
	color: #28a745;
	margin-bottom: 15px;
}
.tk .div_cart_done .text-primary{
	color: #f36f21 !important;
}
.tk .div_cart_done .text-danger{
	color: #ff5722 !important;
}
.tk .div_cart_done .shopping-cart p{
	max-width: 100%;
}
.tk .div_cart_done .panel-default{
	border: 1px solid #e2e2e2;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 2px 6px rgba( 0, 0, 0, 0.02 );
}
.tk .div_cart_done .panel-default > .panel-heading{
	background-color: #f8f9fa;
	color: #222;
	font-weight: 700;
	font-size: 15px;
	padding: 12px 20px;
	border-bottom: 1px solid #e2e2e2;
}
.tk .div_cart_done .panel-default > .panel-body{
	padding: 20px;
}
.tk .div_cart_done .panel-body .list-unstyled{
	margin-bottom: 0;
	padding-left: 0;
	line-height: 2;
}
.tk .div_cart_done .panel-body .list-unstyled li{
	font-size: 14px;
	color: #444;
	border-bottom: 1px dashed #f0f0f0;
	padding: 6px 0;
}
.tk .div_cart_done .panel-body .list-unstyled li:last-child{
	border-bottom: none;
	padding-bottom: 0;
}
.tk .div_cart_done .panel-body .list-unstyled li strong{
	color: #222;
	min-width: 140px;
	display: inline-block;
}
.tk .div_cart_done .panel .table-responsive{
	border: none;
}
.tk .div_cart_done .panel .table{
	margin-bottom: 0;
	border: none;
}
.tk .div_cart_done .panel .table > thead > tr > th{
	background-color: #fafafa;
	border-bottom: 1px solid #e2e2e2;
	font-size: 13px;
	font-weight: 700;
	color: #333;
	padding: 12px 15px;
}
.tk .div_cart_done .panel .table > tbody > tr > td{
	padding: 12px 15px;
	border-color: #f0f0f0;
	vertical-align: middle;
	font-size: 14px;
}
.tk .div_cart_done .panel .table .media{
	display: flex;
	align-items: center;
}
.tk .div_cart_done .panel .table .media-left{
	flex-shrink: 0;
	padding-right: 12px;
}
.tk .div_cart_done .panel .table .media-left img,
.tk .div_cart_done .panel .table .media-left img.img-responsive{
	object-fit: cover;
	border-radius: 6px;
	border: 1px solid #eee;
	display: block;
}
.tk .div_cart_done .panel .table tfoot tr td{
	padding: 10px 15px;
	border-color: #f0f0f0;
	font-size: 14px;
}
.tk .div_cart_done .panel .table tfoot tr:first-child td{
	border-top: 2px solid #e2e2e2;
}
.tk .div_cart_done .panel .table tfoot tr:last-child td{
	background-color: #f9f9f9;
}

	/* CSS Search Ajax Dropdown */
.tk .search-cate{
	position: relative;
}
.tk .search-result-dropdown{
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 9999;
	background: #fff;
	border: 1px solid #e2e2e2;
	border-radius: 0 0 6px 6px;
	box-shadow: 0 8px 20px rgba( 0, 0, 0, 0.12 );
	max-height: 420px;
	overflow-y: auto;
	margin-top: 4px;
	text-align: left;
}
.tk .search-result-dropdown ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.tk .search-result-dropdown ul li{
	border-bottom: 1px solid #f0f0f0;
}
.tk .search-result-dropdown ul li:last-child{
	border-bottom: none;
}
.tk .search-result-dropdown ul li a{
	display: flex;
	align-items: center;
	padding: 10px 15px;
	color: #333;
	text-decoration: none;
	transition: background 0.2s ease;
}
.tk .search-result-dropdown ul li:hover a,
.tk .search-result-dropdown ul li.active a{
	background-color: #f8f9fa;
}
.tk .search-result-dropdown .search-item-img{
	width: 50px;
	height: 50px;
	object-fit: cover;
	border-radius: 4px;
	border: 1px solid #eee;
	margin-right: 12px;
	flex-shrink: 0;
}
.tk .search-result-dropdown .search-item-info{
	flex: 1;
	min-width: 0;
}
.tk .search-result-dropdown .search-item-title{
	font-size: 13px;
	font-weight: 600;
	margin: 0 0 4px 0;
	color: #222;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.tk .search-result-dropdown .search-item-price{
	font-size: 13px;
	font-weight: 700;
	color: #ff5722;
}
.tk .search-result-dropdown .search-total-item a{
	display: block;
	text-align: center;
	padding: 10px 15px;
	background: #fff0ec;
	color: #ff5722;
	font-weight: 600;
	font-size: 13px;
}
.tk .search-result-dropdown .search-total-item a:hover{
	background: #ffe4de;
}

	/* cat blog page */
.tk .blog-page .shop-side-bar .search{
	margin-bottom: 15px!important;
}
.tk .blog-page .shop-side-bar .checkbox ul{
	max-height: none;
	overflow-y: visible;
	margin-bottom: 15px!important;
}
	/* blog page */
.tk .blog-page .comments .media-body h6 span.pull-right{
	float: right;
	font-size: 12px;
	color: #888;
	font-weight: normal;
}

	/* contact page */
.tk .contact-sec #contact_form .heading{
	margin-bottom: 20px;
}
.tk .contact-sec #contact_form li textarea{
	height: 160px!important;
}

.tk .contact-sec .contact-info{
	padding: 20px 15px;
}
.tk .contact-sec .contact-info h5{
	font-size: 16px;
}
.tk .contact-sec .contact-info h6{
	font-size: 15px;
	margin-top: 20px;
}

@media ( max-width: 991px ){
		/* mobile sub-menu cater */
	.tk #cater ul li.sub-menu > ul,
	.tk .ownmenu ul li.sub-menu > ul{
		display: none!important;
		position: static!important;
		width: 100%!important;
		box-shadow: none!important;
		padding-left: 15px!important;
		background: transparent!important;
	}
	.tk #cater ul li.sub-menu.open > ul,
	.tk .ownmenu ul li.sub-menu.open > ul{
		display: block!important;
	}
	.tk #cater ul li.sub-menu > a,
	.tk .ownmenu ul li.sub-menu > a{
		display: flex!important;
		align-items: center;
		justify-content: space-between;
	}
	.tk #cater ul li.sub-menu > a::after,
	.tk .ownmenu ul li.sub-menu > a::after{
		content: "\f107";
		font-family: 'FontAwesome';
		font-size: 14px;
	}
	.tk #cater ul li.sub-menu.open > a::after,
	.tk .ownmenu ul li.sub-menu.open > a::after{
		content: "\f106";
	}

		/* Mobile Filter Drawer CSS */
	.tk .div_cat section{
		padding-top: 0!important;
		padding-bottom: 30px!important;
	}
    .tk .btn-toggle-filter-mobile{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        width: 100%;
        padding: 12px 15px;
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 6px;
        font-weight: bold;
        font-size: 14px;
        color: #333;
        margin-bottom: 20px;
        box-shadow: 0 2px 4px rgba( 0, 0, 0, 0.05 );
        position: relative;
    }    
    .tk .btn-toggle-filter-mobile .filter-badge{
        background: #ff4d4d;
        color: #fff;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        font-size: 11px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    .tk .shop-side-bar{
        position: fixed;
        top: 0;
        left: -100%;
        width: 82%;
        max-width: 320px;
        height: 100vh;
        background: #fff;
        z-index: 99999;
        transition: left 0.3s ease-in-out;
        box-shadow: 5px 0 25px rgba( 0, 0, 0, 0.15 );
        display: flex;
        flex-direction: column;
    }
    .tk .shop-side-bar.open{
        left: 0;
    }
    .tk .sidebar-header-mobile{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 20px;
        border-bottom: 1px solid #eee;
        background: #f9f9f9;
    }
    .tk .sidebar-header-mobile h5{
        margin: 0;
        font-weight: bold;
        font-size: 16px;
    }
    .tk .btn-close-filter-mobile{
        font-size: 26px;
        cursor: pointer;
        color: #888;
        line-height: 1;
    }
    .tk .sidebar-content-inner{
        padding: 20px;
        overflow-y: auto;
        flex: 1;
    }
    .tk .sidebar-overlay-mobile{
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba( 0, 0, 0, 0.5 );
        z-index: 99990;
        backdrop-filter: blur( 2px );
    }
    .tk .sidebar-overlay-mobile.active{
        display: block;
    }

		/* product grid mobile (col 3 & col 5) */
	.tk .item-col-3 .product .tittle,
	.tk .item-col-3 .product .tittle a,
	.tk .item-col-5 .product .tittle,
	.tk .item-col-5 .product .tittle a{
		position: relative!important;
		z-index: 10!important;
		pointer-events: auto!important;
	}

		/* product detail */
	.tk .div_product section{
		padding-top: 0!important;
		padding-bottom: 30px!important;
	}

		/* mobile & tablet detail content fix */
	.tk .tk_detail img{
		max-width: 100%!important;
		height: auto!important;
		display: block;
		margin: 10px auto;
		object-fit: contain;
	}
	.tk .tk_detail table{
		width: 100%!important;
		max-width: 100%!important;
		display: block;
		overflow-x: auto;
	}
	.tk .tk_detail iframe,
	.tk .tk_detail video{
		max-width: 100%!important;
		height: auto;
	}

		/* blog page mobile layout */
	.tk .blog-page{
		padding-top: 15px !important;
		padding-bottom: 30px !important;
	}
	.tk .blog-page .col-md-3{
		margin-top: 35px;
	}
	.tk .blog-page .shop-side-bar{
		position: static;
		width: 100%;
		max-width: none;
		height: auto;
		box-shadow: none;
		background: transparent;
	}
	.tk .blog-page .shop-side-bar h6{
		margin-bottom: 12px;
		font-size: 14px;
		font-weight: bold;
		border-bottom: 1px solid #eee;
		padding-bottom: 8px;
	}
}

@media ( max-width: 767px ){
		/* alert error mobile */
	.tk .alert-danger{
		margin-bottom: 20px;
		padding: 12px 15px;
	}
	.tk .alert-danger h5{
		font-size: 14px;
		margin-bottom: 8px;
	}
	.tk .alert-danger ul{
		padding-left: 18px;
	}
	.tk .alert-danger ul li{
		font-size: 12px;
	}

		/* global modal mobile */
	.tk .global-modal .modal-dialog{
        margin: 10px;
    }
    .tk .global-modal .modal-header{
        padding: 10px 15px;
    }
    .tk .global-modal .close{
        font-size: 28px;
        padding: 5px 10px;
        margin-top: -5px;
    }
    .tk .global-modal .modal-body{
        padding: 12px;
    }
    .tk .global-modal .modal-body img{
        max-height: 70vh;
    }
    .tk .global-modal .modal-footer{
        padding: 10px 15px;
    }

		/* banner top items mobile */
	.tk #four_banner{
		padding-bottom: 30px!important;
	}
	.tk #four_banner.top-items ul li{
		width: 50%;
		float: left;
		margin-bottom: 8px;
		list-style: none;
	}
	.tk #four_banner.top-items ul li img{
		width: 100%!important;
		height: 200px;
		object-fit: cover;
		display: block;
	}
	.tk #four_banner.top-items .bottom-details{
		position: static!important;
		padding: 6px 0 0 0!important;
		text-align: center;
		width: 100%!important;
	}
	.tk #four_banner.top-items h3{
		font-size: 13px!important;
		font-weight: 600;
		margin: 0!important;
		line-height: 1.3;
	}
	.tk #four_banner.top-items h3 a{
		color: #333!important;
	}

		/* shipping info mobile */
	.tk .shipping-info{
		padding-bottom: 0!important;
	}
	.tk .shipping-info ul{
		border: none!important;
		display: flex!important;
		flex-wrap: wrap!important;
		padding: 0!important;
	}
	.tk .shipping-info li{
		width: 50%!important;
		float: none!important;
		padding: 12px 8px!important;
		border-right: none!important;
		border-bottom: 1px dashed #eee;
		display: flex!important;
		align-items: center;
	}
	.tk .shipping-info li:nth-last-child( 1 ),
	.tk .shipping-info li:nth-last-child( 2 ){
		border-bottom: none;
	}
	.tk .shipping-info .media-left{
		padding-right: 0!important;
		flex-shrink: 0;
	}
	.tk .shipping-info li i{
		font-size: 26px!important;
		margin-right: 8px!important;
		line-height: 1!important;
	}
	.tk .shipping-info .media-body{
		flex: 1;
	}
	.tk .shipping-info li h5{
		font-size: 13px!important;
		margin-bottom: 2px!important;
		line-height: 1.2;
	}
	.tk .shipping-info ul span{
		font-size: 11px!important;
		line-height: 1.2;
		display: block;
	}

		/* main tabs mobile horizontal scroll */
	.tk .featur-tabs{
		padding-bottom: 0!important;
	}
	.tk .main-tabs-sec{
		padding-top: 30px!important;
		padding-bottom: 30px!important;
	}
	.tk .main-tabs-sec .nav{
		display: flex!important;
		flex-wrap: nowrap!important;
		overflow-x: auto!important;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 8px;
		margin-bottom: 20px!important;
		border: none!important;
	}
	.tk .main-tabs-sec .nav::-webkit-scrollbar{
		display: none;
	}
	.tk .main-tabs-sec .nav li{
		float: none!important;
		flex: 0 0 auto!important;
		width: auto!important;
		margin-right: 8px;
	}
	.tk .main-tabs-sec .nav li a{
		min-height: auto!important;
		padding: 8px 16px!important;
		font-size: 13px!important;
		white-space: nowrap;
		border: 1px solid #ddd!important;
		border-radius: 20px;
		display: flex;
		align-items: center;
		gap: 6px;
	}
	.tk .main-tabs-sec .nav li i{
		font-size: 16px!important;
		width: auto!important;
		display: inline-block!important;
	}
	.tk .main-tabs-sec .nav li.active a:before{
		display: none!important;
	}
	.tk .layout-14 .main-tabs-sec .nav li.active a,
	.tk .main-tabs-sec .nav li.active a{
		border-radius: 20px;
	}

		/* product grid mobile (col 3 & col 5) */
	.tk .item-col-3,
	.tk .item-col-5{
		margin: 0 -5px;
	}
	.tk .item-col-3 .product,
	.tk .item-col-5 .product{
		width: 50%;
		padding: 0 5px;
		margin-bottom: 15px;
		min-height: auto;
	}

		/* fix title overlap add to cart button mobile grid */
	.tk .product article .tittle{
		display: -webkit-box !important;
		-webkit-line-clamp: 2 !important;
		-webkit-box-orient: vertical !important;
		overflow: hidden !important;
		height: 38px !important;
		line-height: 1.3 !important;
		margin-bottom: 5px !important;
	}
	.tk .product article .cart-btn,
	.tk .product article .btn-add-cart{
		position: relative !important;
		z-index: 20 !important;
		pointer-events: auto !important;
	}

		/* mobile breadcrumb horizontal scroll */
	.tk .breadcrumb,
	.tk .linking .breadcrumb{
		display: flex!important;
		flex-wrap: nowrap!important;
		overflow-x: auto!important;
		white-space: nowrap!important;
		-webkit-overflow-scrolling: touch;
		padding: 10px 12px!important;
		margin-bottom: 15px!important;
		background: #f8f9fa!important;
		border-radius: 6px;
	}
	.tk .breadcrumb::-webkit-scrollbar,
	.tk .linking .breadcrumb::-webkit-scrollbar{
		display: none;
	}
	.tk .breadcrumb > li,
	.tk .linking .breadcrumb > li{
		flex: 0 0 auto!important;
		font-size: 12px!important;
		display: inline-flex!important;
		align-items: center;
	}
	.tk .breadcrumb > li.active,
	.tk .linking .breadcrumb > li.active{
		max-width: 160px;
		overflow: hidden;
		text-overflow: ellipsis;
		color: #888;
	}

		/* product share list */
	.tk .div_product .cmp-list{
		margin: 12px 0!important;
	}
	.tk .div_product .cmp-list li{
		padding-right: 7px!important;
		margin-right: 7px!important;
		font-size: 12px!important;
	}
	.tk .div_product .cmp-list li a i{
		font-size: 12px!important;
		margin-right: 3px!important;
	}

		/* product quantity mobile fix */
	.tk .div_product .quinty{
		width: 60px!important;
		margin-right: 10px!important;
	}
	.tk .div_product .quinty input[type="number"]{
		height: 40px!important;
		font-size: 14px!important;
		padding: 0 !important;
		text-align: center !important;
		-webkit-appearance: none !important;
		-moz-appearance: textfield !important;
		appearance: none !important;
	}
	.tk .div_product .quinty input[type="number"]::-webkit-inner-spin-button,
	.tk .div_product .quinty input[type="number"]::-webkit-outer-spin-button{
		-webkit-appearance: none !important;
		margin: 0 !important;
		display: none !important;
	}

		/* product buy now button */
	.tk .btn-buy-now{
		margin-left: 5px;
	}

		/* product list & grid mobile */
	.tk .col-list .product{
		margin-bottom: 12px;
		background: #fff;
		border: 1px solid #eee;
		border-radius: 8px;
		padding: 10px;
		box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.05 );
	}
	.tk .col-list .product article{
		display: flex!important;
		align-items: flex-start;
		gap: 12px;
	}
	.tk .col-list .media-left{
		display: block!important;
		padding-right: 0!important;
		flex-shrink: 0;
		width: 100px;
	}
	.tk .col-list .media-left .item-img{
		position: relative;
		width: 100%;
		border-radius: 6px;
		overflow: hidden;
	}
	.tk .col-list .media-left .item-img img{
		width: 100%;
		height: 100px;
		object-fit: cover;
	}
	.tk .col-list .media-left .sale-tag{
		font-size: 10px;
		padding: 2px 5px;
	}
	.tk .col-list .media-body{
		display: block!important;
		width: 100%!important;
		flex: 1;
	}
	.tk .col-list .media-body .row{
		margin: 0!important;
	}
	.tk .col-list .col-sm-7,
	.tk .col-list .col-sm-5{
		width: 100%!important;
		padding: 0!important;
		float: none!important;
		text-align: left!important;
		min-height: auto!important;
		position: static!important;
	}
	.tk .col-list .tag{
		font-size: 11px;
		margin-bottom: 2px;
		display: block;
	}
	.tk .col-list .tittle{
		font-size: 14px;
		font-weight: 600;
		line-height: 1.3;
		margin-bottom: 4px;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
	.tk .col-list .bullet-round-list{
		padding-left: 0;
		list-style: none;
		margin: 4px 0 6px 0;
		font-size: 11px;
		color: #666;
	}
	.tk .col-list .bullet-round-list li{
		margin-bottom: 2px;
		line-height: 1.2;
	}
	.tk .col-list .heart,
	.tk .col-list .col-sm-5 p{
		display: none!important;
	}
	.tk .col-list .col-sm-5 .position-center-center{
		position: static!important;
		transform: none!important;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 6px;
		margin-top: 4px;
	}
	.tk .col-list .price{
		font-size: 15px!important;
		font-weight: bold;
		color: #ff4d4d;
		margin: 0!important;
	}
	.tk .col-list .btn-round{
		padding: 5px 12px!important;
		font-size: 12px!important;
		white-space: nowrap;
		margin: 0!important;
		border-radius: 4px;
		display: inline-block;
	}

		/* product option mobile compact */
	.tk .product-option-group{
		margin-top: 10px!important;
		margin-bottom: 10px!important;
		flex-direction: column;
		align-items: flex-start;
		gap: 6px;
	}
	.tk .product-option-group .option-label{
		min-width: auto;
		font-size: 13px!important;
		font-weight: 600;
	}
	.tk .product-option-group .option-items{
		gap: 6px!important;
	}
	.tk .product-option-group .option-item{
		height: 32px!important;
		min-width: 36px!important;
		padding: 0 10px!important;
		font-size: 12px!important;
		border-radius: 4px;
	}

		/* main blog */
	.tk .main-blog{
		padding-bottom: 30px!important;
	}

		/* footer */
	.tk footer{
		padding-bottom: 30px!important;
	}

		/* product option mobile */
	.tk .product-option-group{
		flex-direction: column;
		align-items: flex-start;
		gap: 6px;
	}
	.tk .product-option-group .option-label{
		min-width: auto;
	}

		/* cart page mobile */
	.tk .div_cart .table > thead{
		display: none;
	}
	.tk .div_cart .table > tbody > tr{
		display: block;
		border-bottom: 1px solid #eee;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.tk .div_cart .table > tbody > tr > td{
		display: block;
		text-align: left !important;
		padding: 8px 0;
		border: none;
	}
	.tk .div_cart .table .padding-top-60{
		padding-top: 5px !important;
	}
	.tk .div_cart .pro-btn{
		flex-direction: column;
		gap: 10px;
	}
	.tk .div_cart .pro-btn .btn-round{
		width: 100%;
		text-align: center;
	}
	.tk .div_cart .table .quinty{
		width: 70px !important;
		margin: 0 !important;
	}
	.tk .div_cart .table .quinty input[type="number"]{
		height: 36px !important;
		padding-left: 10px !important;
	}

		/* cart shipping process mobile */
	.tk .div_cart .ship-process,
	.tk .div_checkout .ship-process,
	.tk .div_cart_done .ship-process{
		padding-top: 15px!important;
		padding-bottom: 15px!important;
		background: #f8f9fa;
		border-bottom: 1px solid #eee;
	}
	.tk .div_cart .ship-process .row,
	.tk .div_checkout .ship-process .row,
	.tk .div_cart_done .ship-process .row{
		display: flex!important;
		align-items: center;
		justify-content: space-between;
		margin: 0 -5px!important;
	}
	.tk .div_cart .ship-process li,
	.tk .div_checkout .ship-process li,
	.tk .div_cart_done .ship-process li{
		width: 33.333%!important;
		float: none!important;
		padding: 0 5px!important;
		margin: 0!important;
		display: flex!important;
		align-items: center;
		opacity: 0.5;
	}
	.tk .div_cart .ship-process li.current,
	.tk .div_checkout .ship-process li.current,
	.tk .div_cart_done .ship-process li.current{
		opacity: 1;
	}
	.tk .div_cart .ship-process .media-left,
	.tk .div_checkout .ship-process .media-left,
	.tk .div_cart_done .ship-process .media-left{
		padding-right: 0!important;
		flex-shrink: 0;
	}
	.tk .div_cart .ship-process li i,
	.tk .div_checkout .ship-process li i,
	.tk .div_cart_done .ship-process li i{
		width: 30px;
		height: 30px;
		display: inline-flex!important;
		align-items: center;
		justify-content: center;
		font-size: 16px!important;
		line-height: 1!important;
	}
	.tk .div_cart .ship-process .media-body span,
	.tk .div_checkout .ship-process .media-body span,
	.tk .div_cart_done .ship-process .media-body span{
		display: none!important;
	}
	.tk .div_cart .ship-process .media-body h6,
	.tk .div_checkout .ship-process .media-body h6,
	.tk .div_cart_done .ship-process .media-body h6{
		font-size: 11px!important;
		margin: 0!important;
		line-height: 1.2;
		white-space: nowrap;
		font-weight: 600;
	}

		/* cart page mobile table layout */
	.tk .div_cart .table,
	.tk .div_cart .table > tbody,
	.tk .div_cart .table > tbody > tr,
	.tk .div_cart .table > tbody > tr > td{
		display: block!important;
		width: 100%!important;
	}
	.tk .div_cart .table > thead{
		display: none!important;
	}
	.tk .div_cart .table > tbody > tr{
		position: relative;
		margin-bottom: 15px;
		padding: 15px;
		background: #fff;
		border: 1px solid #e9e9e9;
		border-radius: 10px;
		box-shadow: 0 2px 8px rgba( 0, 0, 0, 0.04 );
	}
	.tk .div_cart .table > tbody > tr > td{
		border: none!important;
		padding: 6px 0!important;
		text-align: left!important;
	}
	.tk .div_cart .table td:nth-child( 1 ){
		padding-right: 35px!important;
	}
	.tk .div_cart .table td:nth-child( 1 ) .media-left{
		padding-right: 12px!important;
	}
	.tk .div_cart .table td:nth-child( 1 ) img{
		width: 70px!important;
		height: 70px!important;
		object-fit: cover;
		border-radius: 8px;
	}
	.tk .div_cart .table td:nth-child( 1 ) .media-body p{
		margin-bottom: 4px;
		font-size: 15px;
		line-height: 1.3;
	}
	.tk .div_cart .table td:nth-child( 2 ):before{
		font-weight: 600;
		color: #777;
		display: inline-block;
		width: 90px;
	}
	.tk .div_cart .table td:nth-child( 3 ){
		display: flex!important;
		align-items: center;
		margin: 6px 0;
	}
	.tk .div_cart .table td:nth-child( 3 ):before{
		font-weight: 600;
		color: #777;
		display: inline-block;
		width: 90px;
	}
	.tk .div_cart .table .quinty{
		width: 75px!important;
		margin: 0!important;
	}
	.tk .div_cart .table .quinty input[type="number"]{
		height: 36px!important;
		text-align: center!important;
		border-radius: 6px;
		border: 1px solid #ccc;
		padding: 0!important;
	}
	.tk .div_cart .table td:nth-child( 4 ){
		display: flex!important;
		align-items: center;
		justify-content: space-between;
		border-top: 1px dashed #eee!important;
		padding-top: 10px!important;
		margin-top: 8px;
	}
	.tk .div_cart .table td:nth-child( 4 ):before{
		font-weight: 600;
		color: #333;
	}
	.tk .div_cart .table td:nth-child( 4 ) .price{
		font-size: 16px!important;
		font-weight: 700;
		color: #ff4d4d;
	}
	.tk .div_cart .table td:nth-child( 5 ){
		position: absolute;
		top: 12px;
		right: 12px;
		width: auto!important;
		padding: 0!important;
	}
	.tk .div_cart .table td:nth-child( 5 ) .btn-remove-cart-item{
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 28px;
		height: 28px;
		background: #fff0f0;
		color: #ff4d4f;
		border-radius: 50%;
		text-decoration: none;
		font-size: 14px;
	}
	.tk .div_cart .pro-btn{
		display: flex;
		flex-direction: column;
		gap: 10px;
		margin-top: 15px;
	}
	.tk .div_cart .pro-btn a,
	.tk .div_cart .pro-btn .btn-round{
		width: 100%!important;
		text-align: center;
		margin: 0!important;
		padding: 12px 0!important;
		display: block;
	}
	.tk .div_cart .g-totel{
		text-align: right;
		padding: 10px 0;
	}
	.tk .div_cart .g-totel h5{
		font-size: 18px!important;
	}

		/* order review box mobile */
	.tk .div_checkout .order-review-box{
		padding: 12px;
	}
	.tk .div_checkout .order-review-box .media-left img{
		width: 48px;
		height: 48px;
	}
	.tk .div_checkout .order-review-box .media-body h6{
		font-size: 13px;
	}
	.tk .div_checkout .order-review-box .media-body .pull-right{
		font-size: 13px;
	}

		/* order totals box mobile */
	.tk .div_checkout .order-totals-box .table > tbody > tr > td{
		padding: 10px 12px;
		font-size: 13px;
	}
	.tk .div_checkout .order-totals-box .table h4{
		font-size: 16px;
	}

		/* order done page mobile */
	.tk .div_cart_done .panel-body .list-unstyled li{
		display: flex !important;
		justify-content: space-between !important;
		align-items: flex-start !important;
		gap: 5px !important;
		text-align: right !important;
		word-break: break-word !important;
	}
	.tk .div_cart_done .panel-body .list-unstyled li strong{
		flex-shrink: 0 !important;
		min-width: 75px !important;
		text-align: left !important;
		margin-bottom: 0 !important;
		display: inline-block !important;
	}
	.tk .div_cart_done .panel .table,
	.tk .div_cart_done .panel .table > tbody,
	.tk .div_cart_done .panel .table > tbody > tr,
	.tk .div_cart_done .panel .table > tbody > tr > td{
		display: block !important;
		width: 100% !important;
	}
	.tk .div_cart_done .panel .table > tbody > tr > td[data-label]:before{
		content: attr( data-label ) ": ";
		font-weight: 600;
		color: #777;
	}
	.tk .div_cart_done .panel .table > tbody > tr > td[data-label]:last-child:before{
		color: #333;
	}
	.tk .div_cart_done .panel .table > thead{
		display: none !important;
	}
	.tk .div_cart_done .panel .table > tbody > tr{
		border-bottom: 1px solid #eee;
		padding: 10px 0;
	}
	.tk .div_cart_done .panel .table > tbody > tr:last-child{
		border-bottom: none;
	}
	.tk .div_cart_done .panel .table > tbody > tr > td{
		border: none !important;
		padding: 6px 15px !important;
		text-align: right !important;
		display: flex !important;
		justify-content: space-between;
		align-items: center;
	}
	.tk .div_cart_done .panel .table > tbody > tr > td:nth-child( 1 ){
		display: block !important;
		text-align: left !important;
		margin-bottom: 10px;
	}
	.tk .div_cart_done .panel .table .media{
		display: flex !important;
		align-items: flex-start !important;
		width: 100% !important;
	}
	.tk .div_cart_done .panel .table .media-body{
		flex: 1 !important;
		min-width: 0 !important;
		width: 0 !important;
	}
	.tk .div_cart_done .panel .table .media-body p.font-bold{
		font-size: 14px !important;
		line-height: 1.3 !important;
		margin-top: 0!important;
		margin-bottom: 2px !important;
		white-space: normal !important;
		word-wrap: break-word !important;
		word-break: break-word !important;
		display: -webkit-box !important;
		-webkit-line-clamp: 2 !important;
		-webkit-box-orient: vertical !important;
		overflow: hidden !important;
	}
	.tk .div_cart_done .panel .table .media-left{
		flex-shrink: 0 !important;
		padding-right: 10px !important;
	}
	.tk .div_cart_done .panel .table .media-left img,
	.tk .div_cart_done .panel .table .media-left img.img-responsive{
		width: 48px !important;
		height: 48px !important;
		border-radius: 4px;
	}
	.tk .div_cart_done .panel .table .media-body p.font-bold{
		font-size: 13px !important;
		line-height: 1.3 !important;
		margin-bottom: 2px !important;
		display: -webkit-box !important;
		-webkit-line-clamp: 2 !important;
		-webkit-box-orient: vertical !important;
		overflow: hidden !important;
	}
	.tk .div_cart_done .panel .table .media-body small{
		font-size: 12px !important;
	}
	.tk .div_cart_done .panel .table > tbody > tr > td:nth-child( 2 ):before{
		font-weight: 600;
		color: #777;
	}
	.tk .div_cart_done .panel .table > tbody > tr > td:nth-child( 3 ):before{
		font-weight: 600;
		color: #777;
	}
	.tk .div_cart_done .panel .table > tbody > tr > td:nth-child( 4 ):before{
		font-weight: 600;
		color: #333;
	}
	
		/* order done table tfoot mobile */
	.tk .div_cart_done .panel .table tfoot{
		display: block;
		width: 100%;
		background: #f9f9f9;
		border-top: 2px solid #e2e2e2;
	}
	.tk .div_cart_done .panel .table tfoot tr{
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 5px 0;
	}
	.tk .div_cart_done .panel .table tfoot tr td{
		display: block !important;
		border: none !important;
		padding: 8px 15px !important;
		background: transparent !important;
	}
	.tk .div_cart_done .panel .table tfoot tr td:first-child{
		text-align: left !important;
	}
	.tk .div_cart_done .panel .table tfoot tr td:last-child{
		text-align: right !important;
	}

		/* blog page mobile layout */
	.tk .blog-page .blog-post{
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px dashed #eee;
	}
	.tk .blog-page .blog-post:last-child{
		border-bottom: none;
	}
	.tk .blog-page .recent-post .media{
		display: flex;
		align-items: center;
		margin-bottom: 12px;
		padding-bottom: 12px;
		border-bottom: 1px solid #f5f5f5;
	}
	.tk .blog-page .recent-post .media-left{
		padding-right: 12px;
		flex-shrink: 0;
	}
	.tk .blog-page .recent-post .media-left img{
		width: 65px;
		height: 65px;
		object-fit: cover;
		border-radius: 6px;
	}
	.tk .blog-page .recent-post .media-body{
		flex: 1;
	}
	.tk .blog-page .recent-post .media-body a{
		font-size: 13px;
		font-weight: 600;
		line-height: 1.3;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		margin-bottom: 3px;
	}
	.tk .blog-page .recent-post .media-body span{
		font-size: 11px;
		color: #888;
	}
}

@media ( max-width: 359px ){
		/* shipping info mobile */
	.tk .shipping-info li{
		width: 100%!important;
		border-bottom: 1px dashed #eee;
	}
	.tk .shipping-info li:last-child{
		border-bottom: none;
	}

		/* product grid mobile (col 3 & col 5) */
	.tk .item-col-3 .product,
	.tk .item-col-5 .product{
		width: 100%;
	}
}