@import url("/resources/glassart/css/modules/product-card.css");
@import url("/resources/glassart/css/modules/text-editor.css");
@import url("/resources/glassart/css/modules/sns-circle.css");

.product-detail hr {
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #b5b5b2;
    width: 98%;
}
.product-detail .no-border-top {
    border-top: 0px !important;
    padding-top: 0px !important;
}
.product-pagi .ui-paginator{
    background-color: transparent;
    border-color: transparent;
}
.product-pagi .ui-datagrid .ui-paginator{
    margin-top: .5em;
    /*margin-bottom: 2.5em;*/
    margin-bottom: 0em;
}
/*.title-product.margin-product img {
    margin-left: -5px;
}*/
.product-pagi .ui-widget-content{
    background-color: transparent;
    border: none;
}
.product-pagi .ui-paginator .ui-paginator-first, body .ui-paginator .ui-paginator-prev, body .ui-paginator .ui-paginator-next, body .ui-paginator .ui-paginator-last{
    border: none;
    color: #a7a7a7;
    margin: .2em 2em;
}
.product-pagi body .ui-paginator .ui-paginator-first.ui-state-hover, body .ui-paginator .ui-paginator-prev.ui-state-hover, body .ui-paginator .ui-paginator-next.ui-state-hover, body .ui-paginator .ui-paginator-last.ui-state-hover{
    color: #8ec320;
    background-color: transparent;
    transition: 500ms ease 0s;
}
.product-pagi .ui-paginator .ui-paginator-next{
    background-color: transparent;
    border-right: none;
    font-family: Lato, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.product-pagi .ui-paginator .ui-paginator-next:before{
    content: "NEXT >";
}
.product-pagi .ui-paginator .ui-paginator-prev{
    font-family: Lato, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.product-pagi .ui-paginator .ui-paginator-prev:before{
    content: "< PREV";
}
.product-pagi .ui-paginator .ui-paginator-pages .ui-paginator-page:last-child{
    border-right : none;
}
.product-pagi .ui-paginator .ui-paginator-pages .ui-paginator-page{
    padding: 10px 15px;
    border-radius: 50%;
    background-color: transparent;
    border: none;
    min-width: 40px;
    min-height: 40px;
    color: #a7a7a7;
}
.product-pagi .ui-paginator .ui-paginator-prev.ui-state-disabled, body .ui-paginator .ui-paginator-next.ui-state-disabled{
    background-color: transparent;
}
.product-pagi .ui-paginator .ui-paginator-pages .ui-paginator-page.ui-state-active{
    background-color: #f4f4f5;
    color: black;
    border-color: #f4f4f5;
}
.product-pagi .ui-paginator .ui-paginator-pages .ui-paginator-page.ui-state-hover{
    background-color: transparent;
    color: #8ec320;
    transition: 500ms ease 0s;
}
.media-product{
    /*    overflow-wrap: break-word;
        margin-bottom: 3em;
        line-height: 1.8em;*/
}
/*.media-product h1{
    font-size: 23px;
}
.media-product h2{
    color: #8c5051;
    border-left: 7px solid #dedddc;
    padding-top: 5px;
    padding-bottom: 3px;
    padding-left: 16px;
    font-weight: bold;
    font-size: 23px;
}
.media-product p{
    color: #635e5c;
}
.media-product .caption-img{
    text-align: center;
    margin: 1.5em 0;
    color: #808080;
}
.media-product pre{
    display: block;
    padding: 1.5em;
    margin: auto;
    width: auto;
    font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
    font-size: 15px;
    line-height: 1.8;
    border: none;
    white-space: unset;
    border-radius: 5px;
    border: 1px solid #b5b5b2;
    background-color: transparent;
}
.media-product a{
    color: #bb8e64;
    border-bottom: 1px #bb8e64 solid;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.media-product .wArticle{
    max-width: 100%;
    display: block;
    margin: auto;
    border-radius: 1em;
    margin-bottom: 45px;
}
.media-product a:hover{
    color: #6F3E10;
    border-bottom: 1px #6F3E10 solid;
    transition: 500ms ease 0s;
}
.media-product p{
    margin: 0;
}
.media-product button.button-product {
    color: #ffffff;
    background-color: #873232;
    max-width: 240px;
    height: 40px;
    width: 100%;
    border-radius: 2em;
    border: 3px solid #873232;
}
.media-product button.button-product:hover {
    background-color: #f5f2ed;
    color: #4f4e4e;
    border: 3px solid #873232;
}*/
/*.media-product button.button-product i {
    right: -15%;
    position: relative;
    left: unset;
    font-size: 12px;
    margin-top: -3px;
}*/
.post-masonry.isotope-item:hover img.w100 {
    opacity: 0.5;
}
.title-product img {
    /*    max-width: 140px;
        height: 32px;
        object-fit: contain;
        width: 30%;*/
}
/*.product-detail h3 {
    font-weight: bold;
    font-size: 23px;
    line-height: 1.4em;
}
.product-detail h2 {
    line-height: 1.4em;
}*/
.product-detail .buy-btn-wrap h3 {
    font-weight: bold;
    font-size: 23px;
    margin: 0 auto;
}
.product-detail .buy-btn-wrap p {
    margin: 5px 0 1em;
}
.buy-btn-wrap, .buy-btn-wrap {
    background-color: #F5F5F5;
    padding: 21px 40px;
    border-radius:0px;
    margin: 1.5em auto;
}
.buy-btn-wrap .ui-button-text::before {
    content: "外部サイトに移動します";
    display: block;
    font-size: 11px;
    font-weight: 200;
}
.product-content {
    /*margin-top: 2em;*/
    display: flex;
}
body .buy-btn-wrap .ui-button {
    background-color: #292D33;
    max-width: 200px;
    height: 52px;
    width: 200px;
    border: 3px solid #292D33;
    margin: 0px;
    border-radius: 100px;
    font-size: 15px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 15px;
    align-items: center;
    font-family: sans-serif;
    font-weight: 600;
}
body .buy-btn-wrap .ui-button.ui-button-text-icon-left .ui-icon {
    right: -6px;
    left: unset;
    font-size: 13px;
    margin-top: 0px;
    position: relative;
    margin: 0px;
    top: unset;
    width: 17px;
}
body .buy-btn-wrap .ui-button.ui-button-text-icon-left .ui-button-text {
    padding: 0;
    line-height: 1.2em;
}
.desc-product-st .detail {
    border-top: 1px dashed #b5b5b2;
    margin-top: 1.3em;
}
.desc-product-st .detail ul {
    list-style: none;
    padding: 0;
    margin-top: 1.5em;
    margin-bottom: 0px;
}
.product-detail .content {
    padding-top: 96px;
    padding-bottom: 2em;
}
.product-detail .content .in-box {
    border: 1px solid #b5b5b2;
    padding: 1.5em;
    margin: 45px auto;
}
.product-detail .content .in-box p {
    margin: 0;
}
.main-product .flex-direction-nav a {
    margin: -50px 0 0;
}
.image-radius {
    border-radius: .7rem;
}
.product-bottom h3.ttl-style {
    border-left: 7px solid #dedddc;
    padding-top: 5px;
    padding-bottom: 3px;
    padding-left: 16px;
    margin-bottom: 1em;
    margin-bottom: 25px;
}
.content .sidebar-category h5 {
    margin: auto;
    font-weight: bold;
}
.sidebar-category ul {
    list-style: none;
    padding-left: 0px;
    margin: 28px 0px 0px;
}
.sidebar-category ul li:not(:last-of-type) {
    margin-bottom: 20px;
}
.sidebar-category ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
}
.sidebar-category ul li .arrow {
    width: 21px;
    height: 7px;
    object-fit: cover;
    object-position: right;
    margin-right: 16px;
    margin-top: 7px;
}
/*For sidebar repeated content bottom*/
.sidebar-category ul li:last-child {
    /*border-bottom: none;*/    
    /*padding: 1em 0;*/
}
.sidebar-category ul li > a {
    display: flex;
}
.buy-btn-wrap .ttl-before {
    display: flex;
    margin-bottom: 1.5em;
    border-bottom: 1px dashed #b5b5b2;
}
.ttl-before .product-logo {
    padding-top: 1em;
    padding-right: 2em;
}
.ttl-before .product-logo img {
    width: 130px;
    height: 29.58px;
    object-fit: contain;
}
.ttl-before .product-title {
    text-align: left;
}
.content .buy-btn-wrap  {
    padding: 2em;
}
.content h5 {
    font-weight: bold;
    margin: 3em 0.5em 1em;
    font-size: 15px;
}
body .buy-btn-wrap .ui-button:hover {
    background-color: #f5f2ed;
    color: #4f4e4e;
    border: 3px solid #873232;
}
.product-detail .flex-control-thumbs img {
    border-radius: 25px;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 0px;
}
.flexslider .slides > li .wrap-image-thumb {
    position: relative;
    height: 0;
    padding-bottom: 59%;
}
.flexslider .slides > li.one-image{
    /*padding-bottom: 15%;*/
}
.product-detail .flexslider .slides img {
    border-radius: 75px;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.detail li {
    color: #484848;
}
.share-wrap .fb-like.fb_iframe_widget{
    position:relative;
    left: 0%;
}
.wrapper-twitter-share {
    margin-left: -10px!important;
}

/*by dini*/
.product-page .head .title {
    text-align: center;
    margin: 1.5em 0;
}
.product-page .head .title h4 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 22px;
}
.product-page .head .uline {
    border-top: 1px solid #c3a39d;
    border-bottom: 1px solid #8e5152;
    width: 190px;
    margin: auto;
    padding: .16em;
}
.product-page .head .line-dashed{
    border: 1px dashed #c3a39d;
    margin-bottom: 1em;
}
.product-page .head .title h4.btm {
    font-size: 12px;
    color: #a39a97;
    font-weight: 500;
}
.category-product .product-page .head .title {
    margin-bottom: 15px;
}
.product-list .blog-masonry {
    margin-right: -5px;
}
.product-list .post-masonry {
    width: calc(104% - 1px); /*100%*/
    margin-bottom: 0;
}
/*.product-list .ui-grid .ui-datagrid-column {
    width: 20%;
}
.product-list .layout1 .ui-widget-content{
    display: inline-flex;
}
.product-list .layout1 .ui-grid .ui-grid-row {
    flex-flow: column;
    width: 20%;
}
.product-list .layout1 .ui-grid-col-3 {
    width: 100%;
}*/
.img-product-wr {
    width: 100%;
    margin: 0 0 .5em;
    position: relative;
    padding-bottom: 100%;
}
.layout-product-list .ui-widget-content{
    /*display: inline-flex;*/
    /*display: flex;*/
    flex-wrap: wrap;
}
/*.layout-product-list .ui-grid .ui-grid-row {
    flex-flow: column;
    width: 25%;
}*/
.layout-product-list .ui-grid-col-3 {
    width: 100%;
}
.desc-pro {
    margin: .5em auto;
}
.new-product-top {
    background-color: #8b3333;
    position: absolute;
    right: 0;
    top: 0;
}
.new-product-top p {
    color: #ffffff;
    margin: 11px 20px;
    font-size: 12px;
    line-height: 1em !important;
    font-weight: bold;
}
.item-category .head-ttl{
    height: auto;
    height: auto;
    width: 11%;
    display: inline-block;
    margin-right: 4%;
}
.line{
    border: 1px solid #c0bcba;
}
.bottom-dashed{
    border-bottom: 1px dashed #c0bcba;
}
.category-display{
    display: inline-block;
}
.head .item-category{
    margin-bottom: 0em;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 0;
}

/*masonry plugins*/
.post-masonry .blog-thumb {
    position: relative;
    overflow: hidden;
}
.box-content {
    background: white;
    padding: 25px;
    overflow: hidden;
}
.post-masonry .blog-thumb img {
    width: 100%;
    display: block;
}
.overlay-b {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    bottom: 0;
    left: 0;
}
.overlay-b .overlay-inner {
    position: relative;
    width: 100%;
    height: 100%;
}
.overlay-b .overlay-inner a {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -18px;
    margin-top: -18px;
    border: 1px solid #d5d5d5;
    width: 36px;
    height: 36px;
    display: block;
    text-align: center;
    line-height: 36px;
    color: white;
}
.post-masonry .blog-body h3.post-title {
    font-size: 18px;
    font-weight: normal;
}
.post-masonry .blog-body h3.post-title a {
    color: #2c2c2c;
}
.post-masonry .blog-body span {
    display: inline-block;
    margin: 10px 0;
}
/*add loader delay*/
.loader-item {
    position: absolute;
    width: 44px;
    height: 44px;
    margin: -22px 0 0 -22px;
    top: 50%;
    left: 50%;
    text-align: center;
    background: white;
    border-left: 4px solid;
    border-right: 4px solid;
    border-top: 4px solid;
    border-bottom: 3px solid transparent !important;
    border-radius: 22px;
}
#pageloader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background-color: white;
    z-index: 9999;
}
/* end by dini*/

