#blog-single .container .content-wrapper{
	margin:30px 0;
	
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	flex-direction:row-reverse;
	gap:34px;
}
#blog-single .container .content{
	width:-moz-calc( 100% - 324px );
	width:-webkit-calc( 100% - 324px );
	width:calc( 100% - 324px );
}
#blog-single .container .content .block-wrapper{
	width:100%;
	margin-bottom:24px;
	padding-bottom:10px;
	border-bottom:1px solid #dadada;
	overflow:hidden;
}
#blog-single .container .content .post-title{
	margin:0 0 10px;
	padding-bottom:10px;
	border-bottom:1px solid #dadada;
	
	font-size: 18px;
	color:#282828;
	text-align: right;
	font-weight: 500;
	line-height: 32px;
}
#blog-single .container .content .info{
	width:100%;
	height:24px;
	overflow: hidden;
	margin-bottom:24px;
	
	display:flex;
	justify-content:flex-start;
	align-items:center;
	gap:24px;
}
#blog-single .container .content .info .icon{
	display:flex;
	justify-content:flex-start;
	align-items:center;
	gap:5px;
}
#blog-single .container .content .info .icon span{
	font-size: 13px;
	font-weight: 400;
	color:#a4a4a4;
}
#blog-single .container .content .info .icon a{
	color:#d88f58;
	text-decoration:underline;
}
#blog-single .container .content .poster{
	max-width:100%;
	height:auto;
	display:block;
	border-radius:12px;
	border:1px solid #dadada;
	padding:5px;
	margin:50px auto;
}
#blog-single .container .content .text-content{
	font-size: 14px;
	color:#4d4c4c;
	text-align: right;
	font-weight: 400;
	line-height: 30px;
}
#blog-single .container .content .text-content h2,
#blog-single .container .content .text-content h3,
#blog-single .container .content .text-content h4{
	margin-top:20px;
	margin-bottom:5px;
}
#blog-single .container .content .text-content img.aligncenter,
#blog-single .container .content .text-content img.alignnone{
    margin:20px auto;
	display:block;
    
    text-align:center;
}
#blog-single .container .content .text-content img{
    max-width:100%;
    height:auto;
}
#blog-single .container .content .text-content .image-col-3{
	margin:20px auto;
	
	display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
	gap:10px;
}
#blog-single .container .content .text-content .image-col-3 a{
	width:-moz-calc(100% / 3 - 6.666666666666667px);
	width:-webkit-calc(100% / 3 - 6.666666666666667px);
	width:calc(100% / 3 - 6.666666666666667px);
	
	height:auto;
	display:block;
	margin:0;
	padding:0;
}
#blog-single .container .content .text-content .image-col-3 a img{
	display:block;
	margin:0;
}
#blog-single .container .content .text-content blockquote{
	width:100%;
	background:#f7f2e8;
	display:block;
	border:1px solid #d2c3a5;
	border-radius:24px;
	padding:10px 15px;
	margin:20px auto;
	
	display:flex;
	justify-content:space-between;
	align-items:center;
	gap:0;
	
	font-size:16px;
	text-align:center;
	color:#80593f;
	line-height:25px;
}
#blog-single .container .content .text-content blockquote:before{
	width:39px;
	height:30px;
	background:url('../images/blockquote-right.webp') no-repeat;
	-moz-background-size:100%;
	-webkit-background-size:100%;
	background-size:100%;
	display:inline-block;
	content:'';
	
	align-self:start;
}
#blog-single .container .content .text-content blockquote:after{
	width:39px;
	height:30px;
	background:url('../images/blockquote-left.webp') no-repeat;
	-moz-background-size:100%;
	-webkit-background-size:100%;
	background-size:100%;
	display:inline-block;
	content:'';
	
	align-self:end;
}
#blog-single .container .content .text-content blockquote p{
	width:-webkit-calc(100% - 90px);
	width:-moz-calc(100% - 90px);
	width:calc(100% - 90px);
}
#blog-single .container .content .text-content blockquote:has(a){
	min-height:64px;
	overflow:hidden;
	padding:0;
}
#blog-single .container .content .text-content blockquote:has(a):before{
	width:36px;
	height:64px;
	background:url('../images/blockquote-link-right.webp') no-repeat;
	display:inline-block;
	content:'';
	
	align-self:center;
}
#blog-single .container .content .text-content blockquote:has(a):after{
	width:36px;
	height:64px;
	background:url('../images/blockquote-link-left.webp') no-repeat;
	display:inline-block;
	content:'';
	
	align-self:center;
}
#blog-single .container .content .text-content blockquote p{
	padding:10px 0;
}
#blog-single .container .content .text-content blockquote:has(a) a{
	color:#bd9049;
	text-decoration:underline;
}
#blog-single .container .content .text-content ul,
#blog-single .container .content .text-content ol{
    margin:0;
    padding:0 40px 0 0;
}

