/** Shopify CDN: Minification failed

Line 5008:4 Unexpected "{"
Line 5009:4 Expected identifier but found "%"
Line 5012:4 Unexpected "{"
Line 5013:4 Expected identifier but found "%"
Line 5039:14 Expected identifier but found whitespace
Line 5040:12 Unexpected "{"
Line 5041:17 Expected ":"
Line 5045:5 Expected identifier but found "!"
Line 5047:11 Expected identifier but found whitespace
Line 5048:12 Unexpected "{"
... and 9 more hidden warnings

**/
/** Shopify CDN: Minification failed

Line 4971:4 Unexpected "{"
Line 4972:4 Expected identifier but found "%"
Line 4975:4 Unexpected "{"
Line 4976:4 Expected identifier but found "%"
Line 5002:14 Expected identifier but found whitespace
Line 5003:12 Unexpected "{"
Line 5004:17 Expected ":"
Line 5008:5 Expected identifier but found "!"
Line 5010:11 Expected identifier but found whitespace
Line 5011:12 Unexpected "{"
... and 9 more hidden warnings

**/
/* general */
* {
    margin: 0px;
    padding: 0px;
}

@font-face {
    font-family: "Noto Sans JP regular";
    src: url("noto-sans-jp-v28-latin-regular.woff") format("woff");
}

@font-face {
    font-family: "Noto Sans JP Bold";
    font-weight: 700;
    src: url("noto-sans-jp-v28-latin-regular.woff") format("woff");
}

@font-face {
    font-family: "Roboto Bold";
    font-weight: 700;
    src: url("roboto-v27-latin-700.woff") format("woff");
}

@font-face {
    font-family: "Roboto Regular";
    src: url("roboto-v27-latin-700.woff") format("woff");
}

html,
body {
    font-family: "Noto Sans JP regular";
    font-size: 18px;
    color: #444;
    font-weight: 400;
    background-color: #fff;
}

body {
    padding-top: 185px;
}

html {
    padding: 0 !important;
}

input,
select,
textarea {
    font-family: "Noto Sans JP regular";
    font-size: 16px;
    color: #404040;
}

img {
    border: 0px;
    max-width: 100%;
    height: auto;
}

:focus {
    outline: none;
}

ul {
    list-style: none;
}

a,
a:hover {
    text-decoration: none;
}

/* :focus, a,button,input,textarea,span,em { outline: none!important; transition: .50s ease-in-out; -moz-transition: .50s ease-in-out; -webkit-transition: .50s ease-in-out; } */
strong {
    font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6{
	font-family: "Noto Sans JP Bold";
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
    margin: 0px;
    letter-spacing: 0;
    text-transform: unset;
}

/* global classes */
.clear {
    clear: both;
    height: 1px;
}

.btn-red {
    font-family: "Roboto Bold";
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    color: #fff;
    border-radius: 6px;
    background: #CA171E;
    padding: 11px 18px;
    display: inline-block;
    transition: 0.5s ease-in-out;
  	text-transform: unset;
}

.all_add_history>ul>li .grid__item.medium-up--one-half select {
    margin-left: 0;
}

header#header_custom {
    z-index: 9999999;
}

.index-section {
    padding-top: 55px;
    padding-bottom: 55px;
}

div#shopify-section-blog-banner, div#shopify-section-article-banner, div#shopify-section-about_banner {
    padding-top: 0;
}

/* Mobile_menu */
.mobile_menu {
    display: none;
}

.site--nav__dropdown {
    top: 83px !important;
}

.mobile_menu .sidenav {
    height: 100vh;
    width: 0;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 0;
}

.mobile_menu .sidenav>ul {
    background: #181c1f;
    margin: 0 160px 0 0;
    height: 100vh;
}

.mobile_menu .sidenav ul li a {
    color: #ffffff;
    font-family: "Noto Sans JP regular";
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    padding: 17px 50px;
    display: block;
    border-bottom: 1px solid #373839;
    position: relative;
}

.mobile_menu .sidenav ul li a span.arrow {
    position: absolute;
    right: 20px;
}

.mobile_menu .sidenav>ul ul {
    display: none;
}

/* .mobile_menu .sidenav>ul li:hover ul {
    display: block;
} */

.mobile_menu .sidenav>ul li:hover ul li a {
    color: #ffffff;
    font-family: "Noto Sans JP regular";
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    padding: 15px 35px 15px 65px;
    border-bottom: none;
}

.mobile_menu .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    color: #fff;
}

.header-bottom.fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    animation: smoothScroll 1s forwards;
}

@media only screen and (max-width: 992px) {
    .header-bottom {
        background: #fff;
    }
}

/* ... */

.btn-red:hover {
    background: #000;
    color: #fff;
    /*   box-shadow: 2px 2px 0 2px #d02500, -2px -2px 0 2px #d02500, 0 0 0 2px white inset, 4px 4px 0 4px #fff, -4px -4px 0 4px #fff; */
}

.btn-red:focus {
    background: #000 !important;
}

a.tag_color_1 {
    background: #181c1f;
}

a.tag_color_2 {
    background: #2577cc;
}

a.tag_color_3 {
    background: #174384;
}

a.tag_color_4 {
    background: #d12500;
}

a.tag_color_5 {
    background: #e8b606;
}

/* Captcha */
.shopify-challenge__container {
    padding: 70px 0;
}

.shopify-challenge__container input.shopify-challenge__button.btn {
    font-family: "Noto Sans JP regular";
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    background: #d12500;
    padding: 11px 18px;
    display: block;
    margin: 30px auto 0;
}

.shopify-challenge__container input.shopify-challenge__button.btn:hover {
    background: #000;
    color: #fff;
    /*   box-shadow: 2px 2px 0 2px #d02500, -2px -2px 0 2px #d02500, 0 0 0 2px white inset, 4px 4px 0 4px #fff, -4px -4px 0 4px #fff; */
}

.left_nav {
    width: 155px;
}

/* my container */
.mycontainer {
    padding: 0 15px;
    width: 100%;
    max-width: 1190px;
    margin: 0 auto;
}

/* Loader */
.loader {
    position: fixed;
    height: 100vh;
    width: 100%;
    background: #000;
    z-index: 9999999999999;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader3 {
    width: 120px;
    height: 120px;
    display: inline-block;
    padding: 0px;
    text-align: left;
}

.loader3 span {
    position: absolute;
    display: inline-block;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    background: #d12500;
    -webkit-animation: loader3 1.5s linear infinite;
    animation: loader3 1.5s linear infinite;
}

.loader3 span:last-child {
    animation-delay: -0.9s;
    -webkit-animation-delay: -0.9s;
}

@keyframes loader3 {
    0% {
        transform: scale(0, 0);
        opacity: 0.8;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@-webkit-keyframes loader3 {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: 0.8;
    }

    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0;
    }
}

/* Home banner  */
.home-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.home-banner .banner {
    padding: 120px 0 100px;
}

.home-banner .banner h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 50px;
    text-transform: capitalize;
    margin: 0 0 20px;
    color: #fff;
}

.home-banner .banner a {
    margin: 20px 0 0;
    transition: 0.5s ease-in-out;
    position: relative;
}

.home-banner .banner a:hover {
    background: #000;
    color: #BC0303;
    box-shadow: none;
}

/* Header */
header.fixed-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999999;
    /* animation: smoothScroll 1s forwards; */
    background: #fff;
}

body.fixed-nav .header-bottom {
    position: fixed;
    width: 100%;
    top: 0;
    background: #fff;
}

header.fixed-header .header-top {
    display: none;
}

header#header_custom {
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}

.header-top {
    background: #d12500;
    padding: 11px 0;
}

.header-top p {
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
}

.header-mid {
    background: #eeeeee;
    padding: 11px 0;
    text-align: right;
}

.header-mid ul li {
    display: inline-block;
/*     margin: 0 0 0 20px; */
}

.header-mid .mycontainer > ul > li {
  margin-right:20px;
}

.header-mid .mycontainer > ul > li a i{
  margin-right: 5px !important;
}

.header-mid ul li a {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

.header-mid ul li:hover a {
    color: #d12500;
}

.header-mid ul li.link {
    margin-right: 20px;
}

.header-mid ul li.link a {
    font-weight: bold;
}

.header-mid ul li a i{
    color: #141414;
    margin: 0 10px 0 0;
    font-size: 13px;
    border: 1px solid #BDBDBD;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.right_nav ul li a i {
    color: #141414;
    margin: 0px;
    font-size: 13px;
    border: 1px solid #BDBDBD;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.header-bottom .nav_menu {
    display: flex;
    padding: 5px 0 0;
    justify-content: space-between;
    position: relative;
   	min-height: 84px;
}

.left_nav img {
    /*   margin: -18px 0 -32px; */
    position: relative;
    z-index: 99999;
}

.header-bottom {
  box-shadow: 0px 2px 8px rgba(0,0,0,0.15);
}
.header-bottom .nav_menu .mid_nav>ul {
    display: flex;
    align-items: center;
    padding: 5px 0px 0 0;
    height: 100%;
}

.header-bottom .nav_menu .mid_nav>ul li a {
    color: #141414;
    font-family: "Noto Sans JP Bold";
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 15px 13px 24px;
}

.header-bottom .nav_menu .mid_nav>ul>li:nth-child(1) a {
    padding-left: 0;
}

.header-bottom .nav_menu .mid_nav>ul>li:last-child a {
    padding-right: 0;
}

/* .header-bottom .nav_menu .mid_nav > ul > ul li:nth-child(1) a {
padding-left: 15px;
}
.header-bottom .nav_menu .mid_nav > ul > ul > li:nth-child(1) a {
padding-left: 0;
} */
.menu_data.products a {
    padding: unset !important;
}

.header-bottom .nav_menu .mid_nav>ul li {
    margin: 0 0 0 0;
}

.header-bottom .nav_menu .mid_nav>ul li i {
    margin: 0 0 0 5px;
    color: #141414;
  	font-weight: 700;
}

.header-bottom .nav_menu .right_nav ul {
    display: flex;
    align-items: center;
    height: 100%;
}

.header-bottom .nav_menu .right_nav ul li {
    margin: 0 0 0 15px;
    position: relative;
}

.header-bottom .nav_menu .right_nav ul li span.cart_item_count {
    position: absolute;
    right: -11px;
    top: -9px;
    width: 16px;
    height: 16px;
    background: #d12500;
    line-height: 16px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
}

.header-bottom .nav_menu .right_nav li a {
    color: #181c1f;
    font-size: 14px;
}

.header-bottom .nav_menu .right_nav ul li a {
    margin: -2px 0 0;
    display: block;
}

.header-bottom .nav_menu .right_nav form {
    position: relative;
}

.header-bottom .nav_menu .right_nav form input {
    color: #53575a;
    font-family: "Noto Sans JP regular";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.header-bottom .nav_menu .right_nav input.search_input {
    border-radius: 4px;
    border: solid 1px #bcbcbc;
    color: #53575a;
    font-family: "Noto Sans JP regular";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding: 7px 18px;
}

.header-bottom .nav_menu .right_nav buttont.sbmit_search {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #303030;
    cursor: pointer;
}

.main-content {
    padding-top: 0;
}

#music_nav,
#shirt_nav {
    position: absolute;
    width: 110%;
    left: -5%;
    background: #181c1f;
    z-index: 2;
    top: 116px;
    padding: 45px;
    display: none;
}

#music_nav .music_block,
#shirt_nav .shirt_block {
    width: 25%;
    float: left;
}

.header-bottom .nav_menu .mid_nav>ul li:hover #music_nav,
.header-bottom .nav_menu .mid_nav>ul li:hover #shirt_nav {
    display: block;
}

#music_nav .music_block h4,
#shirt_nav .shirt_block h4 {
    color: #ffffff;
    font-family: "Noto Sans JP regular";
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    position: relative;
    padding: 0 0 12px;
}

#music_nav .music_block ul>li,
#shirt_nav .shirt_block ul>li {
    margin: 0 0 3px;
}

#music_nav .music_block ul>li a,
#shirt_nav .shirt_block ul>li a {
    color: #ffffffa6;
    font-family: "Noto Sans JP regular";
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    padding: 0;
}

#music_nav .music_block h4:after,
#shirt_nav .shirt_block h4:after {
    content: "";
    width: 185px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 6px;
    background: #32363a;
}

#music_nav .music_block:last-child h4:after {
    width: 90%;
}

#music_nav .music_block:last-child ul {
    width: 50%;
    float: left;
}

.product_nav {
    text-align: center;
}

.product_nav img {
    width: 100%;
}

.product_nav h5 {
    color: #ffffff;
    font-family: "Noto Sans JP regular";
    font-size: 14px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    margin: 5px 0 0;
}

.product_nav h5 span {
    color: #ffffff;
    font-family: "Noto Sans JP regular";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    margin: -5px 0 0;
    display: block;
}

.product_nav_list {
    display: flex;
    align-items: center;
    margin: 7px 0 0;
}

.product_nav_list img {
    width: 45px;
    margin: 0 15px 0 0;
}

.product_nav_list .autor_name h6 {
    color: #ffffff;
    font-family: "Noto Sans JP regular";
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    padding: 0 50px 0 0;
}

.product_nav_list:hover h6 {
    color: #d12500;
}

.product_nav_list em p {
    color: #939393;
    font-family: "Noto Sans JP regular";
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    margin: -5px 0 0 0;
    display: block;
    font-style: normal;
}

.header-bottom .nav_menu .mid_nav>ul li.nd {
    position: relative;
}

.header-bottom .nav_menu .mid_nav>ul li.nd:hover .normal_dropdown {
    display: block;
}

.normal_dropdown {
    background: #181c1f;
    padding: 20px;
    display: none;
    position: absolute;
    left: 0;
    top: 77px;
    z-index: 2;
    min-width: 180px;
}

.normal_dropdown ul li a {
    color: #ffffffa6 !important;
    font-family: "Noto Sans JP regular" !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 30px !important;
    padding: 0 !important;
}

.site--nav__dropdown.megamenu .mega-menu .dropdown_content {
    display: flex;
    justify-content: space-between;
}

.site--nav__dropdown.megamenu .mega-menu .dropdown_content h4 {
    color: #000;
    /*   font-family: "Noto Sans JP regular"; */
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    position: relative;
    padding: 0 0 12px;
}

.site--nav__dropdown.megamenu .mega-menu .dropdown_content h4:after {
    content: "";
    width: 185px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 6px;
    background: rgb(216, 216, 216);
}

.site--nav__dropdown.megamenu .mega-menu .dropdown_content ul li {
    margin: 0 18px 0 0;
}

.site--nav__dropdown.megamenu .mega-menu .dropdown_content ul li a {
    color: #707070;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    padding: 0;
}

.header-bottom .nav_menu .mid_nav>ul li:hover .site--nav__dropdown.site--nav__dropdown--centered.megamenu {
    right: 0;
    margin: 0 auto;
    max-width: 1220px;
    padding: 0 30px;
}