.product-bottom h3 {
    font-weight: bold;
    font-size: 23px;
    margin-bottom: 10px;
}
.product-bottom p {
    margin: 0em 0;
}
.product-bottom .buy-btn-wrap h2 {
    font-weight: bold;
    font-size: 23px;
    margin: 0 auto;
    color: rgb(79, 78, 78);
    border-left: none; 
    padding-top:  0; 
    padding-bottom: 0; 
    padding-left: 0;
}
.product-bottom .buy-btn-wrap p {
    margin: 5px 0 2em;
}
.product-bottom .buy-btn-wrap h3 {
    font-weight: bold;
    font-size: 23px;
    margin: 1em auto;
}
.product-list .post-masonry p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    margin-top: 1em;
    line-height: 1.6em;
}
/*.product-list .post-masonry img {
    border-radius: .7rem;
}*/
/*.product-list {
    margin-bottom: 35px;
}*/
.share-wrap {
    display: flex;
    align-items: flex-start;
    margin-left: -12px;
    margin-top: 11px;
    margin-bottom: -11px;
}
.product-detail .share-wrap .fb-like span {
    height: 20px !important;
}
.product-detail .flex-control-thumbs li {
    width: calc(25% - 16.5px);
    position: relative;
    height: 0;
    padding-bottom: 13.1%;
    margin-top: 24px;
}
.product-detail .flex-control-thumbs {
    margin: 0px;
    width: 100%;
    display: flex;
    gap: 22px;
}
.product-detail .fb-share-button {
    margin: 0 9px 0 -9px;
}
.tags-wrap {
    display: flow-root;
    float: none;
}
.tags-wrap .other-txt {
    margin: 0 10px 0 0;
    display: inline-block;
}
.tags-wrap .other-txt i {
    color: #bb8e64;
    transform: scaleX(-1);
}
.tags-wrap h5 {
    display: inline-block;
    color: #bb8e64;
    margin: 0px 3px;
    word-break: keep-all;
    font-size: 14px;
}
.tags-wrap a:hover h5 {
    text-decoration: underline;
    transition: 500ms ease 0s;
}
.tag-and-share {
    margin-top: 15px;
}
.tag-and-share .tag-wrap {
    padding: .5em;
    margin-top: 5px;
}
.item-container .con-pgrf2 {
    font-size: 15px;
}
.item-container .object-fit-50 {
    padding-bottom: 75%;
}
.ttl-before .product-logo {
    min-width: 174px;
}
.banner-container .item-logo {
    display: flex;
    align-items: center;
}
.banner-container .item-logo img {
    width: 90%;
    margin: auto;
    display: block;
}

