@import url('../../components/material-design-iconic-font/css/material-design-iconic-font.css');
@import "vtimeline.css";
@import "spacing.css";

/*
bootstrap 4
 */

.img-fit {
    width: 100%;
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-flex-wrap {
    flex-wrap: wrap;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

/*
End
 */


.item-image {
    display: block;
    overflow: hidden;
    position: relative;
}

.item-image .placeholder {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100%;
    display: block;
}

.item-image .placeholder .bg {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.item-image .placeholder .bg.contain {
    background-size: contain;
}


.btn-secondary {
    background: #FD5639;
    color: #fff;
    border: 1px solid #FD5639;
}

.btn-secondary:active,
.btn-secondary:visited,
.btn-secondary:focus,
.btn-secondary:hover {
    background: #e64f37;
    color: #fff !important;
}

#loader-wrapper {
    display: none !important;
}


.main-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.topbar .main-header .top-right {
    width: auto;
}

.rakuten-box {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 10px;
}

.rakuten-box .heading {
    color: #000;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
    padding-left: 20px;
    position: relative;
    margin: 0 0 10px 0px;
    display: inline-block;
}

.rakuten-box .heading:before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    background: #FD5639;
    border-radius: 100%;
    width: 14px;
    height: 14px;
    vertical-align: middle;
}

.rakuten-box > .row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.rakuten-box > .row.row-border > div:last-child {
    border-left: 1px solid rgb(238, 238, 238);
}

@media (max-width: 767px) {
    .rakuten-box > .row > div:last-child {
        border-left: none;
    }
}

.rakuten-box .rakuten-main-image img {
    max-width: 100%;
}

.rakuten-thumbnail {
    margin: 10px 0 0 0;
}

.rakuten-thumbnail .item {
    cursor: pointer;
}

.rakuten-box .breadcrumb {
    display: flex;
    align-items: center;
    background-color: transparent;
    padding: 0;
    margin-bottom: 10px;
}

.rakuten-box .breadcrumb a {
    display: block;
    position: relative;
    padding: 0 10px;
    color: #878787;
    font-size: 12px;
    text-decoration: none;
    font-weight: 400;
}

.rakuten-box .breadcrumb a:first-child {
    padding-left: 0;
}

.rakuten-box .breadcrumb a:last-child {
    padding-right: 0;
}

.rakuten-box .breadcrumb a:after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
}

.rakuten-box .breadcrumb a:last-child:after {
    display: none;
}

.rakuten-box .list-item .item {
    width: 100%;
}

