@charset "utf-8";
/***************************************
    copyright by MakeWeb.com.tw 
***************************************/

.tree_gray_green_v .mw-nav li .arrow-pad {
    /* display: none; */
    padding: 0 0 0 30px;
}

.pd_tt {
    width: 100px;
    text-align: center;
    background: #35539b;
    color: #fff;
}

/*-------------------------------------------------
 imagelabellist_product_filterable
--------------------------------------------------*/
.imagelabellist_product_filterable {
    position: relative;
    display: flex;
    gap: 50px;
    /* justify-content: space-between; */
}
.imagelabellist_product_filterable .list_text {
    max-width: 450px;
    /*border:1px solid #F00;*/
}

.other_info {
    width: 100%;
    line-height: 2;
    z-index: 10;
    /*border:1px solid #F90;*/
}

.other_info h1 {
    font-size: 2rem;
    font-weight: normal;
    color: black;
    /*line-height: 30px;*/
}
.other_info h2 {
    font-size: 2rem;
    font-weight: normal;
    /* color: #55BA9C; */
    /*line-height: 30px;*/
}

.other_info .item_hot {
    position: absolute;
    right: 0;
    width: 64px;
    /*border: 1px solid #CCC;*/
}
.other_info .title {
    margin: 20px 0;
}
.other_info .pd_tag {
    /*font-size:200%;*/
    margin: 20px 0 50px 0;
    /*font-size: 30px;*/
    color: #000;
    font-weight: bolder;
}
.other_info .pd_tag .pd_dollar_sign {
    font-size: 16px;
}
.other_info .pd_tag .item_description {
    /*font-size: 30px;*/
    /*color: #00AAAA;*/
}
.other_info .pd_tag .pd_sale_dollar_sign {
    /*font-size: 16px;*/
    margin: 0 -4px 0 14px;
}
.other_info .pd_cart_box {
    width: 98%;
    /*margin: 0 0  20px 0;*/
    /*padding: 0 0 20px 0;*/
    margin: 0;
    padding: 0;
    /*border-bottom:1px solid #CCC;*/
}
.other_info .pd_info {
    /*font-size:110%;*/
    /*font-size: 14px;*/
    /*line-height:25px;*/
    /*color: #000;*/
    /*width:360px;*/
    /*font-size:16px;*/
    /*color:#999;*/
    /*margin:150px 0 0 350px;*/
}
.other_info .pd_description {
    color: #777;
    font-weight: normal;
}
.other_info .quantity-control {
    display: flex;
    margin: 20px 0;
}
.other_info .quantity-control span {
    flex-shrink: 0;
    align-self: center;
}
/* input[type='text'], */
input[type='password'],
input[type='search'],
input[type='number'] {
    padding: 0;
    margin: 0;
    height: auto;
}
.button{
    display: flex;
}
.cart_btn{
    color: #3cc5a0;
    background-color: white;
    border: 2px solid #3cc5a0;
    padding: 6px 28px;
    font-size: 1.8rem;
}
.cart_btn:hover{
    color: #3cc5a0;
    border: 2px solid #3cc5a0;
    padding: 6px 28px;
}
.checkout_btn{
    color: #fff;
    background: #3cc5a0;
    border: unset;
    font-size: 1.8rem;
}
.other_info .tag{
    display: flex;
    font-size: 1.6rem;
    margin-top: 20px;
}
.other_info .tag_title{
    flex-shrink: 0;
}
.other_info .tag_box {
    display: flex;
    column-gap: 6px;
    flex-wrap: wrap;
}
.other_info .tag_box a {
    color: #999;
}
.other_info .tag_box a:hover {
    color: #444;
}
.other_info .price h4 {
    font-size: 1.8rem;
    display: flex;
    padding: 0;
    flex-direction: column;
    font-weight: normal;
}
.other_info .price del {
    text-decoration: unset;
    color: #c4c4c4;
    font-size: 1.6rem;
}
.other_info .price ins {
    text-decoration: unset;
    color: #E3132A;
    font-size: 2.2rem;
}
.other_info .price del .original-price {
    text-decoration: line-through;
}
.tag_box h5 {
    margin: 0;
}

