/*body {background: url(https://cdn.shopify.com/s/files/1/0242/0339/t/2/assets/bg-03.jpg?341); background-repeat:no-repeat; background-size:cover;}*/
.header__body {height:150px;}
.header__logo img, .header__logo svg {width:70%!important}
.main-nav__list li {
	/*border-left: 1px solid #525050;
    border-right: 1px solid #525050;*/
	}
.main-nav__link {line-height:240px;}
.main-nav__link-arrow {margin-top: 100%; fill:#ff4c79;}
.header {background-color: #4c7179;}
.main-nav__link {font-size:20px;}
.wishlist__table {background-color:#fff;}
.login-name {font-size:15px}
.product-code {font-size:14px; color:#ff4c79;}
.product-altcode {font-size:12px; color:#b7b7b7;}
.product-material {font-size:12px; color:#b7b7b7;}
.products-view__options {margin: -7px;
margin-bottom: 14px;}
.widget {
    margin-top: -7px;}
.cart__table {
    width: 100%;
    font-size: 12px;
}
.main-nav__link-arrow {margin-bottom:32px;}

@media print {
   .site__header {display:none;}
   .site__footer {display:none;}
}



@media (max-width: 768px) {
.header__logo img, .header__logo svg {width:50%!important}
.header__body {
    height: 100px;
}
.header__logo {
    padding: 0 20px!important;
}
h1.decor-header {
    font-size: 26px!important;
	}
.btnicon {
    height: 100px!important;
	font-size:1em!important;
	}
}


@media (min-width: 768px) {
.cart__column {
    padding: 5px;
}
.table-responsive {
    display: table;
	}

}

@media only screen and (min-width: 600px) {
.header__logo a { font-size:24px;font-weight:bold;}
.header__logo a:after {
    content: '';
    display: block;
    height: 2px;
    background-color: #ff4c79;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
}
@media only screen and (min-width: 450px){
.header__logo a {font-size:18px; font-weight:bold;}
.header__logo a:after {
    content: '';
    display: block;
    height: 2px;
    background-color: #ff4c79;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
}