.header-bottom .nav_menu .mid_nav>ul li .site--nav__childlist a span {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
}

li.site--nav__childlist-item a span {
    color: #141414;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
}

.header-bottom .nav_menu .mid_nav>ul li .site--nav__childlist a {
    padding: 0;
}

.header-bottom .nav_menu .mid_nav>ul li .site--nav__childlist a span svg {
    width: 12px;
    height: 12px;
}

.product_nav h5 p {
    color: #ffffff;
}

.menu_data.menu:nth-child(2) {
    margin: 40px 0 0;
}

.dropdown_column.mega-blocks {
    width: 26%;
}

.dropdown_column.mega-blocks:last-child {
    width: 22%;
}

/* Featured Product */
.home_feature_products {
    padding: 10px 0 15px;
}

.home_feature_products h2 {
    color: #0F2522;
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    text-transform: capitalize;
    margin: 0 0 30px;
    text-align: left;
}

.home_feature_products .section-header.text-center {
    margin-bottom: 0;
}

.home_feature_products .mycontainer {
    position: relative;
}

.home_feature_products a.blog_view_btn {
    position: absolute;
    right: 0;
    color: #d12500;
    font-family: "Noto Sans JP regular";
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    background: none;
    text-transform: capitalize;
    top: 0;
    padding-right: 0;
}

.home_feature_products a.blog_view_btn:hover {
    background: none;
    color: unset;
}

.home_feature_products .h4 {
    color: #444444;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    padding: 0 0 0 5px;
}

.home_feature_products dl.price.price--listing {
    padding: 0 0 0 5px;
}

.home_feature_products .price__vendor.price__vendor--listing {
    color: #53575a;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-transform: capitalize;
    margin: 5px 0 10px;
}

.home_feature_products .price__regular span {
    color: #d12500;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}

.home_feature_products .price__regular span.product_type {
    color: #53575a !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 24px;
}

.home_feature_products .grid-view-item.product-card {
    padding: 10px;
    border-radius: 5px;
    background: #fff;
    margin: 0 0 30px;
}

.home_feature_products ul.grid.grid--uniform.grid--view-items li:hover .grid-view-item.product-card {
    background: #d12500;
}

.home_feature_products ul.grid.grid--uniform.grid--view-items li:hover span.product_type,
.home_feature_products ul.grid.grid--uniform.grid--view-items li:hover .price__regular span,
.home_feature_products ul.grid.grid--uniform.grid--view-items li:hover .h4,
.home_feature_products ul.grid.grid--uniform.grid--view-items li:hover .price__vendor.price__vendor--listing {
    color: #fff !important;
}

.home_feature_products .product-card:hover .product-card__title,
.home_feature_products .product-card:focus-within .product-card__title {
    border-bottom-color: transparent;
}

/* Fetured collection all */
.custom_all_collection {
    padding: 5px 0 5px;
}

.custom_all_collection .section-header.text-center {
    margin: 0;
}

.custom_all_collection h2 {
    color: #444444;
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    text-transform: capitalize;
    margin: 0 0 30px;
    text-align: left;
}

.custom_all_collection .collection-grid-item {
    padding-bottom: 135%;
}

.custom_all_collection .collection-grid-item__title.h3 {
    color: #ffffff;
    font-family: "Roboto Bold";
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    top: 89%;
    -ms-transform: translateY(-89%);
    -webkit-transform: translateY(-89%);
    transform: translateY(-89%);
}

.custom_all_collection .collection_description {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    margin: 10px 0 0;
}

.custom_all_collection .collection-grid-item__title-wrapper::before {
    background-color: transparent;
    opacity: 0;
}

.collection-grid-item__overlay {
    transition: all 0.5s ease;
}

.custom_all_collection .collection-grid-item:hover .collection-grid-item__overlay {
    background-size: 110%;
}


/* Home Founder */
.home-founder {
    padding: 110px 0;
    background-size: cover;
    background-position: center;
    text-align: center;
}

.home-founder h2 {
    color: #ffffff;
    font-size: 48px;
    font-weight: 700;
    line-height: 50px;
    text-transform: capitalize;
    margin: 0 0 30px;
}

.home-founder p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.home-founder a {
    margin: 45px 0 0;
    border: 1px solid #fff;
}

.home-founder a:hover {
    color: #fff;
}

/* whats New */
.whats-new {
    padding: 60px 0;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.whats_new_flex {
    display: flex;
    align-items: center;
}

.whats_new_block1 {
    width: 25%;
    padding: 0 20px 0 0;
}

.whats_new_block1 h2 {
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
    text-transform: capitalize;
}

.whats_new_block1 p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding: 13px 0 23px;
}

.whats_new_block1 a:hover {
    color: #fff;
}

.whats_new_block2 {
    width: 75%;
    display: flex;
    /*   align-items: center; */
    justify-content: space-between;
    flex-flow: row wrap;
}

.whats_new_block2 .whats_new_product {
    padding: 10px;
    border-radius: 5px;
    background: transparent;
    width: 30%;
    position: relative;
}

.whats_new_block2 .whats_new_product:hover .raqs-buttons {
    display: block;
}

.whats_new_block2 .whats_new_product:hover {
    background: #d12500;
}

.whats_new_block2 .whats_new_product img {
    width: 100%;
}

p.new_product_name {
    color: #fff;
    font-family: "Roboto Regular";
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    padding: 0 0 0 5px;
}

p.new_product_price {
    color: #d12500;
    font-family: "Roboto Bold";
    font-size: 14px;
    font-weight: 700;
    line-height: 28px;
    padding: 0 0 0 5px;
    display: flex;
    align-items: center;
}

p.new_product_price span.product_type {
    color: #fff;
    font-family: "Roboto Regular";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding-right: 5px;
    margin-right: 5px;
}

.whats_new_block2 .whats_new_product:hover p.new_product_name,
.whats_new_block2 .whats_new_product:hover p.new_product_price,
.whats_new_block2 .whats_new_product:hover p.new_product_price span.product_type {
    color: #fff;
}

.whats_new_block2 .whats_new_product .raqs-button.raqs-initialized {
    margin: -50px 0 0 0;
}


/* Upcoming Events */
.upcoming_event {
    padding: 60px 0;
}

.upcoming_event h2 {
    color: #444444;
    font-family: "Noto Sans JP Bold";
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 0 40px;
}

.upcoming_event a.event_all {
    position: absolute;
    right: 0;
    color: #d12500;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    background: none;
    text-transform: capitalize;
    top: 20px;
    padding-right: 0;
}

.upcoming_event .upcoming {
    position: relative;
}

.upcoming_event .event_one {
    padding: 20px 0;
    border-top: 1px solid rgba(216, 216, 216, 0.5);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.upcoming_event .event_one:last-child {
    border-bottom: 1px solid rgba(216, 216, 216, 0.5);
}

.upcoming_event .event_one h3 {
    color: #444444;
    font-family: "Noto Sans JP regular";
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}

.upcoming_event .event_one h3 span {
    color: #7c7c7c;
    font-family: "Noto Sans JP regular";
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    display: block;
    margin: 0 0 10px;
}

.upcoming_event .event_one h4 {
    color: #53575a;
    font-family: "Noto Sans JP regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.upcoming_event .event_one .info_ticket {
    display: flex;
    flex-direction: column;
}

.upcoming_event .event_one .event_info {
    font-family: "Noto Sans JP regular";
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    padding: 11px 18px;
    display: inline-block;
    color: #53575a;
    border-radius: 3px;
    border: 1px solid #d4d4d4;
    margin: 0 0 10px;
    transition: 0.5s ease-in-out;
}

.upcoming_event .event_one .event_info:hover {
    background: #000;
    color: #fff;
    /*   box-shadow: 2px 2px 0 2px #d02500, -2px -2px 0 2px #d02500, 0 0 0 2px white inset, 4px 4px 0 4px #fff, -4px -4px 0 4px #fff; */
}

.upcoming_event .event_one .event_ticket.btn-red:hover {
    color: #fff;
}

/* other homepage */
div#shopify-section-collection_R3VCgK .raqs-buttons { /* Prevents buttons from showing up on products under Featured Preorders */
    display: none;
}

/* blog homepage */
.custom_blog {
    padding: 15px 0 55px;
}

.custom_blog .section-header {
    margin: 0 0 30px;
    position: relative;
}

.custom_blog h2 {
    color: #444444;
    font-size: 24px;
    font-weight: 700;
    line-height: 27px;
    text-transform: capitalize;
    text-align: left;
}

.custom_blog h3.article__title {
    color: #141414;
    font-family: "Noto Sans JP Bold";
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 5px;
    padding: 0 5px;
}

.custom_blog .article__grid-image-container {
    margin-bottom: 0;
    padding: 0 !important;
    height: 210px;
}

.custom_blog .aurthor_date {
    color: #959595;
    font-family: "Noto Sans JP regular";
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding: 0 5px;
}

.custom_blog .aurthor_date .article__author {
    padding-right: 10px;
}

.custom_blog .rte.article__grid-excerpt,
.custom_blog ul.list--inline.article__meta-buttons {
    display: none;
}

.custom_blog .article__grid-meta {
    margin-bottom: 0;
}

.custom_blog .mycontainer {
    position: relative;
}

.custom_blog a.blog_view_btn {
    position: absolute;
    right: 0;
    color: #d12500;
    font-family: "Noto Sans JP regular";
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    background: none;
    text-transform: capitalize;
    top: 0;
    padding-right: 0;
}

.custom_blog a.blog_view_btn:hover {
    background: none;
    color: unset;
}

.custom_blog .article__grid-image {
    max-width: 100% !important;
    object-fit: cover;
    transition: transform .5s ease;
    height: 200px;
}

.custom_blog .article__grid-image-wrapper {
    max-width: 100% !important;
}

.article__link:not([disabled]):hover .article__grid-image-wrapper::before,
.article__link:focus .article__grid-image-wrapper::before {
    opacity: 0;
}

.home_blog_post {
    padding: 10px;
    border-radius: 6px;
}

.custom_blog ul li.grid__item.medium-up--one-third:hover .home_blog_post {
    background: #d12500;
}

.custom_blog ul li.grid__item.medium-up--one-third:hover h3,
.custom_blog ul li.grid__item.medium-up--one-third:hover .aurthor_date {
    color: #fff;
}

.custom_blog ul li.grid__item.medium-up--one-third:hover img {
    /*   object-position: bottom;
  transform: scale(1.06);
  margin: -6px 0 0 0; */
}


/* InstaGraam */
.instmycontainer {
    padding: 0 15px !important;
    width: 100%;
    max-width: 1190px;
    margin: 0 auto !important;
}

.instagram-feed {
    background-color: #dcdcdc;
    padding: 55px 0 90px !important;
    position: relative;
    margin: 0 !important;
}

.instagram-sec-tk {
    position: relative;
    z-index: 1;
}

.ooo-instagram {
    margin-top: 0 !important;
}

.instagram-feed h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 0 30px;
    color: #444444;
    text-transform: capitalize;
    letter-spacing: 0;
}

.faltu_insta {
    display: flex;
    justify-content: space-between;
}

.insta_image img {
    width: 90%;
    border-radius: 4px;
}


/* Footer */
.antony_history {
    border-bottom: 1px solid #979797;
    background: #181c1f;
}

.history_sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row wrap;
}

.history_sec .history_block {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-right: 1px solid #979797;
    padding: 20px 15px;
}

.history_sec .history_block:hover h4 a {
    color: #d02500;
}

.history_sec .history_block:hover {
    cursor: pointer;
}

.history_sec .history_block h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    width: 70%;
    color: #fff;
}

.history_sec .history_block:last-child {
    border: none;
}

footer {
    background: #181c1f;
}

.custom_footer {
    padding: 65px 0;
    display: flex;
    flex-flow: row wrap;
}

.custom_footer .footer_list {
    width: 20%;
}

.custom_footer .footer_block {
    width: 30%;
}

.custom_footer .footer_block:last-child {
    padding: 0 0 0 50px;
}

.custom_footer .footer_list h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 15px;
    color: #fff;
}

.custom_footer .footer_block h5 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin: 0 0 12px;
    color: #fff;
}

.custom_footer ul.footer_menu li a {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    font-family: "Noto Sans JP regular";
}

.custom_footer .footer_block p,
.custom_footer .footer_block p a {
    font-size: 14px;
    line-height: 24px;
    font-family: "Noto Sans JP regular";
    color: #fff;
}

.custom_footer form .input-filed {
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0.32px;
    padding: 2px 20px;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
    width: 100%;
}

.custom_footer ul.social_list li a {
    color: #fff;
    font-size: 16px;
    margin: 0px;
    transition: 0.5s ease-in-out;
  	display: flex;
}

.custom_footer ul.social_list {
    display: flex;
    margin: 20px 0 0;
}

.custom_footer ul li a:hover,
.custom_footer .footer_block a:hover {
    color: #d02500;
}

.copyright {
    padding: 20px 0;
    background: #303030;
    text-align: center;
}

.copyright p {
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    font-family: 'Noto Sans JP Bold';
}

button#Subscribe {
    background: #de1c00;
    font-family: "Roboto Bold";
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    border-radius: 3px;
  	text-transform: unset;
}