/*recommend product*/

.title.sm-view-flex h5 {
    font-weight: bold;
    font-size: 21px;
    color: #0b0b0b;
}
/*.product-page .margin-top-recom {
    margin-top: -1em !important;
}*/
.head .title {
    text-align: center;
    margin-bottom: 2em;
}
.recent-product .title h4 {
    font-size: 20px;
}
.recent-product .head .uline {
    width: 123px;
}
.pos-relative-div {
    position: relative;
}
.book-index-recom .book-div .slide-img-top img {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.book-div .border-item-wrap {
    padding: 1.5em 1.5em 1.5em !important;
}
.book-index-recom .book-div .slide-img-top {
    position: relative;
    height: 0;
    padding: 0;
    padding-bottom: 100.5%;
    width: 100%;
    margin: auto;
}
.book-div .slide-img-top {
    padding-top: 0;
    display: flex;
    align-items: center;
}

.book-div .slick-slide {
    border-right: 1px solid #d3d2d3;
}
.object-img img{
    object-fit: cover !important;
}
.book-index-recom .book-div .slide-img-top img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* important*/
}

.book-div .slide-caption {
    margin-top: 1em !important;
}
.products-page{
    /*padding: 1em 0 5em;*/
}
.product-brand-slider {
    width: 100%;
}
.product-brand-slider .slick-dots{
    bottom: -3em !important;
    margin-bottom: 3em;
}
.product-brand-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: #8b5050;
}
.book-div .product-brand-slider .slick-slide {
    border-right: 1px solid #d3d2d3;
}
.product-brand-slider .slick-dots li button:before {

    border: none;
    background-color: #d3d2d3;

}
.feature-index{
    background-color: #fbf7f3;
}
.book-index-recom .book-div .slick-list {
    /* border: none; */
    border-left: none;
}
.recommend-product .wrap-book-list-index.book-div {
    margin-left: -.5em;
    margin-right: -.5em;
}
.recommend-product .book-div .book-list-index .slick-track {
    display: flex;
    border: 1px solid #d3d2d3;
}
.recommend-product .book-div .border-item-wrap {
    padding: 1em;
}
.products-page .book-index-recom .book-div .slick-next {
    right: -5.3%;
    top: calc(50% - 35px);
}
.products-page .book-index-recom .book-div .slick-prev {
    left: -5.3%;
    top: calc(50% - 35px);
}
.products-page .book-index-recom .book-div.popular .slick-next {
    right: -5.3%;
    top: 50%;
}
.products-page .book-index-recom .book-div.popular .slick-prev {
    left: -5.3%;
    top: 50%;
}
.products-page .book-index-recom .slick-prev.slick-arrow.slick-disabled, .book-index-recom .slick-next.slick-arrow.slick-disabled {
    opacity: 1;
    color: #666;
    cursor: default;
}
.book-index-recom .slick-track {
    border: 1px solid #d3d2d3;
    border-right: none;
}
.products-page .mar-top{
    margin-top: 2em;
}
/*.media2 h1 u {
    width: 100%;
    margin: 0 0 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #c9c9c9;
    text-decoration: none;
    display: block;
}*/
/*.media2{
    display: block;
    float: left;
    width: 100%;
}
.media2 h1{
    font-size: 23px;
    line-height: 1.5em;
    border-left: 5px solid #f4ec75;
    padding-left: 1em;
}
.media2 h2{
    font-size: 13px;
    color: #8c5051;
    line-height: 1.6em;
}
.media2 h4{
    word-break: break-all;
}
.media2 p{
    color: #635e5c;
    line-height: 1.8em;
    margin-bottom: 0em;
}*/
/*.media2 .caption-img{
    text-align: center;
    margin: 0 0 1.5em;
    color: #808080;
}
.media2 pre{
    display: block;
    padding: 2em 3em;
    margin: 0 0 10px;
    width: auto;
    font-size: 13px;
    line-height: 1.8em;
    color: #333;

    background-color: #f5f5f5;
    border: none; 
    border-radius: 20px;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;        
    white-space: -o-pre-wrap;
}
.media2 a{
    color: #bb8e64;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.media2 .wArticle{
    max-width: 100%;
    display: block;
    margin: auto;
    border-radius: 1em;
}
.media2 a:hover{
    color: #6F3E10;
    transition: 500ms ease 0s;
}
.media2 img.wArticle {
    margin-bottom: 0;
    margin-top: 1em;
    padding: 0.5em 5px;
}
.media2 iframe {
    max-width: 100%;
}*/
.item-link button.button-link {
    color: #ffffff;
    background-color: #873232;
    max-width: 240px;
    height: 40px;
    width: 100%;
    border-radius: 2em;
    border: 3px solid #873232;
}
.item-link button.button-link i{
    right: -15%;
    position: relative;
    left: unset;
    font-size: 12px;
    margin-top: -3px;
}
.wrap-list-product .btn-seemore {
    display: table;
    margin: 0em auto 1em;
}
.seemore.pop-book {
    text-align: center;
    border: 1px solid;
    margin: 2.5em auto 0em;
    /* width: fit-content; */
    padding: 3px 3em;
    border-radius: 50px;
    cursor: pointer;
    display: table;
    color: #4f4e4e;
    font-size: 13px;
}

