body {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: none;
    color: rgba(0, 0, 0, 0.9);
    -o-text-overflow: clip;
    text-overflow: clip;
    /*background: -webkit-linear-gradient(135deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 75%, rgb(240, 240, 240, 0.5) 75%, rgb(240, 240, 240, 0.5) 100%), -webkit-linear-gradient(45deg, rgb(240, 240, 240, 0.5) 0, rgb(240, 240, 240, 0.5) 25%, rgba(140, 140, 140, 0) 25%, rgba(255, 255, 255, 0) 100%), -webkit-linear-gradient(135deg, rgb(240, 240, 240, 0.5) 0, rgb(240, 240, 240, 0.5) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 100%), -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 75%, rgb(240, 240, 240, 0.5) 75%, rgb(240, 240, 240, 0.5) 100%), rgb(255, 255, 255);
    background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 75%, rgb(240, 240, 240, 0.5) 75%, rgb(240, 240, 240, 0.5) 100%), -moz-linear-gradient(45deg, rgb(240, 240, 240, 0.5) 0, rgb(240, 240, 240, 0.5) 25%, rgba(140, 140, 140, 0) 25%, rgba(255, 255, 255, 0) 100%), -moz-linear-gradient(-45deg, rgb(240, 240, 240, 0.5) 0, rgb(240, 240, 240, 0.5) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 100%), -moz-linear-gradient(45deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 75%, rgb(240, 240, 240, 0.5) 75%, rgb(240, 240, 240, 0.5) 100%), rgb(255, 255, 255);
    background: linear-gradient(-45deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 75%, rgb(240, 240, 240, 0.5) 75%, rgb(240, 240, 240, 0.5) 100%), linear-gradient(45deg, rgb(240, 240, 240, 0.5) 0, rgb(240, 240, 240, 0.5) 25%, rgba(140, 140, 140, 0) 25%, rgba(255, 255, 255, 0) 100%), linear-gradient(-45deg, rgb(240, 240, 240, 0.5) 0, rgb(240, 240, 240, 0.5) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 100%), linear-gradient(45deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 75%, rgb(240, 240, 240, 0.5) 75%, rgb(240, 240, 240, 0.5) 100%), rgb(255, 255, 255);*/
    background-position: 50% 50%;
    -webkit-background-origin: padding-box;
    background-origin: padding-box;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-background-size: 70px 70px;
    background-size: 70px 70px;
}

/* menu ver.PC */
#header .header_nav {
    -background-color: black;
    background-color: #d2b4a1;
    border-bottom: 5px solid #e6cdc1;
}

#header .main-nav .link_shelf_top>li>a {
    padding-right: 15px !important;
    padding-left: 15px !important;
    color: white !important;
}

.link_shelf_top li:first-child .link_shelf_second>li:not(:first-child)>a .text:after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    background: url('https://api.iconify.design/dashicons:arrow-right-alt2.svg') no-repeat center center / contain;
    right: 0;
}

/* menu ver.mobile */
#index_sidebar_shelf_top {
    background: white;
}

.drawer-nav {
    background: #d8d8d8;
}

.home-products,
#swiper_products {
    /*border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;*/
    /* border-radius: 5px 5px 0 0; */
}

.container .section-heading h2 {
    font-size: 26px !important;
    overflow: hidden;
}

.container .section-heading h2:before,
.container .section-heading h2:after {
    content: '';
    background: black;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 20px;
    vertical-align: middle;
    background: url('https://api.iconify.design/cil:caret-bottom.svg') no-repeat center center / contain;
    animation: title_icon 1s infinite linear;
    -webkit-animation: title_icon 1s infinite linear;
    -moz-animation: title_icon 1s infinite linear;
    -o-animation: title_icon 1s infinite linear;
    animation-direction: alternate-reverse;
    -webkit-animation-direction: alternate-reverse;
    -moz-animation-direction: alternate-reverse;
    -o-animation-direction: alternate-reverse;
}

.container .section-heading h2:before {
    /* float: left; */
    /* margin-left: 3em; */
    margin-right: 2em;
}

.container .section-heading h2:after {
    /* float: right; */
    /* margin-right: 3em; */
    margin-left: 2em;
}

#swiper_products {
    padding-bottom: 50px;
    margin-top: 0;
}

.collection_title {
    background: white;
    padding: 20px 10px;
    margin: 0 !important;
    border-bottom: 1px solid #e8e8e8;
}

.products_content {
    padding-bottom: 50px;
}

#product .container,
#related-products .container {
    background: #ffffff;
}

#swiper_products {}


#blog_articles .article_title a {
    font-size: 23px !important;
}

/* footer */
#footer {
    border-top: 3px solid #6B5F54;
}


/*---*/

.index_2_blogs .index-blog .blogs,
ul.sidebar,
.collection_products .products_content,
#nn_rules_block {
    background-color: #ffffff;
}

/* animation */
@-webkit-keyframes title_icon {
    from {
        -webkit-transform: rotate(0deg) scale(1.001) skew(0deg) translateY(-10px);
    }

    to {
        -webkit-transform: rotate(0deg) scale(1.001) skew(0deg) translateY(10px);
    }
}

@-moz-keyframes title_icon {
    from {
        -moz-transform: rotate(0deg) scale(1.001) skew(0deg) translateY(-10px);
    }

    to {
        -moz-transform: rotate(0deg) scale(1.001) skew(0deg) translateY(10px);
    }
}

@-o-keyframes title_icon {
    from {
        -o-transform: rotate(0deg) scale(1.001) skew(0deg) translateY(-10px);
    }

    to {
        -o-transform: rotate(0deg) scale(1.001) skew(0deg) translateY(10px);
    }
}

/* media */
@media (max-width: 992px) {

    .container .section-heading h2:before,
    .container .section-heading h2:after {
        content: none;
    }
}

@media (min-width: 992px) {
    #header .main-nav a {
        font-size: 16px !important;
    }

    #header .main-nav .dropdown-menu,
    #header .main-nav .link_shelf_third {
        border: 2px solid #d2b4a1 !important;
    }
    #header .main-nav .link_shelf_top .show > a, #header .main-nav .link_shelf_top > li > a:hover {
    background: #78543e !important; 
    }

}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1200px;
    }
}