.shopdetail__sec {
     padding: 40px 0;
 }

.shopdetail__cv__content > p {
    display: inline-block;
}

.shopdetail__cv__content > p.pc_only {
    display: none;
}
@media only screen and (min-width: 750px) {
    .shopdetail__sec {
        padding: 60px 0;
    }
}

.pc_only {
    display: none;
}
/* ------------------------------
- detailhead
------------------------------ */
.detailhead .inner::before,
.detailhead__slider::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ca0000;
    margin: 20px auto;
}
.detailhead__slider::after {
    position: absolute;
    margin: 0;
    bottom: 0;
    left: 0;
}
.detailhead__heading {
    font-size: 20px;
    margin-bottom: 5px;
}
.detailhead__category {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.detailhead__category__item {
    border-radius: 5px;
    background: #c3c2c2;
    text-align: center;
    color: #fff;
    font-size: 11px;
    padding: 3px 11px;
    margin: 5px 10px 0 0;
}
.detailhead__attention {
    padding: 30px 10px;
    margin: 30px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.detailhead__attention h2 {
    margin-bottom: 10px;
    font-size: 1.2em;
    line-height: 1.7;
}
.detailhead__attention a {
    text-decoration: underline;
}
.detailhead__info {
    margin: 30px 0;
}
.detailhead__info__table {
    margin-top: 20px;
}
.detailhead__cv {
    padding: 40px 10px;
    text-align: center;
}
.detailhead__cv__text {
    margin-bottom: 20px;
}
.detailhead__cv__btn {
    background: #ca0000 url(/wp/wp-content/themes/idc/assets/images/icon/arrow_a-w.svg) no-repeat center right 20px /9px;
    color: #fff;
    font-size: 15px;
    padding: 18px 40px;
    max-width: 320px;
    width: 80%;
    border-radius: 30px;
    position: relative;
    border: 1px solid #ca0000;
}

@media only screen and (max-width: 749px) {
    .detailhead .inner {
        padding: 0;
    }
    .p10 {
        padding: 0 10px;
    }



}
@media only screen and (min-width: 750px) {
    .detailhead {
        margin-bottom: 16px;
    }
    .detailhead__heading {
        font-size: 22px;
    }
    .detailhead__slider::after {
        display: none;
    }
    .detailhead__arrow {
        position: absolute;
        z-index: 10;
        width: 48px;
        top: 50%;
        margin-top: -24px;
        cursor: pointer;
    }
    .detailhead__arrow__prev {
        left: -5px;
    }
    .detailhead__arrow__next {
        right: -5px;
    }
    .detailhead__category__item:hover {
        background: #fdedf0;
        color: #ca0000;
    }
    .detailhead__attention {
        padding: 30px 40px;
        border: 1px solid #000;
    }
    .detailhead__info {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 40px 0;
    }
    .detailhead__info__img {
        min-width: 320px;
        max-width: 320px;
        margin-right: 50px;
    }
    .detailhead__info__table {
        margin-top: 0;
        width: 100%;
    }
    .detailhead__cv__text {
        font-size: 15px;
    }
    .detailhead__cv__btn {
        font-size: 15px;
        max-width: 400px;
    }
    .detailhead__cv__btn:hover {
        color: #ca0000;
        background: #fff url(/wp/wp-content/themes/idc/assets/images/icon/arrow_a-r.svg) no-repeat center right 20px/9px;
    }
}
@media only screen and (min-width: 1000px) {
    .detailhead__arrow__prev {
        left: -24px;
    }
    .detailhead__arrow__next {
        right: -24px;
    }
}
/* ------------------------------
- slider
------------------------------ */
.shopdetail .slick-dotted.slick-slider {
    margin-bottom: 20px;
    padding-bottom: 42px;
}
.shopdetail .slick-dots li {
    margin: 0
}
.shopdetail .slick-dots li button:before {
    opacity: 1;
    color: #ccc;
}
.shopdetail .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #ca0000;
}
.shopdetail .slick-dots {
    bottom: 9px;
}
@media only screen and (min-width: 750px) {
    .shopdetail .slick-dotted.slick-slider {
        margin-bottom: 20px;
        padding-bottom: 0;
    }
    .shopdetail .slick-dots li button:before {
        color: #fff;
    }
}
/* ------------------------------
- detailhead
------------------------------ */
.shopdetail__dl {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 13px;
}
.shopdetail__dt,
.shopdetail__dd {
    min-height: 49px;
    padding: 16px 0;
}
.shopdetail__dl:last-child .shopdetail__dt,
.shopdetail__dl:last-child .shopdetail__dd {
    padding-bottom: 0;
}
.shopdetail__dt,
.shopdetail__dd,
.shopdetail__subdt,
.shopdetail__subdd {
    line-height: 1.3;
}
.shopdetail__dt {
    min-width: 60px;
    max-width: 60px;
    margin-right: 25px;
    border-top: 1px solid #ca0000;
    font-weight: bold;
}
.shopdetail__dd {
    width: 100%;
    border-top: 1px solid #ddd;
}
.shopdetail__subdt {
    color: #333;
    font-weight: bold;
    margin-top: 10px;
}
.shopdetail__subdt::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #ca0000;
    border-radius: 15px;
    margin: 2px 7px 2px 0;
}
.shopdetail__subdd {
    margin-top: 5px;
}
@media only screen and (min-width: 750px) {
    .shopdetail__dt,
    .shopdetail__dd {
        padding: 20px 0;
    }
    .shopdetail__subdt {
        margin-top: 20px;
    }
}
@media only screen and (min-width: 1000px) {
    .shopdetail__dt {
        min-width: 90px;
        max-width: 90px;
        margin-right: 40px;
    }
}
/* ------------------------------
- shopdetail__nav
------------------------------ */
.shopdetail__nav {
    background: #333;
}
.shopdetail__nav__inner {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.shopdetail__nav__item {
    background: url(/wp/wp-content/themes/idc/assets/images/icon/arrow_c-r.svg) no-repeat center bottom 7px /12px;
    color: #fff;
    width: 25%;
    text-align: center;
    font-size: 13px;
    padding-bottom: 10px;
    height: 58px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.3;
    font-weight: bold;
}
@media only screen and (max-width: 749px) {
    .shopdetail__nav__item:not(:first-child) {
        border-left: 1px solid #fff;
    }
}
@media only screen and (min-width: 750px) {
    .shopdetail__nav__item {
        background: url(/wp/wp-content/themes/idc/assets/images/icon/arrow_c-r.svg) no-repeat center bottom 15px /12px;
        font-size: 15px;
        height: 70px;
        position: relative;
    }
    .shopdetail__nav__item:first-child::before,
    .shopdetail__nav__item::after {
        position: absolute;
        content: '';
        display: block;
        width: 1px;
        height: 40%;
        top: 30%;
        background: #999;
    }
    .shopdetail__nav__item:first-child::before {
        left: 0;
    }
    .shopdetail__nav__item::after {
        right: 0;
    }
}
/* ------------------------------
- service
------------------------------ */
.service__block:nth-child(n+2) {
    margin-top: 30px;
}
.service__heading {
    font-size: 15px;
    margin-bottom: 20px;
}
.service__heading::after {
    content: '';
    display: block;
    width: 16px;
    height: 2px;
    background: #ca0000;
    margin-top: 10px;
}
.service__text {
    padding: 20px 10px;
}
.service__item {
    background: #f7f7f7;
    border: 1px solid #fff;
}
.service__item__heading {
    background: #f7f7f7 url(/wp/wp-content/themes/idc/assets/images/icon/arrow_c-g.svg) no-repeat right 20px center /14px;
    padding: 5px 40px 5px 15px;
    width: 100%;
    min-height: 50px;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.2;
}
.is-itemactive .service__item__heading {
    background: #f7f7f7 url(/wp/wp-content/themes/idc/assets/images/icon/icon_x-g.svg) no-repeat right 20px center /14px;
}
.service__item__content {
    display: none;
    margin: 0 10px 10px;
    background: #fff;
    padding: 1.7em;
    line-height: 1.7;
}
.service__item__content * {
    line-height: 1.7;
}
.service__item__btn {
    text-align: center;
    display: block;
    background: #ca0000 url(/wp/wp-content/themes/idc/assets/images/icon/arrow_a-w.svg) no-repeat center right 20px /7px;
    border: 2px solid #ca0000;
    border-radius: 30px;
    color: #fff;
    padding: 10px;
    width: 100%;
    max-width: 400px;
}
.service__item__btn.ex {
    background: #666 url(/wp/wp-content/themes/idc/assets/images/icon/arrow_a-w.svg) no-repeat center right 20px /7px;
    border: 2px solid #666;
}
.service__item__content ul {
    padding-left: 18px;
}
.service__item__content li {
    list-style: disc;
}
.service__item__content .mt1 {
    margin-top: 1.7em;
}
.service__item__content dd {
    font-weight: bold;
    margin-bottom: 1.7em;
}
.service__item__content dd::before {
    content: '●';
    color: #bbb;
    margin-right: 5px;
}
.cre__img {
    float: right;
    width: 80px;
    margin: 0 0 10px 10px;
}
.cre__img__lg {
    margin: 0 auto 1.7em;
    width: 200px;
}
.service__item__content .triangle::before {
    content: '▶︎';
    color: #ca0000;
    margin-right: 5px;
}
@media only screen and (min-width: 750px) {
    .service__content {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .service__item {
        width: 25%;
        border: 2px solid #fff;
        position: relative;
    }
    .service__item::before,
    .service__item::after {
        content: '';
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 6px 12px 6px;
        opacity: 0;
        z-index: 20;
    }
    .service__item::before {
        bottom: -23px;
        border-color: transparent transparent #ccc transparent;
    }
    .service__item::after {
        bottom: -25px;
        border-color: transparent transparent #fff transparent;
    }
    .is-itemactive::before,
    .is-itemactive::after {
        opacity: 1;
        display: block;
    }
    .service__item__heading {
        cursor: pointer;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }
    .service__item__heading:hover {
        background: #fdedf0 url(/wp/wp-content/themes/idc/assets/images/icon/arrow_c-g.svg) no-repeat right 20px center /14px;
    }
    .is-itemactive .service__item__heading {
        background: #fdedf0 url(/wp/wp-content/themes/idc/assets/images/icon/icon_x-g.svg) no-repeat right 20px center /14px;
    }
    .service__item__content {
        width: 100%;
        margin: 20px 0;
        padding: 40px 50px;
        border: 1px solid #ccc;
        position: relative;
        z-index: 10;
    }
    .service__item__btn {
        font-size: 14px;
        background: #ca0000 url(/wp/wp-content/themes/idc/assets/images/icon/arrow_a-w.svg) no-repeat center right 20px /7px;
        padding: 13px;
        margin: 10px auto 0;
    }
    .cre__img {
        width: 150px;
        margin: 0 0 20px 20px;
    }
    .cre__img__lg {
        float: right;
        margin: 0 0 20px 20px;
        width: 229px;
    }
}

/* ------------------------------
- access
------------------------------ */
.access__map {
    margin-bottom: 20px;
}
.access__map iframe {
    width: 100%;
    height: 280px;
}
@media only screen and (min-width: 750px) {
    .access__map {
        margin-bottom: 40px;
    }
    .access__map iframe {
        height: 320px;
    }
    .access__table {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .access__table__block {
        width: 47.95%;
    }
}
/* ------------------------------
- floor
------------------------------ */
.floor__slider {
    border-bottom: 1px solid #ca0000;
}
.floor__arrow {
    position: absolute;
    z-index: 10;
    width: 50px;
    bottom: 0;
}
.floor__arrow__prev {
    right: 50px;
}
.floor__arrow__next {
    right: 0;
}
.floor__arrow__prev::after {
    content: '';
    display: block;
    position: absolute;
    background: #ca0000;
    width: 1px;
    height: 60%;
    top: 20%;
    right: 0;
}
.floor__slider .slick-dots {
    width: auto;
}
.floor__lead {
    margin-bottom: 30px;
}
.floor__tr {
    margin-top: 10px;
}
.floor__th {
    background: #ca0000;
    color: #fff;
    text-align: center;
    font-size: 15px;
    padding: 14px;
}
.floor__td {
    background: #f7f7f7;
    padding: 20px;
}
@media only screen and (min-width: 750px) {
    .floor__slider {
        border: none;
    }
    .floor__arrow {
        width: 60px;
        cursor: pointer;
    }
    .floor__arrow__prev {
        right: 60px;
    }
    .floor__slider .slick-dots {
        left: 25px;
    }
    .floor__tr {
        margin-top: 5px;
        display: table;
        width: 100%;
    }
    .floor__th,
    .floor__td {
        display: table-cell;
        vertical-align: middle;
        font-size: 14px;
        padding: 15px 30px;
    }
    .floor__th {
        width: 200px;
    }
    .floor__td {
        border-left: 5px solid #fff;
    }
}
/* ------------------------------
- shopdetail__cv
------------------------------ */
.shopdetail__cv {
    margin: 0 auto;
}
.shopdetail__cv__content {
    padding-top: 20px;
}
.shopdetail__cv__heading {
    font-size: 20px;
    color: #ca0000;
    margin-bottom: 10px;
}
@media only screen and (min-width: 750px) {
    .shopdetail__cv {
        padding: 40px 0 60px;
        position: relative;
        z-index: 10;
    }
    .shopdetail__cv::before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 75%;
        background: #f7f7f7;
        z-index: -1;
        bottom: 0;
        left: 0;
    }
    .shopdetail__cv__img {
        width: 49.92%;
        position: absolute;

    }
    .shopdetail__cv__content {
        padding: 30px;
        width: 56.12%;
        background: #fff;
        position: relative;
    }
    .shopdetail__cv__btn {
        margin: 30px 0 0;
    }

    .shopdetail__cv.shopdetail__cv__right > .shopdetail__cv__img {
        top: 0;
        right: 0;
    }

    .shopdetail__cv.shopdetail__cv__left > .shopdetail__cv__img{
        top: 0;
        left: 0;
    }

    .shopdetail__cv.shopdetail__cv__right > .inner > .shopdetail__cv__content {
        position: absolute;
        left: 0;
    }

    .shopdetail__cv.shopdetail__cv__left > .inner > .shopdetail__cv__content {
        position:absolute;
        right: 0;
    }

    .shopdetail__cv {
        min-height: 41.72vw;
    }

}


ul.shopdetail_item li {
    width: 48%;

}
ul.floor > li:first-child,
ul.floor > li:nth-child(2n) {
    width: 100%;
    display: inline-block;
    vertical-align: top;

}
ul.floor > li:first-child {
    padding: 12px;
}

@media only screen and (min-width: 1000px) {
    .shopdetail__cv {
        min-height: 41.72vw;
    }
    .shopdetail__cv__content {
        padding: 50px 30px;
    }

    .pc_only {
        display: block;
    }

    .shopdetail__cv__content > p.pc_only {
        display: block;
    }


    ul.shopdetail_item li {
        width: 25%;

    }

}
@media only screen and (min-width: 1366px) {
    .shopdetail__cv {
        min-height: 570px;
        margin: 0 auto;
        max-width: 1366px;
    }
}

.is-regular-large-text {
    font-size: 24px;
}




/* ------------------------------
- shopdetail__floor
------------------------------ */
.shopdetail__floor {
    margin: 0 auto;
}
.shopdetail__floor__content {
    padding-top: 20px;
}
.shopdetail__floor__heading {
    font-size: 20px;
    color: #ca0000;
    margin-bottom: 10px;
}



.flormap {
    display: inline-block;
    width: auto;
    height: 220px;
}

.flor_wrapper > div {
    display: inline-block;
    margin: 0px auto 12px;
    width: 100%;
    text-align: center;
    vertical-align: top;
}



@media only screen and (min-width: 750px) {
    .shopdetail__floor {
        padding: 40px 0 60px;
        position: relative;
        z-index: 10;
    }
    .shopdetail__floor::before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height:100%;
        background: #f7f7f7;
        z-index: -1;
        bottom: 0;
        left: 0;
    }
    .shopdetail__floor__img {
        width: 49.92%;
        position: absolute;
        top: 0;
        right: 0;
    }
    .shopdetail__floor__content {
        padding: 30px;
        background: #fff;
        position: relative;
    }
    .shopdetail__floor__btn {
        margin: 30px 0 0;
    }




    ul.floor > li:first-child {
        width: 31.2222%;
        display: inline-block;
        vertical-align: top;
        padding: 0;
    }
    ul.floor > li:nth-child(2n) {
        width: 68.2222%;
        display: inline-block;
        vertical-align: top;

    }

    .head_description {
        font-size: 18px;
        margin-top: 10px;
        line-height: 1.9em;
    }



    .flor_wrapper > div {
        display: inline-block;
        margin: 16px auto;
        width: 47.999%;
        text-align: center;
        vertical-align: top;
    }


    .flormap {
        display: inline-block;
        width: auto;
        height: 350px;
    }

    .sp_only {
        display: none;

    }

    .shopdetail__cv__content > p.sp_only {
        display: none;
    }


}
@media only screen and (min-width: 1000px) {
    .shopdetail__floor {
        min-height: 41.72vw;
    }
    .shopdetail__floor__content {
        padding: 50px 60px;
    }
}
@media only screen and (min-width: 1366px) {
    .shopdetail__floor {
        min-height: 570px;
        margin: 0 auto;
        max-width: 1366px;
    }
}

.item__block.item__block_brand {
    padding: 12px;
}

.is-regular-large-text {
    font-size: 24px;
}

.detailhead__lead__floor > h1,
.detailhead__lead__floor > p {
    text-align: center;
}



.m30 {
    margin-top: 30px;
}

.head_description {
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.7em;
}

.shopdetail__cv__text {
    padding-bottom: 12px;
}

.shopdetail__cv__content {
    padding-bottom: 50px;
}


@media only screen and (max-width: 749px) {

    .shopdetail__floor__content {
        padding-top: 0px;
    }


}

.txt_center {
    text-align: center;
}


#modal-floor-map {
    display: none;
}