/* added to handle 2 row images */
.sameheight-wrap-double-images {
    justify-content: space-around;
    display: inline-block;
}
/*.media2 .main-2img-wrap {
    max-width: 50%;
    float: left;
}*/
.float-left img {
    float: left;
    object-fit: cover;
    border-radius: 8px;
}

/*added to handle recipe detail*/ 
.desc-product-st img.img-small-custom{
    width: 81px;
}
.goods-detail-description.block-goods-spec br{
    display: none;
}
.goods-detail-description.block-goods-spec{
    margin: 0;
}
.goods-detail-description.block-goods-spec span,
.goods-detail-description.block-goods-spec dt{
    font-weight: 500;
    font-size: 15px;
}
.goods-detail-description.block-goods-spec:last-child span{
    margin-top: 5px;
}
.font16-custom {
    display: -webkit-flex;
    text-indent: 0;
    margin-top: -25px;
    padding-left: 20px;
}
.desc-product-st img {
    width: 100%;
}
.desc-product-st p span br:nth-child(5n){
    display: none;
}

.content-layout .product-page {
    padding-top: 79px;
    padding-bottom: 100px;
    z-index: 1;
}
.product-list {
    padding-top: 80px;
}
.product-page .category-product {
    padding-top: 87px;
}
.product-page .category-product--buttons li a {
    background-color: #fff;
}
.bg-product-vector-1 {
    top: -67px;
    left: 0;
}
.bg-product-vector-2 {
    top: 47px;
    right: 0px;
}
.bg-product-vector-3 {
    bottom: -740px;
    right: 0;
}
.product-page .background-vector {
    z-index: -1;
}