.rakuten-header {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.rakuten-header .title {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;

}

.rakuten-product-meta {
    padding: 0;
    line-height: 1.2;
}

.rakuten-product-meta > .row {
    display: flex;
    margin: 0 0 10px 0;
    align-items: center;
}

.rakuten-product-meta > .row > div {
    flex: 1 1 auto;
    padding: 0;
}

.rakuten-product-meta > .row .prefix {
    margin-left: 10px;
    flex: 1 1 auto;
}

.rakuten-product-meta > .row > div:first-child {
    flex: 0 0 auto;
    width: 100px;
}

.rakuten-product-meta .price {
    display: flex;
    align-items: flex-end;
}

.rakuten-product-meta .quantity {
    max-width: 100px;
}

.rakuten-product-meta .quantity input {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.rakuten-product-meta .price .new-currency {
    font-size: 26px;
    font-weight: 700;
    color: #f60;
    padding-right: 10px;
}

.rakuten-product-meta .price .old-currency {
    font-size: 16px;
    color: #555;
    font-weight: 600;
    margin-bottom: 3px;
}

.rakuten-product-meta .rating {
    display: flex;
    align-items: center;
}

.rakuten-product-meta .rating .score {
    padding-left: 10px;
}

.rakuten-product-meta .rating i {
    color: #e9ab10;
    font-size: 16px;
}

.rakuten-product-meta .product-options label {
    margin-bottom: 5px;
}

.item--images {
    display: block;
    overflow: hidden;
    position: relative;
}

.item--images .placeholder {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100%;
    display: block;
}

.item--images .placeholder .bg {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.owl-with-nav .owl-nav > * {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

}

.owl-with-nav.owl-carousel .owl-nav button.owl-next, .owl-with-nav.owl-carousel .owl-nav button.owl-prev {
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff !important;
    padding: 5px 5px !important;
    font-size: 18px;
}

.owl-with-nav .owl-nav .owl-prev {
    left: 0px;
}

.owl-with-nav .owl-nav .owl-next {
    right: 0px;
}

.rakuten-rule {
    background-color: #fafafa;
    border-top: 1px solid #eee;
    padding: 30px;
    margin-left: -15px;
    margin-right: -10px;
    font-weight: 400;
}

.rakuten-items {
    padding: 0 15px;
}

.rakuten-items > .row {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;

}

.row-sm {
    margin-right: -10px;
    margin-right: -10px;
}

.row-sm > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

.rakuten-items .item {
    margin-bottom: 10px;
}

.rakuten-items .item .image {
    width: 90%;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-bottom: 8px;
}

.rakuten-items .item .image img {
    text-align: center;
    max-width: 100%;
}

.rakuten-items .item .title {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
    max-height: 45px;
    height: 45px;
    overflow: hidden;
    margin-bottom: 5px;
}

.rakuten-items .item .price {
    color: #dd2700;
    font-size: 18px;
    font-weight: 600;
    text-align: right;
}

.rakuten-items .item .price span {
    color: #000;
}

.rakuten-items .item .btn-sniper {
    width: 100%;
    font-size: 12px;
    margin: 8px 0 0 0;
    padding-top: 8px;
    padding-bottom: 8px;
}

.rakuten-items .item .price .sub {
    font-size: 12px;
    font-weight: 400;
    color: #888;
    padding-left: 5px;
    line-height: 1;
    padding-bottom: 2px;
    text-decoration: line-through;
}

.rakuten-tabs .nav-tabs > li > a {
    border-radius: 0;
    color: #959595;
    font-weight: 500;
}

.rakuten-tabs .nav-tabs {
    border-bottom: 1px solid rgb(238, 238, 238);
}

.rakuten-tabs .nav-tabs > li.active > a, .rakuten-tabs .nav-tabs > li.active > a:hover, .rakuten-tabs .nav-tabs > li.active > a:focus {
    border: 1px solid rgb(238, 238, 238);
    border-bottom-color: transparent;
}

.rakuten-tabs .tab-content {
    padding: 15px;
}

.new-search-box {
    display: flex;
}

.new-search-box .input-group {
    flex: 1 1 auto;
}

.new-search-box .input-group .btn,
.new-search-box .input-group input {
    height: 40px;
}

.new-search-box .input-group .input-group-btn.second button {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-right: -2px;
    margin-left: -2px;
}

.new-search-box .input-group-btn:first-child > .btn, .new-search-box .input-group-btn:first-child > .btn-group {
    margin-right: -2px;
}

.new-search-box .shopping-cart-icon {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 10px;
    padding: 0 0 0 5px;
    position: relative;
    text-decoration: none !important;
    position: relative;
}

.new-search-box .shopping-cart-icon .cart-count {
    position: absolute;
    width: auto;
    min-width: 20px;
    height: 20px;
    background-color: #ee1e2d;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif;
    top: 0;
    right: 0;
    transform: translate(40%, -30%);
}

.new-search-box .shopping-cart-icon i {
    color: #fff;
    font-size: 28px;
}

.nav-top .search-box .search {
    width: 100%;
}

.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

.cart_status_icon {
    font-size: 90px;
    text-align: center;
    margin: 0 0 15px 0;
}

.cart_status_icon .error {
    color: #ee162d;
}

.cart_status_icon .success {
    color: #FD5639;
}

.modal-custom .modal-content {
    border-radius: 0;
}

.modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 18px;
    cursor: pointer;
    z-index: 1000;
}

.modal .form-group label {
    margin-bottom: 8px;
    font-weight: bold;
}


.table-custom th {
    font-weight: 600;
}

.rakuten--tab {
    display: flex;
    align-items: center;
    margin: 15px 0 0 0;
    border-bottom: 2px solid #000;
}

.rakuten--tab a:visited,
.rakuten--tab a:focus,
.rakuten--tab a {
    padding: 8px 8px;
    background-color: #e6e6e6;
    margin-right: 2px;
    font-size: 12px;
    color: #222;
    text-decoration: none;
}

.rakuten--tab a:hover,
.rakuten--tab a.active {
    background-color: #000;
    color: #fff;
    text-decoration: none;
}

.rakuten--tab-content {
    margin: 5px 0;

}

.rakuten--tab-content .tab-item {
    background-color: #fff;
    border: 1px solid #d3d3d3;
    box-shadow: 0px 4px 12px -6px rgba(0, 0, 0, 0.29);
    -webkit-box-shadow: 0px 4px 12px -6px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 0px 4px 12px -6px rgba(0, 0, 0, 0.29);
    margin-bottom: 10px;
}

.rakuten--tab-content .tab-header {

    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.rakuten--tab-content .tab-header .collapse-icon.collapsed i {
    font-family: 'FontAwesome';
}

.rakuten--tab-content .tab-header .collapse-icon.collapsed i:before {
    content: "\f107";
}

.rakuten--tab-content .tab-header .collapse-icon i:before {
    content: "\f106";
}

.rakuten--tab-content .tab-header .collapse-icon {
    margin-right: 10px;
    font-size: 22px;
    cursor: pointer;
}

.rakuten--tab-content .tab-header .icon {
    background-color: #000;
    color: rgb(229, 205, 6);
    padding: 10px 15px;
    font-size: 20px;
    margin-right: 10px;
}

.rakuten--tab-content .tab-header > * {
    margin-right: 10px;
}

.rakuten--tab-content .tab-header .s {
    display: flex;
    align-items: center;
}

.rakuten--tab-content .tab-header > *:last-child {
    margin-right: 0;
}

.rakuten--tab-content .tab-header .info .v:first-child {
    margin-bottom: 5px;
}

.rakuten--tab-content .tab-contents {
    padding: 15px;
    background-color: #f4f3f1;
    border-top: 1px solid #d3d3d3;
}

.rakuten--tab-content .tab-contents .box {
    padding: 15px;
    background-color: #fff;
    border: 1px solid #d3d3d3;
}

.rakuten--tab-content .tab-contents .tab-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 1.3;
}

.rakuten--tab-content .tab-contents .box .box-header {
    display: flex;
    align-items: flex-start;
}

.rakuten--tab-content .tab-contents .product-image {
    width: 150px;
    border: 5px solid #d3d3d3;
}

.rakuten--tab-content .tab-contents .box .box-header > * {

}

.rakuten--tab-content .tab-contents .box .box-header > *:last-child {
    flex-grow: 2;
    display: flex;
    justify-content: flex-end;
}

.rakuten--tab-content .tab-contents .product-content h3 {
    font-size: 18px;
    text-decoration: underline;
    margin-bottom: 15px;
}

.rakuten--tab-content .tab-contents .product-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.rakuten--tab-content .tab-contents .product-content ul li {
    display: block;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.rakuten--tab-content .tab-contents .product-content ul li > :first-child {
    flex: 0 0 auto;
    width: 160px;
    font-weight: bold;
}

.rakuten--tab-content .tab-contents .product-content ul li > :last-child {
    flex: 1 1 auto;
}

.rakuten--tab-content .tab-contents .product-content ul li .v {
    font-size: 22px;
}

.rakuten-box-content h2 {
    word-wrap: break-word;
    text-align: center;
    padding: 50px 0;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 500;
}

.rakuten-box-content h3 {
    font-size: 14px;
    font-weight: 500;
    text-decoration: none !important;
}

.rakuten-box-content a:hover {
    text-decoration: none;
}


.rakuten-action i {
    font-size: 22px;
}

.rakuten-action .active i:before {
    content: '\f004' !important;
}

.rakuten-action .active {
    color: #FD5639;
}

.rakuten-action .product-favorite {
    cursor: pointer;
}

.rakuten--menu {
    padding: 8px 0;
    margin-bottom: 0px;
    position: relative;
    background-color: #fb5c04;
    border-bottom: 1px solid rgba(177, 177, 177, .2);
}

.rakuten--menu .container-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rakuten--menu .container-menu .label-item {
    flex: 0 0 auto;
    color: #fff;
}

.rakuten--menu .container-menu .label-item a {
    color: #fff;
}

.rakuten--menu .container-menu .main-menu {
    flex: 1 1 auto;
    margin: 0 15px;
    width: 75%;
}

.rakuten--menu .container-menu .owl-carousel .owl-stage-outer {
    height: 20px;
}

.rakuten--menu .item {

}

.rakuten--menu .item a {
    text-align: center;
    display: block;
    color: #fff;
    max-height: 20px;
    padding: 0 8px;
    line-height: 1.6;
    overflow: hidden;
    font-weight: 500;
}

.rakuten--menu [class~='active']:last-of-type { /* But doesn't work for class selectors. See below. */

}

.rakuten--menu .owl-nav > * {
    position: absolute;
    top: 50%;
    height: 100%;

}

.rakuten--menu .owl-nav > * i {
    font-size: 22px;
    color: #fff;
}

.rakuten--menu .owl-nav > .owl-prev {
    left: 0;
    transform: translate(-100%, -60%);
}

.rakuten--menu .owl-nav > .owl-next {
    right: 0;
    transform: translate(100%, -60%);
}

.input-group .easy-autocomplete {
    width: auto !important;
}

.easy-autocomplete input {
    border-radius: 0 !important;
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
}

.easy-autocomplete-container ul {
    position: absolute;
    width: 100%;
    top: 40px;
}

.page-heading {
    border-bottom: 1px solid #eee;
    padding: 0px 0 10px;
    margin-bottom: 15px;
}

.bold_active a:hover {
    color: #fff !important;
}


.rakuten_detail_iframe {
    width: 100% !important;
    height: 600px !important;
    overflow-x: scroll;
    border: solid 1px #ebebeb;
    border-top: none;
    margin-top: -15px;
    margin-left: -15px;
    margin-right: -15px;
}

.cetagory div.list ul li a.btn i {
    /*float: none;*/
    /*color: #fff;*/
}

.navi_back_menu {
    border: 1px dashed #ddd;
}

.navi_back_menu li a {
    display: flex !important;
}

.navi_back_menu li a i {
    float: none !important;
    display: inline-block !important;
    margin-right: 5px;
    margin-top: 1px !important;
}

.navi_back_menu li:nth-child(2) a {
    /*padding-left: 0px !important;*/
}

.navi_back_menu li:nth-child(3) a {
    /*padding-left: 40px !important;*/
}

.navi_back_menu .btn {
    color: #fff !important;
    justify-content: center;
    text-align: center;
    display: flex;
    align-items: center;
}

.navi_back_menu .btn i {
    color: #fff !important;
}

.cetagory div.list ul li.active > a {
    background-color: #FD5639 !important;
    color: #fff !important;
}


.top-main-menu li {
    position: relative;
}

.top-main-menu li:hover ul {
    display: block;
}


.top-main-menu li ul {
    position: absolute;
    min-width: 200px;
    top: 15px;
    left: 0;
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.13);
    box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.13);
    padding: 10px;
    z-index: 100;
    display: none;
}

.top-main-menu li ul li {
    display: block;
    float: none !important;
    border-right: none !important;
    border-bottom: 1px solid #e6e6e6;
    padding: 5px 10px !important;
}

.top-main-menu li ul li:last-child {
    border-bottom: none !important;
}

body {
    top: 0 !important;
}

.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

#google_translate_element {
    display: none;
}