/* ------------------------------
- product
------------------------------ */
.product__block {
}
.product__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.is-productnew {
    position: relative;
}
.is-productnew:before {
    position: absolute;
    content: '';
    display: block;
    background: url(/wp/wp-content/themes/idc/assets/images/brand/new.png) no-repeat center/contain;
    z-index: 10;
    top: 0;
}
.product__img {
    position: relative;
    margin-bottom: 10px;
}
.product__img:after {
    content: '';
    position: absolute;
    z-index: 10;
    bottom: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: #fff url(/wp/wp-content/themes/idc/assets/images/icon/btn_search.png) no-repeat left 7px center/15px;
}
.product__text {
    font-weight: normal;
}
.product__price {
    border-top: 1px solid #e6e6e6;
    color: #999;
    text-align: right;
}
.product__modal {
    display: none;
}
.product__modal__content {
    background: #fff;
}
.product__modal__heading {
    font-weight: normal;
}
.product__modal__price {
    color: #999;
}
.product__modal__text {
    border-top: 1px solid #e6e6e6;
}
.product__modal__eclink {
    position: relative;
    margin: 20px auto 0;
    font-size: 12px;
    color: #ca0000;
    background: #fff;
    border: 1px solid #ca0000;
    text-align: center;
    max-width: 260px;
    display: block;
    border-radius: 30px;
    padding: 13px;
    font-weight: bold;
}
.product__modal__eclink::after {
    position: absolute;
    right: 1rem;
    content: "\f105";
    color: #ca0000;
    font-family: FontAwesome;
}
@media only screen and (min-width: 749px) {
    .product__block {
        padding: 40px 0;
    }
    .product__heading {
        border-left: 5px solid #ccc;
        padding-left: 15px;
        font-size: 18px;
        margin-bottom: 25px;
    }
    .product__item {
        width: 23.5%;
        transition: all .3s;
    }
    .is-productnew:before {
        width: 38px;
        height: 40px;
        left: 15px;
    }
    .product__item:not(:nth-child(4n)) {
        margin-right: 2%;
    }
    .product__item:nth-child(n+5) {
        margin-top: 2%;
    }
    .product__img:before {
        content: 'VIEW MORE';
        position: absolute;
        bottom: 10px;
        right: 20px;
        width: 80px;
        height: 30px;
        z-index: 20;
        border-radius: 15px;
        padding: 10px 0;
        box-sizing: border-box;
        font-size: 10px;
        font-family: 'Noto Sans JP', YuGothic,"Yu Gothic","Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
        text-align: right;
        transform: scaleX(0);
        transform-origin: right;
        letter-spacing: .1em;
        color: #333;
    }
    .product__text {
        font-size: 14px;
    }
    .product__price {
        margin-top: 10px;
        padding-top: 10px;
        font-size: 14px;
    }
    .product__price span{
        display: block;
        font-size: 12px;
    }
    .product__item:hover {
        opacity: .8;
    }
    .product__item:hover .product__img:after {
        width: 98px;
    }
    .product__item:hover .product__img:before {
        transform: scaleX(1);
    }
    .product__modal__content {
        padding: 30px 45px;
    }
    .product__modal__heading {
        font-size: 15px;
    }
    .product__modal__price {
        font-size: 15px;
        margin-top: 10px;
    }
    .product__modal__price span{
        font-size: 12px;
    }
    .product__modal__text {
        margin-top: 10px;
        padding-top: 10px;
    }
    .product__modal__text,
    .product__modal__text p {
        font-size: 13px;
        line-height: 1.8;
    }
    .product__modal__eclink:hover {
        color: #fff;
        background: #ca0000;
    }
    .product__modal__eclink:hover::after {
        color: #fff;
    }
}
@media only screen and (max-width: 750px) {
    .product__block {
        padding: 30px 0;
    }
    .product__heading {
        border-left: 4px solid #ccc;
        padding-left: 12px;
        font-size: 16px;
        margin-bottom: 20px;
    }
    .product__list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .product__item {
        width: 48.5%;
    }
    .product__item:nth-child(n+3) {
        margin-top: 4%;
    }
    .is-productnew:before {
        width: 30px;
        height: 32px;
        left: 10px;
    }
    .product__text {
        font-size: 13px;
    }
    .product__price {
        margin-top: 5px;
        padding-top: 5px;
        font-size: 13px;
    }
    .product__price span {
        display: block;
        font-size: 11px;
    }
    .product__modal__content {
        padding: 20px 25px;
    }
    .product__modal__heading {
        font-size: 14px;
    }
    .product__modal__price {
        font-size: 13px;
        margin-top: 5px;
    }
    .product__modal__price span{
        font-size: 11px;
    }
    .product__modal__text {
        margin-top: 5px;
        padding-top: 5px;
    }
    .product__modal__text,
    .product__modal__text p {
        font-size: 12px;
        line-height: 1.5;
    }
}