.product-content .top-left {
    padding: 80px 0px 0px;
    width: 55.5%;
}
.product-detail .top-right {
    padding: 80px 0px 0px 48px;
    width: 44.5%;
} 
.product-content .flexslider {
    margin: 0px;
    background: transparent;
}
.title-product .brand-top {
    display: flex;
    gap: 18px;
    flex: 1;
}
.title-product .brand-top img {
    max-width: 27.3%;
    height: 36px;
    object-fit: contain;
    width: auto;
}
.top-brand-sns-wrap {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: flex-start;
}
.product-content .title-product-text {
    font-size: 28px;
    font-weight: 500;
    line-height: 140%;
    margin-top: 36px;
    margin-bottom: 0px;
}
.product-content .title-product-subtitle {
    margin-top: 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
}
.product-detail .buy-btn-wrap .price {
    font-size: 23px;
    font-weight: bold;
    line-height: 160%;
    margin: 0px;
    padding-top: 4px;
}
.product-detail .buy-btn-wrap .price span {
    font-size: 14px;
    font-weight: 400;
}
.buy-btn-wrap {
    background-color: #FAFAFA;
    padding: 21.5px 17px;
    border-radius: 0px;
    margin: 16px auto 0px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 28px;
}
.desc-product-st {
    margin-top: 22px;
    border-bottom: 1px solid #121212;
    padding-bottom: 22px;
}
.desc-product-st p {
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    margin: 0px;
} 
.product-content .left-side {
    width: 69.85%;
    padding-right: 48px;
    border-right: 0.5px solid #121212;
}
.product-content .sidebar-category {
    width: calc(100% - 69.85%);
    padding-left: 48px;
    padding-top: 2px;
}
.product-detail .content .article-title {
    margin: 0px 0px 36px;
    font-size: 24px;
    font-weight: 500;
    line-height: 140%;
}
.section-title-product {
    margin: 0px;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
}
.product-brand-list {
    gap: 30px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px;
}
.product-brand-list .item-logo {
    display: flex;
    align-items: center;
    max-width: 20.25%;
}
.product-brand-list .item-logo img {
    width: 100%;
    margin: 0px;
    display: block;
}
.product--product-glassart-section .product-box-wrapper {
    margin-top: 36px;
    position: relative;
    z-index: 1;
    padding: 0px;
}
.product--product-glassart-section .banner-container {
    margin-top: 80px;
    position: relative;
    z-index: 1;
}
.media-product .media2 img {
    border-radius: 72px;
}
.product-content .tag-wrap {
    padding-top: 22px;
}
.product-content .tag-other {
    gap: 12px 10px;
}
.product-glassart-section.product--product-glassart-section {
    padding-top: 93px;
}
.bg-vector-product-detail-1 {
    left: 0px;
    top: -59px;
}
.bg-vector-product-detail-2 {
    right: 0px;
    top: -59px;
}
.bg-vector-product-detail-3 {
    bottom: -740px;
    right: 0;
    z-index: 0;
}
.sidebar-category-mobile {
    display: none;
}
.product-glassart-section.product--product-glassart-section {
    background-image: url('/resources/glassart/images/background/bg-product-section-product-dt.svg');
}
.product-content .flex-direction-nav a {
    display: none;
}