/*-------------------------------------------------
 small_social_icon
--------------------------------------------------*/
.small_social_icon {
    float: right;
    margin: 20px 0 0 0;
}
.small_social_icon ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.small_social_icon li {
    float: left;
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin: 0 0 0 8px;
    /*margin: 0 0 0 12px;*/
    background: url(../../../../../mw/cufiles/images/web/social_icon_s.png) left top no-repeat;
    background-size: 150px 60px;
}
.small_social_icon li a {
    filter: Alpha(Opacity=0, FinishOpacity=0, Style=2); /* IE */
    -moz-opacity: 0; /* Moz + FF */
    opacity: 0; /* 支持CSS3的瀏覽器(FF1.5也支持) */
}
.small_social_icon li:first-child {
    margin: 0;
}

.small_social_icon .facebook {
    background-position: -90px -30px;
}
.small_social_icon .youtube {
    background-position: -120px -30px;
}
.small_social_icon .instagram {
    background-position: -60px -30px;
}
.small_social_icon .flickr {
    background-position: -30px -30px;
}
.small_social_icon .rss {
    background-position: 0 -30px;
}
.small_social_icon .facebook:hover {
    background-position: -90px 0;
}
.small_social_icon .youtube:hover {
    background-position: -120px 0;
}
.small_social_icon .instagram:hover {
    background-position: -60px 0;
}
.small_social_icon .flickr:hover {
    background-position: -30px 0;
}
.small_social_icon .rss:hover {
    background-position: 0 0;
}
/*.small_social_icon .facebook{background-position: -108px -36px}
.small_social_icon .youtube{background-position: -144px -36px}
.small_social_icon .instagram{background-position:-72px -36px}
.small_social_icon .flickr{background-position:-36px -36px}
.small_social_icon .rss{background-position:0 -36px}
.small_social_icon .facebook:hover{background-position: -108px 0}
.small_social_icon .youtube:hover{background-position: -144px 0}
.small_social_icon .instagram:hover{background-position:-72px 0}
.small_social_icon .flickr:hover{background-position:-36px 0}
.small_social_icon .rss:hover{background-position:0 0}*/

.tabs_simple_blue .panes .pd_tab2 table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0px solid #e5e5e5;
}
.tabs_simple_blue .panes .pd_tab2 table th {
    background-color: #ddd;
    color: #000;
    font-weight: bold;
    padding: 5px 10px;
}
.tabs_simple_blue .panes .pd_tab2 table tr {
    display: table-row;
}
.tabs_simple_blue .panes .pd_tab2 table td:first-child {
    /*width: 40%;*/
}
.tabs_simple_blue .panes .pd_tab2 table td {
    vertical-align: top;
    min-width: 60px;
    padding: 5px 20px;
    /*border: 1px solid #DDD;*/
    border-bottom: 1px solid #ddd;
}

.spec_box {
    padding: 0px 0;
}
.spec_box .feature_title {
    padding: 8px;
    color: #fff;
    font-weight: 400;
    line-height: 20px;
    /*background: #02759F;*/
    background: #999;
    /*text-shadow: 0 1px 0 #000;*/
}
.spec_box dl {
    overflow: hidden;
    width: 100%;
    margin: 0px auto;
    padding: 0px 0;
}
.spec_box .flex_box {
    display: flex;
    line-height: 40px;
}
.spec_box dt {
    float: left;
    /*width: calc( 30% - 20px );*/
    width: 250px;
    height: 100%;
    margin: 0 20px 0 0;
    padding: 0px 20px;
    font-weight: 400;
    text-align: right;
    background: #f1f1f1;
    border-bottom: 1px solid #fff;
    fiex: 1;
}
.spec_box dd {
    /*float: left;*/
    /*width: 68%;*/
    width: 100%;
    height: 100%;
    margin: 0px 0;
    padding: 0px 0 0px 20px;
    border-bottom: 1px solid #ddd;
    fiex: 1;
}
.spec_box dd:last-child {
    /*border-bottom: 0px solid #DDD;*/
}
.spec_box dd.verify_code {
    float: left;
    width: 78%;
}

