body {
    font-family: 'メイリオ', Meiryo, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Osaka, 'ＭＳ Ｐゴシック', sans-serif;
    color: #444;
}

.home-width {
    width: 1320px;
    margin: 0 auto;
}
.homepage-item-list-width{
    max-width: 1980px;
    margin: 0 auto;
}

.product-card {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 0px;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #ddd;
}
.bg-image{
    background-color: #d6f2d6;
}

.product-card.style2 {
    box-shadow: none
}

.product-card.style2:hover {
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}

.product-card:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}

.product-card img {
    width: 100%;
    height: auto;
    display: block;
}

.product-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 0.9rem;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.product-detail {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
    opacity: 0;
    padding: 15px;
    font-size: 0.9rem;
    transition: opacity 0.4s ease;
    z-index: 2;
}

.product-card:hover .product-caption {
    opacity: 0;
}

.product-card:hover .product-detail {
    opacity: 1;
}

.price {
    font-weight: bold;
    font-size: 1rem;
    color: #d11;
}

.product-detail-title {
    font-weight: bold;
    border-bottom: 2px solid black;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.info-table td {
    padding: 4px 8px;
    font-size: 0.85rem;
}

.info-table td:first-child {
    background-color: #f8f8f8;
    font-weight: 600;
    width: 35%;
}

.input-search {
    border: 2px solid #FF8400;
    border-radius: 8px;
    box-sizing: border-box;
    font-weight: bold;
}

.input-search .start,
.input-search .center,
.input-search .end {
    border: none;
}

.input-search .start {
    padding: 5px 25px;
}

.input-search .center {
    border-left: none;
    border-right: none;
}

.input-search .end {
    background-color: #FF8400;
    color: white;
    font-weight: bold;
    padding: 5px 25px;
}
.header_button{
    font-size: 12px;
    padding: 10px 15px;
    margin-right: 10px;
}
.header_button:last-child{
    margin-right: 0;
}
.header_button .cart_count{
    width: 20px;
    padding: 1px;
    height: 21px;
    line-height: 20px;
    font-size: 12px;
}

.button-category{
    height: 50px;
    line-height: 37px;
    transition: 0.4s all;
}
.button-category:hover{
    background-color: #800;
}

.image-wrapper {
    /* width: 300px; */
    height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #eee; */
    overflow: hidden;
}

.image-wrapper img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.image-slide-wrapper {
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eee;
    overflow: hidden;
}

.image-slide-wrapper img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.css-2-lines {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tanka-wrapper{
    height: 50px;
}

.product-info-slide{
    height: 67px;
}
.product-title:hover{
    color: #0d6efd !important;
}
.product-name-slide{
    font-size: 13px;
    height: 40px;
}
.link-hover:hover{
    color: #0d6efd !important;
}

/* Back to Top */
#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    outline: none; /* Remove outline */
    cursor: pointer; /* Add a mouse pointer on hover */
    font-size: 18px; /* Increase font size */
}
.header-btn-custom{
	display: inline-block;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	font-weight: normal;
  	line-height: 13px;
	font-size: 15px;
	padding: 10px;
	border-radius: 5px;
}
.header-btn-custom:hover{
	cursor: pointer;
  	opacity: 0.7;
	text-decoration: underline;
}
.header-btn-custom.submit{
	background: #fff;
	color: #000 !important;
	font-weight: bold;
	border: 1px solid #D67615;
	box-shadow: 0 2px 1px #d26a00;
	text-shadow: none !important;
}
.header-btn-custom.dark_yellow{
	background-color: #d7c729;
	border-bottom: 2px solid #7a7114;
	box-shadow: 0 2px 1px #7a7114;
	color: #ffffff !important;
	text-shadow: -1px -1px 1px #938b37, 0 1px 1px #7a7114;
}
.header-btn-custom.red{
	background-color: #d15454;
  border-bottom: 2px solid #762222;
  box-shadow: 0 2px 1px #762222;
  color: #ffffff !important;
  text-shadow: -1px -1px 1px #913333, 0 1px 1px #762222;
}

.header-btn-custom.blue{
	background-color: #0085cc;
	border-bottom: 2px solid #1b516d;
	box-shadow: 0 2px 1px #1b516d;
	color: #ffffff !important;
	text-shadow: -1px -1px 1px #1b516d, 0 1px 1px #1b516d;
}

.header-btn-custom.green{
	background-color: #009908;
	border-bottom: 2px solid #014705;
	box-shadow: 0 2px 1px #014705;
	color: #ffffff !important;
	text-shadow: -1px -1px 1px #014705, 0 1px 1px #014705;
}

/* < 992px (tablet) */
@media (max-width: 1200px) {
   .home-width{
        width: auto;
    }
    .top-header .mass{
        justify-content: center !important;
    }
    .main-header{
        margin-top: 15px;
    }
    .main-header .mm-logo{
        margin-right: 10px;
    }

    .main-header .mm-logo img{
        width: 80px;
    }
    .main-header .valeur-logo img{
        width: 150px;
    }
    .main-header .des-header{
        font-size: 1em !important;
        white-space: nowrap;
    }
    .main-header .btn{
        padding: 5px;
    }

    /* Home List item */
    .homepage-item-list-width .list-item{
        gap: 10px !important;
    }
    .image-wrapper{
        height: 280px;
    }
    .product-title, .product-price{
        font-size: 14px;
    }

     /* item detail */
     .image-thums .swiper-slide img{
        width: 100%;
        height: 100%;
     }
}

/* < 768px (tablet, mobile) */
@media (max-width: 768px) {
    .top-header > .home-width{
        flex-direction: column !important;
        text-align: center;
    }
    .top-header > .home-width >div:last-child{
        margin-top: 8px;
    }
    .header-wrapper{
        padding: 10px !important;
    }
    .header-wrapper .header-btn-custom{
        font-size: 14px;
        padding: 10px 5px;
    }
    .header-wrapper .mass{
        justify-content: center !important;
    }
    .main-header{
        flex-direction: column;
        justify-content: center !important;
        align-items: center !important;
    }
    .main-header .des-header{
        margin: 10px 0 !important;
    }
    .homepage-item-list-width >.p-3{
        padding: 0 !important;
        font-size: 12px;
        padding-bottom: 10px !important;
    }
    .homepage-item-list-width .pager a{
        padding: 2px;
    }

    /* Home List item */
    .homepage-item-list-width .list-item{
        gap: 8px !important;
    }
    .image-wrapper{
        height: 130px;
    }
    .product-title, .product-price{
        font-size: 12px;
    }
    .home-width.cart-card .col-sm-8{
        min-width: 800px;
        max-width: 800px;
        background-color: #fff;
    }

}

/* < 480px (smartphone) */
@media (max-width: 480px) {

}