.product-page .product-box {
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.08));
}

@media screen and (max-width: 1024px){
    .product-list .ui-grid-col-6 {
        padding: 0px 7px;
    }
    .product-list .ui-widget-content {
        width: calc(100% + 14px);
        margin-left: -7px;
    }
    .buy-btn-wrap {
        flex-direction: column;
        gap: 10px;
    }
    .product-content .left-side {
        padding-right: 30px;
    }
    .product-content .sidebar-category {
        padding-left: 30px;
    }
    .product-detail .top-right {
        padding-left: 30px;
    }
}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 40.063em) {
    .share-wrap .fb-like.fb_iframe_widget {
        position: relative;
        left: 11px;
    }
    /*    .title-product.margin-product img {
            margin-left: 0px;
        }*/
    .brand-sm img {
        margin-left: 0;
    }
    /*    .space-top-SM{
            margin-top: -1em;
        }*/
    .product-detail hr {
        width: 91%;
    }
    .share-wrap .fb-like.fb_iframe_widget{
        left: 11px;
    }
    .product-page .head .title {
        text-align: center;
        margin: 23px 0 25px;
    }
    .mar-topSM{
        margin-top: 2em;
    }
    .products-page .book-index-recom .title.sm-view-flex {
        justify-content: space-between;
        align-items: center;
        margin: 2em 6px 3px 0px;
    }
    .wrap-list-product .width-wrap  .ui-paginator .ui-paginator-pages{
        display: none;
    }
    .product-detail .product-content {
        flex-direction: column;
    }
    .main-product .flex-direction-nav a {
        margin: -40px 0 0;
    }
    .product-detail .top-right {
        width: 100%;
        padding: 34px 0px 0px;
    }
    .product-detail .content {
        border-top: none;
        padding-top: 82px;
        padding-bottom: 0;
        background-image: url('/resources/glassart/images/background/bg-product-section-product-dt-sm.svg');
        background-position: top center;
        margin-top: 15px;
    }
    .content .item-container {
        padding-right: 0;
        padding-left: 0;
        padding-top: 0;
    }
    .content h5 {
        margin: 1em 0.5em;
    }
    .content .buy-btn-wrap {
        padding: 2em 1em;
    }
    .ttl-before .product-logo {
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 1em;
    }
    .product-bottom .buy-btn-wrap h2 {
        margin: auto;
    }
    .buy-btn-wrap .ttl-before {
        display: block;
    }
    .sidebar-category ul {
        margin-top: 18px;
    }
    .product-list .post-masonry {
        width: 50%;
        height: 205px;
    }
    .product-list .ui-grid .ui-datagrid-column {
        width: 100%;
        padding: 0;
    }
    .product-list .ui-grid-responsive .ui-grid-row {
        display: block;
        width: 100%;
    }
    .product-list .layout1 .ui-widget-content {
        display: block;
    }
    .product-list .layout1 .ui-grid .ui-grid-row {
        width: 100%;
    }
    .product-list {
        padding-top: 48px;
    }
    .product-detail .tag-and-share {
        margin-top: 10px;
        padding: 0;
    }
    .product-detail .fb-share-button {
        margin: 0px 5px 0 -2px;
    }
    .product-detail .content .in-box {
        margin: 30px auto;
    }
    .product-detail .item-container {
        margin-top: 3em;
    }
    .banner-container {
        margin-top: 2em;
    }
    .product-detail .sidebar-category {
        margin-top: 50px;
        padding: 0px;
    }
    .banner-container .sm-slider {
        flex-wrap: nowrap!important;
        padding-left: 16px;
    }
    .banner-container .border-radius5 {
        min-width: 57.5vw;
        max-width: 57.5vw;
        padding: 0;
    }
    .item-container .sm-slider {
        flex-wrap: nowrap!important;
        padding-left: 16px;
    }
    .item-container .border-radius5 {
        min-width: 57.5vw;
        max-width: 57.5vw;
        padding: 0;
    }
    .product-detail .flexslider {
        margin: 0px;
    }
    .tag-and-share .tag-wrap {
        padding-left: 0;
        padding-right: 0;
    }
    .hzline {
        border-top: 1px solid #b5b5b2;
        width: 96%;
        margin: auto;
    }
    .item-container h5 {
        margin: 1em 16px;
    }
    .banner-container h5 {
        margin: 1em 16px;
    }
    .product-list .blog-masonry {
        margin-right: -3px;
    }
    .share-wrap {
        position: relative;
        left: -16px;
    }
    .banner-container .border-radius5 a {
        display: flex;
        margin-right: 16px;
    }
    .item-container .border-radius5 a {
        display: block;
        margin-right: 16px;
    }
    .book-index-recom .product-brand-slider {
        display: flex;
        overflow-x: scroll;
        padding-left: 14px;
    }
    .list-last li {
        margin-bottom: 10px;
        font-size: 13px;
        width: 100%;
        float: left;
    }
    .head .item-category {
        margin-bottom: 0px;
        padding-right: .5em;
        width: 50%;
    }
    .head .item-category:nth-child(odd) {
        padding-left: 0;
    }
    .head .item-category:nth-child(even) {
        padding-right: 0;
    }
    .item-category .head-ttl {
        height: auto;
        height: auto;
        width: auto; 
        display: inline-block;
        margin-right: 4%;
        margin-bottom: .5em;
    }
    .category-display{
        display: inline-table;
    }
    .book-index-recom .book-div .slide-img-top {
        position: relative;
        height: 0;
        padding: 0;
        padding-bottom: 90%;
        width: 100%;
        margin: auto;
    }
    .products-page .feature-index .title h5 {
        margin-top: 10px;
    }
    .wrapper-twitter-share {
        margin-left: 0px;
    }
    .wrapper-twitter-share {
        margin-left: 0!important;
    }
    .product-page .title p.title-index-junpro::after {
        width: 211px;
    }
    .product-page .title p.title-index-junpro {
        max-width: 250px;
    }
    .content-layout .product-page {
        padding-top: 18px;
        padding-bottom: 40px;
    }
    .product-page .category-product {
        padding-top: 29px;
    }
    .product-list .ui-widget-content {
        width: 100%;
        margin-left: 0px;
        margin-bottom: 18px;
    }
    .wrapper-product-boxes {
        margin-bottom: 24px;
    }
    .bg-product-vector-1 {
        display: none;
    }
    .bg-product-vector-2 {
        display: none;
    }
    .bg-product-vector-3 {
        bottom: -204px;
        width: 360px;
    }
    .product-content .top-left {
        width: 100%;
        padding-top: 30px;
    }
    .product-detail .flex-control-thumbs {
        gap: 10px;
    }
    .product-detail .flexslider .slides img {
        border-radius: 50px;
    }
    .product-detail .flex-control-thumbs img {
        border-radius: 12px;
    }
    .product-detail .flex-control-thumbs li {
        width: calc(25% - 7.5px);
        margin-top: 16px;
    }
    .title-product .brand-top img {
        height: 33px;
    }
    .product-content .title-product-text {
        margin-top: 22px;
        font-size: 20px;
        font-weight: 500;
        line-height: 160%;
    }
    .product-content .title-product-subtitle {
        margin-top: 16px;
        font-size: 15px;
        font-weight: 400;
        line-height: 160%;
    }
    .buy-btn-wrap {
        margin-top: 18px;
        padding: 11px 0px 21px;
        gap: 6px;
    }
    .desc-product-st {
        padding-bottom: 24px;
    }
    .desc-product-st p {
        font-size: 15px;
    }
    .product-content .tag-wrap {
        padding-top: 20px;
    }
    .product-content .left-side {
        padding-right: 0px;
        width: 100%;
        border-right: none;
    }
    .media-product .media2 img {
        border-radius: 60px;
    }

    .sidebar-category-mobile {
        display: block;
        position: relative;
        z-index: 1;
    }
    .product-content.bottom .sidebar-category {
        display: none;
    }

    .product-glassart-section.product--product-glassart-section {
        background: #F3F8FA;
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .product-detail .content .article-title {
        font-size: 20px;
        font-weight: 500;
        line-height: 150%;
        margin-bottom: 18px;
    }
    .product--product-glassart-section .product-box-wrapper {
        margin-top: 21px;
    }
    .product-brand-list {
        gap: 16px;
        flex-wrap: nowrap;
        width: calc(100% + 30px);
        overflow: auto;
        margin-left: -15px;
        padding: 0px 15px;
        scrollbar-width: none;
        margin-top: 21px;
    }
    .banner-container .item-logo {
        min-width: 57.5vw;
        max-width: 57.5vw;
        width: 57.5vw;
    }
    .product--product-glassart-section .banner-container {
        margin-top: 48px;
    }
    .sidebar-category ul li > a {
        font-size: 14px;
    }
    .sidebar-category ul li .arrow {
        margin-right: 12px;
        margin-top: 7px;
    }
    .sidebar-category ul li:not(:last-of-type) {
        margin-bottom: 16px;
    }
    .bg-vector-product-detail-3 {
        width: 360px;
        bottom: -204px;
    }
    .bg-product-vector-4 {
        left: -24px;
        top: -225px;
    }
    .product-detail .buy-btn-wrap .price {
        padding-top: 0px;
    }

    .product--product-ga .product-glassart-section .section-width {
        margin: 0px auto;
    }
    .product--product-ga.product-glassart-section--outer {
        margin: 0;
    }
}    