/* About us Page */
.about_us {
    padding: 50px 0;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.about_sec {
    padding: 20px;
    background: #F0F0F0;
    display: flex;
    align-items: stretch;
    margin: 0 0 50px;
    border-radius: 5px;
}

.about_sec:last-child {
    margin: 0;
}

.about_sec .about_image {
    width: 55%;
}

.about_sec .about_text {
    width: 45%;
    padding: 0 65px;
  	display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}

.about_sec .about_text h2 {
    color: #141414;
    font-family: "Noto Sans JP regular";
    font-size: 32px;
    /* font-weight: 700; */
    line-height: 45px;
    padding: 0 0 20px;
}

.about_sec .about_text p {
    color: #53575A;
    font-family: "Roboto Regular";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding: 0 50px 0 0;
}

.about_sec .video_antony {
    position: relative;
}

.about_sec .video_antony span.video_sec iframe {
    /*   object-fit: cover;
  object-position: center; */
    height: 545px;
    width: 100%;
}

.about_recent_post {
    background: #242629;
    position: relative;
}


.about_recent_post .about_post {
    padding: 95px 0 85px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.about_recent_post .about_post .about_post_one {
    width: 31%;
    background: #fff;
    border-radius: 4px;
    padding: 10px;
}

.about_recent_post .about_post .about_post_one img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
}

.about_post_one h3 {
    color: #d12500;
    font-family: "Noto Sans JP regular";
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    margin: 4px 0 7px;
}

.about_post_one p {
    color: #53575a;
    font-family: "Noto Sans JP regular";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.about_post_one a.text_link {
    color: #d12500;
    font-family: "Noto Sans JP regular";
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
    text-align: center;
    margin: 15px 0 15px;
    display: inline-block;
    position: relative;
}

.about_post_one a.text_link:after {
    content: "\f054 ";
    font-family: fontAwesome;
    margin: 0 0 0 8px;
}

.about_recent_post .about_post .about_post_one:hover {
    background: #d12500;
}

.about_recent_post .about_post .about_post_one:hover h3,
.about_recent_post .about_post .about_post_one:hover p,
.about_recent_post .about_post .about_post_one:hover a {
    color: #fff;
}


/* Faq Page css */
.faq_section {
    padding: 90px 0 0;
  	position: relative;
}
.faq_section:after {
    background: url(/cdn/shop/files/RecordTown-min.png?v=1627740794);
    width: 81px;
    height: 80%;
    position: absolute;
    left: 0;
    top: 90px;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
}
.faq_section h2 {
    color: #444444;
    font-family: "Noto Sans JP regular";
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
    margin: 0 0 30px;
}

.faq_accordion {
    padding: 45px 100px 50px;
}

.faq_accordion .faq_acc {
    margin: 0 0 25px;
}

.faq_accordion .faq_acc:last-child {
    margin: 0;
}

.faq_accordion .faq_acc a {
    color: #444444;
    font-family: "Noto Sans JP regular";
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    position: relative;
    background: #eee;
    padding: 12px 20px;
    display: block;
    border-radius: 4px;
}

.faq_accordion .faq_acc a.active {
    background: #141414;
    color: #fff;
}

.faq_accordion .faq_acc a i {
    position: absolute;
    right: 25px;
    font-weight: 700;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
}

.faq_accordion .faq_content {
    padding: 26px 40px;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
    display: none;
}

.faq_accordion .faq_content p {
    color: #53575a;
    font-family: "Noto Sans JP regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.faq_recent_post .about_recent_post {
    background: #fff;
}

.faq_accordion {
    margin-bottom: 10px;
}


/* Account / Login / Register / forget */
.custom_login {
    background-image: url(/cdn/shop/files/log-in-bg.png?v=1627738604);
    padding: 135px 0 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.custom_login #CustomerLoginForm,
.custom_login #RecoverPasswordForm,
.custom_login .create_new {
    border-radius: 5px;
    background: #ffffff;
    padding: 28px 70px 0;
    overflow: hidden;
}

.custom_login h1 {
    color: #444444;
    font-family: "Noto Sans JP regular";
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
    margin: 0 0 45px;
}

.custom_login h2 {
    color: #444444;
    font-family: "Noto Sans JP regular";
    font-size: 34px;
    font-weight: 700;
    line-height: 45px;
    margin: 0 0 20px;
    text-transform: capitalize;
}

.custom_login form label {
    color: #53575a;
    font-family: "Noto Sans JP regular";
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    margin: 0 0 8px;
}

.custom_login form input[type="email"],
.custom_login form input[type="password"] {
    color: #939393;
    font-family: "Noto Sans JP regular";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    border-radius: 4px;
    border: solid 1px #d4d4d4;
}

.custom_login form ::-webkit-input-placeholder {
    color: #939393;
}

.custom_login form :-ms-input-placeholder {
    color: #939393;
}

.custom_login form ::placeholder {
    color: #939393;
}

.sbmt_rcover #RecoverPassword {
    color: #d12500;
    font-family: "Noto Sans JP regular";
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
    text-align: right;
    display: block;
    margin: -5px 0 0;
}

.sbmt_rcover #RecoverPassword:hover {
    color: #606060;
}

.sbmt_rcover .btn-red {
    text-align: left;
    display: block;
    margin: 5px 0 40px;
    text-transform: capitalize;
    min-width: 133px;
    text-align: center;
}

.sbmt_rcover .btn-red:hover,
.sbmt_reset .btn-red:hover {
    background: #000;
}

.sbmt_reset .btn-red {
    text-align: left;
    display: block;
    margin: 5px 0 30px;
    text-transform: capitalize;
}

p.new_customer {
    position: relative;
    padding: 15px 0;
    color: #53575a;
    font-family: "Noto Sans JP regular";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

p.new_customer:after {
    content: "";
    background: #d4d4d4;
    position: absolute;
    width: 145%;
    height: 1px;
    left: -73px;
    top: 0;
}

p.new_customer a {
    color: #d12500;
    font-family: "Noto Sans JP regular";
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
}

a.cancel_btn_reset {
    display: block;
    position: relative;
    color: #d12500;
    font-family: "Noto Sans JP regular";
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    padding: 15px 0;
}

a.cancel_btn_reset:after {
    content: "";
    background: #d4d4d4;
    position: absolute;
    width: 145%;
    height: 1px;
    left: -73px;
    top: 0;
}

.add_up_form form label {
    color: #53575a;
    font-family: "Noto Sans JP regular";
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-transform: capitalize;
}

.add_up_form .form-vertical input,
.add_up_form .form-vertical select,
.add_up_form .form-vertical .disclosure__toggle,
.add_up_form .form-vertical textarea {
    display: block;
    width: 100%;
    margin-bottom: 19.44444px;
}

.add_up_form form input.btn {
    border-radius: 3px;
    background: #d02500;
    border: none;
    color: #ffffff;
    font-family: "Noto Sans JP regular";
    font-size: 18px;
    font-weight: 600;
    line-height: 21.5px;
    text-align: center;
    /*     width: 154px; */
    padding: 13px;
    border: 1px solid #d02500;
    margin: 0;
}

.add_up_form form button.text-link.address-new-toggle {
    border-radius: 3px;
    color: #444444;
    font-family: "Noto Sans JP regular";
    font-size: 18px;
    font-weight: 600;
    line-height: 21.5px;
    text-align: center;
    /*     width: 154px; */
    padding: 13px;
    display: inline-block;
    border: 1px solid #444444;
    margin: 0 0 0 10px;
}

.add_up_form form button.text-link.address-new-toggle:hover,
.add_up_form form input.btn:hover {
    background: #000;
    color: #fff;
    /*   box-shadow: 2px 2px 0 2px #d02500, -2px -2px 0 2px #d02500, 0 0 0 2px white inset, 4px 4px 0 4px #fff, -4px -4px 0 4px #fff; */
}

.add_up_form form#address_form_new {
    background: #ffffff;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    padding: 25px;
    width: 70%;
    margin: 0 auto;
}

.add_up_form form#address_form_new h2 {
    color: #444444;
    font-family: "Noto Sans JP regular";
    font-size: 25px;
    font-weight: 700;
    line-height: 28px;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 25px;
    padding: 0 0 15px;
}


/* Blog All */
.blog_coll_custom {
    padding: 90px 0 90px;
    position: relative;
}

.blog_coll_custom h2 {
    color: #444444;
    font-family: "Noto Sans JP regular";
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
    margin: 0 0 30px;
}

.blog_custom_all {
    display: flex;
    position: relative;
    z-index: 1;
    align-items: flex-start;
}

.blog-caption-block .h1{
	padding: 10px 20px;
    background: #fff;
    color: #000;
    text-shadow: none;
    font-size: 60px;
  	font-family: "Noto Sans JP Bold";
  	border-radius: 5px;
    display: inline;
}

.slider_next_prev.head_return {
    margin: 0 0 15px;
}

.slider_next_prev.head_return a {
    font-size: 18px;
}

.blog_custom {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: calc(100% - 268px);
    padding: 0 40px 0 0;
}

.blog_custom .blog_one {
    width: 48%;
    background: #fff;
    border-radius: 4px;
    margin: 0 0 30px;
}

a.article__link.aa {
    border-radius: 3px;
    display: inline-block;
    font-size: 14.3px;
    font-weight: 600;
    line-height: 14.3px;
    text-align: center;
    padding: 12px 0px;
	margin: 20px 0px 40px;
    color: #ec3209;
}

a.article__link.aa:hover {
    background: #000;
    color: #fff;
    /*   box-shadow: 2px 2px 0 2px #d02500, -2px -2px 0 2px #d02500, 0 0 0 2px white inset, 4px 4px 0 4px #fff, -4px -4px 0 4px #fff; */
}
a.article__link.aa i{
	margin-left: 20px;
    font-size: 20px;
    position: relative;
    top: 2px;
}

.blog_custom .blog_one .blog_img_text {
    padding: 10px;
    overflow: hidden;
}

.blog_custom .blog_one .blog_img_text img {
    width: 100%;
    border-radius: 4px;
    transition: transform .5s ease;
    height: 320px;
    object-fit: cover;
    object-position: center;
}

.blog_custom .blog_one:hover {
    background: #d12500;
}

.blog_custom .blog_one:hover img {
    transform: scale(1.09);
}

.blog_custom .blog_one:hover h3,
.blog_custom .blog_one:hover p,
.blog_custom .blog_one:hover a {
    color: #fff !important;
}

.blog_custom .blog_one:hover a {
    border-color: #fff
}

.blog_custom .blog_one .blog_img_text h3 {
    color: #141414;
    font-family: "Noto Sans JP regular";
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    padding: 0 5px;
    margin: 15px 0 5px;
}

.blog_custom .blog_one .blog_img_text p,
.blog_custom .blog_one .blog_img_text div {
    color: #53575a;
    font-family: "Noto Sans JP regular";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding: 0 5px;
}

a.blog_link {
    color: #444444;
    font-family: "Noto Sans JP regular";
    font-size: 14.3px;
    font-weight: 600;
    line-height: 14.3px;
    text-align: center;
    border: 1px solid #ec3209;
    padding: 10px 22px;
    border-radius: 3px;
    display: inline-block;
    margin: 20px 0 40px 5px;
    transition: 0.5s ease-in-out;
}

a.blog_link:hover {
    background: #000;
    color: #fff;
    /*   box-shadow: 2px 2px 0 2px #d02500, -2px -2px 0 2px #d02500, 0 0 0 2px white inset, 4px 4px 0 4px #fff, -4px -4px 0 4px #fff; */
}

.blog_author_date {
    padding: 10px 15px;
    border-top: 1px solid rgba(216, 216, 216, 0.5);
}

.blog_author_date .blog_date_author {
    color: #939393;
    font-family: "Noto Sans JP Bold";
    font-size: 12px;
    font-weight: 300;
    line-height: 17.6px;
    display: flex;
}

.blog_author_date .blog_date_author p {
    width: 50%;
    color: #939393;
    font-family: "Noto Sans JP Bold";
    font-size: 12px;
    font-weight: 300;
    line-height: 17.6px;
}

.blog_author_date .blog_date_author p i {
    padding: 0 5px 0 0;
}

.blog_author_date .blog_date_author p i.fas.fa-user-alt {
    padding: 0 5px 0 0;
}

.blog_author_date .blog_date_author p:nth-child(1) {
    padding-right: 5px;
}

.blog_author_date .blog_date_author p:nth-child(2) {
    padding-left: 5px;
}

.blog_category a {
    color: #ffffff;
    font-family: "Noto Sans JP regular";
    font-size: 10px;
    font-weight: 600;
    line-height: 11.5px;
    text-align: center;
    padding: 8px 11px;
    display: inline-block;
    margin: 9px 4px 0 0;
    border-radius: 2px;
}

.blog_category a:hover {
    color: #fff;
}

.right_sidebar {
    width: 268px;
}

.right_sidebar .right_sidebar_one {
    border-radius: 4px;
    margin: 0 0 30px;
    background: #ffffff;
    border: 2px solid #CDCDCD;
}

.right_sidebar .right_sidebar_one .sidebar_header {
    color: #444444;
    font-family: "Noto Sans JP regular";
    /*   font-size: 20px; */
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    border-radius: 4px;
    padding: 20px;
  	border-bottom: 1px solid #EEE;
}

.right_sidebar .right_sidebar_one .recent_post {
    padding: 10px 15px;
    display: flex;
    align-items: flex-start;
}

.right_sidebar .right_sidebar_one .recent_post img {
    width: 45px;
}

.right_sidebar .right_sidebar_one .recent_post_desc {
    width: calc(100% - 45px);
    padding: 0 0 0 15px;
}

.right_sidebar .right_sidebar_one .recent_post_desc h4 {
    color: #53575a;
    font-family: "Noto Sans JP regular";
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
}

.right_sidebar .right_sidebar_one .recent_post_desc:hover h4 {
    color: #d12500;
}

.right_sidebar .right_sidebar_one .recent_post_desc h5 {
    color: #53575a;
    font-family: "Noto Sans JP regular";
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
}

.right_sidebar .right_sidebar_one .sidebar_description:nth-child(2n) {
    background: #f9f9f9;
}

.right_sidebar .right_sidebar_one .blog_category {
    padding: 10px 20px 20px;
}

.right_sidebar_one .blog_category a {
    color: #ffffff;
    font-family: "Noto Sans JP regular";
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
}


/* Singl;e Post */
.custom_single_post {
    padding-bottom: 125px;
}

.blog_single_post {
    border-radius: 5px;
    background: #ffffff;
}

