
#club-container {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  overflow: hidden;
}
.club_box-1200 {
    overflow: hidden;
    width: 100%;
    max-width: 1200px;
    margin: 1% auto;
    position: relative;
    padding: 0;
    border-top: 5px solid #000;
    border-bottom: 15px solid #000;
}
#club-container .bako-box {
    border: 10px solid #000;
}
#club-container .boda-top {
    border-top: 10px solid #000;
}
#club-container .boda-bottom {
    border-bottom: 10px solid #000;
}
#club-container .boda-right {
    border-right: 10px solid #000;
}
#club-container .boda-left {
    border-left: 10px solid #000;
}

#club-container #story-header .story-cover {
  height: 50vh;
  
}
#club-container #story-header .first {
  width: 50%;
  float: left;
  padding: 2%;
}
/* 620px tab */
@media screen and (min-width: 620px) {
#club-container #story-header .first {
  width: 33%;
  float: left;
  padding: 2%;
}
}/* 620px tab */
#club-container .story-title {
  width: 100%;
  overflow: hidden;
  padding: 0;
  border-top: 1px solid #fff;
}
#club-container .story-title .big {
  width: 100%;
  padding: 2%;
}
#club-container .story-title .big h1 {
  margin: 0;
  color: #fff;
  font-size: calc(25px + (45 - 25) * ((100vw - 300px) / (1200 - 300))) !important;
}
#club-container .story-title .tomodatchi_header_card {
  width: 100%;
  padding: 2%;
  margin-top: 2%;
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  text-align: left;
  overflow: hidden;
  
}
#club-container .tomodatchi_header_card .article {
  text-align: right;
  display: flex;
  padding: 2%;
  float: right;
}
#club-container .tomodatchi_header_card .article .texte {

}
#club-container .story-title .tomodatchi_header_card h2 {
  margin: 0;
  color: #fff;
  font-size: calc(20px + (25 - 20) * ((100vw - 300px) / (1200 - 300)));
  text-align: right;
  display: block;
}
#club-container .tomodatchi_header_card .article .image {

}
#club-container .story-title .tomodatchi_header_card .tomodachi_cover-profile {
    width: 100%;
    margin: 0 auto;
    line-height: 0;
    text-align: right;
    z-index: 1;
    background: transparent;
    margin: 0;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
    padding: 0;
    height: 75px;
    width: 75px;
    border-radius: 50%;
    margin-left: 10px;
}
#club-container .story-title .tomodatchi_header_card .tomodachi_cover-profile img {
    height: 100%;
    line-height: 0;
}

#club-container #story-header .story-content {
  
}