.article-content {
    max-width: 100%;
    font-family: inherit;
    line-height: 1.8;
    scroll-behavior: smooth;
}
.article-content h2 {
    color: #8b6b3d;
    border-right: 4px solid #c9a84c;
    padding-right: 12px;
    scroll-margin-top: 200px;
}
.article-content h2.article-main-title {
    font-size: 2em;
    border-right: none;
    padding-right: 0;
    scroll-margin-top: 200px;
}
.article-content h3 {
    color: #5a4a2a;
}
.table-of-content {
    background: linear-gradient(135deg, #fdf8f0 0%, #faf3e6 100%);
    border: 2px solid #c9a84c;
    border-radius: 12px;
    padding: 20px 25px;
    margin: 25px 0;
    box-shadow: 0 4px 15px rgba(139, 107, 61, 0.1);
}
.table-of-content-title {
    font-size: 1.3em;
    font-weight: bold;
    color: #8b6b3d;
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 12px;
    border-bottom: 2px dashed #d4b87a;
}
.table-of-content-list {
    column-count: 2;
    column-gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.table-of-content-list .toc-item {
    margin-bottom: 10px;
    break-inside: avoid;
}
.table-of-content-list .toc-item a {
    display: block;
    padding: 10px 12px;
    background: #ffffff;
    color: #5a4a2a;
    text-decoration: none;
    border-right: 4px solid transparent;
    border-radius: 6px;
    font-size: 0.95em;
    transition: all 0.2s ease;
}
.table-of-content-list .toc-item a:hover {
    border-right-color: #c9a84c;
    background-color: #fcf9f2;
}
@media screen and (max-width: 768px) {
    .table-of-content-list {
        column-count: 1;
    }
}

.table-responsive {
    margin: 20px 0;
    border-radius: 6px;
    overflow: hidden;
}

.article-content table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95em;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.article-content table thead th {
    background: #8b6b3d;
    color: #ffffff;
    font-weight: bold;
    padding: 12px 16px;
    text-align: center;
    border: 1px solid #7a5d34;
    font-size: 0.95em;
    vertical-align: middle;
}

.article-content table thead th:first-child {
    border-radius: 0 6px 0 0;
}

.article-content table thead th:last-child {
    border-radius: 6px 0 0 0;
}

.article-content table tbody td {
    padding: 10px 14px;
    text-align: center;
    border: 1px solid #e0d5c5;
    vertical-align: middle;
    background-color: #ffffff;
}

.article-content table tbody tr:nth-child(even) td {
    background-color: #f8f5f0;
}

.article-content table tbody tr:last-child td:first-child {
    border-radius: 0 0 6px 0;
}

.article-content table tbody tr:last-child td:last-child {
    border-radius: 0 0 0 6px;
}

.article-content table tbody td:first-child {
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    .table-responsive {
        border-radius: 0;
        overflow: visible;
    }
    .article-content table,
    .article-content table thead,
    .article-content table tbody,
    .article-content table th,
    .article-content table td,
    .article-content table tr {
        display: block;
    }
    .article-content table thead {
        display: none;
    }
    .article-content table tbody tr {
        margin-bottom: 20px;
        border: 1px solid #e0d5c5;
        border-radius: 8px;
        background: #ffffff;
        box-shadow: 0 2px 6px rgba(0,0,0,0.1);
        overflow: hidden;
    }
    .article-content table tbody td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: none;
        border-bottom: 1px solid #f0e8dc;
        padding: 12px 16px;
        text-align: right;
        font-size: 0.9em;
        background: #ffffff;
    }
    .article-content table tbody tr:nth-child(even) td {
        background: #f8f5f0;
    }
    .article-content table tbody td:last-child {
        border-bottom: none;
    }
    .article-content table tbody td:before {
        content: attr(data-label) " :";
        font-weight: bold;
        color: #8b6b3d;
        margin-left: 10px;
        flex-shrink: 0;
        text-align: right;
        order: -1;
    }
}
@media screen and (max-width: 480px) {
    .article-content table tbody td {
        padding: 10px 12px;
        font-size: 0.85em;
    }
}

#archive-faq{
	margin-top:20px;
}
#archive-faq .section-title{
	display:block;
	margin-bottom:40px;
	
	font-size:18px;
	color:#505050;
	font-weight:500;
	text-align:center;
}
#archive-faq ul{
	list-style:none;
	margin:0;
	padding:0;
	
	display:flex;
	flex-direction:column;
	gap:10px;
}
#archive-faq ul li{
	width:100%;
	background:#fff url('../images/faq-bg.webp') no-repeat right top;
	display:block;
	overflow:hidden;
	padding:0 24px 14px;
	border-radius: 25px;
	border: 1px solid #e4cbb5;
	
	display:flex;
	flex-direction:column;
	gap:12px;
}
#archive-faq ul li .question{
	cursor:pointer;
	overflow:hidden;
	
	display:flex;
	justify-content:space-between;
	align-items:center;
	gap:12px;
}
#archive-faq ul li .question p{
	width:-moz-calc( 100% - 30px );
	width:-webkit-calc( 100% - 30px );
	width:calc( 100% - 30px );
	overflow:hidden;
	
	display:flex;
	align-items:start;
	
	font-size: 15px;
	color:#874616;
	text-align:right;
	font-weight: 500;
	line-height: 30px;
}
#archive-faq ul li .question p .number{
	width:35px;
	height:41px;
	background:#f4ede2;
	display:inline-block;
	border-radius:0 0 16px 16px;
	margin-left:10px;
	
	font-size:18px;
	color:#a95211;
	text-align:center;
	line-height:41px;
}
#archive-faq ul li .question p .text{
	margin-top:15px;
	display:inline-block;
}
#archive-faq ul li .question:after{
	width: 16px;
	height: 8px;
	background:url('../images/arrow-down-faq.webp') no-repeat;
	-moz-background-size:100%;
	-webkit-background-size:100%;
	background-size:100%;
	display:block;
	content:'';
	margin-top:15px;
}
#archive-faq ul li.open .question:after{
	rotate:180deg;
}
#archive-faq ul li .answer{
	width:100%;
	display:none;
	overflow:hidden;
	
	font-size: 14px;
	color:#a07555;
	text-align:justify;
	line-height: 24px;
}
@media only screen and (max-width:480px) {
	#archive-faq ul li .question p{
		font-size: 14px;
	}
}