.spec_box .dw_name {
    float: left;
    width: 60%;
    margin: 0 0 0 10px;
    color: #333;
}
.spec_box .dw_type {
    float: left;
    width: 10%;
    padding: 0 6px 0 0;
    font-size: 1.4rem;
    /*color: #F1C232;*/
    /*color: #E06666;*/
    color: #f00;
}
.spec_box .dw_size {
    float: left;
    width: 20%;
    font-size: 1.4rem;
    color: #999;
}
.spec_box .dw_icon {
    float: left;
    width: 6%;
    margin: 12px 0 0 0;
}

.pd_tab3 table {
    width: 100%;
    border-top: 2px solid #666;
    border-bottom: 2px solid #666;
}
.pd_tab3 td {
    padding: 0 20px;
    border-bottom: 1px solid #ddd;
}
.pd_tab3 td:first-child {
    margin: 0 0px 0 0;
    font-weight: 400;
    text-align: right;
    line-height: 40px;
    min-height: 40px;
    background: #f1f1f1;
    border-bottom: 1px solid #fff;
}
.pd_tab3 td[colspan='2'] {
    padding: 8px;
    color: #fff;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    /* background: #02759F; */
    background: #999;
    text-shadow: 0 1px 0 #000;
}

/*.scene1 .main_image, .scene2 .main_image, .scene3 .main_image{
	cursor: pointer;
}
*/

h1 {
    font-size: 2rem;
    margin-bottom: 10px';
}
h2 {
    margin: 0 0 20px 0;
}
h3 {
    margin: 0 0 20px 0;
}
h4 {
    margin: 0 0 20px 0;
}
h5 {
    margin: 0 0 20px 0;
}
p {
    margin: 0 0 20px 0;
}

.sec_u1 {
    overflow: hidden;
}
.sec_u1 .content_box {
    max-width: 1280px;
    margin: 0 auto;
    padding: 60px 20px;
}
.sec_u1 figcaption {
    width: 54%;
    margin: 200px 0 0 0;
}

.sec_u9 {
    overflow: hidden;
}
.sec_u9 .content_box {
    max-width: 1280px;
    margin: 0 auto;
    padding: 40px 20px;
}
.sec_u9 figcaption {
    float: right;
    width: 54%;
    margin: 200px 0 0 0;
}

.sec_u10 {
    overflow: hidden;
}
.sec_u10 .content_box {
    max-width: 1280px;
    margin: 0 auto;
    padding: 60px 20px;
}
.sec_u10 figcaption {
    /*width: 50%;*/
    margin: 0px 0 0 0;
    text-align: center;
}

.slide_caption {
    display: table;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.7);
}
.slide_caption.left {
    float: left;
}
.slide_caption.right {
    float: right;
}
.slide_caption.center {
    margin: 0 auto;
}
.slide_caption.white {
    background-color: rgba(255, 255, 255, 0.7);
}
.slide_caption.trans {
    background-color: rgba(255, 255, 255, 0);
}
.slide_caption.black {
    background-color: rgba(0, 0, 0, 0.7);
}

.sec_u2 {
    overflow: hidden;
}
.sec_u2 .content_box {
    max-width: 1280px;
    margin: 0 auto;
    padding: 60px 20px;
    text-align: center;
}
.sec_u2 .main_image {
    padding: 20px 0px 0 0;
}
.sec_u2 .main_image img {
    max-width: 100%;
}
.sec_u2 .slide_box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    /*align-items: center;*/

    margin: 30px auto;
    padding: 0;
    text-align: center;
}
.sec_u2 figure {
    overflow: hidden;

    /*display: flex;*/
    flex: 0 0 360px;

    /*width: 33%;*/
    /*width: 300px;*/
    /*height: 334px;*/
    margin: 20px 10px;
    padding: 0px;
}
.sec_u2 figure .content_image {
    padding: 30px 10px;
}
.sec_u2 figure h3 {
    padding: 0px 10px;
}
.sec_u2 figure p {
    overflow: hidden;
    display: -webkit-box;
    max-width: 360px;
    /*height: 95px;*/

    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;

    padding: 0px 20px;
    margin: 10px 0;
    /*color: #999;*/
}

