@media screen and (max-width: 767px) { 
    .logo .logo-lm {
        display:none !important;
    }
    .logo .logo-ls {
        display:inherit !important;
    }
}

.logo .logo-lm {
    display:inherit;
}

.logo .logo-ls {
    display:none;
}

@media screen and (max-width: 767px) {
    .top-customer-links .support {
        display: none !important;
    }
}

/* home page products list design */

.umi-list-pro>.block-new-products>.block-title strong {
    display: none;
}

li.product-item {
    width: 24%;
    padding: 10px;
    height: auto;
    margin-bottom: 1vw;
    border-right: 1vw solid #fff;	
}

@media screen and (max-width: 1150px) { 
    .product-item-actions button.action.tocart.primary {
        padding: 0 7%;
        float: right;
        width: 100%;
    }
    a.action.primary.transparent.small {
        float: left;
        padding: 0 7%;
        width: 100%;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 1000px) { 
    li.product-item {
        width: 47%;
    }
}

@media screen and (max-width: 375px){
    li.product-item {
        width: 90%;
    }
}




ol.product-items.widget-new-list li {
    float: left;
}

strong.product-item-name a {
    display: block;
    hyphens: auto;
    word-wrap: break-word;
    font-size: 19px;
    text-transform: none;
    text-decoration: none;
    transition: color .2s;
    overflow: hidden;
    font-weight: 100;
}
strong.product-item-name a {
    margin: 15px 0 !important;
    float: left;
}

.price-including-tax>.price {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    font-size: 1.5rem;
    font-family: 'HelveticaNeue';
    white-space: nowrap;
    line-height: 20px;
}

.price-excluding-tax>.price {
    display: none;
}

button.action.tocart.primary {
    background: #03c395 !important;
    border: none;
    border: 1px solid #03c395!important;
}

.actions-secondary {
    display: none;
}



a.action.primary.transparent.small {
    float: left;
   padding: 0 7%;
}

.action.primary {
    line-height: 36px !important;
    font-size: 13px !important;
}

.product-item-actions button.action.tocart.primary {
    padding: 0 7%;
    float: right;
}

.action.primary {
    padding: 0px 22px;
}

.price-wrapper >.price {
    font-size: 1.5rem;
    font-family: 'HelveticaNeue';
    white-space: nowrap;
    line-height: 20px;
    margin-bottom: 20px;
    float: left;
}

.desc>.product-item-description {
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
   
    width: auto !important;
}


strong.product-item-name {
    height: 83px;
    float: left;
}
strong.product-item-name a {
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: auto!important;
}


.block.widget.block-new-products.list>.block-title {
    display: none;
}

.products-list .product-item .product-item-info .product-item-details .price-box.price-final_price .price-wrapper:after {
    content: " (税、送料込)";
    font-size: 1.3rem;
    margin-left: 3px;
}

.products-list .product-item .product-item-info .product-item-details .price-box.price-final_price .old-price .price-wrapper:after {
    content: "";
}

.products-list .product-item .product-item-info .product-item-details .price-box.price-final_price .special-price .price-label {
    display: none;
}

.products-list .product-item .product-item-info .product-item-details .price-box.price-final_price {
    flex-direction: column !important;
}

.products-list .product-item .product-item-info .product-item-details .price-box.price-final_price .old-price .price-wrapper>.price {
    margin-bottom: 5px;
}

/* home page products list design End*/


/* Header logo menu search*/

nav.navigation {
    flex: inherit !important;
}

.block-search {
    margin-top: 8px;
}
@media screen and (max-width: 768px) { 
    .block-search {
        display: none;
    }
}

@media screen and (min-width: 768px){
    .page-wrapper>.page-header {
        top: 0px !important;
    }
    .page-header>.panel.wrapper {
        display: none !important;  
    }
}

/* Header logo menu search End*/

/* Product Page*/

.product-info-main .page-title-wrapper.product .page-title .base {
    text-transform: none;
}

.product-info-wrap .product-info-inner .product-info-main .product-info-price .price-box.price-final_price .price-wrapper:after {
    content: "(税、送料込)";
    font-size: 2.6rem;
    margin-left: 5px;
}

.product-info-wrap .product-info-inner .product-info-main .product-info-price .price-box.price-final_price .old-price .price-wrapper:after {
    content: "";
}

.product-info-wrap .product-info-inner .product-info-main .product-info-price .price-box.price-final_price .special-price .price-label {
    display: none;
}

.product-info-wrap .product-info-inner .product-info-main .product-info-price .price-box.price-final_price {
    flex-direction: column !important;
}

@media screen and (max-width: 767px){
    .product-info-wrap .product-info-inner .product-info-main .product-info-price .price-box.price-final_price .price-wrapper:after {
        font-size: 2.2rem;
    }
}

.product.media .pre-order {
    display: none;
}

@media screen and (min-width: 768px) {
    .product-info-main {
        padding-left: 15px;
    }
}

.data.item.content p {
    font-size: 14px;
}
.data.item.content li {
    font-family: 'HelveticaNeue';
    font-size: 14px;
}
.data.item.content .brand {
    font-family: 'HelveticaNeue';
    font-size: 14px;
}

.overlay .dimensions-weight .content p {
    font-size: 14px;
}

.overlay .dimensions-weight .content li {
    font-family: 'HelveticaNeue';
    font-size: 14px;
}

/* Product Page tabs  work*/

ul.tabs-navigation.ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all li {
    display: inline;
    float: left;
    padding: 20px 0 20px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    width: 37.3333%;
    line-height: 0px;
    margin-left: -16%;
    border-bottom: solid #212121;
}

ul.tabs-navigation.ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all li.ui-tabs-active {
    border-bottom: solid 4px #212121 !important;
}

@supports (-moz-appearance:none) {
    ul.tabs-navigation.ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all li {
        width:48%;
    }
}

.tabs-content {
    float: left;
    clear: both;
}

ul.tabs-navigation.ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all li a {
    text-decoration: none !important;
}

/*
ul.tabs-navigation.ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all li a:hover {
    border-bottom: 4px solid;   
    padding-bottom: 7px;
}
*/

ul.tabs-navigation.ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all {
    width: 100%;
    float: left;

}

/*
ul.tabs-navigation.ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all li a:active {
    border-bottom: 4px solid;
    padding-bottom: 7px;
}
*/

ul.tabs-navigation.ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all {
    margin-left: 4%;
    /* border-bottom: 1px solid; */
    margin-bottom: 16px !important;
}


@media screen and (max-width: 768px) { 
    ul.tabs-navigation.ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all {
        width: 100%;
        float: left;
        margin-left: 3%;
    }
}


@media screen and (max-width: 382px) { 
    ul.tabs-navigation.ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all li {
        font-size: 13px;
    }
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(255 255 255 / 100%);  
    visibility: hidden;
    opacity: 0;
    z-index: 1000;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    margin: 9px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 30%;
    position: relative;
    width: 80%;
}

.popup h2 {
    margin-top: 0;
    color: #333;
    /* font-family: Tahoma, Arial, sans-serif;*/
}
.popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}
.popup .close:hover {
    color: #06D85F;
}
.popup .content {
    max-height: 30%;
    overflow: auto;
}