#blog-single .container .content .block-wrapper #go-to-top{
	margin-top:10px;
	float:left;
	clear:both;
	cursor:pointer;
	
	font-size:13px;
	color:#d88f58;
	
	display:flex;
	align-items:center;
}
#blog-single .container .content .block-wrapper #go-to-top:after{
	width:7px;
	height:7px;
	border-top:1px solid #d88f58;
	border-right:1px solid #d88f58;
	display:block;
	margin-right:10px;
	margin-left:4px;
	content:'';
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#blog-single .container .content .comments-title{
	margin:50px 0 30px;
	font-size:18px;
	color:#6a6a6a;
	font-weight:500;
}
#blog-single .container .content .comment-content #commentform {
	overflow: hidden;
	margin-top: 13px
}

#blog-single .container .content .comment-content #commentform .row {
	width: 100%;
	overflow: hidden;
	margin-bottom: 13px;
}
#blog-single .container .content .comment-content #commentform .row.col-3 {
	display:flex;
	justify-content:space-between;
	align-items:center;
	gap:15px;
}
#blog-single .container .content .comment-content #commentform .row.col-3 .input-box{
	width:-moz-calc( 100% / 3 - 10px );
	width:-webkit-calc( 100% / 3 - 10px );
	width:calc( 100% / 3 - 10px );
}
#blog-single .container .content .comment-content #commentform .row .input-box .input-title{
	margin-bottom:5px;
	display:block;
	
	font-size:14px;
	color:#676767;
	font-weight:500;
}
#blog-single .container .content .comment-content #commentform .row .input-box .input-title .required{
	color:#ff0000;
}
#blog-single .container .content .comment-content #commentform .row .input-box textarea{
	height:150px;
	
	line-height:30px;
}
#blog-single .container .content .comment-content #commentform .row .input-box .rating-stars {
	direction: ltr;
	unicode-bidi: bidi-override;
	display: inline-block;
}
#blog-single .container .content .comment-content #commentform .row .input-box .rating-stars input {
	display: none;
}
#blog-single .container .content .comment-content #commentform .row .input-box .rating-stars label {
	width: 20px;
	height: 16px;
	display: inline-block;
	background-image: url('../images/star-outline.svg');
	background-size: cover;
	cursor: pointer;
}
#blog-single .container .content .comment-content #commentform .row .input-box .rating-stars input:checked ~ label,
#blog-single .container .content .comment-content #commentform .row .input-box .rating-stars label:hover,
#blog-single .container .content .comment-content #commentform .row .input-box .rating-stars label:hover ~ label {
	background-image: url('../images/star-full.svg');
}
#blog-single .container .content .comment-content #commentform .btn {
	width: 150px;
	height:42px;
	background:#d88f58;
	overflow: hidden;
	display:block;
	cursor:pointer;
	margin: 10px auto 0;
	border:0;
	outline:none;
	
	font-size:14px;
	color:#fff;
}
#blog-single .container .content .comment-content .comment-list {
	list-style: none
}
#blog-single .container .content .comment-content .comment-list li {
	background: #fff;
	overflow: hidden;
	margin-top: 13px;
	color: #888;
}
#blog-single .container .content .comment-content .comment-list li:last-child {
	margin-bottom: 0
}
#blog-single .container .content .comment-content .comment-list li .comment-info {
	width:100%;
	display:block;
	border-bottom:1px solid #cbcbcb;
	padding-bottom:5px;
	margin-bottom:5px;
	
	display:flex;
	justify-content:space-between;
	align-items:center;
	
	font-size:12px;
	color:#929292;
	font-weight:500;
}
#blog-single .container .content .comment-content .comment-list li .comment-info .comment-rating {
	display: inline-block;
	direction: rtl;
	margin-right:5px;
}
#blog-single .container .content .comment-content .comment-list li .comment-info .comment-rating .star {
	width: 20px;
	height: 16px;
	display: inline-block;
	background-image: url('../images/star-outline.svg');
	background-size: cover;
	margin-left: 2px;
}
#blog-single .container .content .comment-content .comment-list li .comment-info .comment-rating[data-rating="1"] .star:nth-child(-n+1),
#blog-single .container .content .comment-content .comment-list li .comment-info .comment-rating[data-rating="2"] .star:nth-child(-n+2),
#blog-single .container .content .comment-content .comment-list li .comment-info .comment-rating[data-rating="3"] .star:nth-child(-n+3),
#blog-single .container .content .comment-content .comment-list li .comment-info .comment-rating[data-rating="4"] .star:nth-child(-n+4),
#blog-single .container .content .comment-content .comment-list li .comment-info .comment-rating[data-rating="5"] .star:nth-child(-n+5) {
	background-image: url('../images/star-full.svg');
}