.sec_u3 {
    overflow: hidden;
}
.sec_u3 .content_box {
    width: 100%;
    margin: 0 auto;
    padding: 60px 20px;
    text-align: center;
}
.sec_u3 .main_image {
    margin: 60px 0px 0 0;
    width: 100%;
    background-size: cover;
}
.sec_u3 .main_image img {
    max-width: 100%;
}
.sec_u3 .main_image .map {
    margin: 0px auto;
}
.sec_u3 h1 {
    max-width: 1280px;
    margin: 0 auto 20px;
}
.sec_u3 h2,
.sec_u3 p {
    max-width: 1280px;
    margin: 0 auto;
}
.sec_u3 .slide_box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    /*align-items: center;*/

    /*width: 1280px;*/
    margin: 30px auto;
    padding: 0;
    text-align: center;
}
.sec_u3 figure {
    overflow: hidden;

    /*display: flex;*/
    flex: 0 0 300px;

    /*width: 25%;*/
    /*width: 300px;*/
    /*height: 334px;*/
    margin: 20px 10px;
    padding: 0px;
    /*box-shadow: 0px 0px 3px 2px #DDD;*/
    /*border: 1px solid red;*/
}
.sec_u3 figure .content_image {
    padding: 0px 0px;
}
.sec_u3 figure h3 {
    position: relative;
    padding: 0px 10px;
    margin: 8px 0 0 0;
}
.sec_u3 figure p {
    overflow: hidden;
    display: -webkit-box;
    max-width: 300px;

    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;

    padding: 0px 40px;
    margin: 10px 0;
    color: #999;
}
.sec_u3 figure a {
    display: block;
    color: #d80000;
    margin: 0 0 20px 0;
    text-decoration: underline;
}

.sec_u4 {
    overflow: hidden;
}
.sec_u4 .content_box {
    width: 100%;
    margin: 0 auto;
    padding: 60px 0px;
    text-align: center;
}
.sec_u4 .main_image {
    margin: 60px 0px 0 0;
    width: 100%;
    background-size: cover;
}
.sec_u4 .main_image img {
    max-width: 100%;
}
.sec_u4 .main_image .map {
    margin: 0px auto;
}
.sec_u4 .slide_box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    /*align-items: center;*/

    /*width: 1280px;*/
    margin: 30px auto;
    /*padding: 0;*/
    text-align: center;
}
.sec_u4 ul > li {
    overflow: hidden;

    /*display: flex;*/
    flex: 0 0 300px;

    /*width: 25%;*/
    /*width: 300px;*/
    /*height: 334px;*/
    margin: 20px 10px;
    padding: 0px;
    box-shadow: 0px 0px 3px 2px #ddd;
    /*border: 1px solid red;*/
}
.sec_u4 figure:hover {
    box-shadow: 0px 0px 3px 2px #d80000;
}
.sec_u4 figure .content_image {
    padding: 0px 0px;
}
.sec_u4 figure h3 {
    position: relative;
    padding: 0px 10px;
}
.sec_u4 figure p {
    overflow: hidden;
    display: -webkit-box;
    max-width: 300px;
    /*height: 95px;*/
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;

    padding: 0px 40px;
    margin: 10px 0;
    color: #999;
}
.sec_u4 figure a {
    display: block;
    color: #d80000;
    margin: 0 0 20px 0;
    text-decoration: underline;
}

.sec_u5 {
    overflow: hidden;
}
.sec_u5 .content_box {
    max-width: 1280px;
    margin: 0 auto;
    padding: 60px 0px;
    text-align: center;
}
.sec_u5 .slide_box {
    display: table;
    /*width: 1280px;*/
    margin: 30px auto;
    padding: 0;
}
.sec_u5 figure {
    overflow: hidden;
    position: relative;
    float: left;
    width: 50%;
    margin: 0px 0px;
    padding: 0px;
}
.sec_u5 figure .content_image {
    padding: 30px 0px;
}
.sec_u5 figure h3 {
    padding: 0px 10px;
}
.sec_u5 figure p {
    overflow: hidden;
    display: -webkit-box;
    /*max-width: 300px;*/
    /*height: 95px;*/
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;

    padding: 0px 40px;
    margin: 10px 0;
    color: #999;
}