.blog_single_post .blog_img_text {
    padding: 20px;
    color: #53575a;
    font-family: "Noto Sans JP regular";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.blog_img_text p {
    color: #53575a;
    font-family: "Noto Sans JP regular";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding: 18px 0 0;
}

.slider_next_prev {
    margin: 75px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.slider_next_prev a {
    color: #d12500;
    font-family: "Noto Sans JP regular";
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
    text-align: center;
}

.slider_next_prev i.fa.fa-angle-left {
    padding: 0 7px 0 0;
    font-size: 15px;
}

.slider_next_prev i.fa.fa-angle-right {
    padding: 0 0 0 7px;
    font-size: 15px;
}

.blog_author_date.single_blog_tag {
    padding: 20px 20px;
    color: #939393;
    font-family: "Noto Sans JP Bold";
    font-size: 12px;
    font-weight: 300;
    line-height: 17.6px;
    border-bottom: 1px solid rgba(216, 216, 216, 0.5);
}

.blog_author_date.single_blog_tag i.fa.fa-tags {
    padding: 0 5px 0 0;
}

.blog_author_date.single_blog_tag a {
    font-size: 11px;
    font-weight: 600;
    line-height: 12.8px;
    margin: 0 0 0 5px;
}

.single_blog_author {
    padding: 20px;
    display: flex;
    justify-content: space-between;
}

.single_blog_author>div {
    display: flex;
    color: #939393;
    font-family: "Noto Sans JP Bold";
    font-size: 12px;
    font-weight: 300;
    line-height: 17.6px;
}

.single_blog_author>div p {
    width: 50%;
}

.blog_single_post .single_blog_author>div p {
    width: auto;
    color: #939393;
    font-family: "Noto Sans JP Bold";
    font-size: 12px;
    font-weight: 300;
    line-height: 17.6px;
}

.single_blog_author>div i.far.fa-calendar {
    padding: 0 5px 0 0;
    color: #939393;
}

.single_blog_author>div i.fas.fa-user-alt {
    padding: 0 5px 0 20px;
    color: #939393;
}

.single_blog_author ul.social_list li a {
    color: #000;
    margin: 0 0 0 20px;
    transition: 0.5s ease-in-out;
}

.single_blog_author ul.social_list li a:hover {
    color: #d12500;
}

.single_blog_author ul.social_list {
    display: flex;
}

/* Contact us */
.map_iframe_sec {
    height: 500px;
    position: relative;
}

.map_iframe_sec .mycontainer {
    position: relative;
}

.map_iframe_sec iframe {
    width: 100%;
    height: 100%;
    position: absolute;
}

.record_shop {
    min-width: 350px;
    background: #141414;
    position: absolute;
    border-radius: 5px;
    margin: 70px 0 16px 69px;
    left: 0;
}

.record_shop h3 {
    color: #ffffff;
    font-family: "Noto Sans JP Bold";
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    padding: 15px 20px 13px;
    border-bottom: 1px solid rgba(229,229,229,0.28);
}

.map_record {
    padding: 20px 10px 20px 30px;
    position: relative;
}

.map_record:after {
    content: "";
    width: 32px;
    height: 63px;
    right: -31px;
    top: 70px;
    position: absolute;
    background-image: url(https://cdn.shopify.com/s/files/1/0277/0668/7552/files/trangle.png?v=1589120393);
}

.map_record p i {
    position: absolute;
    left: 0;
    top: 6px;
}

.record_shop p {
    padding: 0 0 0 30px;
    color: #ffffff;
    font-family: "Noto Sans JP regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    position: relative;
}

.record_shop a {
    margin: 10px 30px;
    border-radius: 3px;
    border: solid 1px #CA171E;
    color: #fff;
    font-family: "Noto Sans JP regular";
    font-size: 16px;
    font-weight: 600;
    line-height: 45px;
    text-align: center;
    background: #CA171E;
    width: 175px;
    display: block;
    height: 45px;
}

.contact_info {
    position: relative;
    background: #fff;
}

.contact_info .contact_info_sec {
    padding: 40px 0 90px;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
}

.contact_info .contact_info_sec h1 {
    flex-basis: 100%;
    padding: 0 30px;
    margin-bottom: 12px;
}

.custom_con .contact_info .contact_info_sec .info_sec_form,
.custom_con .contact_info .contact_info_sec .info_sec {
    width: 48.5%;
}

.contact_info .contact_info_sec .info_sec_form {
    width: 56.5%;
    background: #ffffff;
    border-radius: 5px;
}

.contact_info .contact_info_sec .info_sec {
    width: 40.5%;
    /*   background: #ffffff; */
}

.contact_info .info_sec_one {
    margin: 0 0 30px;
    border-radius: 5px;
    background: #fff;
}

.contact_info h3.info_head {
    color: #444444;
    font-family: "Noto Sans JP regular";
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    padding: 15px 30px;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 25px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.contact_info form {
    padding: 0 30px 40px;
}

.contact_info .comp_info {
    padding: 0 30px 30px;
}

.contact_info form label {
    color: #53575a;
    font-family: "Noto Sans JP regular";
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-transform: capitalize;
}

.contact_info form label span {
    color: #d12500;
}

span.req_field {
    color: #d12500;
    font-family: "Noto Sans JP regular";
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    float: right;
}

.contact_info .info_sec_one p {
    color: #53575a;
    font-family: "Noto Sans JP regular";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 25px;
}

.contact_info .info_sec_one h4 {
    color: #444444;
    font-family: "Noto Sans JP regular";
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 15px;
}

.contact_info .info_sec_one h5 {
    color: #444444;
    font-family: "Noto Sans JP regular";
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 6px;
}

.contact_info .info_sec_one .info_mail {
    color: #53575a;
    font-family: "Noto Sans JP regular";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 15px;
}

.contact_info .info_sec_one .info_mail a {
    color: #d12500;
    font-family: "Noto Sans JP regular";
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    margin: 0 0 0 10px;
}

.contact_info form .input_field {
    color: #939393;
    font-family: "Noto Sans JP regular";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #d4d4d4;
    margin: 0 0 25px;
}

.contact_info form select {
    color: #53575a;
    font-family: "Noto Sans JP regular";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #d4d4d4;
    margin: 0 0 25px;
}

.contact_info form textarea {
    color: #939393;
    font-family: "Noto Sans JP regular";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #d4d4d4;
    margin: 0 0 20px;
    height: 170px;
}

.contact_info form button {
    border-radius: 3px;
    background: #d02500;
    border: none;
    color: #ffffff;
    font-family: "Noto Sans JP regular";
    font-size: 18px;
    font-weight: 600;
    line-height: 21.5px;
    text-align: center;
    width: 154px;
    padding: 13px;
    border: 1px solid #d02500;
    transition: 0.5s ease-in-out;
}

.contact_info form button:hover {
    background: #000;
    color: #fff;
    /*   box-shadow: 2px 2px 0 2px #d02500, -2px -2px 0 2px #d02500, 0 0 0 2px white inset, 4px 4px 0 4px #fff, -4px -4px 0 4px #fff; */
}

.contact_info form a {
    border-radius: 3px;
    color: #fff;
    font-family: "Noto Sans JP regular";
    font-size: 18px;
    font-weight: 600;
    line-height: 21.5px;
    text-align: center;
    width: 154px;
    padding: 13px;
    display: inline-block;
    border: 1px solid #444444;
    margin: 0 0 0 10px;
    transition: 0.5s ease-in-out;
  	background: #303030;
}

.contact_info form a:hover {
    background: #000;
    color: #fff;
    /*   box-shadow: 2px 2px 0 2px #d02500, -2px -2px 0 2px #d02500, 0 0 0 2px white inset, 4px 4px 0 4px #fff, -4px -4px 0 4px #fff; */
}


/* Cart Page */
.custom_cart {
    padding: 90px 0 120px;
    position: relative;
}


.custom_cart h1.cart-header__title {
    color: #444444;
    font-family: "Noto Sans JP regular";
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
    text-align: left;
    text-transform: capitalize;
}

.custom_cart .empty-page-content {
    padding: 70px 55px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    margin: 50px 0 0;
}

.custom_cart .empty-page-content h1 {
    color: #444444;
    font-family: "Noto Sans JP regular";
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
    text-transform: capitalize;
    margin: 0 0 10px;
}

.custom_cart .empty-page-content a.btn.btn-red {
    margin: 20px 0 0;
}

.custom_cart .empty-page-content a.btn.btn-red:hover {
    background: #000;
}

.custom_cart .cart th {
    color: #53575a;
    font-family: "Noto Sans JP regular";
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-transform: capitalize;
    padding-bottom: 20px;
}

.custom_cart .cart-header a {
    display: none;
}

.custom_cart .cart td {
    padding-top: 25px;
    padding-bottom: 25px;
    color: #444444;
  	font-family: "Noto Sans JP regular";
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}

.custom_cart .cart a.cart__product-title {
    color: #d12500;
    font-family: "Noto Sans JP regular";
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
}

.custom_cart .cart a.cart__product-title {
    color: #d12500;
    font-family: "Noto Sans JP regular";
    /*   font-size: 18px;
  font-weight: 700;
  line-height: 28px; */
}

.custom_cart .cart p.cart__remove a {
    color: #53575a;
    font-family: "Roboto Bold";
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    border: none;
}

.custom_cart .cart .cart__qty-input {
    color: #0f2522;
    font-family: Quicksand;
    font-size: 12.9px;
    font-weight: 400;
    line-height: 20.7px;
    text-align: center;
    border-radius: 6px;
    border: solid 0.5px #bdbdbd;
    background: rgba(255, 255, 255, 0.03);
    padding: 4px;
}

.custom_cart .cart span.cart-subtotal__title {
    color: #fff;
    font-family: "Roboto Bold";
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}

.custom_cart .cart span.cart-subtotal__price {
    color: #fff;
    font-family: "Roboto Bold";
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}

.custom_cart .cart .cart-subtotal {
    background: #141414;
    padding: 15px;
}

.custom_cart .cart .cart__shipping {
    margin-bottom: 0;
}

.custom_cart .cart td:last-child,
.custom_cart .cart th:last-child {
    padding-right: 20px;
    text-align: left !important;
}

.text-center.return-link-wrapper.page-width {
    display: none;
}

.custom_cart table {
    margin-bottom: 0;
    border: 2px solid #cdcdcd;
  	border-bottom: 0px;
}
.cart__footer{
	padding-top: 0px;
}
.custom_cart table tr.cart__row {
    border-bottom: none;
}

.custom_cart table .cart__image-wrapper {
    padding-right: 0;
}

.cart td:first-child,
.custom_cart table thead th:first-child {
    padding-left: 18px;
}

.cart_layout .note {
    padding: 0 0 0 45px;
    border: none;
    width: 35%
}

.cart_layout .cart_table {
    width: 65%;
}

.cart-note {
    border-radius: 5px;
    background: #ffffff;
    float: left;
    width: 100%;
    border: 2px solid #cdcdcd;
}

.cart__image {
    margin: 0 0 0 0;
}

.cart-note span.heading {
    color: #444444;
    font-family: "Noto Sans JP regular";
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    padding: 18px 22px;
    display: block;
    border-bottom: 1px solid #e5e5e5;
}

.cart-note textarea {
    height: 141.46px;
    border-radius: 4px;
    background: #ffffff;
    display: block;
    width: 100%;
}

.note_text_area {
    margin: 0 22px 25px;
}

.cart-note label {
    color: #53575a;
    font-family: "Noto Sans JP regular";
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    margin: 25px 0 10px 22px;
}


/* My account */
.custom_myaccount,
.order_history_new {
    padding: 90px 0 170px;
    position: relative;
    min-height: 800px;
}

.custom_myaccount .myaccount {
    position: relative;
    z-index: 1;
}

.custom_myaccount .grid__item.myaccount__order-history {
    min-height: 430px;
    padding-right: 60px;
}

.custom_myaccount .grid__item.myaccount__order-history table th a {
    color: #fff;
    border: 1px solid #e80500;
    background: #f10000;
    font-family: "Noto Sans JP regular";
}

.custom_myaccount .grid__item.myaccount__order-history h2 {
    color: #444444;
    font-family: "Noto Sans JP regular";
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin: 0 0 25px;
}

.default_address p {
    padding-top: 20px !important;
}

.payment_status {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.custom_myaccount .grid__item.myaccount__order-history p {
    color: #53575a;
    font-family: "Noto Sans JP regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.order_history_new table.order-table,
.custom_myaccount .grid__item.myaccount__order-history table {
    margin: 20px 0 0;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
}

.order_history_new table.order-table div a {
    color: #d02500;
    font-family: "Noto Sans JP regular";
    font-weight: 700;
    border-bottom: none;
}

.order_history_new table.order-table td,
.custom_myaccount .grid__item.myaccount__order-history table td {
    color: #53575a;
    font-family: "Noto Sans JP regular";
    font-size: 16px;
    font-weight: 400;
}

.custom_myaccount .section-header.text-center h1,
.order_history_new h1 {
    color: #444444;
    font-family: "Noto Sans JP regular";
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
    text-align: left;
}

.custom_myaccount .section-header.text-center h1 a {
    color: #d12500;
    font-family: "Noto Sans JP regular";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.custom_acc_detail {
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
}

.custom_acc_detail h2 {
    color: #444444;
    font-family: "Noto Sans JP regular";
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    padding: 15px 19px;
    border-bottom: 1px solid #e5e5e5;
}

.custom_acc_detail p a {
    color: #d12500;
    font-family: "Noto Sans JP regular";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    background: none;
    padding: 25px 0;
}

.custom_acc_detail p {
    padding: 0 20px 0;
    color: #53575a;
    font-family: "Noto Sans JP regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.custom_acc_detail p a:hover,
.custom_acc_detail p a:not([disabled]):hover,
.custom_acc_detail p a:focus {
    background: #fff !important;
    color: #d12500 !important;
}

.add_new_add h1 {
    color: #444444;
    font-family: "Noto Sans JP regular";
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
    text-align: left;
}

.add_addresss {
    padding: 50px 0;
    position: relative;
}

.add_addresss p a:hover {
    color: #d12500;
}

.add_addresss p {
    color: #53575a;
    font-family: "Noto Sans JP regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
}

.add_addresss .btn-red {
    margin: 15px 0 0;
}

.add_addresss a.return_profile {
    position: absolute;
    right: 15px;
    top: 10px;
    letter-spacing: 2px;
}

.btn__add {
    position: absolute;
    right: 0;
    top: -35px;
    color: #d12500 !important;
    font-family: "Noto Sans JP regular";
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    background: transparent !important;
}

.btn__add:hover {
    color: #444 !important;
}

.add_addresss .btn-red:hover {
    background: #000 !important;
}

.all_add_history>ul {
    display: flex;
    flex-flow: row wrap;
    text-align: left;
    /*   justify-content: space-between; */
    justify-content: start;
}

.all_add_history>ul>li {
    width: 31.5%;
    margin: 0 30px 28px 0;
    padding: 40px;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
}

.all_add_history>ul>li:nth-child(3n) {
    margin-right: 0;
}

.all_add_history .address {
    margin-bottom: 0;
    text-align: left !important;
}

.all_add_history p {
    color: #53575a;
    font-family: "Noto Sans JP regular";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 15px;
}

.all_add_history h2.h4 {
    color: #444444;
    font-family: "Noto Sans JP regular";
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin: 0 0 10px;
}

.all_add_history>ul>li .form-vertical {
    margin: 20px 0 0;
}

.all_add_history>ul>li .form-vertical h2 {
    color: #444444;
    font-family: "Noto Sans JP regular";
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 20px;
}

.all_add_history>ul>li .form-vertical .medium-up--one-half {
    width: 100%;
}

.all_add_history>ul>li .form-vertical .text-center {
    text-align: left !important;
}

.all_add_history>ul>li .form-vertical input.btn {
    border-radius: 3px;
    background: #d02500;
    border: none;
    color: #ffffff;
    font-family: "Noto Sans JP regular";
    font-size: 14px;
    font-weight: 600;
    line-height: 21.5px;
    text-align: center;
    /*     width: 154px; */
    padding: 13px;
    border: 1px solid #d02500;
}

.all_add_history>ul>li .form-vertical button.text-link.address-edit-toggle {
    border-radius: 3px;
    color: #444444;
    font-family: "Noto Sans JP regular";
    font-size: 14px;
    font-weight: 600;
    line-height: 21.5px;
    text-align: center;
    /*     width: 154px; */
    padding: 13px;
    display: inline-block;
    border: 1px solid #444444;
    margin: 0;
}

.all_add_history>ul>li .form-vertical hr {
    margin: 0;
    border: none;
}

.all_add_history>ul>li button.reg_edit {
    color: #d12500 !important;
    font-family: "Noto Sans JP regular" !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 12px !important;
    text-align: center;
    background: none !important;
    border: none !important;
    text-transform: capitalize !important;
    padding: 5px 0;
}

.all_add_history>ul>li .btn--small.address-delete {
    border-left: 1px solid #53575a !important;
    padding-left: 10px;
    margin-left: 5px;
}

.site--nav__dropdown.megamenu .mega-menu {
    position: relative;
    z-index: 99999999;
}

.site--nav__dropdown {
    z-index: 99999999;
}

/* WE By Records */
.we_by_record {
    padding: 90px 0 70px;
    z-index: 2;
    position: relative;
}

.we_by_record h2 {
    color: #444444;
    font-family: "Noto Sans JP regular";
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
    margin: 0 0 30px;
}

.we_by_record img {
    border-radius: 4px;
    width: 100%;
}

.we_by_record .records_desc {
    padding: 30px 100px 0 100px;
}

.we_by_record .records_desc h4 {
    color: #444444;
    font-family: "Noto Sans JP regular";
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin: 0 0 10px;
}

.we_by_record .records_desc p {
    color: #53575a;
    font-family: "Noto Sans JP regular";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 15px;
}

.we_by_record .records_desc p a {
    color: #d02500;
}

.record_gallery {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.record_gallery .half_gallery {
    width: 48.5%;
}

.half_gallery ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.record_gallery .half_gallery ul li {
    width: calc(50% - 15px);
}

.record_gallery img {
    margin: 15px 0 0;
}

.record_cont_info {
    background: #f9f9f9;
}

.record_cont_info .contact_info_sec .info_sec_form {
    width: 66%;
}

.record_cont_info .contact_info_sec .info_sec {
    width: 31%;
    background: transparent;
}

.record_cont_info .comp_info {
    background: #fff;
}

.record_cont_info h3.info_head {
    background: #fff;
}

/* Others Page */
.extra_page {
    position: relative;
}

.other_page {
    padding: 90px 0 55px;
    position: relative;
}


.other_page h2 {
    color: #444444;
    font-family: "Noto Sans JP regular";
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
    margin: 0 0 30px;
}

.other_page img {
    border-radius: 4px;
}

.other_page .records_desc {
    padding: 30px 0 0 0;
}

.other_page .records_desc h4 {
    color: #444444;
    font-family: "Noto Sans JP regular";
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin: 30px 0 10px;
    padding: 0 100px 0 100px;
}

.other_page .records_desc p {
    color: #53575a;
    font-family: "Noto Sans JP regular";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 25px;
    padding: 0 100px 0 100px;
}

.other_page .records_desc p a {
    color: #d02500;
}

/* Special_order */
.home_special_order {
    padding: 60px 0;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

/* .whats_new_flex {
display: flex;
align-items: center;
} */
.order_heading {
    width: 100%;
    padding: 0 20px 0 0;
}

.order_heading h2 {
    color: #ffffff;
    font-family: "Noto Sans JP regular";
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
    text-transform: capitalize;
}

.order_heading p {
    color: #ffffff;
    font-family: "Noto Sans JP regular";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding: 13px 0 23px;
}

/* .whats_new_block1 a:hover {
color: #fff;
} */
.order_desc {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row wrap;
}

.order_desc .whats_new_product {
    padding: 10px;
    border-radius: 5px;
    background: #fff;
    margin: 0 30px 20px 0;
    width: 90% !important;
}

.order_desc .whats_new_product:hover {
    background: #d12500;
}

.order_desc .whats_new_product:hover p.new_product_name,
.order_desc .whats_new_product:hover em,
.order_desc .whats_new_product:hover p,
.order_desc .whats_new_product:hover p.new_product_price span.product_type {
    color: #fff;
}

.order_desc .whats_new_product em {
    font-style: unset;
    color: #53575a;
    font-family: "Noto Sans JP regular";
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    padding: 0 0 0 6px;
    margin: 2px 0 6px 0;
    display: block;
}

.order_desc .whats_new_product img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    object-position: center;
    margin: 0 0 10px;
}

button.slick-prev.slick-arrow {
    width: 25px;
    height: 25px;
    background: #fff;
    color: red;
    position: absolute;
    left: 100%;
    top: -35px;
    left: calc(100% - 80px);
    border-radius: 4px;
}

button.slick-next.slick-arrow {
    width: 25px;
    height: 25px;
    background: #fff;
    color: red;
    position: absolute;
    left: 100%;
    top: -35px;
    left: calc(100% - 50px);
    border-radius: 4px;
}

.slick-prev:before {
    content: "\f104";
    font-family: fontAwesome;
    color: #d12500;
    font-size: 16px;
    line-height: 21px;
    opacity: 1;
}

.slick-next:before {
    content: "\f105";
    font-family: fontAwesome;
    color: #d12500;
    font-size: 16px;
    line-height: 21px;
    opacity: 1;
}


/* 404 Erroe page */
.error_with404 {
    padding: 70px 55px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}

.error_with404 h1 {
    color: #444444;
    font-family: "Noto Sans JP regular";
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
    text-transform: capitalize;
    margin: 0 0 10px;
}

.error_with404 a {
    margin: 20px 0 0;
}

.error_with404 a:hover {
    background: #000 !important;
}

/* Quick view */
span.raqs-button-inner {
    color: #53575a;
    font-family: "Noto Sans JP regular";
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    background: #fff;
    border-radius: 3px;
    border: solid 1px #d4d4d4;
    width: 156px;
    padding: 10px 0;
    text-transform: capitalize;
}

.raqs-button.raqs-initialized {
    display: flex !important;
    flex-direction: column-reverse;
    margin: -100px 0 0 0;
}

input.btn.quick-view-add-to-cart-op {
    color: #fff;
    font-family: "Noto Sans JP regular";
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    background: #d22803 !important;
    border-radius: 3px;
    border: solid 1px #d22803;
    width: 190px;
    padding: 10px 0;
    text-transform: capitalize;
    margin: 23px 0 0;
}

input.btn.quick-view-add-to-cart-sold {
    color: #fff;
    font-family: "Noto Sans JP regular";
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    background: #d22803 !important;
    border-radius: 3px;
    border: solid 1px #d22803;
    width: 156px;
    padding: 10px 0;
    text-transform: capitalize;
    margin: 23px 0 0;
}

input.btn.quick-view-add-to-cart {
    color: #fff;
    font-family: "Noto Sans JP regular";
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    background: #d22803 !important;
    border-radius: 3px;
    border: solid 1px #d22803;
    width: 156px;
    padding: 10px 0;
    text-transform: capitalize;
    margin: 23px 0 0;
}

.raqs-content {
    width: 43% !important;
    border: 1px solid #656666;
    border-radius: 7px;
    padding: 35px 40px 40px 52px;
}

.raqs-info {
    padding: 0 0 0 50px !important;
}

.raqs-content .raqs-product_title.raqs-size-basic {
    color: #d12500;
    font-family: "Noto Sans JP regular";
    font-size: 30px !important;
    font-weight: 700;
    line-height: 40px;
    padding: 19px 0;
    margin: 0;
    text-transform: uppercase;
}

.raqs-product_price_varies .raqs-product_price--regular {
    color: #d12500;
    font-family: "Noto Sans JP Bold";
    font-size: 25px;
    font-weight: 600;
    line-height: 32px;
}

.raqs-product_readmore a {
    color: #d12500 !important;
}

.raqs-product_price .raqs-product_price--regular .raqs-product_price--display {
    color: #d12500;
    font-family: "Noto Sans JP Bold";
    font-size: 25px !important;
    line-height: 32px;
}

.raqs-button-icon,
.raqs-product_qty.raqs-col.raqs-col-auto {
    display: none;
}

button.raqs-product_add--submit {
    border-radius: 3px !important;
    background: #d02500 !important;
    color: #ffffff !important;
    font-family: "Noto Sans JP regular" !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 21.5px !important;
    text-align: center;
    width: 154px !important;
    padding: 11px !important;
    border: 1px solid #d02500 !important;
    transition: 0.5s ease-in-out;
    text-transform: capitalize !important;
}

button.shopify-payment-button__button.shopify-payment-button__button--unbranded._2ogcW-Q9I-rgsSkNbRiJzA._2EiMjnumZ6FVtlC7RViKtj._2-dUletcCZ2ZL1aaH0GXxT,
.raqs-product_add.raqs-col.raqs-col-auto button.btn.btn-primary {
    border-radius: 3px;
    color: #444444;
    font-family: "Noto Sans JP regular" !important;
    font-size: 18px !important;
    font-weight: 600;
    line-height: 21.5px;
    text-align: center;
    width: 154px;
    padding: 11px;
    display: inline-block;
    border: 1px solid #444444;
    margin: 0 0 0 10px;
    transition: 0.5s ease-in-out;
    background: #fff;
    text-transform: capitalize;
}

.raqs-product_add.raqs-col.raqs-col-auto button.btn.btn-primary:hover {
    background: #000 !important;
    color: #fff;
    /*   box-shadow: 2px 2px 0 2px #d02500, -2px -2px 0 2px #d02500, 0 0 0 2px white inset, 4px 4px 0 4px #fff, -4px -4px 0 4px #fff; */
}

button.raqs-product_add--submit:hover {
    background: #000 !important;
    color: #fff;
    /*   box-shadow: 2px 2px 0 2px #d02500, -2px -2px 0 2px #d02500, 0 0 0 2px white inset, 4px 4px 0 4px #fff, -4px -4px 0 4px #fff; */
}

.fancybox-skin {
    border-radius: 7px;
    padding: 50px !important;
    border: 1px solid #656666;
}

.fancybox-skin h3.qv-product-title {
    color: #d12500 !important;
    font-family: "Noto Sans JP regular";
    font-size: 30px !important;
    font-weight: 700;
    line-height: 40px;
    padding: 0 !important;
}

.fancybox-skin h5.qv-product-price {
    color: #d12500 !important;
    font-family: "Noto Sans JP Bold";
    font-size: 25px;
    font-weight: 600;
    line-height: 32px;
}

.fancybox-skin .qv-product-description {
    color: #53575a !important;
    font-family: "Noto Sans JP regular" !important;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 24px !important;
    padding: 20px 0 !important;
    height: 70px;
    overflow: hidden;
}

.qv-product-options {
    display: flex;
}

.qv-product-options select {
    margin: 0;
}

.qv-product-options span {
    min-width: 30px !important;
    color: #444;
    font-weight: 700;
}

.qv-product-options .option-selection {
    margin: 0 10px 0 0;
}

.fancybox-skin a.fancybox-item.fancybox-close {
    top: 15px;
    right: 15px;
    color: #aaa;
}

.fancybox-skin a.fancybox-item.fancybox-close:before {
    content: "";
    background-image: url(https://cdn.shopify.com/s/files/1/0277/0668/7552/files/cross.png?v=1589881931);
    width: 17px;
    height: 17px;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-skin .fa.fa-close:before,
.fancybox-skin .fa.fa-remove:before {
    content: "\f00d";
    content: "" !important;
}

.fancybox-skin .quantity {
    color: #53575a;
    font-family: "Noto Sans JP regular";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 20px;
}

.fancybox-skin .quantity span {
    text-transform: capitalize !important;
}

.fancybox-skin h4.qv_sub_data {
    color: #53575a;
    font-family: "Noto Sans JP regular";
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    margin: 2px 0 3px;
}

.fancybox-skin h5.qv-product-original-price {
    color: #0f2522;
    font-family: "Noto Sans JP Bold";
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
    text-decoration: line-through;
    margin: 0 0 0 15px;
}

.fancybox-skin .qv_price_data {
    display: flex;
    align-items: center;
}

.fancybox-skin .type_and_others {
    display: flex;
    align-items: center;
    color: #53575a;
    font-family: "Noto Sans JP regular";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.fancybox-skin h4.qv-product-type {
    color: #d12500 !important;
    font-family: "Noto Sans JP regular" !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 16px !important;
    margin: 0 0 0 15px;
}

.fancybox-skin .cta-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 10px 0 0;
}

.fancybox-skin input.qv-add-button {
    border-radius: 3px;
    border: solid 1px #d12500 !important;
    width: 195px !important;
    color: #ffffff;
    font-family: "Noto Sans JP regular" !important;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.5px;
    text-transform: capitalize !important;
    padding: 12px !important;
    background: #d12500 !important;
    margin: 0 !important;
    width: 45%;
    -webkit-appearance: initial;
}

.fancybox-skin a.view-product {
    border-radius: 3px;
    border: solid 1px #525252;
    width: auto;
    color: #444;
    font-family: "Noto Sans JP regular" !important;
    font-size: 17px;
    font-weight: 600;
    line-height: 21.5px;
    text-transform: capitalize !important;
    padding: 12px !important;
    background: #fff !important;
    width: 45%;
}

#quick-view .qv-content {
    padding: 25px 0 0 50px !important;
}


/* Collection all */
#bc-sf-filter-right .medium-up--one-quarter {
    width: 33%;
    margin: 0 0 15px;
}

#bc-sf-filter-right .medium-up--one-quarter .h4.grid-view-item__title {
    color: #444444;
    font-family: "Noto Sans JP regular";
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    padding: 0 0 0 5px;
}

#bc-sf-filter-products .price__vendor dd {
    color: #53575a;
    font-family: "Noto Sans JP regular";
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-transform: capitalize;
    margin: 0;
}

#bc-sf-filter-right #bc-sf-filter-products {
    display: flex;
    flex-flow: row wrap;
}

#bc-sf-filter-right .medium-up--one-quarter dl.price {
    padding: 0 0 0 5px;
}

#bc-sf-filter-right .medium-up--one-quarter span.price-item.price-item--regular {
    color: #d12500;
    font-family: "Noto Sans JP regular";
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}

.bc-sf-filter-block-title h3 {
    color: #444444;
    font-family: "Noto Sans JP regular";
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 30px !important;
    background: #eee;
    border-radius: 4px;
    padding: 20px;
    width: 100%;
    text-transform: capitalize !important;
}

.bc-sf-filter-option-block:not(.bc-sf-filter-option-hidden)~.bc-sf-filter-option-block {
    background: #ffffff;
    box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.15);
    border-bottom: none !important;
    padding: 0 !important;
    margin: 0 0 30px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.bc-sf-filter-option-block {
    margin: 0 0 30px !important;
    padding: 0 0 0 !important;
    border-bottom: none !important;
}

.bc-sf-filter-option-block .bc-sf-filter-block-title {
    padding-bottom: 0 !important;
}

.bc-sf-filter-block-content {
    padding: 20px 0 20px 30px;
    margin: 0 !important;
    background: #ffffff;
    box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.15);
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.bc-sf-filter-block-content li a {
    color: #53575a;
    font-family: "Noto Sans JP regular";
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

.bc-sf-filter-option-block .bc-sf-filter-block-content .bc-sf-filter-option-multiple-list li a>span:first-child {
    border-radius: 2px;
}

.bc-sf-filter-option-block .bc-sf-filter-block-title h3>span:before {
    border: 6px solid transparent;
    border-top-color: #444;
    right: 8px;
    top: 34px;
    position: absolute;
}

#bc-sf-filter-right .medium-up--one-quarter:hover .grid-view-item.product-card {
    background: #d02500;
}

#bc-sf-filter-right .medium-up--one-quarter:hover .h4.grid-view-item__title,
#bc-sf-filter-right .medium-up--one-quarter:hover span.price-item.price-item--regular {
    color: #fff;
}

#bc-sf-filter-right .medium-up--one-quarter:hover .price__vendor dd {
    color: #fff;
}

.rte.collection-description page-width {
    width: 50%;
    float: left;
}

.bc-sf-filter-selection-wrapper {
    padding-bottom: 0 !important;
    border-bottom: none !important;
    margin-bottom: 30px !important;
}

.bc-sf-filter-selected-items {
    padding: 20px 0 20px 30px;
    margin: 0 !important;
    background: #ffffff;
    box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.15);
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

#bc-sf-filter-products .grid-view-item {
    position: relative;
    padding: 10px;
    border-radius: 5px;
    background: #fff;
    margin: 0 0 30px;
}

.bc-sf-filter-selected-items span.selected-type {
    color: #53575a;
    font-family: "Noto Sans JP regular";
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

.filters-toolbar-wrapper {
    width: 50%;
    float: right;
    margin: 0;
    width: 50%;
    float: right;
    margin: 0;
    border: none;
    color: #53575a;
    font-family: "Noto Sans JP regular";
    font-size: 14px;
    font-weight: 400;
    line-height: 19.2px;
}

select#bc-sf-filter-top-sorting-select {
    border-radius: 3px;
    border: solid 0.5px #bcbcbc;
    padding: 8px 32px;
    height: auto;
    font-size: 12px;
    color: #53575a;
    font-family: "Noto Sans JP regular";
    font-weight: 400;
    line-height: 19.2px;
}

#bc-sf-filter-wrapper {
    margin: 0 0 60px;
}