#blog-single .container .content .comment-content .comment-list li .text {
	font-size:14px;
	color:#6a6a6a;
	line-height:30px;
	text-align:right;
}

#blog-single .container .sidebar{
	width:290px;
}
#blog-single .container .sidebar .block-wrapper{
	width:100%;
	overflow:hidden;
}
#blog-single .container .sidebar .sidebar-title{
	margin:0 0 10px;
	padding-bottom:10px;
	border-bottom:1px solid #dadada;
	
	font-size: 18px;
	color:#282828;
	text-align: right;
	font-weight: 500;
	line-height: 32px;
}
#blog-single .container .sidebar .related-posts ul{
	list-style:none;
	margin:25px 0;
	padding:0;
}
#blog-single .container .sidebar .related-posts ul li{
	width:100%;
	margin-bottom:15px;
	
	display:flex;
	justify-content:space-between;
	align-items:center;
	gap:15px;
}
#blog-single .container .sidebar .related-posts ul li .thumb{
	width:90px;
	height:auto;
	padding:3px;
	border:1px solid #dadada;
	border-radius:10px;
}
#blog-single .container .sidebar .related-posts ul li .title{
	width:-moz-calc(100% - 105px);
	width:-webkit-calc(100% - 105px);
	width:calc(100% - 105px);
	
	font-size:13px;
	color:#282828;
	text-align:right;
	line-height:25px;
}
#blog-single .container .sidebar .related-posts ul li .title:hover{
	color:#d88f58;
}

