.fs-wrapper {
    height: auto
}

.fs-entry-container {
    height: 0 !important;
    width: 20% !important;
    padding-top: 20% !important;
}
.fs-has-links::after {
    padding: 10px 15px;
    background-color: rgb(0, 0, 0);
    color: rgba(255, 255, 255, 0.8);
    content: "SHOP";
}

.fs-wrapper {
    height: auto;
}

.fs-entry-container {
    height: 0 !important;
    width: 20% !important;
    padding-top: 20% !important;
}

.fs-wrapper div.fs-text-container .fs-entry-title,
div.fs-detail-title {
    /*font-family: Helvetica Neue, Helvetica, Arial, sans-serif;*/
    font-style: italic;
    font-weight: normal;
}

div.fs-text-container .fs-entry-date,
div.fs-detail-container .fs-post-info,
div.fs-wrapper div.fs-has-links::after,
.fs-text-product,
.fs-overlink-text {
    /*font-family: Helvetica Neue, Helvetica, Arial, sans-serif;*/
    font-style: normal;
    font-weight: bold;
}

.fs-wrapper div.fs-text-container * {
    color: rgb(0, 0, 0);
}

.fs-wrapper div.fs-text-container {
    background-color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

div.fs-entry-date {
    display: none;
}

div.fs-service-icon {
    display: none;
}

div.fs-entry-title {
    display: none;
}

.fs-wrapper div.fs-timeline-entry {
    margin: 0;
}

/*color css*/
.swatch {
    padding: 10px 0;
    width: 100%;
    float: left;
    border-bottom: 1px dotted #dfe0e1;
}
.swatch .header {
    margin: 0 0 8px;
    font-size: 13px;
    text-align: left;
    color: #4c4c4b;
    line-height: initial;
}
.swatch .select-swap {
    display: inline-block;
    vertical-align: middle;
}
.swatch .select-swap {
    width: 100%;
}
#variant-swatch-0 .select-swap span a:first-child, #variant-swatch-1 .select-swap span a:first-child {
    margin-left: 0;
}
#variant-swatch-0 .select-swap span a {
    height: 41px;
    width: 40px;
    margin: 5px 1%;
    border-radius: 50%;
    border: solid 2px #ddd;
    overflow: hidden;
    display: inline-block;
    float: unset;
    background-size: 100%;
    box-sizing: border-box;
    padding: 2px;
    position: relative;
    z-index: 0;
}
#variant-swatch-0 .select-swap span a img {
    background: rgba(0,0,0,.2);
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
    box-sizing: content-box;
    height: 34px;
    object-fit: cover;
    object-position: center;
    position: relative;
    vertical-align: middle;
    width: 40px;
}
/*.limit-w .select-swap {*/
/*    width: 64%;*/
/*}*/
/*.limit-w .select-swap {*/
/*    float: left;*/
/*}*/
#variant-swatch-1 .select-swap span a {
    display: inline-block;
    background: #fff;
    min-width: 40px;
    height: 40px;
    margin: 5px 1% 5px 0;
    line-height: 40px;
    position: relative;
    border: 1px solid #e5e5e5;
    font-size: 12px;
    color: #252a2b;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    padding: 0 4px;
    text-decoration: none;
}
.tags-box{
    border-top: 1px solid rgba(0,0,0,.05);
    padding-top: 20px;
}
.tags-box .title-pr{
    font-weight: 600;
    display: inline-block;
}
.tags-box>ul{
    display: inline-flex;
}
.tags-box>ul li{
    margin: 0 5px;
}
.tags-box>ul li:first-child{
    margin-left: 20px;
}
@media (min-width: 970px){
    #variant-swatch-1 .select-swap span a:hover {
        border: 1px solid #000;
    }
}
#variant-swatch-0 .select-swap span a.active {
    border: solid 2px #000;
}
#variant-swatch-1 .select-swap span a.active {
    background: #000;
    color: #fff;
}
#variant-swatch-1 .select-swap span a.deactive{
    background: #ccc;
    pointer-events: none;
}
@media (max-width: 768px){
    #variant-swatch-1{
        float: unset;
    }
}