select#bc-sf-filter-top-sorting-select {
    border-radius: 3px;
    border: solid 0.5px #bcbcbc;
    padding: 8px 32px;
    height: auto;
    font-size: 12px;
    color: #53575a;
    font-family: "Noto Sans JP regular";
    font-weight: 400;
    line-height: 19.2px;
}

label.filters-toolbar__label.select-label {
    text-transform: capitalize;
    margin-right: 12px !important;
}

.rte.collection-description {
    width: 50%;
    float: left;
    margin: 0;
    color: #444444;
    font-family: "Noto Sans JP regular";
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
    padding-left: 30px;
}

.col_head {
    padding: 70px 0 50px;
    display: block;
    float: left;
    width: 100%;
}

.collection-hero {
    margin-bottom: 0;
}

.collection_data {
    position: relative;
}


.bc-sf-filter-option-block .bc-sf-filter-block-content .bc-sf-filter-option-multiple-list li a.selected>span:first-child:before {
    top: -3px !important;
    left: -4px !important;
    border: none !important;
    -webkit-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
    background: url(https://cdn.shopify.com/s/files/1/0277/0668/7552/files/checkbox.PNG?v=1589309329) !important;
    width: 22px !important;
    height: 22px !important;
}

.bc-sf-filter-option-block .bc-sf-filter-block-content .bc-sf-filter-option-multiple-list li a>span:first-child {
    width: 17px !important;
    height: 16px !important;
    left: -2px !important;
    top: 3px !important;
}

.bc-sf-filter-selection-wrapper {
    display: none;
}

.filters-toolbar__item.filters-toolbar__item--count {
    display: none;
}

.filters-toolbar__item-wrapper {
    position: relative;
}

.filters-toolbar .icon-chevron-down {
    right: 18px;
}

/* Custom Product */
.custom_product {
    padding: 40px 0;
    z-index: 1;
    position: relative;
}

.custom_product .product_desc {
    border-radius: 5px;
    background: #ffffff;
    padding: 0;
}

.custom_product .product_desc h1.product-single__title {
    color: #141414;
    font-family: "Noto Sans JP regular";
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    margin: 0;
    padding: 19px 40px;
}

.custom_product .product-form__item label.qty {
    display: none;
}

.custom_product .product-form {
    display: flex;
    align-items: center;
    padding: 23px 40px;
    background: #f9f9f9;
    flex-flow: wrap;
}

.custom_product .product-form__controls-group~.product-form__controls-group--submit {
    margin-top: 0;
}

.custom_product .product__price {
    padding: 0 40px 20px 40px;
    padding: 0 15px 0 15px;
}

.custom_product .product-single__description.rte {
    margin: 0 40px;
    padding-top: 22px;
    color: #53575a;
    font-family: "Noto Sans JP regular";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.custom_product .product__price .price-item {
    color: #d22803;
    font-family: "Noto Sans JP Bold";
    font-size: 25px;
    font-weight: 700;
    line-height: 32px;
}

.custom_product .product__price s.price-item.price-item--regular {
    color: #0f2522 !important;
    font-family: "Noto Sans JP Bold" !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    line-height: 32px !important;
    text-decoration: line-through;
}

.custom_product .product-form__item {
    margin-bottom: 0;
}

.custom_product .product_type_cust {
    padding: 22px 0px;
    color: #000;
    font-family: "Noto Sans JP regular";
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 20px;
    margin: 0px 20px 20px 40px;
}

.custom_product .product_type_cust a {
    color: #000;
    font-family: "Noto Sans JP regular";
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
}

.custom_product .product_type_cust div {
    margin: 0 0 5px;
}

.custom_product .product_type_cust div:last-child {
    margin: 0;
}

.custom_product .selective label {
    color: #53575a;
    font-family: "Noto Sans JP Bold";
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    text-transform: capitalize;
    margin: 0 0 8px
}

.custom_product .selective .product-form__item {
    margin: 25px 0 0;
    padding: 0;
    flex-basis: 100%;
}

.custom_product .selective {
    margin: 0 40px;
}

.custom_product .selective select {
    color: #53575a;
    font-family: "Noto Sans JP regular";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #d4d4d4;
    margin: 0;
}

.custom_product .product_type_cust div span {
    color: #53575a;
    font-family: "Noto Sans JP regular";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 5px 0 0;
}

.custom_product ul.social-sharing {
    float: right;
    margin: 0 40px 25px;
}

.custom_product ul.social-sharing a {
    margin: 0 0 0 20px;
    padding: 0;
}

.custom_product ul.social-sharing li:hover svg path {
    fill: #d12500 !important;
}

.custom_product ul.social-sharing a:hover {
    color: #d4d4d4;
}

.custom_product button.btn.product-form__cart-submit {
    color: #fff;
    font-family: "Roboto Bold";
    font-size: 18px;
    font-weight: 600;
    line-height: 21.5px;
    text-align: center;
    background: #d22803 !important;
    border-radius: 3px;
    border: solid 1px #d22803;
    padding: 10px 20px;
    text-transform: unset;
    margin: 0;
}

.custom_product .product-form__item input#Quantity-product-template {
    width: 109px;
    border: 1px solid #bdbdbd;
    border-radius: 9px;
    color: #0f2522;
    font-family: Quicksand;
    font-size: 18px;
    font-weight: 400;
    line-height: 28.7px;
    text-align: center;
    padding: 5px 15px;
    min-height: unset;
}

.next_prev.text-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0 0 40px;
}

