@charset "UTF-8";
a {
    color: #040e3f;
    text-decoration: none;
    line-height: inherit;
}
a:hover {
    color: #040e3f;
}
ul{margin: 0; padding: 0; list-style: none;}
.btn-primary {
  --bs-btn-font-weight: 600;
  --bs-btn-color: #fff;
  --bs-btn-bg: #272727;;
  --bs-btn-border-color: #272727;;
  --bs-btn-border-radius: .5rem;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #171717;
  --bs-btn-hover-border-color: #171717;
  --bs-btn-focus-shadow-rgb: #272727;;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #171717;
  --bs-btn-active-border-color: #171717;
  border-radius: 0;
  padding: 1rem 1.5rem;
  font-family: inherit;
  font-size: 15px;
  line-height: normal;
  font-weight: normal;
}
.btn-default{
	color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.img-fluid{
  margin: auto;
  padding: auto;
  text-align: center;
  width: 100%;
}
.img-fluid, .img-fluid img {
  max-width: 100%;
  height: auto;
}










/* product-item */
.product-item .product-item-category{
	width: 100%; 
	margin: 1rem 0; 
	text-align: center;
    white-space: pre-wrap;
}
.product-item .product-item-category a{
    font-weight: 400;
    font-style: normal;
    font-size: 3.0rem;
    letter-spacing: 0rem;
    text-transform: none;
}
.product-item-info{
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
}
.product-item-info a.product-item-photo {
	display: flex;
    flex: 1 0 auto;
    align-items: center;
    margin-bottom: 1rem !important;
}
.product-item-info a.product-item-photo img{
	max-height: 198px;
	width: auto !important;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.product-item-info .product-item-details .product-item-name {
	text-align: center;
	margin-bottom: 1rem !important;
}
.product-item-info .product-item-details .product-item-name a{
	font-size: .95rem;
}
.product-item-info .product-item-details .product-item-price{
	text-align: center;
}
.product-item-info .product-item-details .product-item-price{
	text-align: center;
	margin-bottom: 1rem !important;
}
.product-item-info .product-item-details .product-item-price span.price {
    text-decoration: line-through;
    font-weight: 700;
    text-decoration-color: #874221;
    margin-left: 0.5rem;
}
.product-item-info .product-item-details .product-item-price span.cart_price {
	color: #874221;
    font-weight: 700;
}

/* breadcrumb */
.breadcrumb-box{
	padding: 0.95rem 0;
	--bs-breadcrumb-divider: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath d='M2.5 0L1 1.5 3.5 4 1 6.5 2.5 8l4-4-4-4z' fill='%236c757d'/%3E%3C/svg%3E");
}
.breadcrumb-item a{
	color: #040e3f;
}

/** related **/
.list-related {
    box-shadow: 0 2px 8px 0 rgb(7 17 27 / 1%);
    margin-bottom: 20px;
}
.list-related .inner-box{
  padding: 30px;
}
.list-related .ctitle {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ebeced;
    font-size: 16px;
    color: #333;
    padding: 0 20px;
    font-weight: bold;
}
.list-related .img-wrap img {
	width:100%;
}
.list-related .img-wrap {
	height:215px;
}

.list-related .list-item-title{
  color: #333;
  font-size: 14px;
  font-weight: normal;
  margin-top: 15px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.list-related .list-item-desc{
  color: #999;
  font-size: 12px;
  margin-top: 5px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.list-related .list-item{
  text-align: center;
  margin-bottom: 30px;
}

/* page */
.page-link {
	color: #040e3f;
}
.active>.page-link, .page-link.active {
    z-index: 3;
    color: #ffffff;
    background-color: #040e3f;
    border-color: #040e3f;
}

/* top */
.top-strip{
	background: #000;
    color: #fff;
    padding: 0.5rem 0;
}
.topbar{
	border-bottom: 1px solid #E3E7E8; margin-bottom: 1rem;
}
.topbar .logo{
	max-width: 92px;
	margin: 0.5rem 0;
}
.topbar .m-logo{
	max-height: 40px;
}
.topbar .cart a.cart-link{
	background: #1d1d1d;color: #fff; padding: .618em .618em;
}
.topbar .cart .cart-icon{
	width:1.2em;
}
.topbar .cart .cart-text{
	padding-left:.5em;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: .618em 0;
    margin: 0 .75em;
    font-style: normal;
    color: #030303;
    font-weight: 400;
}
/* 1200px + */
@media (min-width: 1200px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        margin: 0 .9em;
        font-size: 18px;
    }
}
/* 1400px + */
@media (min-width: 1400px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 22px;
    }
}

/* footer */

.footer-track-order{background: #EEEEEE;min-height: 81px;}
.footer-track-order .title{float: left;color: #050F37;font-weight: bold;font-size: 30px;}
.footer-track-order .desc{position: relative;margin: 20px auto;float: left;}
.footer-track-order .desc p{display: inline-block;height: 40px;width: 1px;background: #B7B8BC;float: left;margin-left: 20px;margin-right: 20px;}
.footer-track-order .desc span{color:#2F374E;}

.footer-track-order .query{float: right;margin-top: 20px;position: relative;}
.footer-track-order .query button{color: #fff;background: #000000;border: none;width: 89px;height: 37px;font-weight: bold;font-size: 15px;margin-left: 5px;}
.footer-track-order .query input{height: 37px;outline: none;border: none;vertical-align: bottom;width:450px;padding:0px 8px 0px 40px;}
.footer-track-order .query .icon-mail{ position: absolute;bottom:6px;left:8px; width: 25px; height: 25px; background-color: #000000;}






.footer2{background: #141414;min-height: 248px;}
.footer2 a {color: #CDCDD5;}
.footer2 .title{color:#fff;margin-top: 39px;font-size: 16px;}
.footer2 .title span{float: right;position: relative;top:0px;right:0px;display: inline-block;width: 18px;height: 18px;background: url(../images/rightarrows_footicom.png)no-repeat;}
.footer2 .title p{height: 3px;width: 24px;background: #fff;margin-top: 10px;margin-bottom: 20px;}
.footer2 .title a{font-weight: 600;text-decoration: none;color:#fff;clear: both;display: block;width: 100%;}
.footer2 ul li{color:#CDCDD5;margin-bottom: 8px;}

.footerText{color:#CDCDD5;margin-top:20px;margin-bottom: 20px;}
.footer3{background: #11172F;height: 50px;}
.foot_icon{margin-right: 10px;}
.footer2 .icon-mail, .icon-address{width: 17px; height: 17px; background-color: #CDCDD5; margin-right: .5rem;}

/** icons **/
.icon-mail {
  display: inline-block;
  mask-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"%3E%3Cpath d="M64 112c-8.8 0-16 7.2-16 16l0 22.1L220.5 291.7c20.7 17 50.4 17 71.1 0L464 150.1l0-22.1c0-8.8-7.2-16-16-16L64 112zM48 212.2L48 384c0 8.8 7.2 16 16 16l384 0c8.8 0 16-7.2 16-16l0-171.8L322 328.8c-38.4 31.5-93.7 31.5-132 0L48 212.2zM0 128C0 92.7 28.7 64 64 64l384 0c35.3 0 64 28.7 64 64l0 256c0 35.3-28.7 64-64 64L64 448c-35.3 0-64-28.7-64-64L0 128z"/%3E%3C/svg%3E');
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}

.icon-address {
  display: inline-block;
  mask-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"%3E%3Cpath d="M215.7 499.2C267 435 384 279.4 384 192C384 86 298 0 192 0S0 86 0 192c0 87.4 117 243 168.3 307.2c12.3 15.3 35.1 15.3 47.4 0zM192 128a64 64 0 1 1 0 128 64 64 0 1 1 0-128z"/%3E%3C/svg%3E');
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}

.warning1{color:#F48111;}
@media (min-width: 320px) {
	.footer-track-order .query{margin: 10px  0px;float: none;width: 100%;}
	.footer-track-order .query input{width:66%;}
	.footer-track-order .query button{width: 83px;}
	
	
	.footer-track-order .desc p{margin:0px 10px;}
    .footer-track-order .desc span{font-size: 10px;}
    .footer-track-order .title{font-size:26px;} 
    
    
    .footer2_titleCut1{display: none;}
    .footer2_titleCut{display: inline-block;font-weight: 500;}
    
    .product-item .product-item-category a{
	    font-size: 2.0rem;
	}

}
@media (min-width: 768px) {
	.footer-track-order .query{margin: 10px 0px;float: none;width: 100%;}
	.footer-track-order .query input{width: 84%;}
	
    .footer2_titleCut1{display: block;}
    .footer2_titleCut{display: none;}
    .footer2 h6 span{display: none;}
    
    
    .product-item .product-item-category a{
	    font-size: 2.0rem;
	}
    
    
    
    
}
@media (min-width: 1024px) {
	.footer-track-order .query{float: right;width: 55%;margin-top: 20px;}
	.footer-track-order .query input{width: 82%;}
}


.article-list {
	max-width: 1024px;
    margin: 0 auto;
}
.article-list .article-item {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    transition: all 0.3s;
}
.article-list .article-item:hover {
    background-color: #f8f9fa;
}
.article-list .article-title {
    font-size: 1.4rem;
    margin-bottom: 5px;
    color: #333;
}
.article-list .article-date {
    color: #6c757d;
    font-size: 0.9rem;
}
        
.article-container {
    max-width: 1024px;
    margin: 0 auto;
    padding: 20px;
}
.article-header {
    margin-bottom: 40px;
    text-align: center;
}

.article-title {
    font-size: 2rem;
    margin-bottom: 10px;
    color: #333;
}
.article-date {
    color: #6c757d;
    font-size: 1rem;
    margin-bottom: 20px;
}
.article-content {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #444;
}
.article-content p {
    margin-bottom: 1.5em;
}
.article-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 20px auto;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}
@media (max-width: 768px) {
    .article-content img {
        margin: 15px auto;
    }
}
.back-to-list {
    margin-top: 40px;
    text-align: center;
}


.artwork-title {
    font-size: 2.0rem;
    margin-bottom: 30px;
    color: #333;
    padding-bottom: 10px;
    text-align: center;
}
.artwork-content {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #444;
}

.artwork-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 20px auto;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}
@media (max-width: 768px) {
    .artwork-content img {
        margin: 15px auto;
    }
}