.sec_u6 {
    overflow: hidden;
}
.sec_u6 .content_box {
    max-width: 1280px;
    margin: 0 auto;
    padding: 60px 0px;
    text-align: center;
}
.sec_u6 .slide_box {
    /*width: 1280px;*/
    margin: 30px auto;
    padding: 0;
}
.sec_u6 figure {
    overflow: hidden;
    position: relative;
    float: left;
    width: 50%;
    margin: 0px 0px;
    padding: 0px;
}
.sec_u6 figure .content_image {
    padding: 30px 0px;
}
.sec_u6 figure h3 {
    padding: 0px 10px;
}
.sec_u6 figure p {
    overflow: hidden;
    display: -webkit-box;
    /*max-width: 300px;*/
    /*height: 95px;*/
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;

    padding: 0px 40px;
    margin: 10px 0;
    color: #999;
}

.sec_u7 {
    overflow: hidden;
}
.sec_u7 .content_box {
    max-width: 1280px;
    margin: 0 auto;
    padding: 60px 0px;
    text-align: center;
}
.sec_u7 .slide_box {
    /*width: 1280px;*/
    margin: 30px auto;
    padding: 0;
}
.sec_u7 figure {
    overflow: hidden;
    position: relative;
    float: left;
    width: 50%;
    margin: 0px 0px;
    padding: 0px;
}
.sec_u7 figure .content_image {
    padding: 30px 0px;
}
.sec_u7 figure h3 {
    padding: 0px 10px;
}
.sec_u7 figure p {
    padding: 10px 20px;
    color: #999;
}

.sec_u8 {
    overflow: hidden;
}
.sec_u8 .content_box {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0px 20px;
}
.sec_u8 h1 {
    /*color: #2183A1;*/
}
.sec_u8 .slide_box {
    margin: 0px auto;
    padding: 0;
}
.sec_u8 figure {
    overflow: hidden;
    position: relative; /* ★ */
    float: left;
    width: 50%;
    height: 450px;
    margin: 0px 0px;
    padding: 0px;
}
.sec_u8 figure .content_image {
    text-align: right;
    padding: 0px 0px;
}
.sec_u8 figure .content_image img {
    max-width: 100%;
}
.sec_u8 figcaption {
    position: absolute; /* ★ */
    top: 50%; /* ★ */
    transform: translateY(-50%); /* ★ */
}

.sec_u11 {
    overflow: hidden;
}
.sec_u11 .content_box {
    max-width: 1280px;
    margin: 0 auto;
    padding: 60px 20px;
    text-align: center;
}
.sec_u11 .main_image {
    padding: 20px 0px 0 0;
}
.sec_u11 .main_image img {
    max-width: 100%;
}
.sec_u11 figcaption {
    text-align: left;
}

.sec_u12 {
    overflow: hidden;
}
.sec_u12 .content_box {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0px 20px;
}
.sec_u12 h1 {
    /*color: #2183A1;*/
}
.sec_u12 .slide_box {
    margin: 0px auto;
    padding: 0;
}
.sec_u12 figure {
    overflow: hidden;
    position: relative; /* ★ */
    float: right;
    width: 50%;
    height: 450px;
    margin: 0px 0px;
    padding: 0px;
}
.sec_u12 figure .content_image {
    text-align: left;
    padding: 0px 0px;
}
.sec_u12 figure .content_image img {
    max-width: 100%;
}
.sec_u12 figcaption {
    position: absolute; /* ★ */
    top: 50%; /* ★ */
    transform: translateY(-50%); /* ★ */
}

.sec_u13 {
    overflow: hidden;
}
.sec_u13 figure:nth-child(1) {
    position: absolute;
    /*width: 1280px;*/
    display: table;
    left: calc((100vw - 1280px) / 2);
    z-index: 3;
}
.sec_u13 figure:nth-child(1) figcaption {
    float: right;
    width: 54%;
    right: 0;
    margin: 200px 20px 0 0;
}
.sec_u13 figure:nth-child(2) {
    width: 100%;
    height: 660px;
    margin: 0px 0 0 0;
    z-index: 2;
}