.next_prev.text-right a {
    color: #d12500;
    font-family: "Noto Sans JP regular";
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
    display: block;
    text-align: right;
    text-transform: capitalize;
}

.next_prev.text-right a:last-child {
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
    border-left: 2px solid #dadada;
}

.h1_header h1 {
    color: #d12500;
    font-family: "Noto Sans JP regular";
    font-size: 30px;
    font-weight: 700;
    line-height: 45px;
}

h1.about-h1 {
    color: #141414;
    font-weight: 700;
    font-family: "Noto Sans JP regular";
    margin-bottom: 12px;
}


/* Recommadation */
#shopify-section-product-recommendations {
    padding: 0px 0;
    background: #dcdcdc;
    position: relative;
}

#shopify-section-product-recommendations .product-recommendations__inner {
    padding: 0;
    position: relative;
    z-index: 1;
}

.product-recommendations__inner h2 {
    color: #444444;
    font-family: "Noto Sans JP Bold";
    font-size: 24px;
    font-weight: 700;
    line-height: 45px;
    text-align: left;
    margin: 0 0 40px;
}

.product-recommendations__inner .section-header {
    margin: 0;
}

.product-recommendations__inner .grid-view-item.product-card {
    padding: 10px;
    border-radius: 5px;
    background: #fff;
    margin: 0 0 30px;
}

.custom_product .selective ul.variants_data li {
    display: inline-block;
    margin: 20px 10px 0 0;
    background: #fff;
    color: #444;
    font-size: 16px;
    border-radius: 3px;
    border: solid 1px #d22803;
    padding: 5px 15px;
    cursor: pointer;
}

.custom_product .selective ul.variants_data li.var_active {
    background: #d22803;
    color: #fff;
}

.custom_product .product-single .medium-up--one-half .product-single__media-wrapper {
    padding-right: 50px;
}

.product-recommendations__inner .h4.edit.grid-view-item__title.product-card__title {
    color: #444444;
    font-family: "Noto Sans JP regular";
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    padding: 0 0 0 5px;
}

.product-recommendations__inner dl.price.price--listing {
    padding: 0 0 0 5px;
}

.product-recommendations__inner span.price-item.price-item--regular {
    color: #d12500;
    font-family: "Noto Sans JP regular";
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}

.product-recommendations__inner span.product_type {
    color: #53575a;
    font-family: "Noto Sans JP regular";
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 24px;
    margin: 0 2px 0 0;
}

.product-recommendations__inner .grid-view-item.product-card:hover {
    background: #d12500;
}

.product-recommendations__inner .grid-view-item.product-card:hover span.price-item.price-item--regular,
.product-recommendations__inner .grid-view-item.product-card:hover .h4.edit.grid-view-item__title.product-card__title,
.product-recommendations__inner .grid-view-item.product-card:hover span.product_type {
    color: #fff;
}

.product-card:hover .product-card__title,
.product-card:focus-within .product-card__title {
    border-bottom-color: transparent;
}

.product-recommendations__inner .raqs-button.raqs-initialized {
    padding: 25px 0 0;
}

/* Collection all */
.shopify_collection {
    padding: 70px 0 60px;
    position: relative;
}

.shopify_collection h1 {
    color: #444444;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    text-transform: capitalize;
    margin: 0 0 30px;
}

.shopify_collection .collection-grid-item__title.h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    text-transform: capitalize;

}

.shopify_collection .collection_description {
    font-family: "Noto Sans JP regular";
    font-size: 25px;
    font-weight: 400;
}


/* Search Pafge */
.cust_search {
    padding: 90px 0;
    position: relative;
}

.my_search {
    padding: 70px 0 50px;
    position: relative;
}

.cust_search .Search_sort.staff_header {
    padding: 0 0 35px;
}

.cust_search h1 {
    color: #444444;
    font-family: "Noto Sans JP regular";
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
    margin: 0;
}

.cust_search .right_side_list {
    padding-left: 0 !important;
}

.cust_search .right_side_list .side_list_one:nth-child(4n) {
    margin-right: 0;
}

.cust_search .right_side_list .side_list_one:nth-child(3n) {
    margin-right: 2%;
}

.predictive-search-title {
    display: none;
}

ul#predictive-search-results {
    flex-direction: column;
}

ul#predictive-search-results li {
    margin: 0;
    width: 100%;
    border-bottom: 1px solid #bcbcbc;
}

ul#predictive-search-results li a {
    width: 100%;
    display: flex;
}

ul#predictive-search-results li span.predictive-search-item__title-text {
    color: #53575a;
    font-family: "Noto Sans JP regular";
    font-size: 14px;
    font-weight: 700;
    line-height: 15px;
}

.predictive-search-item__link:hover .predictive-search-item__title-text {
    border-bottom-color: transparent;
}

ul#predictive-search-results li:hover span.predictive-search-item__title-text {
    color: #d12500;
}

button.predictive-search-view-all__button {
    color: #53575a;
    font-family: "Noto Sans JP regular";
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    padding: 5px 14px;
}


/* Staff */
.staff_single {
    padding: 90px 0;
    position: relative;
}


.staff_single .staff_colo {
    display: flex;
    width: 100%;
    z-index: 1;
    position: relative;
}

.staff-info-side-block.grid.grid--uniform.grid--view-items {
    width: 255px;
    padding: 10px;
    border-radius: 5px;
    background: #d02500;
    margin: 0 0 30px;
}

.staff-info-side-block.grid.grid--uniform.grid--view-items .staff-genre.block span {
    color: #ffffff;
    font-family: "Noto Sans JP regular";
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 2px 0 2px;
}

.staff-info-side-block.grid.grid--uniform.grid--view-items .collection-hero__image {
    margin: 55px 0 10px;
}

.collection-hero__title-wrapper::before {
    /*   opacity: 0!important; */
}

.staff-info-side-block.grid.grid--uniform.grid--view-items .staff-genre.block {
    color: #fff;
    display: flex;
}

.staff-info-side-block.grid.grid--uniform.grid--view-items .collection-description span {
    font-family: "Noto Sans JP regular";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
}

.staff_single .staff_colo ul.grid.grid--uniform.grid--view-items {
    width: calc(100% - 255px);
    padding-left: 40px;
    display: flex;
    flex-flow: wrap;
}

.staff_single .staff_colo ul .medium-up--one-quarter {
    width: 33.33%;
}

.staff_single .staff_colo ul .medium-up--one-quarter .grid-view-item {
    margin: 0 auto 15px;
}

.staff_single .staff_colo ul .medium-up--one-quarter .raqs-product {
    position: relative;
    display: block;
    padding: 10px;
    border-radius: 5px;
    background: #fff;
}

.staff_single .h4.edit.grid-view-item__title.product-card__title {
    color: #444444;
    font-family: "Noto Sans JP regular";
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    padding: 0 0 0 5px;
    margin: 0;
}

.staff_single dl.price.price--listing {
    padding: 0 0 0 5px;
}