@media screen and (max-width: 700px){  
    .popup{
        width: 100%;
    }
}

.close-wrap.close {
    height: 40px;
    text-align: center;
    border-bottom: 1px solid #f2f3f5;
}

a.close-popup {
    background: #212121;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    line-height: 40px;
    padding: 0 35px;
    font-family: 'TradeGothic','Helvetica Neue',Helvetica,Arial,sans-serif;
    cursor: pointer;
}

a.close.close-popup:hover {
    text-decoration: none;
}

div#popup1 {
    overflow: scroll;
    /* overflow-y: hidden; */
    -ms-overflow-style: none;
    scrollbar-width: none;
}

div#popup1::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}

.dimensions-weight>.title {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.dimensions-weight>.title>img {
    max-width: 39px;
    margin-right: 20px;
}

.dimensions-weight>.content>ul {
    list-style-type: disc;
    padding-left: 0;
}

.dimensions-weight>.content>ul>li {
    margin: 0 0 10px 30px;
}

.popup>.content>.container>ul {
    list-style: none;
}

.popup>.content>ul {
    list-style: none;
}


.catalog-product-view .totop {  
    display: none;
}

/* Product Page tabs  work*/


/* footer css */

@media screen and (min-width:768px) {
    .footer.content {
        grid-template-columns: 73% 27% !important;
    }
}

@media screen and (max-width:768px) {
    .footer .newsletter label {
        font-size: 13px;
    }
}

.copy-links .a:before {
    content: "|";
    margin: 0 1em;
}
.copy-links a {
    color: #fff;
	font-size: 12px;
}
.copy-links {
    margin-top: 40px !important;
	    width: 95%;
}
@media screen and (max-width:1125px){
    .copy-links {
    }
}
	
.copy-wrap {
    display: none !important;
}
/* footer css end*/

/* Home page video banner */
header.page-header {
    position: fixed;
    width: 100%;
}

.page-wrapper {
    margin-top: 56px;
}
/* Home page video banner end */