/*--------------------------------------------------------------
#CLUB
--------------------------------------------------------------*/
.dc_title-big {
    width: 100%;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    text-align: left;
}
.dc_box-big .logo {
    padding: 1%;
    margin: 0 auto;
    max-width: 1200px;
    text-align: center;
}
.dc_box-big .logo img {
    padding: 0;
    margin: 0 auto;
    max-width: 500px;
}
.dc_box-big .first {
    padding: 1% 0;
    text-align: center
}
.dc_box-big .last {
    padding: 0 0 10%;
}
.dc_title-big h1 {
    font-size: 40px;
    font-size: 4rem;
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0;
    padding: 1% 0;
    color: #000;
    text-align: center;
}
.dc_title-big h1 {
  font-size: calc(40px + (55 - 40) * ((100vw - 300px) / (1200 - 300)));
}
.dc_title-big h2 {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0;
    padding: 1% 0;
    color: #000;
}
.dc_title-big h2 {
  font-size: calc(30px + (40 - 30) * ((100vw - 300px) / (1200 - 300)));
}
.dc_title-big h4 {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0;
    padding: 1% 0;
    text-align: center
}
.dc_title-big h4 {
  font-size: calc(20px + (22 - 20) * ((100vw - 300px) / (1200 - 300)));
}
.dc_box-middle {
    text-align: center;
}
.dc_box-big {
    margin: 0 auto;
    padding: 2%;
    text-align: justify; text-justify: auto;
    width: 100%;
    float: left;
}
.dc_box {
    margin: 0 auto;
    padding: 1%;
    text-align: left;
    width: 100%;
    float: left;
    font-size: 16px;
    font-size: 1.6rem;
}
.dc_txt {
    margin: 0 auto;
    padding: 0;
    text-align: justify;
    width: 100%;
    line-height: 100%;
    font-size: 18px;
    font-size: 1.8rem;
}
.dc_txt p {
    margin: 1% 0 3%;
    line-height: 100%;
}
.dc_txt h1 {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 900;
    letter-spacing: 0px;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    color: #000;
    margin-bottom: 10px;
}
.dc_txt h1 {
  font-size: calc(20px + (25 - 20) * ((100vw - 300px) / (1200 - 300)));
}
.dc_more {
    background: #fff;
    color: #aeaeae;
    letter-spacing: -1px;
    margin: 0;
    padding: 30px 0;
    outline: none;
    text-align: left;
    text-decoration: none;
    line-height: 100%;
    text-transform: uppercase;
    font-weight: 800 !important;
    width: 100%;
}
.dc_more a {
    background: #fff;
    border: 1px solid #ff0000;
    cursor: pointer;
    color: #ff0000;
    outline: none;
    text-decoration: none;
    padding: 10px 15px !important;
}
.dc_more a:hover {
	border: 1px solid #ff0000;
  background: #ff0000;
	color: #fff !important;
	outline: none;
	text-decoration: none;
}
.dc_img {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 100%;
    line-height: 0;
}
.dc_img img {
    width: 100%;
}
/* 1024px desk */
@media screen and (min-width: 1024px) {
.dc_box {
    width: 50%;
}
.dc_box-big .first {
    padding: 2% 0 5%;
}
.dc_box-big .last {
    padding: 0 0 5%;
}
.dc_txt {
    text-align: justify;
    text-justify: auto;
}
}/* 1024px desk */
.dc_box-big .last .dc_more {
    margin: 0 auto;
    text-align: center;
}