/* ------------------------------
- fancybox
------------------------------ */
.fancybox-container {
    z-index: 100011;
}
.fancybox-content {
    max-width: 650px;
    background: none;
}
.fancybox-slide--html .fancybox-close-small {
    color: #fff;
}
.fancybox-is-open .fancybox-bg {
    opacity: .6;
}
@media only screen and (max-width: 750px) {
    .fancybox-content {
        padding: 40px 20px;
    }
}


@media only screen and (max-width: 749px) {



}


.features_subtitle {
    display: inline;
    background: linear-gradient(transparent 55%, #eedc103b 50%);
    font-size: 18px;
}

.plr8 {
    padding: -10px 8px;
}

.store_info {
    margin-top: 50px;
    padding: 0 6px;
}

.closingwords {
    margin: 30px;
    max-width: 680px;
}



.inner_product {
    padding:0 10px;
}


@media only screen and (min-width: 1000px) {
    .inner_product {
        width: 90%;
        max-width: 1366px;
        padding: 0;
        margin: 0 auto;
    }
}


.tile {
    display: inline-block;
    width: 20%;
    float:left;
    padding-right: 7px;
    box-sizing: border-box;
    padding-bottom: 7px;

}


.tile {
    display: inline-block;
    width: 20%;
    float:left;
    padding-right: 7px;
    box-sizing: border-box;
    padding-bottom: 7px;

}



@media only screen and (max-width: 750px) {

    .tile {
        display: inline-block;
        width: 33%;
        float:left;
        padding-right: 7px;
        box-sizing: border-box;
        padding-bottom: 7px;

    }

    div.list-text::after {
        content: "";
        display: inline-block;
        background-image: none;
        background-repeat: no-repeat;
        position: absolute;
        bottom: -9px;
        left: 0;
        right: 0;
        height: 20px;
        width: 20px;
        background-size: 20px 20px;
        margin: 0 auto;
    }
}

.list-wrapper:after {
    content:"";
    clear:both;
    display: block;
}

.list-text {
    text-align: center;
    padding-top:16px;
    padding-bottom:12px
}

.list-text-bottom {
    padding-bottom:80px
}