.staff_single {
    color: #53575a;
    font-family: "Noto Sans JP regular";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.staff_single dl.price.price--listing span.price-item.price-item--regular {
    color: #d12500;
    font-family: "Noto Sans JP regular";
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}

.staff_single .staff_colo ul .medium-up--one-quarter .raqs-product:hover {
    background: #d12500;
}

.staff_single .staff_colo ul .medium-up--one-quarter .raqs-product:hover .h4.edit.grid-view-item__title.product-card__title,
.staff_single .staff_colo ul .medium-up--one-quarter .raqs-product:hover dl.price.price--listing span.product_type,
.staff_single .staff_colo ul .medium-up--one-quarter .raqs-product:hover dl.price.price--listing span.price-item.price-item--regular {
    color: #fff;
}

.staff-info-side-block.grid.grid--uniform.grid--view-items .collection-description {
    margin: 0;
}


/* Staff_member */
.staff_list {
    padding: 70px 0;
    position: relative;
}


.staff_list .w3-padding {
    padding: 0 !important;
    border: none !important;
}

.staff_bg {
    padding: 15px;
    background: #181c1f;
    border-radius: 5px;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.staff_bg:after {
    content: "";
    background-image: url(https://cdn.shopify.com/s/files/1/0277/0668/7552/files/staff_bg.png?v=1589373361);
    position: absolute;
    right: 0;
    top: 0;
    width: 118px;
    height: 251px;
    background-size: cover;
}

.staff_img {
    width: 350px;
}

.staff_desc {
    width: calc(100% - 350px);
    padding: 0 170px 0 70px;
}

.staff_desc h2 {
    color: #ffffff;
    font-family: "Noto Sans JP regular";
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 0 15px;
}

.staff_desc p {
    color: #ffffff;
    font-family: "Noto Sans JP regular";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.staff_list h1 {
    color: #444444;
    font-family: "Noto Sans JP regular";
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
    margin: 30px 0;
}

.collection-list .heading {
    background: #eee;
    padding: 20px;
}

.collection-list .heading h4 {
    color: #444444;
    font-family: "Noto Sans JP regular";
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    background: #eee;
    margin: 0;
}

.collection-list {
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}

.collection-list ul {
    background: #ffffff;
}

.collection-list ul li {
    color: #53575a;
    font-family: "Noto Sans JP regular";
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    padding: 12px 20px;
    background: #f9f9f9;
}

.collection-list ul li:nth-child(2n) {
    background: #fff;
}

.head_ul {
    width: 272px;
    float: left;
    margin-right: 40px;
}

.head_ul .collection-list {
    width: 100%;
}

.staff_list .w3-third.w3-margin-bottom {
    width: 22%;
    margin: 0 40px 30px 0 !important;
    padding: 10px;
    border-radius: 4px;
}

.staff_list .w3-third.w3-margin-bottom:hover {
    background: #d02500;
}

.staff_list .w3-third.w3-margin-bottom:nth-child(3n) {
    margin-right: 0 !important;
}

.staff_list .w3-third.w3-margin-bottom .w3-card-4 {
    box-shadow: none;
}

.staff_list .w3-third.w3-margin-bottom .w3-container {
    padding: 0 5px;
}

.staff_list .w3-third.w3-margin-bottom .w3-container h2 {
    color: #444444;
    font-family: "Noto Sans JP regular";
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin: 10px 0 2px;
}

.staff_list .w3-third.w3-margin-bottom .w3-container h4 {
    color: #53575a;
    font-family: "Noto Sans JP regular";
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    margin: 0;
}

.staff_list .w3-third.w3-margin-bottom .w3-container a p {
    color: #53575a;
    font-family: "Noto Sans JP regular";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 10px 0 0;
}

.staff_list .w3-third.w3-margin-bottom:hover .w3-container h4,
.staff_list .w3-third.w3-margin-bottom:hover .w3-container h2,
.staff_list .w3-third.w3-margin-bottom:hover .w3-container a p {
    color: #fff;
}


/* Blog_tag */
.blog_tag {
    position: relative;
    padding: 0 0 90px;
}


.blog_tag_header header.section-header.text-center {
    margin: 50px 0;
}

.blog_tag ul.blog-list-view {
    display: flex;
}

.blog_tag ul.blog-list-view li.border-top {
    border: none;
    box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    margin: 0 40px;
}

.blog_tag ul.blog-list-view li.border-top .page-width {
    padding: 0;
}


/* 
Swatches Styles
*/

    {
    % assign width='50px'%
}

    {
    % assign height='35px'%
}

.swatch {
    margin: 1em 0;
}

/* Label */
.swatch .header {
    margin: 0.5em 0;
}

/* Hide radio buttons.*/
.swatch input {
    display: none;
}

.swatch label {
    /* Rounded corners */
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    /* To give width and height */
    float: left;

    /* Color swatches contain no text so they need to have a width. */
    min-width: {
            {
            width
        }
    }

     !important;

    height: {
            {
            height
        }
    }

     !important;
    /* No extra spacing between them */
    margin:0;
    /* The border when the button is not selected */
    border:#ccc 1px solid;
    /* Background color */
    background-color:#ddd;
    /* Styling text */
    font-size:13px;
    text-align:center;

    line-height: {
            {
            height
        }
    }

    ;
    white-space:nowrap;
    text-transform:uppercase;
}

.swatch-element label {
    padding: 0 10px;
}

.color.swatch-element label {
    padding: 0;
}

/* Styling selected swatch */
/* Slightly raised */
.swatch input:checked+label {
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
    border-color: transparent;
}

.swatch .swatch-element {
    float: left;
    -webkit-transform: translateZ(0);
    /* webkit flicker fix */
    -webkit-font-smoothing: antialiased;
    /* webkit text rendering fix */
    /* Spacing between buttons */
    margin: 0px 10px 10px 0;
    /* To position the sold out graphic and tooltip */
    position: relative;
}

/* Image with the cross in it */
.crossed-out {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.swatch .swatch-element .crossed-out {
    display: none;
}

.swatch .swatch-element.soldout .crossed-out {
    display: block;
}

.swatch .swatch-element.soldout label {
    filter: alpha(opacity=60);
    /* internet explorer */
    -khtml-opacity: 0.6;
    /* khtml, old safari */
    -moz-opacity: 0.6;
    /* mozilla, netscape */
    opacity: 0.6;
    /* fx, safari, opera */
}

/* Tooltips */
.swatch .tooltip {
    text-align: center;
    background: gray;
    color: #fff;
    bottom: 100%;
    padding: 10px;
    display: block;
    position: absolute;
    width: 100px;

    left: {
            {
            width | remove: 'px'| to_number | divided_by: 2 | minus: 50 | plus: 2
        }
    }

    px;
    margin-bottom:15px;
    /* Make it invisible by default */
    filter:alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity:0;
    visibility:hidden;
    /* Animations */
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    z-index: 10000;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}

.swatch .tooltip:before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
}

/* CSS triangle */
.swatch .tooltip:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid gray 10px;
    bottom: -10px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    width: 0;
}

.swatch .swatch-element:hover .tooltip {
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.swatch.error {
    background-color: #E8D2D2 !important;
    color: #333 !important;
    padding: 1em;
    border-radius: 5px;
}

.swatch.error p {
    margin: 0.7em 0;
}

.swatch.error p:first-child {
    margin-top: 0;
}

.swatch.error p:last-child {
    margin-bottom: 0;
}

.swatch.error code {
    font-family: monospace;
}


/* New staff member list */
.staff_list_new {
    padding: 70px 0;
    position: relative;
}

.staff_header {
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.staff_header h1 {
    color: #444444;
    font-family: "Noto Sans JP regular";
    font-size: 30px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: 0;
}

.staff_header .short_by_staff {
    color: #959595;
    font-family: "Noto Sans JP regular";
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    display: flex;
    align-items: center;
    position: relative;
}

.staff_header .short_by_staff select {
    border-radius: 3px;
    border: solid 0.5px #bcbcbc;
    padding: 8px 32px;
    height: auto;
    font-size: 12px;
    color: #53575a;
    font-family: "Noto Sans JP regular";
    font-weight: 400;
    line-height: 19.2px;
    margin: 0 0 0 15px;
}

select {
    border-radius: 3px;
    border: solid 0.5px #bcbcbc;
    padding: 8px 32px;
    height: auto;
    font-size: 12px;
    color: #53575a;
    font-family: "Noto Sans JP regular";
    font-weight: 400;
    line-height: 19.2px;
    margin: 0 0 0 15px;
}

.sidebar_list {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.sidebar_list .left_side_bar {
    width: 272px;
}

.sidebar_list .left_side_bar .dropdown_header {
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    margin: 0 0 40px;
}

.sidebar_list .left_side_bar .dropdown_header:last-child {
    margin: 0;
}

.sidebar_list .left_side_bar .faq_acc a h4 {
    padding: 20px;
    color: #fff;
    font-family: "Noto Sans JP regular";
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    background: #141414;
    margin: 0;
    position: relative;
}

.sidebar_list .left_side_bar .faq_acc a h4 i {
    position: absolute;
    right: 20px;
    top: 27px;
}

.sidebar_list .left_side_bar .faq_content ul li {
    color: #53575a;
    font-family: "Noto Sans JP regular";
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    padding: 12px 20px;
    background: #f9f9f9;
}

.sidebar_list .left_side_bar .faq_content ul li a {
    color: #53575a;
}

.sidebar_list .left_side_bar .faq_content ul li:nth-child(2n) {
    background: #fff;
}

.sidebar_list .right_side_list {
    width: calc(100% - 272px);
    display: flex;
    justify-content: flex-start;
    padding-left: 40px;
    flex-flow: row wrap;
}

.side_list_one {
    width: 32%;
    padding: 10px;
    border-radius: 4px;
    background: #fff;
    margin-bottom: 40px;
    cursor: pointer;
    margin-right: 2%;
    position: relative;
    /*   transition: 0.5s ease-in-out; */
    z-index: 1;
}

.template-search .sidebar_list .right_side_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 40px;
    column-gap: 32px;
}

.template-search .side_list_one {
    width: 100% !important;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
    position: relative;
    z-index: 1;
    margin-bottom: 0 !important;
}

@media only screen and (max-width: 1200px) {
    .template-search .sidebar_list .right_side_list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 992px) {
    .template-search .sidebar_list .right_side_list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 500px) {
    .template-search .sidebar_list .right_side_list {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 400px) {
    .template-search .sidebar_list .right_side_list {
        display: flex;
    }
}

.template-index .side_list_one {
    width: 100%;
}

.side_list_one:nth-child(3n) {
    margin-right: 0;
}

.side_list_one:hover {
/*     background: #d91e00; */
}

.side_list_one img {
    width: 100%;
}

.side_list_one h3 {
    color: #141414;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    margin: 0 0 0 8px;
}

.side_list_one h5 {
    color: #53575a;
    font-family: "Noto Sans JP regular";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 0 5px;
}

.side_list_one h5 span.single_price {
    color: #d12500;
    font-family: 'Roboto Bold';
    font-size: 14px;
    font-weight: 700;
    line-height: 28px;
    position: relative;
    margin: 0 0 0 11px;
}

.side_list_one h5 span.single_price:before {
    content: "";
    height: 88%;
    width: 1px;
    background: #444;
    position: absolute;
    left: -8px;
    top: 8%;
}

.side_list_one:hover h5 span.single_price:before {
    background: #fff
}

.side_list_one .profile_cat {
    color: #53575a;
    font-family: "Noto Sans JP regular";
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    margin: 2px 0 6px 8px;
}

.side_list_one .profile_cat em,
.staff_member .profile_cat em {
    font-style: normal;
    position: relative;
    margin: 0 15px 0 0;
}

.side_list_one .profile_cat em:after,
.staff_member .profile_cat em:after {
    content: "/";
    margin: 0 5px 0 0;
    padding: 0 10px 0 0;
    position: absolute;
    right: -25px;
}

.side_list_one .profile_cat em:last-child:after,
.staff_member .profile_cat em:last-child:after {
    display: none;
}

.side_list_one:hover h3,
.side_list_one:hover .profile_cat,
.side_list_one:hover h5,
.side_list_one:hover h5 span.single_price {
/*     color: #fff; */
}

.side_list_one:hover .raqs-buttons {
    display: block;
}

.raqs-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 40%;
    transform: translate(-50%, -40%);
    left: 50%;
    text-align: center;
    display: none;
    transition: 0.5s ease-in-out;
}

.raqs-buttons a.quick-view {
    color: #fff;
    font-family: "Noto Sans JP regular";
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    background: #000;
    border-radius: 3px;
    border: solid 1px #000;
    display: block;
    /*   width: 156px; */
    padding: 11px;
    transition: 0.5s ease-in-out;
}

.raqs-buttons a.quick-view:hover,
.raqs-buttons input.btn.quick-view-add-to-cart:hover {
    background: #000 !important;
    color: #fff;
    border: solid 1px #000;
}


/* Staff_single */
.staff_new_single {
    padding: 30px 0 90px;
    position: relative;
}

.staff_member {
    border-radius: 5px;
    background: #d12500;
    box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.15);
    padding: 10px;
}

.staff_member img {
    width: 100%;
}

.staff_member p {
    color: #ffffff;
    font-family: "Noto Sans JP regular";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding: 10px 5px;
}

.staff_member .profile_cat {
    color: #ffffff;
    font-family: "Noto Sans JP regular";
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    padding: 35px 5px 15px;
}


/* Collection new */
.sidebar_list .left_side_bar .dropdown_header .faq_content h3 {
    color: #141414;
    font-family: "Noto Sans JP regular";
    font-size: 14px;
    font-weight: 700;
    line-height: 28px;
    padding: 11px 25px;
    background: rgba(82, 82, 82, 0.08);
  	position: relative;
  	margin-bottom: 1px;
}
.sidebar_list .left_side_bar .dropdown_header .faq_content h3 i{
	position: absolute;
    top: 20px;
    right: 20px;
}
.sidebar_list .left_side_bar .dropdown_header .faq_content .check_box {
    padding: 25px;
}

.collection-checkbox {
    display: block;
    position: relative;
    padding-left: 28px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #53575a;
    font-family: "Noto Sans JP regular";
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

.collection-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.collection-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
}

.collection-checkbox:hover input~.checkmark {
    background-color: #fff;
}

.collection-checkbox input:checked~.checkmark {
    background-color: #d12500;
}

.collection-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.collection-checkbox input:checked~.checkmark:after {
    display: block;
}

.collection-checkbox .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

ul.list--inline.pagination li {
    color: #444444;
    font-family: "Noto Sans JP regular";
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    position: relative;
}

ul.list--inline.pagination li:nth-child(1):before {
    font-family: fontAwesome;
    position: absolute;
    content: "\f104";
    margin: 0;
    left: -5px;
    font-size: 17px;
    color: #9d9d9d;
    top: 3px;
}

ul.list--inline.pagination li:last-child:after {
    content: "\f105";
    font-family: fontAwesome;
    position: absolute;
    margin: 0;
    right: -5px;
    font-size: 17px;
    top: 3px;
    /*     color: #9d9d9d; */
}

.pagination li a {
    padding: 10px 15px !important;
}

.pagination li.active a {
    color: #da1e00;
}

ul.list--inline.pagination {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    padding-top: 30px;
}

.pagination a.btn,
.pagination button.btn {
    padding: 0 15px !important;
    font-family: "Noto Sans JP regular";
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    border: none;
    text-transform: capitalize;
}

.pagination svg {
    display: none !important;
}

.home_feature_products .grid-view-item.product-card:hover .price-item--sale,
.home_feature_products .grid-view-item.product-card:hover .price-item {
    color: #fff;
}

.home_feature_products dl.price.price--listing .price__badge--sold-out {
    color: #d12500;
    border-color: #d12500;
}

.home_feature_products dl.price.price--listing .price__badge--sale {
    border-color: #d12500;
    background-color: #d12500;
}

.home_feature_products dl.price.price--listing .price-item--sale {
    color: #d12500;
}

.product-single__thumbnails {
    padding-right: 50px;
}

.product-single__media-group {
    padding-left: 0;
}

.price-item--sale {
    color: #d12500;
}

.price__badge--sale {
    border-color: #d12500;
    background-color: #d12500;
}

.product-recommendations__inner .grid-view-item.product-card:hover .price-item--sale,
.product-recommendations__inner .grid-view-item.product-card:hover .price__badge--sale {
    color: #fff;
}

.bc-sf-search-suggestion-product-title {
    color: #53575a;
    font-family: "Noto Sans JP regular";
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
}

.bc-sf-search-suggestion-product-vendor {
    color: #53575a;
    font-family: "Noto Sans JP regular";
    font-size: 10px;
    font-weight: 400;
}

span.bc-sf-product-regular-price {
    color: #d12500;
    font-family: "Noto Sans JP regular";
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
}

.parallaxx {
    min-height: 500px;
    background-attachment: scroll;
    background-position: center top;
    background-repeat: repeat-y;
    background-size: contain;
}

/* 2/06/2020 */
.site--nav__dropdown.megamenu {
    top: 83px !important;
}

.site--nav__dropdown.megamenu .mega-menu .dropdown_content ul li:hover a,
li.site--nav__childlist-item a:hover span {
    color: #d12500;
}
.about_video-row{
	padding: 20px;
    display: flex;
    align-items: center;
    margin: 0 0 50px;
    border-radius: 5px;
  	background: transparent;
}
.about_video{
	width: 50%;
  	padding: 10px 20px;
}
.about_recent_post .about_post .about_post_one img {
    transition: transform .5s ease;
}

.home_blog_post:hover img,
.about_recent_post .about_post .about_post_one:hover img {
    transform: scale(1.09);
    margin: -5px 0 0 0;
}

.home_blog_post,
.about_recent_post .about_post .about_post_one {
    overflow: hidden;
}
.about_video-row .video_antony span.video_sec iframe {
    height: 379px;
    width: 100%;
}

.mob_only .filter {
    border-radius: 3px;
    border: solid 0.5px #bcbcbc;
    padding: 8px 20px;
    height: auto;
    font-size: 12px;
    color: #53575a;
    font-family: "Noto Sans JP regular";
    font-weight: 400;
    line-height: 19.2px;
    margin: 0 0 0 0;
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
}

.mob_only .filter svg {
    width: 15px;
    margin: 0 5px 0 0;
}


.section-header {
    position: relative;
}

.form-vertical select {
    margin-left: 0;
}

.qty_edits {
    position: relative;
}

span.btnqty.qtyminus.icon.icon-minus_prod {
    position: absolute;
    left: 12px;
    font-size: 35px;
    top: -8px;
    cursor: pointer;
}

span.btnqty.qtyminus.icon.icon-plus_prod {
    position: absolute;
    right: 8px;
    font-size: 26px;
    top: 1px;
    cursor: pointer;
}

span.btnqty.qtyminus.icon.icon-plus {
    position: absolute;
    right: 7px;
    top: 1px;
    cursor: pointer;
}

span.btnqty.qtyminus.icon.icon-minus {
    position: absolute;
    cursor: pointer;
}

.cust_search .side_list_one img {
    height: 250px;
    object-fit: cover;
    object-position: center;
}

.w3-container {
    padding: 40px 30px !important;
}

.w3-container form {
    padding: 0 45px;
}

.w3-container span.w3-button.w3-display-topright {
    background: #d12500;
    color: #fff;
    font-size: 24px;
}

.w3-container .form-vertical {
    height: 500px;
    overflow-y: scroll;
}

.fancybox-lock .fancybox-overlay {
    z-index: 999999999999999;
}

input::-webkit-credentials-auto-fill-button {
    display: none !important;
}

.collection-grid-item__overlay {
    background-size: 100%;
    transition: all 0.5s ease;
}

.history_sec .history_block a img {
    max-width: 64px;
}

.footer_block .input-error-message {
    color: #fff;
}

.custom_product ul.social-sharing svg path {
    transition: 0.5s ease-in-out;
}

#instafeed .insta_image .insta_image_inner img {
    /*   height: 250px;
  object-fit: cover;
  object-position: center; */
}

.search-bar__input {
    padding-right: 45px;
    width: 100%;
    min-height: 14px;
    color: #000;
    background-color: #fff;
    border: none;
    border: 1px solid #F0F0F0;
    padding: 7px 17px;
  	border-radius: 6px;
  	max-width: 226px;
}
.search-bar__submit svg{
    width: 20px;
    height: 20px;
    margin-top: 10px;
}
.custom-arrow{
	display: inline-block;
    position: relative;
  	top: 4px;
}
.custom-arrow svg{
	width: 15px;
	height: 15px;
}
.banner-title {
    font-size: 42px;
    color: #fff;
    line-height: 48px;
  
/*     background: #fff; */
   /* border-radius: 3px;
    padding: 12px;*/
    font-family: "Noto Sans JP regular";
}

.center{
  margin-left: 40%;
  width: 50%;
}

.banner-des p {
    font-size: 42px;
    color: #fff;
    line-height: 48px;
/*     background: #fff; */
   /* border-radius: 0px 0px 3px 0px;
    padding: 6px 12px;*/
    font-family: "Noto Sans JP regular";
    display: inline-block;
}

.fa-chevron-down {
    top: 3px;
    position: relative;
}

.site--nav--has-dropdown:hover a.menuATag {
    position: relative;
}

.site--nav--has-dropdown:hover a.menuATag::after {
    width: 74px;
    height: 4px;
    content: "";
    background: #d12500;
    display: block;
    position: absolute;
    right: 15px;
    bottom: -2px;
    /*     border-bottom: 4px solid #d12500; */
}

#shopify-section-162698513279ba153b {
    background: #dcdcdc;
}

#shopify-section-162698513279ba153b .side_list_one {
    background: transparent;
}

.custom_blog .aurthor_date .article__date {
    border-right: 1px solid #959595;
    padding-right: 10px;
    margin-right: 10px;
}

.hero .hero__inner .rte-setting p {
    font-size: 16px;
}

.event-container iframe {
    min-height: 500px;
}
.footer_block .input-group{
	justify-content: flex-start;
}
.footer_block .input-group .input-group__btn{
	flex-grow: 0
}
.social_list li{
	width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    margin-right: 20px;
    display: flex;
    align-content: center;
    justify-content: center;
}
.fa-youtube{
	padding-top: 10px;
}
.header-address-text a, .header-days{
	font-family: 'Roboto Bold';
}
table.day{
	border-bottom: 1px solid #000;
}
.header-mid ul{
	display: flex;
    justify-content: center;
}
.whats_new_block1 .btn-red{
	padding: 11px 28px;
}
.fa-angle-down::before {
    position: relative;
    top: 3px;
}
.index-section--flush:last-child {
    margin-bottom: -5px;
}
.short_by_staff label{
	font-family: 'Roboto Bold';
  	color: #141414;
  	font-size: 14px;
}
/* about us */
#shopify-section-about-gallery .page-width .grid{
	width: 100%;
}
.popup-image-gallery{
	background-color: #000;
  	opacity: unset
}
#shopify-section-about-gallery .grid--no-gutters .grid__item{
	padding: 15px 10px;
  	cursor: pointer;
}
#shopify-section-about-gallery .image-bar__item, #shopify-section-about-gallery .image-bar__content{
	max-height: 360px;
}
#shopify-section-about-gallery .image-bar__caption{
	top: 85%;
  	font-size: 18px;
}
body.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.btn {
  margin: 20px 0;
}