.club_mission_bloc {
  overflow: hidden;
  padding: 1%;
  
}
.club_mission_bloc ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.club_mission_bloc ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  
}
.club_mission_bloc .section {
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.club_mission_bloc .section .top {
  margin: 0;
  padding: 5px;
}
.club_mission_bloc .section .top .logo {
  margin: 0;
  padding: 0;
  height: 50px;
  line-height: 0;
  text-align: left;
}
.club_mission_bloc .section .top .logo img {
  height: 100%;
}
.club_mission_bloc .section .type {
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
}
/* 620px tab */
@media screen and (min-width: 620px) {
.club_mission_bloc .section .type {
  width: 50%;
}
}/* 620px tab */

/* 1024px desk */
@media screen and (min-width: 1024px) {
.club_mission_bloc .section .type {
  width: 33.3333%;
}
}/* 1024px desk */
.club_mission_bloc .section .type .content {
  padding: 0;
  margin: 5px;
  background: #ddd;
  border-radius: 25px;
  border: 10px solid #ddd;
  box-shadow: 0px 0px 1px 1px #ddd;
}
.club_mission_bloc .section .type .article {
  padding: 0;
  margin: 0;
  height: 150px;
  border-radius: 20px;
  overflow: hidden;
}
/* 620px tab */
@media screen and (min-width: 620px) {
.club_mission_bloc .section .type .article {
  height: 200px;
}
}/* 620px tab */

/* 1024px desk */
@media screen and (min-width: 1024px) {
.club_mission_bloc .section .type .article {
  height: 250px;
}
}/* 1024px desk */
.club_mission_bloc .section .type .texte {
  font-size: 15px;
  font-size: 1.5rem;
  padding: 10px;
  margin: 0;
  line-height: 100%;
  letter-spacing: 0;
  font-weight: 900;
  display: block;
  text-align: left;
  width: 100%;
  height: 80%;
  background: #fff;
}
.club_mission_bloc .section .type .texte .first {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.club_mission_bloc .section .type .texte .second {
  font-weight: 400;
}
.club_mission_bloc .section .type .number {
  font-size: 25px;
  font-size: 2.5rem;
  padding: 5px 10px;
  margin: 0;
  line-height: 100%;
  letter-spacing: 0;
  font-weight: 900;
  display: block;
  text-align: right;
  width: 100%;
  height: 20%;
  border-top: 3px solid #000;
  background: #fff;
}
.club_mission_bloc .section .type .number span {
  font-weight: 400;
  margin-left: 5px;
}








#mcshop_container {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}
.mcshop_container_padder {
    width: 100%;
    padding: 10px;
}

.la_tirelire {
    position: relative;
    width: 100%;
    max-width: 1200px;
    padding: 0;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    height: 60px;
    padding: 10px;
}
.la_tirelire .content {
    font-size: 15px;
    font-size: 1.5rem;
    text-align: justify;
    color: #000;
    font-weight: 900;
    line-height: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    text-align: left;
}
.la_tirelire .content .first {
  display: inline-block;
  vertical-align: middle;
  line-height: 100%;
}
.la_tirelire .content .first img {
  height: 40px;
}
.la_tirelire .content .second {
  display: inline-block;
  vertical-align: middle;
  line-height: 100%;
  font-weight: 900;
  text-transform: uppercase;
}
.la_tirelire .content .second span {
  font-weight: 400;
}

.le_produit {
  width: 100%;
  padding: 10px; 
}
.le_produit .article {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: justify;
    text-justify: inter-word;
    color: #000;
    line-height: 100%;
    margin: 25px auto;
    padding: 0;
    overflow: hidden;
}
.le_produit .nota {
  line-height: 100%;
  padding: 5px;
}

#mcshop_container .tetrimino-100-100-66 {
    width: 100% !important;
    float: left;
}
#mcshop_container .tetrimino-100-100-33 {
    width: 100% !important;
    float: left;
}
/* 620px tab */
@media screen and (min-width: 620px) {
#mcshop_container .tetrimino-100-100-66 {
    width: 100% !important;
}
#mcshop_container .tetrimino-100-100-33 {
    width: 100% !important;
}
}/* 620px tab */
/* 768px desk */
@media screen and (min-width: 1024px) {
#mcshop_container .tetrimino-100-100-66 {
    width: 66.6666% !important;
}
#mcshop_container .tetrimino-100-100-33 {
    width: 33.3333% !important;
}
}/* 768px desk */
.mcshop_card {
    background: transparent;
    margin: 0;
    float: left;
    padding: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 10px;
}
.mcshop_card .content {
      
}
.mcshop_card .type_1 {
    height: 600px;
    width: 100%;
    float: left;
    padding: 0;
    overflow: hidden;
    border: 10px solid #ddd;
    border-radius: 30px;
    background: #fff;
}
/* 620px tab */
@media screen and (min-width: 620px) {
#mcshop_container .tetrimino-100-100-33 .mcshop_card {
    width: 50%;
}
}/* 620px tab */
/* 768px desk */
@media screen and (min-width: 1024px) {
#mcshop_container .tetrimino-100-100-33 .mcshop_card {
    width: 100%;
}
}/* 768px desk */
/* 768px desk */
@media screen and (min-width: 1024px) {
#mcshop_container .tetrimino-100-100-100 .mcshop_card {
    width: 50%;
}
}/* 768px desk */
.mcshop_card .type_3 {
    height: 500px;
    width: 100%;
    float: left;
    padding: 0;
    overflow: hidden;
    border: 10px solid #ddd;
    border-radius: 30px;
    background: #fff;
}
.mcshop_card .type_4 {
    height: 400px;
    width: 100%;
    float: left;
    padding: 0;
    overflow: hidden;
    border: 5px solid #ddd;
    border-radius: 30px;
    background: #fff;
}
.last3-content {
    margin-bottom: 50px;
    overflow: hidden;
}
/* 620px tab */
@media screen and (min-width: 620px) {
#mcshop_container .last3-content .mcshop_card {
    width: 50%;
}
}/* 620px tab */
/* 768px desk */
@media screen and (min-width: 1024px) {
#mcshop_container .last3-content .mcshop_card {
    width: 33.3333%;
}
}/* 620px tab */