.sec_u14 {
    overflow: hidden;
}
.sec_u14 figure:nth-child(1) {
    position: absolute;
    /*width: 1280px;*/
    display: table;
    left: calc((100vw - 1280px) / 2);
    z-index: 3;
}
.sec_u14 figure:nth-child(1) figcaption {
    text-align: center;
    margin: 40px 0px 0 0;
}
.sec_u14 figure:nth-child(2) {
    width: 100%;
    height: 660px;
    margin: 0px 0 0 0;
    z-index: 2;
}

.sec_u15 {
    overflow: hidden;
}
.sec_u15 figure:nth-child(1) {
    position: absolute;
    /*width: 1280px;*/
    display: table;
    left: calc((100vw - 1280px) / 2);
    z-index: 3;
}
.sec_u15 figure:nth-child(1) figcaption {
    float: left;
    width: 54%;
    right: 0;
    margin: 200px 0 0 20px;
}
.sec_u15 figure:nth-child(2) {
    width: 100%;
    height: 660px;
    margin: 0px 0 0 0;
    z-index: 2;
}

.pd_tab1 img {
    object-fit: contain;
}
.tabs_simple_blue {
    margin-top: 50px;
}

.recommend_merchandise_list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: baseline;
    gap: 50px;
    width: 100%;
    margin-top: 20px;
}
.recommend_merchandise_list .merchandise_item{
    flex: 1;
}
.recommend_merchandise_list img{
    width: 100%;
    max-height: 300px;
    object-fit: contain;
}
.recommend_merchandise_list h4{
    text-align: center;
}
 .recommend_merchandise_list .price {
    font-size: 1.4rem;
    display: flex;
    gap: 10px;
    justify-content: center;
}
 .recommend_merchandise_list .price del {
    text-decoration: unset;
    color: #c4c4c4;
}
 .recommend_merchandise_list .price ins {
    text-decoration: unset;
    color: #959494;
}
 .recommend_merchandise_list .price del .original-price {
    text-decoration: line-through;
}
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body {
}

.swiper {
    width: 100%;
    height: 450px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper2 {
    width: 100%;
}

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}
.mySwiper .swiper-slide-thumb-active img{
    opacity: 1;
    border: 1px solid #000;
    }

.swiper-slide img {
    display: block;
    width: 100%;
    height: 450px;
    object-fit: contain;
}
.mySwiper .swiper-slide img {
    display: block;
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: none ;
}

/* 將關閉按鈕固定在右上角 */
/*-------------------------------------------- 
	Media Queries 
---------------------------------------------*/
/* Portrait and Landscape */
/*@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
}*/

/*iPad Pro*/
@media screen and (max-width: 1279px) {
}

/*iPad*/
@media screen and (max-width: 1023px) {
    .imagelabellist_product_filterable .other_info {
        /*float: right;*/
        /*padding: 90px 20px 0 0;*/
        width: calc(96% - 400px);
        /*border:1px solid #F90;*/
    }
}

/*iPhone*/
@media screen and (max-width: 767px) {
    .imagelabellist_product_filterable .list_text {
        width: 100%;
    }
    .imagelabellist_product_filterable {
        flex-direction: column;
    }

    #zoom_03 {
        width: 100%;
        max-width: 280px;
    }

    .imagelabellist_product_filterable .other_info {
        /*float: right;*/
        padding: 20px 20px 0 0;
        width: calc(100% - 40px);
        /*border:1px solid #F90;*/
    }
    .imagelabellist_product_filterable .other_info .pd_cart_box {
        /*width: calc(100% - 40px);*/
        width: 100%;
        /*margin: 0 0  20px 0;*/
        /*padding: 0 0 20px 0;*/
        /*border-bottom:1px solid #CCC;*/
    }

    .tabs_simple_blue .panes .pd_tab2 img {
        width: 100%;
        margin: 0;
    }

    .spec_box .flex_box {
        display: block;
        /*display: flex;*/
        line-height: 40px;
    }
    .spec_box dt {
        float: left;
        width: 100%;
        text-align: left;
    }
    .spec_box dd {
        float: left;
        /*width: 68%;*/
        width: 100%;
        height: 100%;
        margin: 0px 0;
        padding: 0px 0 0px 20px;
        border-bottom: 1px solid #ddd;
        fiex: 1;
    }
    .recommend_merchandise_list{
        grid-template-columns:1fr;
        gap: 25px;
    }
}