#blog-single .container .bottom-banners{
	width:100%;
	
	display:flex;
	justify-content:space-between;
	align-items:start;
	flex-wrap:wrap;
	gap:60px;
}
#blog-single .container .bottom-banners .banner{
	width:-moz-calc( 50% - 30px );
	width:-webkit-calc( 50% - 30px );
	width:calc( 50% - 30px );
	
	display:block;
}
#blog-single .container .bottom-banners .banner img{
	width:100%;
	
	height:auto;
	display:block;
}

@media only screen and (max-width:1000px) {
	#blog-single .container .content-wrapper{
		display:flex;
		justify-content:flex-start;
		align-items:center;
		flex-direction:column;
		gap:24px;
	}
	#blog-single .container .content{
		width:100%;
	}
	#blog-single .container .sidebar{
		width:100%;
	}
	#blog-single .container .sidebar .blog-products .products .product{
		margin:0 0 0 16px !important;
	}
}
@media only screen and (max-width:700px) {
	#blog-single .container .content .comment-content #commentform .row.col-3{
		flex-direction:column;
	}
	#blog-single .container .content .comment-content #commentform .row.col-3 .input-box{
		width:100% !important;
	}
}
@media only screen and (max-width:650px) {
	#blog-single .container .bottom-banners .banner{
		width:100%;
	}
}
@media only screen and (max-width:600px) {
	#blog-single .container .content .text-content blockquote:before,
	#blog-single .container .content .text-content blockquote:after{
		width:30px;
		height:23px;
	}
	#blog-single .container .content .text-content blockquote p{
		width:-webkit-calc(100% - 72px);
		width:-moz-calc(100% - 72px);
		width:calc(100% - 72px);
		
		font-size:14px;
		line-height:25px;
		padding:0;
	}
	#blog-single .container .content .text-content blockquote:has(a) p{
		width:-webkit-calc(100% - 90px);
		width:-moz-calc(100% - 90px);
		width:calc(100% - 90px);
		
		padding:10px 0;
	}
}
@media only screen and (max-width:500px) {
	#blog-single .container .content .text-content .image-col-3 a{
		width:-moz-calc(50% - 5px);
		width:-webkit-calc(50% - 5px);
		width:calc(50% - 5px);
	}
}