.rand4-content {
    overflow: hidden;
}

@media screen and (min-width: 620px) {
#mcshop_container .rand4-content .mcshop_card {
    width: 50%;
}
}/* 620px tab */
/* 768px desk */
@media screen and (min-width: 1024px) {
#mcshop_container .rand4-content .mcshop_card {
    width: 25%;
}
}/* 768px desk */
.mcshop_card .type_1:after,
.mcshop_card .type_3:after,
.mcshop_card .type_4:after {
  content: "";
  display: table;
  clear: both;
}
.mcshop_card .mcshop_card-spotlight {
    bottom: 0;
    left: 0;
    padding: 0;
    right: 0;
    z-index: 3;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: left;
    color: #000;
    position: relative;
    color: #000;
    text-transform: uppercase;
    width: 100%;
    border-top: 3px solid #000;
}
.mcshop_card .article {
    padding: 0;
    margin: 0;
    width: 100%;
    bottom: 0;
    opacity: 1;
    border-radius: 0;
}
.mcshop_card .article .data {
    background: #fff;
    bottom: 0;
    padding: 10px;
    left: 0;
    right: 0;
    margin: 0;
    height: 100px;
}
.mcshop_card .article .data h1 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: -1px;
    text-align: center;
    margin: 0;
    padding: 0;
}
@media screen and (min-width: 620px) {
.mcshop_card .type_1 .article .data h1 {
    font-size: 25px;
    font-size: 2.5rem;
}
}/* 620px tab */
.mcshop_card .image {
    background-color: #ddd;
    background-position: center center;
    background-size: cover;
    bottom: 0;
    height: 360px;
    left: 0;
    overflow: hidden;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2;
    position: relative;
}
.mcshop_card .image:hover {
    opacity: 0.75;
}
.mcshop_card .type_1 .image {
    height: 500px;
}
.mcshop_card .type_3 .image {
    height: 400px;
}
.mcshop_card .type_4 .image {
    height: 300px;
}
/* 620px tab */
@media screen and (min-width: 620px) {
.mcshop_card .type_1 {
    height: 600px;
}
.mcshop_card .type_1 .image {
    height: 500px;
}
}/* 620px tab */
/* 768px desk */
@media screen and (min-width: 1024px) {
.mcshop_card .type_1 {
    height: 700px;
}
.mcshop_card .type_1 .image {
    height: 600px;
}
.mcshop_card .type_3 {
    height: 550px;
}
.mcshop_card .type_3 .image {
    height: 450px;
}
}/* 768px desk */



.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    display: none !important;
}
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-textt {
   width: 100% !important;
   min-height: 50px;
}
.woocommerce table.shop_table {
    text-align: right;
    border-collapse: separate;
}
.woocommerce table.shop_table_responsive tr td::before,
.woocommerce-page table.shop_table_responsive tr td::before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: left;
    display: none;
}
.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
    min-width: 32px;
    display: none;
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled, .woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
    color: inherit;
    cursor: not-allowed;
    opacity: .5;
    padding: .618em 1em;
    width: 100%;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    display: block;
    text-align: center;
    margin-bottom: 1em;
    font-size: 1.25em;
    padding: 1em;
    border: 1px solid #ddd;
    border-radius: 10px;
}
.woocommerce table.shop_table_responsive tbody th,
.woocommerce-page table.shop_table_responsive tbody th {
    display: block;
    text-align: left;
    width: 100% !important;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    height: 50px;
    padding: 10px;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    width: 100%;
    overflow: visible;
}
.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
    box-sizing: border-box;
    width: 100%;
    line-height: 100%;
}
.return-to-shop {
  display: none;
}
.order-again {
  display: none;
}