.btn-danger {
  font-size: 16px;
}

.modal-backdrop.in {
  filter: alpha(opacity=80);
  opacity: .8;
}

.popup-image-gallery .modal-dialog {
  width: 100%;
}

.popup-image-gallery .modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}

.popup-slider-for {
  position: relative;
  min-height: 300px;
  margin-top: 200px;
  margin-bottom: 100px !important;
  z-index: 2;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.popup-slider-for:after {
  content: "\e030";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  z-index: -1;
  color: #fff;
  opacity: .75;
}

.popup-slider-for,
.main-image {
  text-align: center;
  margin-bottom: 0;
}

.popup-slider-for .slick-slide img {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}

.popup-slider-nav .thumbnail-image div{
  position: relative;
  margin: 0 5px;
  cursor: pointer;
}

.popup-slider-nav .thumbnail-image div,
.popup-slider-nav .thumbnail-image img {
  display: block;
  height: 100px;
  object-fit: cover;
}

.popup-slider-nav .thumbnail-image div:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.popup-slider-nav .thumbnail-image div:hover:after {
  background-color: rgba(0, 0, 0, 0.4);
}

.popup-slider-nav .slick-current:after,
.popup-slider-nav .slick-current:hover:after,
.popup-slider-nav .slick-center:after,
.popup-slider-nav .slick-center:hover:after {
  background-color: transparent !important;
}

.pagingInfo {
  color: #fff;
  text-align: center;
  margin: 20px 0;
}

.popup-slider-for .slick-next,
.popup-slider-for .slick-prev {
  width: auto;
  height: auto;
  z-index: 1;
}

.popup-slider-for .slick-prev {
  left: 0;
}

.popup-slider-for .slick-prev:before,
.popup-slider-for .slick-next:before,
.popup-slider-for:after {
  font-family: "Noto Sans JP regular";
}

.popup-slider-for:after {
  font: normal normal 30px/1 'Glyphicons Halflings';
}

.popup-slider-for .slick-prev:before {
  content: "Prev";
  color: #fff;
}

.popup-slider-for .slick-next:before {
  content: "Next";
  color: #fff;
}

.popup-slider-for .slick-next {
  right: 0;
}

.popup-image-gallery .close-icon {
  top: 0;
}

.slick-slide {
  outline: 0;
}

.popup-image-gallery .close-btn {
  background-color: transparent;
  color: #fff;
  position: absolute;
  right: 30px;
  z-index: 3;
  font-size: 14px;
  margin: 0;
  opacity: .75;
  padding: 0px;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-weight: 500;
  top: 40px;
}

.close-btn:hover,
.close-btn:focus {
  color: #fff;
  opacity: 10;
}

.popup-image-gallery .modal-dialog {
  margin: 0;
}

.popup-image-gallery button.slick-next.slick-arrow{
	top: 50%;
}
.cbb-frequently-bought-container{
	max-width: 1220px;
  	padding: 0px 50px;
}
.header-mid .mycontainer{max-width: 1240px;}
.wprs_unslider-nav ol li{ border: 1px solid #000 !important; }
.wprs_unslider-nav ol li.wprs_unslider-active {
  background: #000 !important;
  cursor: default;
}
#wprev-slider-11530 .wprev_preview_tcolor2_T1{
	color: #000 !important;
}
#wprev-slider-11530 .wprev_preview_tcolor1_T1 {
  color: #000 !important;
}
.wprevpro_t1_DIV_2::before {
  color: #000 !important;
}
@media (max-width: 767px) {
  
  .popup-image-gallery .modal-body {
    padding: 0;
  }
  .popup-image-gallery .modal-dialog {
    margin-top: 20px;
  }
  .popup-image-gallery .close-icon {
    top: -20px;
  }
  .popup-slider-for .slick-prev {
    left: 12px;
  }
  .popup-slider-for .slick-next {
    right: 12px;
  }
  .cbb-frequently-bought-container{
      padding: 0px 10px;
  }
  .srs-testimonial-container{
  	  padding: 0px 30px;
  }
}
.about-caption-block{
	max-width: 410px;
    background: #fff;
    padding: 2em 3em;
    border-radius: 5px;
}
.about-caption-block .mega-title{
  	font-family: 'Noto Sans JP Bold';
  	color: #141414;
  	font-size: 36px;
  	text-shadow: none;
}
.about-caption-block .mega-subtitle p{
  	color: #53575A;
  	text-shadow: none;
}
#shopify-section-feature-row .feature-row__text--left{
	padding-left: 90px;
}
.default-page{
	margin-bottom: 55px;
}
.default-page h1{
	margin-top: 55px;
}
.grid__item_row{
	margin-left: -15px;
	margin-right: -15px;
}
#shopify-section-about-gallery{
	padding-bottom: 110px;
}
#shopify-section-about-gallery h2{
	color: #0f2522;
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 0 30px;
    text-align: left;
}
.cust_search .search-bar__input{
	max-width: unset;
  	border: 1px solid #f0f0f0;
}
.srs-testimonial-container{
	width: 100%;
    max-width: 1190px;
    margin: 0 auto !important;
}
.srs-section{
	background: #dcdcdc;
	padding: 50px 0px;
}
.srs-section .sts_title{margin-bottom: 30px;}
/*  end about us*/
@media (min-width: 767px) {
    .upcoming_event .upcoming {
        margin: 0px 50px;
    }

    .banner-text {
        /*margin-right: 50%;*/
    }
  .right_nav .fa-user{
  	display: none;
  }
  .mobile-flex-reverse{margin-left: 20px;margin-right:10px;}
}

@media (min-width: 320px) {
    #Hero-1592603719116 {
        background-position-x: left !important;
    }
}

@media (min-width: 500px) {
    .mobileonly {
        display: none;
    }
}

section.ooo-instagram.instmycontainer {
    z-index: 9999;
    position: relative;
}

.blog_custom .blog_one .blog_img_text:hover div {
    color: #fff !important;
}

.mbc-bundle__item-link {
    overflow: hidden;
}

.home_feature_products ul#gf-products {
    display: flex;
    flex-flow: wrap;
}

.faq_accordion .faq_acc a.active p {
    color: #fff;
}
#gifted-modal ul{
	margin-top: 20px;
}
.mobile_menu .sidenav .mobile-sub-item ul{
	transition: .5s ease-in-out
} 

.mobile_menu .sidenav .sub-item-open > ul {
    display: block;
    transition-delay: 1s;
}
.mobile_menu .sidenav .mobile-sub-item-2 .arrow {
    position: absolute;
    right: 20px;
}
.mobile-sub-item-2{
	margin-left: 20px;
}
.mobile-sub-item-2 a{
	border-bottom: none !important;
    font-size: 18px !important;
    padding: 15px 50px !important;
}
.mobile-sub-item-3 a{
	border-bottom: none !important;
  	margin-left: 10px;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 16px !important;
    padding: 10px 50px !important;
}
.cust_search .search-bar__interior_head{
	margin-bottom: 50px;
}
/* .header-top font {
  font-size: unset;
} */
.description {
    padding-bottom: 30px;
}
div#SiteNavLabel-music {
    width: auto;
    padding: 0;
    max-width: 800px;
}

div#SiteNavLabel-music .dropdown.menu.container {
    width: auto;
}

div#SiteNavLabel-music .dropdown.menu.container .dropdown_content {
    justify-content: flex-start;
    gap: 60px;
}