.myPopup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000001;
}

.myPopup .popup-content {
    width: 100%;
    max-width: 1100px;
    position: relative;
    z-index: 1000002;
}

.myPopup .popup-content .close {
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 1;
    color: #fff;
}

.myPopup .popup-content img {
    width: 100%;
}

@media (max-width: 1200px) {
    .myPopup .popup-content {
        width: 90%;
    }

    .myPopup .popup-content .close {
        font-size: 32px;
    }
}

.category-list .list-group-item {
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top: 1px solid #ddd !important;
    margin-bottom: 0;
}
.category-list a{
    color: #333;
}
.subsub ul {
    margin: 0 15px;
}

.subsub ul li{
    margin-top: 10px;
}

.fril-list-item.list-item .item{
    height: auto;
}

.product-short .product-bids .bids .bids-top .bid-approve ul.detail-right li dl {
    display: flex;
    align-items: flex-start;
}

.product-short .product-bids .bids .bids-top .bid-approve ul li dl dt {
    width: 144px !important;
    flex: 0 0 auto;
}

.product-short .product-bids .bids .bids-top .bid-approve ul li dl dd{
    flex: 1 1 auto;
}


.popup-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-modal .pcontent{
    width: 680px;
    height: auto;
    max-width: 90%;
    background-color: #fff;
}