.woocommerce ul.order_details li {
    width: 100%;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
    display: none;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
    display: none;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
    margin: 0 !important;
    padding: 0 !important;
}
.woocommerce-customer-details--email,
.woocommerce-customer-details--phone {
    margin: 0 !important;
    padding: 0 !important;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background-color: #dfdcde;
    text-decoration: none;
    background-image: none;
    color: #515151;
    border: 1px solid #ddd;;
    border-radius: 0;
}
.woocommerce-orders-table__cell {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 100%;
}
.woocommerce-orders-table__cell-order-actions {
  width: 100% !important;
  padding: 0 !important;
  margin: 10px 0 !important;
  
}
.woocommerce-orders-table__cell-order-actions .woocommerce-button {
  float: right;
}
.woocommerce-table--order-details tfoot {
  margin: 0;
  padding: 0;
}
.woocommerce-table--order-details tfoot tr {
  margin: 0;
  padding: 0;
}
.woocommerce-table--order-details tfoot td {
  margin: 0;
  padding: 0;
}
.woocommerce-order-details h2,
.woocommerce-customer-details h2 {
  margin: 5px 0;
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  border-radius: 35px;
  overflow: hidden;
  border: 10px solid #ddd;
}
.woocommerce-product-gallery__image {
  
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #f00;
    font-size: 25px;
    font-weight: 900;
    letter-spacing: 0;
}
.woocommerce div.product span.price {
    font-weight: 400 !important;
}
.woocommerce div.product .stock {
    color: #ff0000;
}
.woocommerce button {
    background-color: #fff;
    color: #ff0000;
    border: 1px solid #ff0000;
    border-radius: 10px;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 900;
    border-radius: 0;
    left: auto;
    color: #515151;
    background-color: #ddd;
    border: 1px solid #ddd;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    width: 50%;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #fff;
    color: #ff0000;
    border: 1px solid #ff0000;
    border-radius: 0;
    width: 100%;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #f00;
    color: #fff;
    border: 1px solid #ff0000;
    border-radius: 0;
}
.woocommerce-message::before {
    content: "\e015";
    color: #ff0000;
    display: none;
}
.woocommerce-message {
    border-top-color: #ff0000;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    padding: 2%;
    margin: 0 0 1.5em;
    position: relative;
    background-color: #fff;
    color: #000;
    border: 1px solid #ff0000;
    word-wrap: break-word;
    font-weight: 900;
    text-align: center;
}
}
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
    float: right;
    display: none;
}
.woocommerce-info::before {
    color: #ff0000;
    display: none;
}
.woocommerce-orders-table__header-order-date,
.woocommerce-orders-table__header-order-status,
.woocommerce-orders-table__header-order-total,
.woocommerce-orders-table__header-order-actions {
  display: none;
}
.woocommerce-orders-table__header-order-number {
  border-bottom: 1px solid #ddd;
}
.woocommerce-orders-table__row--status-completed {
  border-bottom: 1px solid #ddd;
}
.woocommerce-info .woocommerce-Button {
  display: none;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: #ddd;
    border-radius: 5px;
}
#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
    text-align: left;
    margin: 0;
    font-weight: 400;
    line-height: 100%;
}
.woocommerce-privacy-policy-text {
  text-align: left;
}





.woocommerce-product-gallery {
    pointer-events: none;
}

/*--------------------------------------------------------------
MCSHOP DROP MENU
--------------------------------------------------------------*/
#mcshop_submenu {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	z-index: 99999;
	top: 0;
	text-transform: uppercase;
	color: #000;
	opacity: 1;
	background: #fff;
  border-bottom: 1px solid #ff0000;
}
#mcshop_submenu .mcshop_menuinner:before,
#mcshop_submenu .mcshop_menuinner:after {
  content: "";
  display: block;
}
#mcshop_submenu .mcshop_menuinner:after {
  clear: both;
}
#mcshop_submenu .mcshop_menuinner {
	padding: 10px;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
#mcshop_submenu .section-wrapper {
    width: 100%;
    z-index: 1;
    color: #000;
    
    z-index: 100;
    padding: 0;
    margin: auto 0;
    text-align: center;
}

#mcshop_submenu .section-wrapper .drop-menu a {
    text-decoration: none;
    }
#mcshop_submenu .section-wrapper .drop-menu li {
    list-style: none;
    }
/* Menu Container */
#mcshop_submenu .section-wrapper .drop-menu {
	display: inline-block;
	position: relative;
	cursor: default;
	z-index: 500;
	margin: 0;
	max-width: 1200px;
	width: 100%;
    color: #000;
	padding: 0;
	text-align: center;
}	
/* Menu List */
#mcshop_submenu .section-wrapper .drop-menu > li {
	display: block;
	float: left;
  margin: 0;
}
/* Menu Links */
#mcshop_submenu .section-wrapper .drop-menu .branche {
    color: #ff0000;
    display: block;
    font-family: arial, sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 100%;
    position: relative;
    text-transform: uppercase;
    transition: all 0.25s ease 0s;
    z-index: 510;
    
}
#mcshop_submenu .section-wrapper .drop-menu > li > a {
    color: #ff0000;
    display: block;
    font-family: arial, sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: 0;
    padding: 10px 15px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.25s ease 0s;
    z-index: 510;

}
#mcshop_submenu .section-wrapper .drop-menu > li:hover > a {
    color: #fff;
    background: #ff0000;
}

/*--------------------------------------------------------------
#MENU NEKO BANK
--------------------------------------------------------------*/
#super_menu-neko_bank {
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	height: 35px;
	width: 100%;
	z-index: 99999;
	top: 0;
	text-transform: uppercase;
	color: #000;
	opacity: 1;
	overflow: hidden;
  background: #DAA520;
  border-bottom: 1px solid #fff;
}
#super_menu-neko_bank .menu_outer {
  padding: 0;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
#super_menu-neko_bank .menu_outer:before,
#super_menu-neko_bank .menu_outer:after {
  content: "";
  display: block;
}
#super_menu-neko_bank .menu_outer:after {
  clear: both;
}
#super_menu-neko_bank .menu_outer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#super_menu-neko_bank .menu_outer li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#super_menu-neko_bank .menu_inner {
	display: inline-block;
	position: relative;
	cursor: default;
	z-index: 500;
	margin: 0;
	max-width: 1200px;
  width: 100%;
  color: #000;
	padding: 0;
	text-align: left;
  height: 2%;
}
#super_menu-neko_bank .menu_inner li {
	display: block;
	float: left;
}
#super_menu-neko_bank .menu_inner li a {
    color: #000;
    display: block;
    font-family: 'Montserrat', arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 900;
    height: 35px;
    letter-spacing: -1px;
    line-height: 50px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    transition: all 0.25s ease 0s;
    z-index: 510;
}
#super_menu-neko_bank .menu_inner li.logo a {
    margin: 0;
    padding: 0;
}
#super_menu-neko_bank .menu_inner li.logo img {
    margin: 0px;
    height: 100%;
}
@media screen and (max-width: 619px) {
#super_menu-neko_bank .menu_inner li.second {
    display: none;
}
}/* 620px tab */
#super_menu-neko_bank .menu_inner li.second {
    width: auto;
}
#super_menu-neko_bank .menu_inner li.second a {
    margin: 0;
    padding: 0;
}
#super_menu-neko_bank .menu_inner li.second img {
    margin: 0;
    padding: 2%;
    height: 100%; 
}
#super_menu-neko_bank .menu_inner li.login {
    margin: 0;
    padding: 0;
    float: right;
}
#super_menu-neko_bank .menu_inner li.login a {
    margin: 0;
    padding: 0;
}
#super_menu-neko_bank .menu_inner li.login img {
    margin: 5px;
    background: transparent;
    border-radius: 0%;
    border: 0px solid #fff;
    height: 25px;
    width: 25px;
}


/*--------------------------------------------------------------
## Neko Bank - Matchacoins
--------------------------------------------------------------*/
#neko_bank-container {
    color: #000;
    line-height: 100%;
    background: #fff;
    max-width: 1200px;
    margin: 1% auto;
    left: 0;
    right: 0;
    padding: 1%;
    border: 10px solid #DAA520;
}
#neko_bank-container a {
    text-decoration: none;
    color: #000;
    font-weight: 900;
    transition: all 0.5s;
}
#neko_bank-container a:visited {
	color: #888;
}
#neko_bank-container a:hover, a:focus, a:active {
    text-decoration: none;
    color: #DAA520;
}
#neko_bank-container .nb-box {
  border: 1px solid #DAA520;
}
#neko_bank-container .nb_cover {
    height: 50vh;
    width: 100%;
    overflow: hidden;
}
#neko_bank-container .nb_cover .cover {
    height: 100%;
    background-position: center center;
    background-size: cover;
}
#neko_bank-container .nb_cover .headline {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    line-height: 50vh;
    pointer-events: none;
    height: 50vh;
}
#neko_bank-container .nb_cover .headline img {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    height: auto;
    max-width: 200px;
}
#neko_bank-container .nb_title-big {
    width: 100%;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    text-align: left;
}
#neko_bank-container .nb_box-big .first {
    padding: 10% 2%;
}
#neko_bank-container .nb_box-big .last {
    padding: 0 2% 10%;
}
#neko_bank-container .nb_title-big h1 {
    font-size: 5px;
    font-size: 5rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 88%;
    text-transform: uppercase;
    margin: 0;
    padding: 5% 1% 1%;
    color: #191c1e;
}
#neko_bank-container .nb_title-big h2 {
    font-size: 40px;
    font-size: 4rem;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0;
    padding: 1%;
    color: #191c1e;
}
#neko_bank-container .nb_title-big h3 {
    font-size: 50px;
    font-size: 5rem;
    font-weight: 900;
    letter-spacing: -3px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    padding: 1%;
    color: #fff;
    text-shadow: 3px 2px 0px #000;
}
#neko_bank-container .nb_title-big h4 {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 100%;
    text-transform: none;
    margin: 0;
    padding: 1%;
}
#neko_bank-container .nb_box-big {
    margin: 0 auto;
    padding: 0;
    text-align: justify; text-justify: auto;
    width: 100%;
    float: left;
}
#neko_bank-container .nb_box {
    margin: 0 auto;
    padding: 0;
    text-align: left;
    width: 100%;
    float: left;
    font-size: 18px;
    font-size: 1.8rem;
}
#neko_bank-container .nb_box-r {
    margin: 0 auto;
    padding: 0;
    text-align: left;
    width: 100%;
    float: left;
    font-size: 18px;
    font-size: 1.8rem;
}
#neko_bank-container .nb_box-long {
    margin: 0 auto;
    padding: 0;
    text-align: left;
    width: 100%;
    float: left;
    font-size: 18px;
    font-size: 1.8rem;
}
#neko_bank-container .nb_txt {
    margin: 0 auto;
    padding: 2% 2% 5%;
    text-align: left;
    width: 100%;
}
#neko_bank-container .nb_txt p {
    margin: 3% 0 1%;
}
#neko_bank-container .nb_box-txt {
    padding: 8% 2%;
}
#neko_bank-container .nb_more {
    background: #fff;
    color: #aeaeae;
    letter-spacing: -1px;
    margin: 0;
    padding: 30px 0 0;
    outline: none;
    text-align: left;
    text-decoration: none;
    line-height: 100%;
    text-transform: uppercase;
    font-weight: 900 !important;
    t-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    tion: all 0.2s ease;
    width: 100%;
}
#neko_bank-container .nb_more a {
    background: #fff;
    border: 1px solid #DAA520;
    cursor: pointer;
    color: #DAA520;
    outline: none;
    text-decoration: none;
    padding: 10px 15px !important;
}
#neko_bank-container .nb_more a:hover {
	border: 1px solid #DAA520;
    background: #DAA520;
	color: #fff !important;
	outline: none;
	text-decoration: none;
}
#neko_bank-container .nb_img {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 100%;
    line-height: 0;
}
#neko_bank-container .nb_img img {
    width: 100%;
}
/* 768px desk */
@media screen and (min-width: 1024px) {
#neko_bank-container #network_footer {
    padding: 5% 0 0 !important;
}
#neko_bank-container .nb_box {
    width: 50%;
    max-height: 600px;
    overflow: hidden;
}
#neko_bank-container .nb_box-r {
    width: 50%;
    float: right;
    max-height: 600px;
    overflow: hidden;
}
#neko_bank-container .nb_box-long {
    width: 50%;
}
#neko_bank-container .nb_box-txt {
    padding: 5%;
}
#neko_bank-container .nb_box-big .first {
    padding: 2% 2% 5%;
}
#neko_bank-container .nb_box-big .last {
    padding: 0 2% 5%;
}
#neko_bank-container .nb_txt {
    text-align: justify; text-justify: auto;
}
}/* 768px desk */
#neko_bank-container #redbar {
    margin: 0;
	padding: 20px 10px;
    text-align: center;
    color: #000;
    font-weight: bold;
}
#neko_bank-container .topnav-uber {
    background-color: #191c1e;
    overflow: hidden;
    max: 100%;
    margin: 0 auto;
    border-bottom: 3px solid #DAA520;
}
#neko_bank-container .topnav {
    background-color: #191c1e;
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
}
#neko_bank-container .topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 14px;
    text-decoration: none;
    font-size: 17px;
    border-left: 1px solid #DAA520;
    border-right: 1px solid #DAA520;
}
#neko_bank-container .topnav a.client {
    background-color: #DAA520;
    color: #fff !important;
}
#neko_bank-container .topnav a:hover {
    background-color: #DAA520;
    color: #fff !important;
}
#neko_bank-container .active {
    background-color: #DAA520;
    color: white;
}
#neko_bank-container .topnav .icon {
    display: none;
}
@media screen and (max-width: 620px) {
  #neko_bank-container .topnav a:not(:first-child) {
    display: none;
    }
  #neko_bank-container .topnav a.icon {
    float: right;
    display: block;
  }
}
@media screen and (max-width: 620px) {
  #neko_bank-container .topnav.responsive {
    position: relative;
  }
  #neko_bank-container .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  #neko_bank-container .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
    border-bottom: 1px solid #DAA520;
  }
}
#neko_bank-container .boda-top {
    border-top: 3px solid #DAA520;
}
#neko_bank-container #neko_bank-footer {
    background: #fff;
    color: #666;
    height: auto;
    min-height: 250px;
    margin: 0;
    padding: 5%;
    border: 2px solid #DAA520;
}
#neko_bank-container #neko_bank-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 100%;
}
#neko_bank-container #neko_bank-footer ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 100%;
}
#neko_bank-footer .neko_bank-logo {
  width: 100%;
  margin: 0 auto;
  padding: 1%;
  text-align: center;
  right: 0;
  left: 0;
  top: 0;
  line-height: 100%;
  pointer-events: none;
}
#neko_bank-footer .neko_bank-logo img {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  height: auto;
  max-width: 150px;
}
#neko_bank-footer .neko_bank-main {
    color: #878787;
    padding: 2%;
    text-align: center;
}
#neko_bank-footer .neko_bank-main ul li a::after {
    color: #DAA520;
}
#neko_bank-footer .neko_bank-who {
    border-top: 0px;
    color: #939393;
}
#neko_bank-footer .neko_bank-legal {
    color: #878787;
}
#neko_bank-footer .neko_bank-legal a {
    color: #878787;
    letter-spacing: -1px;
}


/* ============================================================
MATCHACOINS NOTIFs
============================================================ */
.notice-wrap {
    position: fixed;
    top: 100px !important;
    right: 15px !important;
    z-index: 9999;
    opacity: 1 !important;
    
}
.notice-item-wrapper {
    background-color: #ff0000 !important;
    border-radius: 10px !important;
    margin: 0 0 20px 0 !important;
    opacity: 0.88 !important;
}
.notice-item {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    margin: 0 !important;
    padding: 15px !important;
    font-size: 12px;
    background-color: transparent !important;
    color: #fff !important;
    line-height: 100% !important;
}
.notice-item-close {
    display: block;
    float: right !important;
    width: 50px !important;
    height: 25px !important;
    line-height: 25px !important;
    font-size: 50px !important;
    font-weight: 900;
    text-align: right !important;
    cursor: pointer;
    
}
.notice-item p {
    display: block;
    float: left !important;
    margin: 0;
    padding: 0;
    line-height: 100% !important;
}
.notice-item h1 {
    margin: 0 !important;
    padding: 0;
    text-align: left;
    text-transform: uppercase !important;
    line-height: 100% !important;
}