@charset "UTF-8";
/* OLD CYAN #00A8FF */
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    outline: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}
.CmsPageStyle_Table {
    table-layout: fixed;
    width: 100%;
    height: auto !important;
    
}

.CmsPageStyle {
    padding: 0 !important;
}
.hide, .moreInfoWrapper {
    display: none;
}

body, html {
    margin: 0;
}
body {
    background-color: #dfdfdf;
}
body, .headline, td.VariantGroupLabel {
	font-weight: normal;
    font-family: 'Arial', sans-serif;
    color: #000000;
    padding: 0;
    margin: 0;
    font-size: 13px;
}
.textWrapper h3, .textWrapper h4, .textWrapper h5, #categorySeoText h3, #categorySeoText h4, #categorySeoText h5, .SEOText h3, .SEOText h4, .SEOText h5, .CategoryDescription h3, .CategoryDescription h4, .CategoryDescription h5 {
    font-size: 1.1667em;
    margin: 15px 0 5px 0;
}
input[type="submit"], button, .button {
    background-color: #73d841;
    color: #FFF;
    text-transform: uppercase;
    border: none;
    border-radius: 2px;
    font-weight: bold;
    padding: 10px 20px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: center;
    text-decoration: none;
    position: relative;
}
input[type="submit"].loading,
button.loading,
.button.loading,
.product .buy input[type="submit"].loading {
    cursor: progress;
    opacity: .6;
}
button.expanded, .button.expanded {
    background-color: rgba(0,0,0,1.00);
    color: rgba(255,255,255,1.00);
    border-color: rgba(0,0,0,1.00);
}
input[type="checkbox"]:checked, input[type="radio"]:checked, .typeselect > div.active:before {
    background-color: #73d841;
    border-color: #73d841;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMi41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hlY2siPjxwb2x5bGluZSBwb2ludHM9IjIwIDYgOSAxNyA0IDEyIj48L3BvbHlsaW5lPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-size: 12px auto;
    background-position: 50% 50%;
}
input[type="checkbox"], input[type="radio"], .typeselect > div:before {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    margin: 0;
    outline: none;
    cursor: pointer;
    background-color: rgba(255,255,255,1.00);
    border: solid 1px rgba(198,198,198,1.00);
}
input[type="radio"] {
    border-radius: 50%;
}
.button.light {
    background-color: #636363;
    border-color: #636363;
}
.button.blue {
    background-color: #00A8FF;
    color: #FFF;
    border-color: #00A8FF;
}
.placeholder:empty {
    background-image: url("/images/skins/Bewise/images/loader.gif");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto 35px;
}

h1, h2, .headline, table#forhandlerlogin h1, .Heading_B2Blogin {
    margin: 0 0 20px 0;
    font-size: 20px;
    text-transform: uppercase;
    display: block;
}
table#forhandlerlogin h1 {
	padding: 0;
}
h1:empty {
    display: none;
}
h3 {
    text-transform: uppercase;
}
img {
	border: 0;
    max-width: 100%;
    display: block;
}
a {
    color: #000;
    outline: none;
}
hr {
    border: none;
    height: 1px;
    margin: 15px 0;
    background-color: #eee
}
.orange {
    color: #ff6600;
}
select {
    padding-right: 30px;
    background-image: url("/images/skins/Bewise/images/arrow-down-black.svg");
    background-repeat: no-repeat;
    background-size: 10px auto;
    background-position: calc(100% - 10px) 50%;
    border: 1px solid #ddd;
    border-radius: 2px;
    -webkit-appearance: none;
    background-color: #FFF;
    padding: 0px 30px 0px 15px;
    height: 34px;
    outline: none;
    cursor: pointer;
    color: rgba(0,0,0,1.00);
}
input[type="text"], input[type="tel"], input[type="password"], input[type="email"], input[type="number"] {
    border: 1px solid #ddd;
    border-radius: 2px;
    -webkit-appearance: none;
    background-color: #FFF;
    padding: 0px 15px;
    height: 35px;
    outline: none;
    color: rgba(0,0,0,1.00);
}
input[type="number"] {
    padding: 0 5px;
    text-align: center;
    -moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
*::-webkit-input-placeholder {
    color:rgba(0,0,0,1.00);
}
*:-moz-placeholder {
    color:rgba(0,0,0,1.00);
    opacity: 1;
}
*::-moz-placeholder {
    color:rgba(0,0,0,1.00);
    opacity: 1;
}
*:-ms-input-placeholder {
    color:rgba(0,0,0,1.00);
}
*::-ms-input-placeholder {
    color:rgba(0,0,0,1.00);
}
*::placeholder {
    color:rgba(0,0,0,1.00);
}
.cyan-bg {
    background-color: #00A8FF;
    color: #FFF;
}
.highlight {
    background-color: #000000;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    padding: 6px 0;
    position: sticky;
    top: 0;
    z-index: 50;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 29px;
    line-height: 1;
}
.highlight.customcontent {
    background-color: #333;
	display: block;
}
.highlight a {
    text-decoration: underline;
    color: #00a8ff;
}
.highlight .shippingday,
.highlight strong {
    color: #00A8FF;
}
.highlight .buybefore {
    margin-right: 15px;
	white-space: nowrap;
}
.highlight .shippingtime {
    display: inline-flex;
}
.highlight .shippingtime > span {
    flex: none;
    border: solid 1px rgba(255,255,255,1.00);
    margin: 0 2px;
    padding: 0 4px;
}
.wrapper {
    width: 1470px;
    max-width: 96%;
    margin: 0 auto;
}
.top {
    display: flex;
    align-items: center;
	justify-content: flex-end;
    padding: 10px 0;
    position: relative;
    z-index: 45;
    min-height: 35px;
}
.top > * {
	flex: none;
}
.top > .b2bgreeting {
	flex: auto
}
.top-nav {
    display: flex;
    border-right: 1px solid #c4c4c4;
    margin-right: 10px;
}
.top-nav a {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
    padding: 0 10px;
    text-decoration: none;
}
.language {
    position: relative;
}
.language > div {
    display: none;
    z-index: 9;
}
.language > a {
    display: flex;
    align-items: center;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    padding-left: 10px;
}
.language > a:before {
    content: "";
    width: 0; 
    height: 0;
    border: 3px solid transparent;
    border-top-color: rgba(0,0,0,1.00);
    border-bottom: none;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.language > a > img {
    margin-left: 5px;
}
.language > div > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2px 0;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}
.language > div > a > img {
    margin-left: 5px;
    max-width: inherit;
}
.padding {
    padding: 30px;
}
header {
    background-color: #000000;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 20px;
    position: relative;
    z-index: 17;
}
header > div {
    display: flex;
}

.logo {
    flex: none;
    align-self: center;
}
.logo img {
    height: auto;
    display: block;
}

.header-center {
    flex: auto;
    display: flex;
    justify-content: flex-end;
    padding: 0 20px;
    align-items: center;
}
.checkoutshortcuts {
    display: none;
    flex: auto;
    justify-content: flex-end;
    align-items: center;
    font-weight: bold;
}
.checkoutshortcuts > :not(:last-child) {
    margin-right: 40px;
}
.checkoutshortcuts,
.checkoutshortcuts a {
    color: rgba(255,255,255,1.00);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
}
.headerbox {
    color: #FFF;
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    align-items: center;
    text-decoration: none;
}
.headerbox img {
    margin-bottom: 4px;
}
.headerbox > small {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}
.headerbox.clubtrendy.loggedin.active + .clubtrendy,
.headerbox.clubtrendy.loggedin:not(.active) {
    display: none;
}

h1 .itemsloaded {
    display: none;
}

.specialmessage {
	display: flex;
	align-items: center;
	position: absolute;
	right: 20px;
	top: 73px;
	text-decoration: none;
	color: rgba(255,249,249,1.00);
	font-size: 10px;
	line-height: 1;
}
.specialmessage img {
	margin: 0 5px 0 0;
}
.specialmessage strong {
	color: #ff6600;
	padding-right: 3px;
}

body.webshop-showbasket .specialmessage,
body[class*="webshop-orderstep"] .specialmessage {
	display: none;
}

/* MINIBASKET */
header .basket {
    display: flex;
    align-items: center;
    color: #FFF;
    border-radius: 2px;
    position: relative;
    text-transform: uppercase;
    flex: none;
    text-decoration: none;
}
.showbasket-content {
    border-radius: 2px;
    padding: 6px 20px;
    display: flex;
    height: 100%;
    align-items: center;
}
.showbasket-content .basketflex {
    display: flex;
    flex-direction: column;
}
.showbasket-content > img {
    margin-right: 10px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: contain;
    padding: 6px;
    object-position: 50% 50%;
    border: solid 2px rgba(255,255,255,1.00);
}
.showbasket-content .basketflex > span {
    text-transform: uppercase;
}
.showbasket-content .basketflex > span.baskettitle {
    flex: none;
    width: 100%;
    font-weight: bold;
}
.showbasket-image-arrow {
    border-radius: 2px;
    padding: 0 10px;
    height: 100%;
    background-color: #73d841;
    margin-left: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btnmenu,
.btnsearch {
    display: none;
    align-items: center;
    padding: 7px 15px;
    border-radius: 3px;
    margin-left: 10px;
    background: rgb(204,204,204);
    background: linear-gradient(0deg, rgba(204,204,204,1) 0%, rgba(255,255,255,1) 100%);
}
.btnmenu img,
.btnsearch img {
    width: 18px;
    height: auto;
    max-width: none;
}

/* PRODUCTMENU */
nav {
    margin-top: 20px;
}
nav > ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0 -5px;
}
nav > ul > li {
    flex: auto;
    margin: 0 5px;
    display: flex;
    position: relative;
    z-index: 2;
}
nav > ul > li > a {
    background-color: #FFF;
    border-radius: 2px;
    padding: 7px 10px;
    text-transform: uppercase;
    flex: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    position: relative;
    text-decoration: none;
}
nav > ul > li > a > img {
    margin-right: 5px;
    display: block;
    width: 13px;
    height: 13px;
}
nav > ul > li.home {
    min-width: 35px;
}
nav > ul > li.home > a {
    padding-right: 0;
    padding-left: 0;
}
nav > ul > li.home > a > img {
    margin: 0;
    width: auto;
    height: 16px;
}
nav > ul > li.white > a {
	color: #FFF;
}
nav > ul > li.ecoline > a {
    background-color: #61a93b;
}
nav > ul > li.christmas > a {
    background-image: url(/images/skins/Bewise/images/menu-christmas-background.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #8c0000;
}
nav > ul > li.show-categories > a {
    background-color: #00A8FF;
    color: #FFF;
    text-decoration: none;
}
nav > ul > li > ul {
    display: none;
}

/* SEARCH */
.search-infobar {
    background-color: #f4f4f4;
    display: flex;
    padding: 20px;
    position: relative;
    z-index: 12;
}
.search-infobar .search {
    width: 35%;
    display: flex;
    align-items: center;
    flex: none;
}
.search-infobar .search form {
    width: 100%;
    display: flex;
    position: relative;
}
.search-infobar .search label {
    flex: auto;
}
.search-infobar .search input[type="text"] {
    width: 100%;
    height: 40px !important;
    padding: 0 20px;
    text-transform: uppercase;
    border: 1px solid #cccccc;
    border-radius: 2px 0 0 2px;
    border-right: 0;

    -moz-appearance:    textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
	
}
.search-infobar .search input[type="submit"] {
    border-radius: 0 2px 2px 0;
    background-color: #000;
    font-size: 0;
    height: 40px;
    border: none;
    width: 60px;
    padding: 0;
    flex: none;
    cursor: pointer;
    background-image: url("/images/skins/Bewise/images/icon-search-white.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto 40%;
}
form.SearchFormOrgbrand {
    position: relative;
}


.search-infobar .infobar {
    width: 65%;
    flex: none;
    display: flex;
    align-items: center;
}
.infobar-campaign {
    flex: auto;
    margin-left: 20px;
}
.infobar-campaign > a {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -1px;
    justify-content: center;
    text-decoration: none;
}
.infobar-campaign > a > span {
    flex: auto;
    text-align: right;
}
.infobar-campaign > a > small {
    background-color: #efd000;
    padding: 4px 10px;
    display: block;
    margin: 0 0 0 10px;
    flex: none;
}
.infobar-campaign img {
	width: 200px;
	height: auto;
}
.infobar-div {
    flex: none;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    padding: 0 20px;
    margin: 0 20px;
}
.infobar-div > a {
    font-weight: normal;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    padding: 4px 0;
    text-decoration: none;
    font-size: 15px;
}
.infobar-div > a > img {
    margin-right: 10px;
    height: 23px;
    width: 23px;
    object-position: 50% 50%;
    object-fit: contain;
    border: solid 1px rgba(0,0,0,1.00);
    border-radius: 50%;
    padding: 4px;
}
.infobar-div > a.orange > img {
    border-color: #ff6600;
}
.infobar-div > a > span {
    text-decoration: underline;
}
.infobar-div > a > strong {
    padding-left: 5px;
}
.infobar-emaerket {
    flex: none;
}
.infobar-emaerket a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
}
.infobar-emaerket a > span {
    text-transform: uppercase;
    font-size: 10px;
    color: #00A8FF;
}
.usp {
    padding: 0;
}
.usp:not(.slick-initialized) {
    display: flex;
}
.usp:not(.slick-initialized) > * {
    flex: none;
    width: 20%;
}
.usp:not(.slick-initialized) > :nth-child(n+6) {
    display: none;
}
.usp.slick-initialized > a:nth-child(n+6) {
    display: none;
}
.usp a {
    display: flex;
    align-items: center;
    color: #FFF;
    flex: auto;
    padding: 20px 20px;
    justify-content: center;
    text-decoration: none;
    position: relative;
    /*border-right: 1px solid rgba(255,255,255,1.00);*/

}
.usp svg polyline {
    stroke: #ffffff;
}
.usp.slick-initialized a {
    display: flex !important;
}

.usp a > img,
.usp a > svg {
    display: block;
    height: auto;
    margin-right: 10px;
}
.usp a > span {
    /*display: flex;
    flex-direction: column;
    
    */
    font-weight: bold;
    text-transform: uppercase;
}
.usp a > span > i {
    font-style: normal;
    text-transform: none;
}
.usp a > span > small {
    font-size: 9px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.usp a[aria-hidden="false"]:not(:last-of-type):after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    width: 1px;
    background-color: rgba(255,255,255,1.00);
}


/* MAIN CONTENT */
aside > .close {
    display: none;
}
.maincontainer {
    background-color: #FFF;
    display: flex;
}
.maincontainer > * {
    flex: auto;
}
.webshop-frontpage .maincontainer {
    display: flex;
}
.webshop-frontpage .maincontainer:after {
    content: "";
    clear: both;
    display: block;
}
.webshop-frontpage .maincontainer > * {

    flex: none;
}
.webshop-frontpage .maincontainer .maincontent {
    /*width: 80%;*/
    width: calc(100% - 294px);
}
.webshop-productinfo .maincontainer {
    display: block;
}
aside {
    display: none;
}

aside .headline {
    margin: 0;
    padding: 15px;
    background-color: #72a700;
    color: rgba(255,255,255,1.00);
}
.asidemenu {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.asidemenu a {
    padding: 15px;
    display: block;
    border-top: 1px solid #eee;
    text-decoration: none;
}
.asidemenu a:hover {
    background-color: #eee;
}
.asidemenu li.hidden {
    display: none;
}
aside .button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 15px 15px;
    background-color: rgba(255,255,255,1.00);
    border: 1px solid #cfcfcf;
    color: inherit;
    font-weight: normal;
    font-size: inherit;
    text-transform: none;
}
aside .button:after {
    content: "";
    background-image: url('/images/skins/Bewise/images/arrow-down-black.svg');
    background-size: 100% 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: inline-flex;
    width: 10px;
    height: 11px;
    flex: none;
    margin: 0 0 0 10px;
}
aside .filter-price-go.button:after {
    background-image: url('/images/skins/Bewise/images/icon-right-black.svg');
}
aside .button.expanded:after {
    background-image: url('/images/skins/Bewise/images/arrow-down-white.svg');
    transform: rotate(180deg);
}

#ProductMenu_List {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#ProductMenu_List > li > a > span.ProductMenu_MenuItemBold {
    font-weight: normal;
}
#ProductMenu_List > li > a {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
    position: relative;
    font-size: 11px;
    text-decoration: none;
}
#ProductMenu_List > li > a:after {
    content: url("/images/skins/Bewise/images/icon-right-black.svg");
    width: 12px;
    height: 12px;
    flex: none;
    margin: 0 0 0 20px;
}
#ProductMenu_List > li > a img {
    width: 17px;
    height: auto;
    display: block;
    margin-right: 10px;
}
#ProductMenu_List > li > a > span {
    flex: auto;
}
#ProductMenu_List > li.white > a {
	color: #FFF;
}
#ProductMenu_List > li.christmas > a {
	background-image: url("/images/skins/Bewise/images/menu-christmas-background.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #8c0000;
}
#ProductMenu_List > li.ecoline > a {
    background-color: #61a93b;
    /*justify-content: none;*/
}
#ProductMenu_List > li.white > a:after {
    content: url("/images/skins/Bewise/images/icon-right-white.svg");
}
#ProductMenu_List > li:not(.white) > a {
    background: rgb(249,249,249);
    background: linear-gradient(180deg, rgba(249,249,249,1) 0%, rgba(232,232,232,1) 48%, rgba(232,232,232,1) 100%);
}
#ProductMenu_List > li.allcategories > a {
    background: rgb(254,130,58);
    background: linear-gradient(180deg, rgba(254,130,58,1) 0%, rgba(205,82,0,1) 100%);
    color: rgba(255,255,255,1.00);
}
#ProductMenu_List > li.allcategories > a:after {
    content: url(/images/skins/Bewise/images/icon-right-white.svg);
}
#ProductMenu_List > li:not(.white) > a {
    border-bottom: 1px solid #ddd;
}
#ProductMenu_List > li ul {
    display: none;
}
#ProductMenu_List a#ActiveCategory_A {
    display: none !important;
}

/* FRONTPAGE */
#bestseller,
#footerproducts {
    padding: 25px;
}
#bestseller .headline, #footerproducts .headline, .lastviewedcontainer .headline {
    text-align: center;
}
#footerproducts ul:not(.slick-initialized) > li:nth-child(n+11) {
    display: none;
}
.fpshortcuts {
	display: flex;
	border-top: solid 1px #e0e0e0;
}
.fpshortcuts > * {
	flex: none;
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f3f3f3;
	border-bottom: solid 1px #e0e0e0;
}
.fpshortcuts > :not(:last-child) {
	border-right: solid 1px #e0e0e0;
}
.fpshortcuts img {
	height: auto;
}
.banner img {
    height: auto;
    width: 100%;
}
.trends-models {
    display: flex;
    flex-wrap: wrap;
    margin: 25px -1%;
}
.trends-models > a {
    flex: none;
    width: 18%;
    margin: 0 1% 2%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    position: relative;
    justify-content: flex-end;
    text-decoration: none;
}
.trends-models > a > img {
    margin-bottom: 20px;
    height: auto;
}
.trends-models > a > span {
    text-align: center;
}
.trends-models > a > span > strong {
    display: block;
    font-size: 18px;
    text-align: center;
}
.trends-models > a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 5;
    background: radial-gradient(ellipse at center, rgba(0,0,0,0) 54%,rgba(0,0,0,0.05) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0f000000',GradientType=1 );

}
.trends-models > span {
    flex: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.newsletter {
    display: flex;
    align-items: center;
    background-color: #f4f4f4;
    justify-content: space-between;
}
.newsletter > form {
    flex: auto;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.newsletter > form > input[type="email"] {
    flex: auto;
    border: 1px solid #ddd;
    border-radius: 2px;
    -webkit-appearance: none;
    background-color: #FFF;
    padding: 0 10px 0 50px;
    height: 40px;
    position: relative;
}
.newsletter > form:before {
    content:url('/images/skins/Bewise/images/icon-email-black.svg');
    width: 25px;
    height: 17px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.newsletter > form > input[type="submit"] {
    background-color: #000;
    color: #FFF;
    text-transform: uppercase;
    font-size: 11px;
    border: 1px solid #000;
    border-radius: 2px;
    width: 100px;
    flex: none;
    margin-left: 5px;
    cursor: pointer;
}
.newsletter > img {
    flex: none;
    width: 7%;
    margin-right: 3%;
    height: auto;
}
.newsletter > div {
    flex: none;
    display: flex;
    flex-direction: column;
    padding: 0 40px 0 0;
}
.newsletter > div > span {
    margin-bottom: 0;
}
.newsletter > div > small {
    font-size: 13px;
    margin-bottom: 5px;
}
.newsletter > div > a {
    font-size: 11px;
    text-decoration: underline;
    text-transform: uppercase;
}
.frontpageFooterLinks, .trends-links {
    background-color: #f9f9f9;
    padding: 25px;
    margin-bottom: 25px;
}
.frontpageFooterLinks {
    margin-bottom: 0;
}
.trends-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.trends-links .rowcolumns {
    display: flex;
    margin: 0 -1%;
}
.trends-links .rowcolumns > * {
    flex: auto;
    margin: 0 1%;
}
.frontpageFooterLinks > div:first-of-type {
    margin-bottom: 25px;
}
.frontpageFooterLinks > div {
    column-count: 5;
}
.frontpageFooterLinks span, .trends-links span {
    display: block;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-weight: bold;
}
.frontpageFooterLinks > div a, .trends-links a {
    display: block;
    position: relative;
    padding: 4px 0 4px;
    background-size: 9px;
    text-decoration: none;
}
.boxes {
    display: flex;
    background-color: #f4f4f4;
    border-top: 1px solid #e7e7e7;
    flex-wrap: wrap;
}
.boxes > * {
    flex: none;
    width: 25%;
    padding: 25px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
    text-align: center;
}
.boxes > *:not(:last-child) {
    border-right: 1px solid #e7e7e7;
}
.boxes > * > img {
    display: block;
    height: auto;
}
.boxes > * > span {
    font-size: 11px;
    padding: 10px 0 0;
}
.trustpilot-stars {
    display: flex;
}
.trustpilot-stars > img {
    margin: 0 1px;
}
.boxes > * > i {
    font-style: normal;
    font-size: 20px;
    font-weight: bold;
    color: #0074AD;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}
.boxes > * > small {
    background-color: #FFF;
    border-radius: 2px;
    margin: 10px 0 0;
    padding: 6px 8px;
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
}
.boxes > * > small > img {
    margin-right: 6px;
}

.welcome {
    padding: 0 25px 0 25px;
}
.welcome a,
.CategoryFooterContent a,
.Description_Productinfo a {
    color: #0074AD;
}
.frontpage-products {
    padding: 25px;
}

.bottomPart {
    display: none;
}


[itemtype*="BreadcrumbList"] {
    margin-top: -8px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}
[itemtype*="BreadcrumbList"] a {
    background-color: #f6f6f6;
    border-radius: 2px;
    padding: 3px 5px;
    margin: 8px 8px 0;
    text-decoration: none;
    position: relative;
    display: block;
}
[itemtype*="BreadcrumbList"] a[href*="javascript"]{
    background-image: url("/images/skins/Bewise/images/arrow-left-white.svg");
    background-repeat: no-repeat;
    background-position: calc(8px);
    background-size: 10px;
    background-color: #00A8FF;
    color: #FFF;
    display: inline-flex;
    align-items: center;
    padding: 5px 10px 5px 25px;
    border-radius: 2px;
    font-weight: bold;
    margin-right: 10px;
    margin-left: 0;
}
[itemtype*="BreadcrumbList"] span[itemprop="itemListElement"] a.BreadCrumbLink:not(:last-child):after {
    content: url("/images/skins/Bewise/images/icon-right-black.svg");
    width: 8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(100% + 4px);
}
td.BreadCrumb_Productinfo br {
    display: none;
}
.productcard [itemtype*="BreadcrumbList"] {
    border: none;
    padding: 0;
}
.webshop-productlist .maincontent,
#Content_Productlist {
    
}
.webshop-productlist .maincontainer .maincontent {
    
}
#Content_Productlist {
    flex: none;
    width: 100%;
}

.ProductList_Custom_UL.listplaceholder:empty, .TrustList_Custom_UL.listplaceholder:empty {
    min-height: 100vh;
}

.ProductList_Custom_UL, .TrustList_Custom_UL, .Frontpage_Custom_UL {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1%;
    padding: 0;
    list-style-type: none;
}
.ProductList_Custom_UL.loading, .TrustList_Custom_UL.loading {
	visibility: hidden;
}
.ProductList_Custom_UL > li, .TrustList_Custom_UL > li {
    width: 18%;
    margin: 0 1% 2%;
}
.Frontpage_Custom_UL:not(.slick-initialized) > li {
    width: 18%;
    margin: 0 1%;
}
li > form {
    height: 100%;
}
.product {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    position: relative;
}
.product > * {
    flex: none;
}
.product .remove {
    position: absolute;
    width: 20px;
    border-radius: 50%;
    background-color: rgba(0,0,0,1.00);
    object-fit:contain;
    object-position: 50% 50%;
    padding: 3px;
    height: auto;
    top: 5px;
    right: 5px;
    cursor: pointer;
    z-index: 10;

}
.product .image {
    margin: 20px 0;
    position: relative;
}
.product .image img {
    display: block;
    max-width: 100%;
    height: auto;
}
.product .mostpopular {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}
.product .mostpopular img {
    max-width: 100%;
    height: auto;
    display: block;
    flex: none;
}
.product .name {
    text-align: center;
    min-height: 45px;
}
.product .name a {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-decoration: none;
	word-break: break-word;
}
.product .buy {
    margin-bottom: 18px;
}
.product .advancedvariants {
    min-height: 23px;
    width: 100%;
	margin: -4px 0 11px;
}
.product .advancedvariants:not(.slick-initialized) {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}
#customersalsoboughtrecommendations .product .advancedvariants {
	display: none;
}
.product .advancedvariants.placeholder:empty {
    background-size: auto 20px;
}
.product .advancedvariants:not(.slick-initialized) > * {
    flex: none;
    width: 15px;
    margin: 4px 5px;
}
.product .advancedvariants.slick-initialized {
	padding: 0 20px;
	margin-top: 0;
}
.product .advancedvariants [style*="background-color"]:before {
    content: "";
    padding-bottom: 100%;
    display: block;
}
.product .advancedvariants [style*="white"],
.product .advancedvariants [style*="rgb(255, 255, 255)"] {
    border: solid 1px rgba(209,209,209,1.00);
}
.product .advancedvariants img {
    display: block;
    width: 100%;
    height: auto;
	object-fit: cover;
	object-position: 50% 50%;
	aspect-ratio: 1/1;
	overflow: hidden;
}
.product .advancedvariants .slick-track {
	display: flex !important;
}
.product .advancedvariants .slick-list {
	margin: 0 -4px;
}
.product .advancedvariants .slick-track .slick-slide {
	margin: 0 4px;
	height: inherit !important;
	display: flex;
}
.product .advancedvariants .slick-arrow {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 10px;
	cursor: pointer;
	height: auto;
}
.product .advancedvariants .slick-arrow.slick-right {
	left: auto;
	right: 0;
}
.product .price {
    margin-bottom: 5px;
    flex: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.product .price .Prices_Custom_UL {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}
.product .price .Prices_Custom_UL > li:nth-child(n+2) {
    display: none;
}
.product .price .Prices_Custom_UL > li strike {
    /*color: #A0A0A0;*/
    font-size: 11px;
}
.product .price .Prices_Custom_UL > li strike.invisible {
    visibility: hidden;
}
.product .price .Prices_Custom_UL > li .actual {
    font-weight: bold;
}
.product .price .Prices_Custom_UL > li .actual .currency {
    padding-left: 4px;
}
.product .buy input[type="submit"], .product .buy > a,
.searchresults .results a > button {
    background-color: #73d841;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 15px 10px 32px;
    border-radius: 2px;
    border: none;
    cursor: pointer;
    display: block;
    font-size: 11px;
    background-image: url("/images/skins/Bewise/images/icon-cart-white.svg");
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: calc(10px);
    text-decoration: none;
}
#small-in-search-button{
    padding: 10px 0 10px 32px;
}
.product-status {
    display: flex;
    justify-content: center;
    width: 100%;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 5px 0;
}
.product-status > div {
    font-size: 10px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
.product-status > div .productnumber {
	padding-left: 4px;
}
.product-status img {
    border-radius: 50%;
    margin-right: 10px;
}






/* PRODUCTCARD */
.TableLines_ProductInfo {
    display: none;
}
.productcard {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.goback {
    margin-bottom: 10px;
    background-color: #00A8FF;
    color: #FFF;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 2px;
    font-weight: bold;
    text-decoration: none;
    align-self: flex-start;
}
.goback.gobackbottom {
    margin: 20px 0 0;
}
.goback img {
    display: block;
    flex: none;
    margin-right: 5px;
}
.productcard > .left {
    flex: none;
    width: 75%;
    display: flex;
    flex-wrap: wrap;
    padding-right: 25px;
}
.productcard > .left > h1 {
    flex: none;
    width: 100%;
}
.productcard > .left > .image {
    flex: none;
    width: 35%;
    position: relative;
}
.productcard > .left > .image > a {
    display: block;
    background-color:rgba(77,77,77,1.00);
    text-decoration: none;
}
.productcard > .left > .image > a > img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: contain;
    object-position: 50% 50%;
    background-color: rgba(255,255,255,1.00);
}
.productcard > .left .thumbs {
    display: flex;
    flex-wrap: wrap;
    margin: 10px -1%;
}
.productcard > .left .thumbs a {
    flex: none;
    width: 18%;
    margin:2% 1% 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: solid 1px rgba(238,238,238,1.00);
    position: relative;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 0;
    line-height: 0;
    text-decoration: none;
}

.productcard .thumbs a img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 2px;
}
.productcard .left .mostpopular {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    pointer-events: none;
}
.productcard .left .mostpopular img {
    width: auto;
    height: 18px;
    display: block;
}

.CustomersAlsoBought_Custom_UL {
    list-style-type: none;
    padding: 0 40px;
    margin: 0;
}
.CustomersAlsoBought_Custom_UL:not(.slick-initialized) {
    display: flex;
}
.CustomersAlsoBought_Custom_UL:not(.slick-initialized) > li {
    flex: none;
    width: 50%;
}
.CustomersAlsoBought_Custom_UL:not(.slick-initialized) > li:nth-child(n+3) {
    display: none;
}
.CustomersAlsoBought_Custom_UL.slick-initialized .slick-slide {
	display: flex;
	flex-direction: column;
}
.CustomersAlsoBought_Custom_UL.slick-initialized .slick-slide > div {
	flex: none;
	height: 50%;
	display: flex;
}
.CustomersAlsoBought_Custom_UL.slick-initialized .slick-slide > div > li {
	flex: none;
	height: 100%;
}

.shippingcountdown {
    display: none;
    background-color: rgb(0, 168, 255);
    color: rgba(255,255,255,1.00);
    padding: 10px;
    border-radius: 3px;
    margin: 20px 0 0;
    text-align: center;
    align-items: center;
    max-width: 410px;
}
.shippingcountdown.active {
    display: flex;
}
.shippingcountdown > * {
    flex: auto;
}
.shippingcountdown > :first-child {
    font-weight: bold;
    line-height: 1.3em;
    padding-right: 10px;
}
.shippingcountdown > :first-child strong {
    text-decoration: underline;
}
.shippingcountdown > .shippingtime {
    display: flex;
    color: rgba(0,0,0,1.00);
    flex: none;
}
.shippingcountdown .shippingday {
    text-transform: lowercase;
    text-decoration: underline;
}
.shippingcountdown .shippingtime > span {
    display: flex;
    align-items: center;
    border-radius: 2px;
    background-color: rgba(255,255,255,1.00);
    padding: 5px 15px;
    flex-direction: column;
    text-align: center;
}
.shippingcountdown .shippingtime > span:not(:last-child) {
    margin-right: 6px;
}
.shippingcountdown .shippingtime strong {
    font-size: 18px;
}
.shippingcountdown .shippingtime small {
    font-size: 9px;
    text-transform: uppercase;
}

.shippingcountdown.customcontent {
    display: block;
    max-width: none;
}

.shippingcountdown.customcontent > :first-child {
    padding-right: 0;
}

/* REVIEWS */
[itemprop="aggregateRating"] {
    display: none;
}
.revLine {
    margin-bottom: 15px;
}
.reviewsheader {
    margin: 20px 0 10px;
    padding: 10px 0;
    border: 1px solid #eee;
    border-left: none;
    border-right: none;
    font-weight: bold;
}
.onerow-rev > br {
    display: none;
}
.onerow-rev {
    border-bottom: dotted 1px rgba(148,148,148,1.00);
    padding: 20px 0;
    display: flex;
}
.onerow-rev > .left {
    width: 170px;
    margin: 0 20px 0 0;
    flex: none;
}
.onerow-rev > .right {
    flex: auto;
}
.onerow-rev b[itemprop="itemreviewed"] {
    display: block;
    margin: 0 0 2px 0;
}
.reviews .sprite-bcg {
    background-repeat: no-repeat;
    width: 100%;
    height: 15px;
    display: block;
    margin: 5px 0;
}
.user-star-5.sprite-bcg {
    background-image: url("/images/skins/Bewise/images/icon-rating-star-5.svg");
}
.user-star-4.sprite-bcg {
    background-image: url("/images/skins/Bewise/images/icon-rating-star-4.svg");
}
.user-star-3.sprite-bcg {
    background-image: url("/images/skins/Bewise/images/icon-rating-star-3.svg");
}
.user-star-2.sprite-bcg {
    background-image: url("/images/skins/Bewise/images/icon-rating-star-2.svg");
}
.user-star-1.sprite-bcg {
    background-image: url("/images/skins/Bewise/images/icon-rating-star-1.svg");
}
.tab.productdescription .revLine > :nth-child(n+6) {
    display: none;
}

.items-info {
    display: flex;
    flex-direction: column;
}
.items-info * {
    text-transform: uppercase;
    font-size: 11px;
}

.items-info > * {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    text-decoration: none;
}
.items-info > * img {
    margin-right: 6px;
    margin-left: 6px;
}
.items-info > .deliverycost img {
    margin-left: 0;
}
.items-info > .deliverycost strong {
    padding-right: 4px;
    color: #00A8FF;
}
.items-info a small {
    text-decoration: underline;
}
.stockinfo > span {
    display: flex;
    align-items: center;
}
.stockinfo img {
    border-radius: 50%;
}
.stockinfo .stockmessage {
    color: #73d841;
}
.stockinfo.lowstock .stockmessage {
    color: rgba(255,139,0,1);
}
.stockinfo.notinstock .stockmessage {
    color: rgba(107,0,1,1.00);
}
@media (max-width: 759px) {
.stockinfo .stockmessage br {
    display: none;
}
}
.Variants {
    display: flex;
    margin: 20px -10px 20px;
}
.Variants table {
    width: 100%;
    margin: 0 10px;
}
.Variants .OptionSelect_ProductInfo {
    width: 100%;
}
.productcard .advancedvariants .Variants {
    margin-bottom: 0;
}

.productcard  .advancedvariants .Variants select {
    display: none;
	margin-bottom: 15px;
}
.productcard  .advancedvariants .Variants select.active {
	display: block;
}

td.VariantGroupLabel {
    font-weight: bold;
    padding-bottom: 4px;
}
.variantbuttons {
    display: none;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 -1% 15px;
}
.variantbuttons.active {
	display: flex;
}
.buysection .advancedvariants {
	min-height: 67px;
}

.variantbuttons.placeholder {
    min-height: 75px;
}
.variantbuttons > * {
    cursor: pointer;
    flex: none;
    width: 14.66%;
    height: auto;
    margin: 1%;
    padding: 5px;
    border: 1px solid #eee;
}
.variantbuttons > .active {
    cursor: default;
    border-color: #00A8FF;
}

.productcard > .left > .buysection {
    flex: none;
    width: 65%;
    padding: 0 0 0 25px;
}
#BUYSECTION input[type="submit"] {
    font-size: 15px;
    padding: 15px 43px 15px 15px;
    flex: auto;

    position: relative;
    background-image: url("/images/skins/Bewise/images/icon-cart-white.svg");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: calc(100% - 20px);
    max-width: 280px;
}
#BUYSECTION input[type="submit"]:disabled {
	filter: grayscale(1);
	opacity: .5;
	cursor: not-allowed;
}
#BUYSECTION .amount + input[type="submit"] {
    margin-left: 10px;
}
#BUYSECTION {
    display: flex;
    flex-wrap: wrap;
}
/*
#BUYSECTION.hidden {
    display: none;
}
*/
#BUYSECTION input[type="number"] {
    height: 100%;
    width: 50px;
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    padding: 0;
}
#BUYSECTION input[type="number"]::-webkit-outer-spin-button,
#BUYSECTION input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
#BUYSECTION input[type="number"] {
    -moz-appearance:textfield;
}
#BUYSECTION .amount {
    display: flex;
    flex: none;
    width: 120px;
    position: relative;
}
#BUYSECTION .amount > span {
    background-color: #eee;
    display: flex;
    align-items: center;
    flex: auto;
    justify-content: center;
    cursor: pointer;
    font-weight: bold;
    font-size: 15px;
    user-select: none;
}
#BUYSECTION .amount > span.dec {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
#BUYSECTION .amount > span.inc {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.lowstockinfo {
    color: #ff2d12;
    width: 100%;
    flex: none;
    margin: 15px 0 0;
    font-weight: bold;
    text-transform: uppercase;
}
.notinstockemail {
    margin: 30px 0 0;
    cursor: pointer;
    display: none;
    text-decoration: none;
}
.notinstockemail.active {
    display: block;
}
.notinstockemail strong {
    font-weight: normal;
    font-size: 18px;
    margin: 0 0 8px;
    display: block;
    text-transform: uppercase;
}
.notinstockemail > span {
    color: #00A8FF;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 11px;
    justify-content: flex-start;
}
.notinstockemail img {
    width: 9px;
    height: auto;
    margin: 0 5px 0 0;
}
.pricesection {
    padding: 20px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin: 20px 0;
}
.Prices_Custom_DIV > div {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
}
.Prices_Custom_DIV > div > div.before {
    font-size: 11px;
    font-weight: normal;
}
.Prices_Custom_DIV > div:nth-child(n+2) {
    font-size: 13px;
    text-transform: none;
    color: #FE8700;
    padding: 2px 0;
}
.productcard .Prices_Custom_DIV > div:first-child:not(:last-child) {
    margin-bottom: 20px;
}
.Prices_Custom_DIV > div .volumediscounttext {
    display: none;
    color: #FE8700;
    margin: 0 0 5px;
    text-transform: uppercase;
}
.productcard .Prices_Custom_DIV > div:nth-child(2) .volumediscounttext {
    display: block;
    font-weight: normal;
}
.Prices_Custom_DIV > div:nth-child(n+2) > span:last-child {
    text-transform: uppercase;
}
.Prices_Custom_DIV > div:first-child .amountandunit {
    display: none;
}
.amountandunit {
    font-weight: normal;
    color: #000;
    margin-right: 5px;
}
.Prices_Custom_DIV .retailsavings {
    color: #FE8700;
    font-size: 13px;
}
.clubtrendyprice {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 11px;
    text-transform: uppercase;
}
.clubtrendyprice strong {
    margin-right: 10px;
}
.clubtrendyprice a {
    text-decoration: none;
    background-color: #00A8FF;
    color: #FFF;
    border-radius: 2px;
    padding: 3px 8px;
    font-weight: bold;
}

anyday-price-widget {
    display: block;
    margin: 5px 0 0;
}

.productcard > .right {
    flex: none;
    width: 25%;
    border-left: 1px solid #eee;
    padding-left: 25px;
    align-self: stretch;
}
.productcard-usp {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #eee;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.productcard-usp > a {
    display: flex;
    align-items: flex-start;
    font-weight: bold;
    margin-bottom: 13px;
    text-transform: uppercase;
    font-size: 11px;
    text-decoration: underline;
}
.productcard-usp > a.hidden {
	display: none;
}
.productcard-usp > a > img {
    margin-right: 8px;
    margin-top: -3px;
}

.onlinebookingbuttons {
    display: flex;
    margin: 0 -1%;
}
.onlinebookingbuttons > * {
    flex: none;
    margin: 0 1%;
    padding: 8px 11px;
    text-decoration: none;
    color: rgba(255,255,255,1.00);
    border-radius: 3px;
    background-color: #00A8FF;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}
.onlinebookingbuttons > * img {
    width: 23px;
    height: auto;
    display: block;
    margin: 0 8px 0 0;
}
.reparationimage {
    margin: 30px 0;
    display: block;
    max-width: 100%;
}
.reparationsteps {
    display: block;
    max-width: 100%;
}

.review {
    display: flex;
    flex-direction: column;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
}
.review > .ratings {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0 0;
}
.review > a {
    text-decoration: underline;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
    text-align: center;
}
.review > .ratings + a {
    margin-top: 10px;
    text-decoration: none;
}
#customersalsoboughtrecommendations {
    max-width: 100%;
}
#customersalsoboughtrecommendations.placeholder {
    min-height: 260px;
}
#customersalsoboughtrecommendations .headline {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: inherit;
    margin: 0 0 10px;
}
.slick-slide > div:nth-child(2) {
    /*margin-top: 20px;*/
	padding-top: 15px;
}
.productcard-helpservice {
    display: flex;
    justify-content: center;
    flex: none;
    width: 100%;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin: 25px 0 0 0;
}
.productcard-helpservice > a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px 0;
    font-size: 20px;
    text-transform: uppercase;
    color: #00A8FF;
    text-decoration: none;
}
.productcard-helpservice > a > * {
    
}
.productcard-helpservice > a > strong {
    margin-left: 10px;
    margin-right: 10px;
}
.productcard-helpservice > a > small {
    font-size: 18px;
    background-color: #00A8FF;
    color: #FFF;
    padding: 5px 10px;
    border-radius: 2px;
}
.productcard-info {
    flex: none;
    width: 100%;
}
.productcard-info .description .tabs {
    display: inline-flex;
    justify-content: flex-start;
    padding: 0;
    margin: 20px 0 0;
    list-style-type: none;
    border: 1px solid #eee;
    border-bottom: none;
    position: relative;
    z-index: 2;
}
.productcard-info .description .tabs > li {
    position: relative;
    padding: 15px 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    cursor: pointer;
    background-color: rgba(255,255,255,1.00);
    border-bottom: 1px solid #eee;
}
.productcard-info .description .tabs > li:not(:last-child) {
    border-right: 1px solid #eee;
}
.productcard-info .description .tabs li.active {
    border-bottom: none;
}
.productcard-info .description .tabs li.active:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    height: 3px;
    width: calc(100% + 2px);
    background-color: #00A8FF;
}
.productcard-info .description .tab:not(.active) {
    display: none;
}
.productcard-info .description .tab {
    padding: 25px;
    border: 1px solid #eee;
    position: relative;
    z-index: 1;
    margin-top: -1px;
}
.tab .reviews > a {
    color: #00A8FF;
}
.tab .reviews > i {
    padding: 0 10px;
}
.tab.reviewstab .reviews > i,
.tab.reviewstab .reviews > a[href="#productreviews"] {
    display: none;
}
.productcard-info .description [itemprop="description"]:not(:empty) + div.ean {
    margin-top: 15px;
}
.productcard-info video {
    width: 100%;
    height: auto;
}

.productcard-info .reviews video {
    display: none;
}
.productcard-info .reviews > span {
    display: block;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}
.trust {
    background-color: #FFFFFF;
    color: #000000;
    display: none;
    padding: 50px;
    justify-content: space-between;
    border-top: 1px solid #eee;
}
body.webshop-frontpage .trust {
    display: flex;
}
.trust > div {
    flex: auto;
    padding: 25px;
    border-radius: 2px;
    background-color: #f6f6f6;
}
.trust > div:not(:last-child) {
    margin-right: 1%;
}
.trust > div > span {
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.trust > div > a,
.trust > div > div {
    color: #000000;
    background-image: url("/images/skins/Bewise/images/icon-check-green.svg");
    background-repeat: no-repeat;
    background-position: 0 3px;
    background-size: 18px;
    padding: 5px 0 5px 25px;
    display: block;
    text-decoration: none;
}
.trust > div > a {
    text-decoration: underline;
}
.trust > div > a:hover {
    color: #00a8ff;
}
.trust > div > :not(:last-child) {
    margin-bottom: 10px;
}

#dyhistory:not(:empty) {
    padding: 0 50px 50px;
}

/* SIMILAR PRODUCTS */
#productcardsimilar {
	flex: none;
    width: 100%;
}
#productcardsimilar .similartitle {
	content: attr(data-title);
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	margin: 30px 0 0;
	padding: 20px 0;
	border-top: 1px solid #eee;
	display: block;
}

/* REMEMBERTOBUY */
#productcardrecommendations.active {
    margin: 30px 0 0;
    width: 100%;
}
#productcardrecommendations.placeholder {
    min-height: 187px;
}
#productcardrecommendations .heading {
    flex: none;
    width: 100%;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: none;
}
#productcardrecommendations.active .heading {
	display: block;
}
.Related_Custom_DIV {
    display: flex;
    flex-direction: column;
}
.Related_Custom_DIV > div > div.product {
    flex: none;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    padding: 0;
}
.Related_Custom_DIV > div:not(:last-of-type) > div.product {
     margin-bottom: 10px;
}
.Related_Custom_DIV > div > div.product > * {
    flex: none;
}
.Related_Custom_DIV > div > div.product input[type="checkbox"] {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%,-50%);
    z-index: 10;
}
.Related_Custom_DIV .product .image {
    margin: 0;
    width: 60px;
    border:1px solid #eee;
}
.Related_Custom_DIV .product .image img {
    display: block;
    width: 100%;
}
.Related_Custom_DIV .product .name {
    min-height: inherit;
    text-align: left;
    flex: auto;
    padding: 0 10px;
    text-decoration: none;
}
.Related_Custom_DIV .product .price {
    margin: 0;
    text-align: right;
    font-weight: bold;
}



.quicksearch {
    background-color: #f4f4f4;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.quicksearch > span {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    
}
.quicksearch > span > strong {
    font-family: Arial Black,Arial Bold,Gadget,sans-serif;
    text-transform: uppercase;
    font-size: 25px;
    padding-right: 5px;
}
.quicksearch > span > span {
    font-weight: bold;
    margin-top: 3px;
}
.quicksearch > span > img {
    margin-right: 10px;
    height: auto;
}
.quicksearch > div {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}
.quicksearch > div > * {
    width: 31.3%;
    margin: 0 1%;
    position: relative;
}
.quicksearch > div > *.loading:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/images/skins/Bewise/images/loader.gif");
    background-repeat: no-repeat;
    background-position: calc(100% - 35px) 50%;
    background-size: auto 20px;
    z-index: 10;
}
.quicksearch > div > * > select {
    width: 100%;
}
.quicksearch > div > *:not(:last-child):after {
    content: url("/images/skins/Bewise/images/icon-right-black.svg");
    width: 10px;
    height: 12px;
    position: absolute;
    left: calc(100% + 1.5%);
    top: 50%;
    transform: translateY(-50%);
}
.quicksearch label {
    font-size: 0;
}

/* SHOW BASKET */
body.webshop-showbasket .search-infobar, body.webshop-showbasket nav {
    display: none;
}
body.webshop-showbasket .maincontainer {
    display: block;
}
.showbasket-trustboxes {
    flex: none;
    width: 25%;
    border-left: 1px solid #eee;
}
.showbasket-trustboxes > div {
    padding: 8%;
    border-bottom: 1px solid #eee;
}
.showbasket-trustboxes > div:last-child {
    border-bottom: none;
}
.showbasket-trustboxes img {
    height: auto;
}
.showbasket-trustboxes > div iframe {
    max-width: 100%;
}
.showbasket-trustboxes > div > a {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.showbasket-trustboxes > div > span {
    display: flex;
    font-size: 20px;
    font-weight: bold;
}
.showbasket-trustboxes > div.showbasket-trustboxes-trustpilot > div {
	height: 114px;
}
.showbasket-trustboxes > div.showbasket-trustboxes-emaerket a {
    align-items: center;
    justify-content: center;
    flex-direction: row;
    text-decoration: none;
}
.showbasket-trustboxes > div.showbasket-trustboxes-emaerket a img {
    flex: none;
    display: block;
    width: 27%;
    max-width: 70px;
    margin: 0 15px 0 0;
}
.showbasket-trustboxes > div.showbasket-trustboxes-emaerket a span {
    font-size: 10px;
    font-weight: normal;
    text-transform: uppercase;
}
.showbasket-trustboxes > div small {
    font-size: 13px;
    display: block;
}
.showbasket-trustboxes .trustpilot-stars {
    padding: 8px 0;
}
.showbasket-trustboxes-practicinfo span, .showbasket-trustboxes-faq span {
    margin-bottom: 15px;
}
.showbasket-trustboxes > div.showbasket-trustboxes-practicinfo > a,
.showbasket-trustboxes > div.showbasket-trustboxes-faq > a {
    align-items: flex-start;
    padding: 5px 0 5px 25px;
    background-image: url(/images/skins/Bewise/images/icon-check-green.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 18px;
}
.showbasket-trustboxes > div.showbasket-trustboxes-help > a {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
    text-decoration: none;
}
.showbasket-trustboxes > div.showbasket-trustboxes-help > a img {
    margin-right: 10px;
}
.showbasket-trustboxes-help > span {
    margin-bottom: 15px;
}
.showbasket-flexcontainer {
    display: flex;
}
.showbasket .goback {
    margin-bottom: 20px;
}
.showbasket {
    margin: 0;
    width: 75%;
    flex: none;
    display: flex;
    flex-direction: column;
    padding: 2%;
}
.webshop-showbasket .maincontent > .trustpilot-widget {
    border-top: 1px solid #eee;
    padding: 3% 2%;
}
.baskettotalinfo {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
}
[class*="ShowBasket_Custom_"] > div {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: solid 1px rgba(237,237,237,1.00);
    position: relative;
    margin-bottom: 10px;
}
[class*="ShowBasket_Custom_Head"] > div {
    padding-bottom: 10px;
    margin-bottom: 0;
    font-weight: bold;
}
[class*="ShowBasket_Custom_"] .units {
    padding-right: 15px;
    width: 60px;
}
[class*="ShowBasket_Custom_"] .image {
    flex: none;
    width: 15%;
    max-width: 80px;

    display: flex;
    align-items: flex-start;
}
[class*="ShowBasket_Custom_"] .image a {
    position: relative;
    border: solid 1px rgba(229,229,229,1.00);
}
[class*="ShowBasket_Custom_"] .image img {
    width: 100% !important;
    display: block;
    padding: 5px;
    aspect-ratio: 1/1;
    object-fit: contain;
    object-position: 50% 50%;
}
[class*="ShowBasket_Custom_"] img.stock {
    border-radius: 50%;
    width: 10px;
    height: auto;
    flex: none;
    margin: 0 0 10px 0;
}
[class*="ShowBasket_Custom_"] .info {
    flex: auto;
    width: 60%;
    padding: 0 20px;
}
[class*="ShowBasket_Custom_"] .info > a {
    text-decoration: none;
}

.ShowBasket_ChildProduct_SPAN + div {
    float: right;
}
.ShowBasket_ChildProduct_SPAN + div .unit {
    display: none;
}

[class*="ShowBasket_Custom_"] .amount {
    display: none;
    margin: 10px 0 0;
}
[class*="ShowBasket_Custom_"] .amount a {
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    line-height: 1;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    text-decoration: none;
    background-color: #00A8FF;
    color: rgba(255,255,255,1.00);
}
[class*="ShowBasket_Custom_"] .amount a[href*="remove=1"] {
    margin-left: 5px;
    background-color: rgba(0,0,0,1.00);
}
[class*="ShowBasket_Custom_"] .amount a[href*="dec=1"]:before {
    content: "-";
}
[class*="ShowBasket_Custom_"] .amount a[href*="inc=1"]:before {
    content: "+";
}
[class*="ShowBasket_Custom_"] .amount a[href*="remove=1"]:before {
    content: "x";
}
[class*="ShowBasket_Custom_"] .amount span {
    display: flex;
    padding: 0 10px;
    align-items: center;
}
[class*="ShowBasket_Custom_"] .amount img,
[class*="ShowBasket_Custom_"] .edit img {
    display: none;
}

[class*="ShowBasket_Custom_"] .edit a {
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    line-height: 1;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    text-decoration: none;
    background-color: #00A8FF;
    color: rgba(255,255,255,1.00);
    margin-left: 5px;
}
/*
[class*="ShowBasket_Custom_"] .edit a[href*="remove=1"] {
    background-color: rgba(0,0,0,1.00);
}
*/
[class*="ShowBasket_Custom_"] .edit a[href*="dec=1"]:before {
    content: "-";
}
[class*="ShowBasket_Custom_"] .edit a[href*="inc=1"]:before {
    content: "+";
}
[class*="ShowBasket_Custom_"] .edit a[href*="remove=1"]:before {
    content: "x";
}
[class*="ShowBasket_Custom_"] .edit span {
    display: flex;
    padding: 0 10px;
    align-items: center;
}

[class*="ShowBasket_Custom_"] .units,
[class*="ShowBasket_Custom_"] .uniutprice,
[class*="ShowBasket_Custom_"] .price,
[class*="ShowBasket_Custom_"] .edit {
    white-space: nowrap;
}

[class*="ShowBasket_Custom_"] .uniutprice,
[class*="ShowBasket_Custom_"] .price {
    text-align: right;
    flex: none;
    width: 15%;
}
[class*="ShowBasket_Custom_"] .edit {
    display: flex;
    justify-content: flex-end;
    padding-left: 15px;
    width: 130px;
}
.ShowBasket_Price_Before_Special_Offer {
    text-decoration: line-through;
}
.showbasket .summary {
    padding: 20px 0 0;
}
.showbasket .summary .row {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}
.showbasket .summary .row.total {
    padding-top: 10px;
    padding-bottom: 0;
    border-top: solid 1px rgba(237,237,237,1.00);
}
.showbasket .summary .row.total > div {
    font-size: 18px;

    font-weight: bold;

}
.showbasketnavigation {
    display: flex;
    justify-content: space-between;
}
.showbasketnavigation a,
.orderstep-header .button {
    flex: none;
    width: 48%;
    font-size: 20px;
    padding: 15px 20px;
    text-decoration: none;
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: calc(100% - 20px) 50%;
}
.showbasketnavigation a.blue {
    background-image:url("/images/skins/Bewise/images/icon-left-white.svg");
    background-position: 20px 50%;
    width: 36%;
}
.showbasketnavigation a:last-child,
.showbasket .orderstep-header .button {
    /*
    background-image:url("/images/skins/Bewise/images/icon-creditcard-white.svg");
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: calc(100% - 20px);
    */
    background-image:url("/images/skins/Bewise/images/icon-right-white.svg");
    
}
.webshop-showbasket .maincontent .button.disabled {
	pointer-events: none;
	cursor: not-allowed;
	opacity: .4;
	background-color: rgba(57,57,57,1.00);
	user-select: none;
}
/*
.showbasketnavigation a:last-child:after,
.showbasket .orderstep-header .button:after,
.showbasketnavigation a.button.blue:after {
    content: "";
    position: absolute;
    top: 0;
    right: 55px;
    height: 100%;
    width: 1px;
    background-color: rgba(255,255,255,1.00);
}
.showbasketnavigation a.button.blue:after {
    right: auto;
    left: 55px;
}
*/
.showbasket > .summary > .showbasketnavigation {
    flex: auto;
    align-items: flex-end;
    margin-top: 20px;
    flex-wrap: wrap;
}
.showbasket .info h2 {
    font-size: inherit;
    margin: 0;
}
.showbasket-relatedproducts {
    background-color: #f6f6f6;
    height: 600px;
    margin: 30px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}
.savebasket {
    margin-top: 30px;
}

.savebasket > div > a {
    color: #00A8FF;
}
.savebasket form {
    margin: 15px 0 0;
    width: 48%;
    flex-wrap: wrap;
    display: none;
}
.savebasket form > * {
    flex: none;
}
.savebasket form > strong {
    width: 100%;
    margin: 0 0 8px;
    text-transform: uppercase;
}
.savebasket form > input[type="email"] {
    flex: auto;
    margin-right: 15px;
}
.savebasket form > input[type="submit"] {
    background-color: rgba(0,0,0,1.00);
}
.savebasket form.active {
    display: flex;
}
.showbasketcontact {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0 0;
    text-transform: uppercase;
    font-size: 120%;
}
.showbasketcontact > span {
    flex: none;
    display: flex;
    align-items: center;
}
.showbasketcontact img {
    margin: 0 10px;
    height: auto;
}
[data-shippingmethod] {
    display: none;
    flex-direction: column;
    border: solid 1px rgba(229,229,229,1.00);
    padding: 20px;
    margin: 0 0 10px;
}
[data-shippingmethod].active {
    display: flex;
}
[data-shippingmethod] label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
[data-shippingmethod] label:not(:last-of-type) {
    margin-bottom: 15px;
}
[data-shippingmethod] label input {
    margin: 0 15px 0 0;
    flex: none;
}
[data-shippingmethod] a {
    color: #00A8FF;
}

#showbasketrecommendations {
    margin-top: 30px;
}
#showbasketrecommendations.placeholder {
    min-height: 353px;
    flex: none;
    width: 100%;
}
#showbasketrecommendations .ProductList_Custom_UL,#showbasketrecommendations .TrustList_Custom_UL {
    margin: 0;
}
#showbasketrecommendations .ProductList_Custom_UL:not(.slick-initialized) > li:nth-child(n+6), #showbasketrecommendations .TrustList_Custom_UL:not(.slick-initialized) > li:nth-child(n+6) {
    display: none;
}



/* CHECKOUT */
.checkoutsummary {
    display: none;
    text-align: left;
}
.checkoutsummaryheader {
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.checkoutsummaryitems {
    display: flex;
    flex-direction: column;
}
.summaryitem {
    flex: none;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    display: flex;
    text-decoration: none;
    flex-direction: column;
}
.summaryitem > * {
    flex: none;
}
.summaryitemname {
    flex: auto;
}
.summaryitemimage {
    margin: 15px auto;
    width: 100px;
}
.summaryiteminfo {
    display: flex;
    justify-content: space-between;
}
.summaryproductstotal,
.summarydelivery,
.summarytotal {
    display: flex;
    justify-content: space-between;
}
.summaryproductstotal,
.summarydelivery {
    padding: 0 0 10px;
}
.summaryproductstotal {
    padding-top: 10px;
}
.summarytotal {
    border-top: 1px solid #eee;
    padding: 10px 0 0;
    font-weight: bold;
}
.checkoutsummary > a.button {
    margin-top: 15px;
    color: rgba(95,95,95,1.00);
    background-color: rgba(255,255,255,1.00);
    border: solid 1px rgba(200,200,200,1.00);
}
.canBeHidden {
    display: none;
}
body[class*="webshop-orderstep"] .maincontainer > .maincontent {
    width: 100%;
}
body[class*="webshop-orderstep"] .maincontainer > .maincontent,
table#forhandlerlogin {
    padding: 25px;
}

body.webshop-showbasket .highlight + .wrapper header,
body[class*="webshop-orderstep"] .highlight + .wrapper header {
    top: 0;
}
.HR_OrderStep1,
body.webshop-showbasket .btnmenu,
body.webshop-showbasket .btnsearch,
body.webshop-showbasket .header-center,
body.webshop-showbasket header .basket,
body.webshop-showbasket .top > *,
body.webshop-showbasket nav,
body.webshop-showbasket .search-infobar,
body.webshop-showbasket .highlight,
body.webshop-showbasket .christmasshipping.mobileversion,
body[class*="webshop-orderstep"] .btnmenu,
body[class*="webshop-orderstep"] .btnsearch,
body[class*="webshop-orderstep"] .header-center,
body[class*="webshop-orderstep"] header .basket,
body[class*="webshop-orderstep"] .top > *,
body[class*="webshop-orderstep"] nav,
body[class*="webshop-orderstep"] .search-infobar,
body[class*="webshop-orderstep"] .highlight,
body[class*="webshop-orderstep"] .christmasshipping.mobileversion {
    display: none;
}
body.webshop-showbasket .usp.cyan-bg,
body[class*="orderstep"] .usp.cyan-bg {
    background-color: #f3f3f3;
}
body.webshop-showbasket .usp a,
body[class*="orderstep"] .usp a {
    color: rgba(0,0,0,1.00);
    border-color: rgba(0,0,0,1.00);
}
body.webshop-showbasket .usp svg polyline,
body[class*="orderstep"] .usp svg polyline {
    stroke: #000000;
}
.orderstep1,
.orderstep2,
.orderstep3,
.orderstep4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.orderstep1 > :first-child,
.orderstep2 > :first-child,
.orderstep3 > :first-child,
.orderstep4 > :first-child {
    flex: none;
    width: 73%;
    padding-top: 15px;
}
.orderstep4 > :first-child {
    padding-top: 0;
}
.pagingOrder,
.Heading_Order4,
.Heading_Order4 ~ br,
.Heading_Order4 ~ a {
    display: none;
}
.orderstep-header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
    /*
    background-color: #f6f6f6;
    padding: 20px;
    */
}

.orderstep-header h1 {
    margin: 0;
}
.orderstep-status {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.orderstep-status > li {
    display: flex;
    align-items: center;
    text-transform: uppercase;
}
.orderstep-status > li > i {
    font-style: normal;
}
.orderstep-status > li > span {
    background-color: #00A8FF;
    color: #FFF;
    border-radius: 2px;
    padding: 4px 10px;
    font-weight: normal;
    margin-right: 7px;
    flex: none;
}
.orderstep-status > li.active:not(:last-child) {
    margin-right: 15px;
}
.orderstep-status > li:not(.active) > span {
    background-color: #f3f3f3;
    color: rgba(85,85,85,1.00);
}
.orderstep-status > li:not(.active) > i {
    display: none;
}

.continueshopping {
    display: flex;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
    font-size: 11px;
}
.continueshopping img {
    width: 8px;
    height: auto;
    display: block;
    flex: none;
    margin: 0 8px 0 0;
    transform: rotate(180deg);
}

.CustomerData_OrderStep1_TBL .halfColumn > .CustomerData_OrderStep1_TBL {
    display: none;
}
.CustomerData_OrderStep1_TBL .halfColumn, .CustomerData_OrderStep1_TBL #Orderstep1_AlternativeDelivery_Fields_TD {
    width: 100% !important;
}
.CustomerData_OrderStep1_TBL .orderstepsheader {
    margin-bottom: 10px;
}
#Orderstep1_AlternativeDelivery_Fields_TD .orderstepsheader {
    margin-top: 30px;
}
.halfColumn > table:not(.CustomerData_OrderStep1_TBL):not(.toggleAltAddress) > tbody > tr > td {
    width: 100% !important;
}
.halfColumn > table:not(.CustomerData_OrderStep1_TBL):not(.toggleAltAddress) > tbody > tr#Field4_0 {
	width: 10% !important;
}
.halfColumn > table:not(.CustomerData_OrderStep1_TBL):not(.toggleAltAddress) > tbody > tr#Field5_0 {
	width: 34% !important;
}
.CustomerData_OrderStep1_TBL > tbody > tr:not(:empty) {
    display: flex;
    flex-wrap: wrap;
}
.halfColumn > table:not(.CustomerData_OrderStep1_TBL):not(.toggleAltAddress) > tbody {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
}
.halfColumn > table:not(.CustomerData_OrderStep1_TBL):not(.toggleAltAddress) > tbody > tr {
    width: 48% !important;
    flex: none !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 15px;
}

.halfColumn > table:not(.CustomerData_OrderStep1_TBL):not(.toggleAltAddress) > tbody > tr:first-child,
#Orderstep1_AlternativeDelivery_Fields_TD > table:not(.CustomerData_OrderStep1_TBL) > tbody > tr:first-child,
.halfColumn > table > tbody > tr#Field12_0 + input + tr {
    flex: none !important;
    width: 100% !important;
    /*
    background-color: #00A8FF;
    padding: 20px;
    margin-bottom: 20px;
    */
}
/*
.halfColumn > table:not(.CustomerData_OrderStep1_TBL):not(.toggleAltAddress) > tbody > tr#Field11_0,
.halfColumn > table:not(.CustomerData_OrderStep1_TBL):not(.toggleAltAddress) > tbody > tr#Field12_0 {
    display: none !important;
}
*/
.halfColumn > table:not(.CustomerData_OrderStep1_TBL):not(.toggleAltAddress) input[type="text"],
.halfColumn > table:not(.CustomerData_OrderStep1_TBL):not(.toggleAltAddress) input[type="password"],
.halfColumn > table:not(.CustomerData_OrderStep1_TBL):not(.toggleAltAddress) input[type="tel"],
.halfColumn > table:not(.CustomerData_OrderStep1_TBL):not(.toggleAltAddress) select {
    width: 100% !important;
}
.LabelColumn {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
    margin-bottom: 2px;
}
.Orderstep1_Required_SPAN {
    color: rgba(255,0,4,1.00);
}
#Orderstep1_AlternativeDelivery_Fields_TD[style*="hidden"] {
    display: none;
}
/*
.halfColumn > table:not(.CustomerData_OrderStep1_TBL,
.toggleAltAddress) > tbody > tr:first-child > .LabelColumn,
#Orderstep1_AlternativeDelivery_Fields_TD > table > tbody > tr:first-child > td.LabelColumn {
    display: none;
}
*/
/*
select[name="CustTypeID"], select[name="lCustTypeID"] {
    position: absolute;
    left: -4000px;
    top: -4000px;
}
*/
.CustomerData_OrderStep1_TBL + br {
    display: none;
}
.checkoutbuttons {
    display: flex;
    justify-content: space-between;
}
.checkoutbuttons.topbuttons {
    margin-bottom: 25px;
}
.checkoutbuttons.topbuttons input {
    display: none;
}
.checkoutbuttons.bottombuttons {
    margin-top: 25px;
}

.checkoutbuttons > * {
    background-size: 11px auto;
    background-position: calc(100% - 11px) 50%;
    background-repeat: no-repeat;
    background-image: url("/images/skins/Bewise/images/arrow-right-white.svg");
    padding-right: 33px;
	line-height: 1;
	padding-top: 15px;
    padding-bottom: 15px;
}
.checkoutbuttons .button.blue {
    background-position: 11px 50%;
    padding-left: 33px;
    background-image: url("/images/skins/Bewise/images/arrow-left-white.svg");
	width: 200px;
	max-width: 48%;
}
.checkoutbuttons > :last-child {
    min-width: 48%;
}


.invalidfield {
    background-color: #fee !important;
}
.validationmessage {
    color: rgba(255,255,255,1.00);
    background-color: #d43128;
    margin: 3px 0 0;
    border-radius: 2px;
    padding: 4px 6px;
    position: relative;
}
.validationmessage:before {
    content: "";
    width: 10px;
    height: 10px;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 0;
    left: 20px;
    background-color: inherit;
}
.typeselect {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.typeselect > div {
    flex: none;
    width: 48%;
    padding: 12px 15px;
    border: solid 1px rgba(243,243,243,1.00);
    background-color: rgba(255,255,255,1.00);
    border-radius: 2px;
    cursor: pointer;
    align-items: center;
    justify-content: flex-start;
    display: flex;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
}
body .typeselect > div:before {
    margin-right: 10px;
}

.typeselect > div.active {
    cursor: default;
    background-color: #f0faf0;
    border-color: #f0faf0;
}
.typeselect > div:before {
    content: "";
}
.toggleAltAddress {
    width: 100%;
}
.toggleAltAddress td > label,
td.newslettertd > label {
    display: flex;
    align-items: center;
    background-color: #f6f6f6;
    padding: 10px;
    border-radius: 2px;
    border: 1px solid #ddd;
	cursor: pointer;
}

.toggleAltAddress td input,
td.newslettertd input,
.OrderStep3_AcceptTerms_1 > td input {
    flex: none;
    margin-right: 10px;
    border: solid 14px #00A8FF;
    width: 43px;
    height: 43px;
}
.OrderStep3_AcceptTerms_1 > td input {
	border-color: #73d841;
}
#Orderstep1_AlternativeDelivery_Fields_TD .CustomerData_OrderStep1_TBL > tbody > tr {
    width: 100%;
    display: block;
}
#Orderstep1_AlternativeDelivery_Heading_TD {
    width: 100% !important;
    display: block;
    text-align: center;
    padding: 10px;
}
#Orderstep1_AlternativeDelivery_Fields_TD .CustomerData_OrderStep1_TBL > tbody > tr > td {
    padding: 10px;
    background-color: #FAE7E7;
    display: none;
}
#Orderstep1_AlternativeDelivery_Fields_TD .CustomerData_OrderStep1_TBL > tbody > tr > td br {
    display: none;
}
#Orderstep1_AlternativeDelivery_Fields_TD > br {
    display: none;
}
#Orderstep1_AlternativeDelivery_Fields_TD > table > tbody {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#Orderstep1_AlternativeDelivery_Fields_TD > table > tbody > tr {
    flex: none;
    width: 48%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
#Orderstep1_AlternativeDelivery_Fields_TD > table > tbody > tr#FieldD4_0 {
	width: 10%;
}
#Orderstep1_AlternativeDelivery_Fields_TD > table > tbody > tr#FieldD5_0 {
	width: 34%;
}
#Orderstep1_AlternativeDelivery_Fields_TD > table > tbody > tr > td {
    width: 100%;
}
#Orderstep1_AlternativeDelivery_Fields_TD input[type="text"],
#Orderstep1_AlternativeDelivery_Fields_TD input[type="password"],
#Orderstep1_AlternativeDelivery_Fields_TD input[type="tel"],
#Orderstep1_AlternativeDelivery_Fields_TD select {
    width: 100% !important;
}


/* ORDERSTEP 2 */
/*
body.webshop-orderstep2 .maincontainer > .maincontent {
    display: flex;
    flex-wrap: wrap;
}
*/
.TableLines_OrderStep2,
.TableLines_OrderStep3,
.TableLines_OrderStep4 {
    width: 100%;
}
.orderstep1-customerinformation > form > table:nth-of-type(2),
.TableLines_OrderStep2 > tbody > tr > td > table > tbody > tr > td > table > tbody > tr:nth-child(1),
.TableLines_OrderStep2 > tbody > tr > td > table > tbody > tr > td > table > tbody > tr:nth-child(2),
.TableLines_OrderStep2 > tbody > tr > td > table > tbody > tr > td > table > tbody > tr:last-child,
.TableLines_OrderStep3 > tbody > tr > td > table > tbody > tr > td > table > tbody > tr:last-child{
    display: none;
}
.OrderStep2_PayMethods_Header_TD,
.OrderStep2_ShippingMethods_Header_TD, 
.orderstepsheader {
    background-color: #00A8FF;
    color: rgba(255,255,255,1.00);
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: bold;
}
.OrderStep2_PayMethods_Header_TD b,
.OrderStep2_ShippingMethods_Header_TD b {
    font-weight: bold;
}
.OrderStep2_PayMethods_TD .checkout-payment-method, .OrderStep2_ShippingMethods_TD table > tbody > tr {
    border: 1px solid #eee;
    border-radius: 2px;
    display: block;
    margin-bottom: 5px;
    padding: 10px;
    background-color: #f9f9f9;
}
.OrderStep2_ShippingMethods_TD table > tbody > tr#ShippingMethod_744, .OrderStep2_ShippingMethods_TD table > tbody > tr#ShippingMethod_747, .OrderStep2_ShippingMethods_TD table > tbody > tr#ShippingMethod_746 {
    display: none;
}
.OrderStep2_ShippingMethods_TD table > tbody > tr#ShippingMethod_744.activeBurd, .OrderStep2_ShippingMethods_TD table > tbody > tr#ShippingMethod_747.activeBurd, .OrderStep2_ShippingMethods_TD table > tbody > tr#ShippingMethod_746.activeBurd {
    display: block !important;
}
.OrderStep2_PayMethods_TD .checkout-payment-method br,
.OrderStep2_PayMethods_TD .checkout-payment-method > td:first-child,
.OrderStep2_ShippingMethods_TD table > tbody > tr > td br,
.OrderStep2_ShippingMethods_TD table > tbody > tr > td:first-child {
    display: none;
}
.OrderStep2_ShippingMethods_TD table > tbody > tr > td > span:not(:first-child) {
    display: block;
}
.OrderStep2_ShippingMethods_TD table > tbody > tr > td:last-child {
    width: 100%;
}
.TableLines_OrderStep2 input[type="radio"] {
    margin-right: 10px;
}
#ShippingMethodsContainer img {
    margin: 8px 0;
    mix-blend-mode: multiply;
}


.locations {
    display: none;
    flex-direction: column;
    margin: 15px 0;
    border-top: 1px solid #eee;
}
.locations.active {
    display: inline-flex;
}
.locations .deliveryPoint {
	display: flex;
    padding: 10px 15px;
    border: 1px solid #eee;
    border-top: none;
    background-color: rgba(255,255,255,1.00);
    cursor: pointer;
    transition: background .4s ease;
}
.locations .deliveryPoint:hover {
    background-color: rgba(242,242,242,.50);
}
.locations .deliveryPoint.hide {
    display: none;
}
.deliveryPoint  input[type="radio"] {
    flex: none;
}
.deliveryPoint > div {
    flex: auto;
    display: flex;
    flex-wrap: wrap;
}
.deliveryPoint > div > .company {
    width: 100%;
    flex: none;
}
.deliveryPoint > div > .street:after {
    content: ",";
    margin-right: 3px;
}
.locations > div.showAll {
    align-self: flex-start;
    margin: 13px 0 0;
    font-size: 80%;
    background-color:rgba(0,0,0,1.00);
}

tr.checkout-payment-method {
    cursor: pointer;
}
.OrderStep2_PayMethods_TD .checkout-payment-method img {
    margin-top: 5px;
}
.OrderStep2_PayMethods_TD table, .OrderStep2_ShippingMethods_TD table {
    width: 100%;
}
.OrderStep2_PayMethods_TD,
.OrderStep2_ShippingMethods_TD {
    padding: 10px 0 20px;
}
.TableLines_OrderStep3,
.TableLines_OrderStep4 {
    box-shadow: 0 0 40px rgba(0,0,0,.2);
    padding: 3%;
}
/*
.OrderStep3_ReadTerms_Link .show-for-small {
    display: none;
}
*/
.OrderStep3_AcceptTerms_1 .termsbox {
	display: flex;
	flex-direction: column-reverse;
}

tr.OrderStep3_ReadTerms {
    display: none;
}
.OrderStep3_AcceptTerms_1 {
    display: flex;
    flex-direction: column;
}
.OrderStep3_AcceptTerms_1 > td {
    display: flex;
    margin: 20px 0 0;
    align-items: center;
    padding: 10px 15px;
    background-color: rgba(238,238,238,.50);
    border: solid 1px rgba(210,210,210,.50);
    border-radius: 3px;
}.OrderStep3_AcceptTerms_1 > td input {
    margin: 0 10px 0 0;
}
.OrderStep3_AcceptTerms_1 > td .termsbox {
    top: auto !important;
    left: auto !important;
}
.Order_printIcon {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.Order_printIcon > a {
	visibility: hidden;
}
.ProductImage_Order4 {
    width: 15% !important;
    margin: 0 10px 0 0;
}

.sellphonewrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 20px;
    background-color: #f3f3f3;
    padding: 15px;
}
.selltextandimg {
    display: flex;
    align-items: center;
}
.selltextnexttoimg {
    margin: 0 15px 0 10px;   
}
.sellboldtext p {
    margin: 0;
    font-weight: bold;
}
.sellnormaltext p {
    margin: 0;
}
.sellbuttonundertxt .button {
    display: block;
    margin: 6px 0 0;
}

/* CMS PAGES */
.panel {
    background-color: #f2f2f2;
}
#extCustomerservice .cs-lists.panel {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#extCustomerservice .cs-lists.panel > div {
    flex: auto;
}
.HeaderWithPhotoBg .HeaderText ul {
    margin: 0;
    padding: 0;
}
#extCustomerservice .cs-lists .cs-list {
    margin: 0;
    padding: 0;
}

/* Design cover */
body .mytrendyphone-cover-designer {
    max-width: 100%;
}
body .cover-designer-container {
    padding: 30px;
    display: flex !important;
    flex-wrap: wrap;
}
body .mytrendyphone-cover-designer .cover-designer-container .left-side {
    max-width:none;
    flex-basis: auto;
    width: 50%;
}
body .mytrendyphone-cover-designer .device ul {
    margin: 0 -1%;
}
body .mytrendyphone-cover-designer .device ul li {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex: none;
    width: 31.3%;
    margin: 0 1%;
    border: 1px solid #eee !important;
    border-radius: 4px;
    padding: 10px;
    height: auto;
    line-height: normal;
}
body .mytrendyphone-cover-designer .device ul li.active {
    background-color: #00A8FF;
    color: #FFF;
}
body .mytrendyphone-cover-designer .cover-designer-container .device ul li.active:hover, body .mytrendyphone-cover-designer .cover-designer-container .type-of-case ul li.active:hover {
    background-color: #00A8FF;
    color: #FFF;
}
body .mytrendyphone-cover-designer .cover-designer-container .device ul li:hover, body .mytrendyphone-cover-designer .cover-designer-container .type-of-case ul li:hover {
    background-color: #00A8FF;
    color: #FFF;
}
body .mytrendyphone-cover-designer .cover-designer-container .device ul li.active span, body .mytrendyphone-cover-designer .cover-designer-container .type-of-case ul li.active span {
    color: #FFF;
}
body .mytrendyphone-cover-designer .device ul li img {
    max-width: 100%;
}
body .mytrendyphone-cover-designer .device ul > li > img {
    display: none;
}
body .mytrendyphone-cover-designer .device ul > li:nth-child(1):before {
    content:url("/images/skins/Bewise/images/icon-menu-mobile.svg");
    width: 110px;
    margin: 0 auto;
}
body .mytrendyphone-cover-designer .device ul > li:nth-child(1):hover:before, body .mytrendyphone-cover-designer .device ul > li:nth-child(1).active:before {
    content:url("/images/skins/Bewise/images/icon-menu-mobile-white.svg");
}
body .mytrendyphone-cover-designer .device ul > li:nth-child(2):before {
    content:url("/images/skins/Bewise/images/icon-menu-tablet.svg");
    width: 130px;
    margin: 0 auto;
}
body .mytrendyphone-cover-designer .device ul > li:nth-child(2):hover:before, body .mytrendyphone-cover-designer .device ul > li:nth-child(2).active:before {
    content:url("/images/skins/Bewise/images/icon-menu-tablet-white.svg");
}
body .mytrendyphone-cover-designer .device ul > li:nth-child(3):before {
    content:url("/images/skins/Bewise/images/icon-powerbank.svg");
    width: 110px;
    margin: 0 auto;
}
body .mytrendyphone-cover-designer .device ul > li:nth-child(3):hover:before, body .mytrendyphone-cover-designer .device ul > li:nth-child(3).active:before {
    content:url("/images/skins/Bewise/images/icon-powerbank-white.svg");
}
body .mytrendyphone-cover-designer .device ul li span {
    margin-top: 10px;
}
body .mytrendyphone-cover-designer .left-side {
    text-align: left;
}
body .mytrendyphone-cover-designer .select-css {
    max-width: 100%;
    width: 100%;
    font-size: 13px;
    font-weight: normal;
    border: 1px solid #ddd;
    border-radius: 2px;
    -webkit-appearance: none;
    background-color: #FFF;
    padding: 0px 30px 0px 15px;
    height: 34px !important;
    outline: none;
    cursor: pointer;
    color: #000;
}
body .mytrendyphone-cover-designer .select-css[disabled] {
    background-image:url("/images/skins/Bewise/images/arrow-down-black.svg");
}
body .mytrendyphone-cover-designer .cover-designer-container .stepWrapper .stepCount {
    background-color: #73d841;
}
body .mytrendyphone-cover-designer .options-desktop div.option-block-wrapper p.hideable {
    display: none;
}
body .info-description_button {
    display: none;
}
body .mytrendyphone-cover-designer #typeSelector .option-wrapper .select-css {
    float: none;
}
body .mytrendyphone-cover-designer .upload .upload-button {
    height: auto;
}
body .mytrendyphone-cover-designer .price p .price-wrapper {
    text-align: left;
}
body .mytrendyphone-cover-designer .price .buy-button {
    height: auto;
    width: auto;
    line-height: normal;
    font-size: 16px;
    padding: 20px 70px;
}
body .mytrendyphone-cover-designer .price .buy-button:after {
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    margin-left: 0;
    right: 10px;
}

input[name="forgottenpw"] ~ br {
    display: none;
}

/* CMS REPARATIONS GUIDES */
#RepairGuide {
    padding: 25px;
}
.okvir {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1%;
}
.okvir > h1 {
	width: 98%;
}
.okvir > div {
    flex: none;
    width: 14.6%;
    margin: 0 1% 2%;
}
.okvir p#naslov {
    flex: none;
    width: 100%;
    padding: 0;
    display: block;
    margin: 0 0 20px 1%;
}
.okvir > div > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
}
.okvir > div > a > img {
    border: 1px solid #eee;
    border-radius: 2px;
    margin-bottom: 10px;
    width: 100%;
    height: auto;
}
.okvir > div.reparationList, .okvir > div.reparationImage {
    width: 48%;
}
.okvir > div.reparationList {
    float: none;
    padding: 0;
}
.okvir > div.reparationList > img,
#reparation_left .anchorLinks > img,
body #reparation_wrap #reparation_right .tools_products > div > img {
    display: none;
}
.okvir > div.reparationList > a {
    display: block;
    flex-direction: none;
    position: relative;
    padding-left: 20px;
    text-decoration: none;
}
.okvir > div.reparationList > a:before {
    background-image: url("/images/skins/Bewise/images/icon-right-white.svg");
    background-repeat: no-repeat;
    content: "";
    background-color: #00A8FF;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border-radius: 2px;
    background-position: 50% 50%;
    background-size: 60% auto;
}
body #reparation_wrap #reparation_left .anchor a,
body #reparation_wrap #reparation_right .tools_products a {
    display: block;
    flex-direction: none;
    position: relative;
    line-height: normal;
    font-size: 13px;
    padding: 5px 0 5px 20px;
    text-decoration: none;
	color: #00A8FF;
}
body #preview_reparations .lightboxx img {
    height: auto;
}
body #reparation_wrap #reparation_left .anchor a:before,
body #reparation_wrap #reparation_right .tools_products a:not(:empty):before {
    background-image: url("/images/skins/Bewise/images/icon-right-white.svg");
    background-repeat: no-repeat;
    content: "";
    background-color: #00A8FF;
    position: absolute;
    left: 0;
    top: 6px;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    background-position: 50% 50%;
    background-size: 60% auto;
}
.okvir > div.reparationList br,
#reparation_left .anchorLinks br,
body #reparation_wrap #reparation_right .tools_products br {
    display: none;
}
body #reparation_wrap .tools_products {
    font-size: 13px;
    line-height: normal;
}
body #reparation_wrap .tools_products > div:not(:last-child) {
	margin-bottom: 10px;
}
body #reparation_wrap .slider_product .slider_image {
	display: flex;
	justify-content: center;
}
.repUsp {
    flex-wrap: wrap;
    margin: 20px -1%;
    display: none;
}
.repUsp > span {
    font-size: 15px;
    text-transform: uppercase;
    flex: none;
    width: 31.3%;
    margin: 0 1% 2%;
    display: flex;
    align-items: center;
    background-image: url("/images/skins/Bewise/images/icon-check-green.svg");
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 16px;
    padding: 10px 0 10px 35px;
    background-color: #f6f6f6;
    border-bottom: 3px;
}
.bookingRepButtons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -1%;
}
.bookingRepButtons > div {
    flex: auto;
	max-width: 48%;
    margin: 0 1% 2%;
	display: flex;
}
.bookingRepButtons > div > a {
    display: flex;
	align-items: center;
	justify-content: center;
	flex: auto;
    text-align: center;
    background-color: #00A8FF;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 15px 10px 30px;
    border-radius: 3px;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 18px;
    text-decoration: none;
}
.bookingRepButtons > div:nth-child(1) > a, .bookingRepButtons > div:nth-child(2) > a {
    background-image: url("/images/skins/Bewise/images/icon-calendar-white.svg");
}
.bookingRepButtons > div:nth-child(3) > a {
    background-image: url("/images/skins/Bewise/images/icon-location-white.svg");
}
.bookingRepButtons > div > a[data-reveal-id="reparation_button_modal"] {
    background-image: url("/images/skins/Bewise/images/icon-tool-send.svg");
}
.bookingRepButtons > div > a[href*="-54818s1.html"] {
    background-image: url("/images/skins/Bewise/images/icon-tool-white.svg");
}

.reparation_category-two-banners {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1%;
}
.reparation_category-two-banners  > a {
    width: 48%;
    flex: none;
    margin: 0 1% 2%;
    text-decoration: none;
}
.reparation_category-two-banners  > a img {
    width: 100%;
}

/* CUSTOMER SERVICE */
#extCustomerservice .HeaderText {
    margin: 25px 0 0 25px;
}
#extCustomerservice .external_page_wrapper {
    padding: 0 25px;
}

/* B2B CLUB TRENDY */
body.webshop-b2blogin .maincontent {
    padding: 25px;
}
body .external_page_wrapper {
    padding: 0;
}
body.webshop-b2blogin .maincontent > div.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
body.webshop-b2blogin .nine, .row .nine {
    width: 73%;
}
#extTop ul {
    padding: 0;
    margin: 20px 0;
}
body.webshop-b2blogin .maincontent > div.row > .rightSidebar {
    width: 25%;
    flex: none;
}

body .rightSidebar .myTrendyWinners {
    border-top: 0;
    border-bottom: 0;
}
body .rightSidebar .myTrendyWinners li.headline {
    padding: 0;
    margin-bottom: 20px;
    font-size: 20px;
    text-transform: uppercase;
    text-align: left;
    font-weight: bold;
}
body .rightSidebar .myTrendyWinners li {
    color: #000;
}
body .external_page_wrapper #extNewsletter #extTop ul li {
    font-weight: normal;
}
body .external_page_wrapper #extNewsletter #extTop ul li {
    background: url("/_images/layout/green-check.png") no-repeat left 3px;
}
body.webshop-b2blogin .panel.login-form {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
}
body.webshop-b2blogin .panel.login-form > div {
    flex: none;
    width: 50%;
}
body.webshop-b2blogin .panel.login-form > br {
    display: none;
}
.external_page_wrapper .newsletter-form input[type="text"], .external_page_wrapper .newsletter-form input[type="password"], .external_page_wrapper .newsletter-form .NewsRegistration input {
    width: 100%;
}
body.webshop-b2blogin .external_page_wrapper h3 {
    margin-top: 0;
    text-transform: uppercase;
}
.external_page_wrapper .newsletter-form label {
    display: block;
}
.signupclubtrendy {
    padding: 25px;
    display: flex;
    flex-wrap: wrap;
}
.signupclubtrendy .external_page_wrapper {
    width: 73%;
    flex: none;
}
.signupclubtrendy .rightSidebar {
    flex: none;
    width: 25%;
}
.signupclubtrendy .panel {
    padding: 20px;
}
.signupclubtrendy .external_page_wrapper .newsletter-form .gender-select label, .signupclubtrendy .external_page_wrapper .newsletter-form .NewsRegistration .gender-select label {
    line-height: normal;
    padding: 0;
}
.signupclubtrendy .external_page_wrapper .newsletter-form .gender-select label, .signupclubtrendy .external_page_wrapper .newsletter-form .NewsRegistration .gender-select label {
    width: auto;
    margin-right: 20px !important;
}
.signupclubtrendy .external_page_wrapper input[type="radio"], .signupclubtrendy .external_page_wrapper input[type="checkbox"] {
    height: 20px !important;
    margin-right: 5px;
}
.signupclubtrendy .gender-select {
    flex: none;
    display: flex !important;
    align-items: center;
}
.signupclubtrendy .external_page_wrapper .newsletter-form .gender-select, .signupclubtrendy .external_page_wrapper .newsletter-form .NewsRegistration .gender-select {
    margin: 10px 0;
}
.select_div ul {
    padding: 0 !important;
}
.btn_mtp_green {
    margin: 20px 0 0 0;
}
.signupclubtrendy .external_page_wrapper .newsletter-form .ct_password, .signupclubtrendy .external_page_wrapper .newsletter-form .NewsRegistration .ct_password {
    float: none;
}
body .external_page_wrapper .newsletter-form .row .switch_wobbler {
    float: none;
}
.external_page_wrapper .newsletter-form .gender-select input, .external_page_wrapper .newsletter-form .NewsRegistration .gender-select input {
    height: 20px !important;
    width: 20px !important;
}
#newsletter_archive {
    padding: 25px;
}

#contactUs .external_page_wrapper.HeaderText {
    padding: 25px;
}
.ContactUsText {
    padding: 25px;
}
.external_page_wrapper h3 {
    text-transform: uppercase;
}
#contact-form {
    padding: 20px;
}
#contact-form > div.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#contact-form > div.row > * {
    flex: none;
    width: 49%;
}
body #contact-form input {
    float: none;
    width: 100%;
}
body #contact-form select {
    padding: 0px 30px 0px 15px;
    float: none;
    width: 100%;
    margin: 0;
}
body #contactUs #contact-form .eight {
    margin-bottom: 10px;
    padding-bottom: 0 !important;
}
#contact-form > div.row > .columns.twelve {
    width: 100%;
}
body #contactUs #contact-form input.sendButton {
    padding: 0 10px;
    font-size: 15px;
    font-weight: bold;
    height: 40px;
}
body #contactUs .ContactUsText .company_info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding-top: 0;
}
body #contactUs .ContactUsText .company_info > div {
    flex: none;
    width: 50%;
    padding: 25px;
}
body .horizontal-divider hr {
    display: none;
}
body #contactUs .ContactUsText .company_info .six.columns:nth-child(1), body #contactUs .ContactUsText .company_info .six.columns:nth-child(5) {
    border-right: 1px solid #eee;
    padding-right: 25px;
}
body #contactUs .ContactUsText .company_info .six.columns:nth-child(2), body #contactUs .ContactUsText .company_info .six.columns:nth-child(6) {
    padding-left: 25px;
    border: none;
}

body .external_page_wrapper.rma_forms {
    padding: 25px;
}
#aboutUs,
.maincontent > .external_page_wrapper {
    padding: 25px;
}


.delivery_information_wrapper .blue {
    background-color: #00A8FF !important;
    color: #FFF;
    text-align: center;
    font-weight: bold;
}
.delivery_information_wrapper .blue .flag {
    display: flex;
    justify-content: center;
    align-items: center;
}
.delivery_information_wrapper .blue .flag img {
    margin-left: 8px;
}
.delivery_information_wrapper td {
    padding: 5px 1px;
}
.delivery_information_wrapper tr {
    text-align: center;
    color: #000;
}
.delivery_information_wrapper .center-links {
    padding: 30px 0;
}
.delivery_information_wrapper .center-links a {
    background-color: #f6f6f6;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
    padding: 8px 0;
    text-decoration: none;
}
.delivery_information_wrapper .black {
    background-color: #000;
    color: #FFF;
    text-align: left;
    padding: 0 10px;
}
.delivery_information_wrapper .black > h2,
.delivery_information_wrapper h3 {
    margin: 10px 0;
}
.delivery_information_wrapper tbody tr:nth-child(2n) {
    background-color: #f0f0f0;
}

/* FAQ */
td#FaqBanner form#inputString22 {
    display: flex;
}

/* REVIEW */
.reviewContainer {
    display: flex;
    flex-wrap: wrap;
    padding: 25px;
}
.reviewContainer .rightSidebar {
    flex: none;
    width: 25%;
}
.reviewContainer #content {
    flex: auto;
}
body .reviewWrapper.mainContent {
    color: #000;
}
body .reviewWrapper.external_page_wrapper .main_content .row .columns.eight.required_message {

}

#feedbackForm .row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}
#feedbackForm label[for="label1"], #feedbackForm label[for="label2"], #feedbackForm label[for="label3"], #feedbackForm label[for="label4"], .prconfirm label[for="acceptedterms"], .prconfirm label[for="age"] {
    display: flex;
    align-items: center;
    margin-bottom: 5px !important;
}
#feedbackForm label[for="label1"] input, #feedbackForm label[for="label2"] input, #feedbackForm label[for="label3"] input, #feedbackForm label[for="label4"] input, .prconfirm label[for="acceptedterms"] #acceptedterms, .prconfirm label[for="age"] #age {
    width: 20px !important;
    height: 20px !important;
    margin-right: 10px !important;
}
#feedbackForm .USAGE_SHOP {
    padding-left: 6px;
}
#feedbackForm .row > div:first-child {
    width: 20%;
    flex: none;
}
#feedbackForm .row > div:last-child {
    width: 75%;
    flex: none;
}
#experience ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.external_page_wrapper #experience ul.tabs li {
    list-style-type: none !important;
}
div.reviewWrapper.external_page_wrapper .main_content .tabs li a {
    margin-bottom: 0;
}
.prfields .tabs li::marker {
    display: none !important;
}
.external_page_wrapper #feedbackForm input, .external_page_wrapper #feedbackForm select, .external_page_wrapper #feedbackForm textarea {
    margin: 0;
    width: 100%;
}
#egneside_wrapper {
    padding: 25px;
}
#egneside_wrapper a {
    color: #00A8FF;
}



#bestseller.placeholder {
    min-height: 403px;
}
#bestseller ul:not(.slick-initialized) > li:nth-child(n+6) {
    display: none;
}

.fancybox__content[id*="moreinfo"],
.has-iframe .fancybox__content {
    width: 800px !important;
    max-width: 90% !important;
}
.fancybox__content[id*="moreinfo"] > a:not(.button) {
    color: #00A8FF;
    align-self: flex-start;
}
.fancybox__content[id*="moreinfo"] > a:visited,
.fancybox__content[id*="moreinfo"] > a:focus,
.fancybox__content[id*="moreinfo"] > a:link {
    outline: none;
}

body:not(.webshop-frontpage) .awards {
    display: none;
}
.awards > * {
    /*border-bottom: 1px solid #eee;*/
    display: block;
    padding: 8px 0;
}
.awards > * > img,
.awards > img {
    display: block;
    max-width: 100%;
	height: auto;
    object-fit: scale-down;
    object-position: 50% 50%;
    margin: 0 auto;
}
.awards > .trustpilot-widget {
	width: 200px;
	max-width: 90%;
    margin: 15px auto;
	height: 127px;
}

.productfilter {
    display: none;
}
.filter-group {
    border-bottom: 1px solid #eee;
    padding: 15px;
}
.filter-group > div:first-of-type {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.filter-group > div.priceinput {
    display: flex;
    align-items: center;
    margin: 0 0 15px;
}
.filter-group > div.priceslider {
    margin: 30px 15px 11px;
}
.filter-group > div.priceinput > * {
    flex: none;
}
.filter-group > div.priceinput input {
    width: 60px;
    padding: 0 10px;
    text-align: center;
}
.filter-group > div.priceinput span {
    padding: 0 7px;
}
.filter-group > div.priceinput div.button {
    margin: 0;
    flex: auto;
}
.filter-group > div.pricesliderinfo {
    margin: 0 0 20px;
    display: flex;
    justify-content: space-between;
    font-size: 10px;
}
div.noUi-target {
    border: none;
    box-shadow: none;
    border-radius: 0;
    background-color: transparent;
}
div.noUi-connect {
    background-color: #00A8FF;
}
div.noUi-tooltip {
    font-size: 11px;
    padding: 2px 5px;
}
.filter-group div.button {
    margin: 15px 0 0;
}
.filter-group.filtergroupoverflow > label:nth-of-type(n+6) {
    display: none;
}
.filter-value {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.filter-group > label:not(:last-of-type) {
    margin-bottom: 8px;
}
.filter-value .filterinput {
    margin-right: 8px;
    flex: none;
}
.filter-value.reviewfilter .filterinput {
    /*display: none;*/
}
.filter-value .filtertext {
    flex: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.filter-value .filtertext span.reviewstars {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.filter-value .filtertext i {
    font-style: normal;
    padding: 2px 8px;
    border-radius: 25px;
    background-color: rgba(221,221,221,.60);
}
.productListWrapper .productList {
    flex: auto;
}
.activefilters {
    display: flex;
    border: 1px solid #eee;
    padding: 15px;
    margin-bottom: 20px;
    align-items: center;
}
.activefilters .activefilterslabel {
    flex: none;
    font-size: 16px;
}
.activefilters .activefiltervalues {
    flex: auto;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.activefilters .activefiltervalues > div {
    flex: none;
    border-radius: 2px;
    padding: 5px 30px 5px 10px;
    background-image: url("/images/skins/Bewise/images/icon-close-black.svg");
    background-repeat: no-repeat;
    background-size: 15px auto;
    background-position: calc(100% - 7px) 50%;
    border: 1px solid #eee;
    margin: 5px 10px 5px 0;
    cursor: pointer;
    display: flex;
    font-weight: bold;
    color: #00A8FF;
    align-items: center;
}
.activefilters .activefiltervalues > div .reviewstars {
    display: flex;
}
.activefilters .activefiltervalues > div:hover {
    background-color: #eee;
}
.activefilters .button.filterbuttonreset {
    flex: none;
}

.stock.hideMe {
    display: none;
}
.productInList {
    padding: 10px;
}
.productInList h2 a {
    font-size: 13px;
    color: #000 !important;
    text-decoration: none;
    font-weight: normal;
    text-align: center;
    display: block;
}
.productInList .shortDescription {
    display: none;
}
.productInList .productImage a {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.productInList .productImage img {
    display: inline-block;
}
.productInList .actions {
    text-align: center;
    display: none;
}
.productInList .price {
    padding: 15px 0;
    font-weight: bold;
    text-align: center;
}
.productInList .productStatusNumber {
    display: flex;
    justify-content: center;
    font-size: 11px;
    align-items: center;
}
.productInList .productStatusNumber .productStatus {
    margin-right: 5px;
}
.productList .productListHeaderTop {
    padding: 10px 0;
    border-top: 1px solid #eee;
}
.productList .productListHeaderTopLeft > .row {
    display: flex;
    padding: 0 20px;
}
.productList .productListHeaderTop:empty {
	display: none;
}
.text-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.text-center .img-wrapper-bottom-right-text {
    flex: none;
    width: 49%;
    display: block;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
}
.text-center .img-wrapper-bottom-right-text > span {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 6px 20px;
    display: block;
    background-color: #00A8FF;
    color: #FFF;
}
.text-center .img-wrapper-bottom-right-text img {
    width: 100%;
    display: block;
    border: 1px solid #eee;
}
.text-center > a:last-child:not(.tab-accs) {
    width: 100%;
}
.text-center > br {
    display: none;
}
.slick-slider .slick-arrow:not(.advvariants) {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 40px;
    height: 60px;
    background-color: #00A8FF;
    font-size: 0;
    padding: 0;
    border: none;
    background-image: url("/images/skins/Bewise/images/icon-right-white.svg");
    background-size: 30% auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.slick-slider .slick-arrow.slick-prev {
    left: 0;
    transform: translateY(-50%) rotate(180deg);
}
.slick-slider .slick-arrow.slick-next {
    right: 0;
}
.slick-track {
    display: flex !important;
}
.slick-slide {
    height: inherit !important;
}

#customersalsoboughtrecommendations .slick-slider .slick-arrow {
    top: 48%;
}

/*slider arrows test*/
.subCategoriesSlider .slick-arrow:not(.advvariants) {
	background-color:rgba(0, 168, 255, 0.5);
}
.subCategoriesSlider .slick-arrow {
	opacity: 0;
	transition: opacity 0.3s ease;
}
.subCategoriesSlider:hover .slick-arrow {
        opacity: 1;
      }
      .subCategoriesSlider .slick-arrow.slick-disabled {
        opacity: 0;
      }
/*slider arrows test*/


div.delivery-pwb {
    background-color: #e46b1a;
    text-align: center;
    padding: 15px 5%;
    display: block;
    justify-content: center;
    align-items: center;
    margin: 0;
}
div.delivery-pwb p {
    margin: 0;
    padding: 0;
    font-size: 20px;
    color: rgba(255,255,255,1.00);
    display: block;
    text-align: center;
}
div.delivery-pwb p:after {
    display: none;
}
div.delivery-pwb p:before {
    content: "";
    background-image: url("/images/skins/Bewise/images/icon-delivery-white.svg");
    background-size: 100% auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 36px;
    height: 21px;
    position: relative;
    flex: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.lastviewedcontainer {
    background-color: rgba(255,255,255,1.00);
    padding: 30px;
}
.lastviewedcontainer .product .name {
    padding-left: 25px;
    padding-right: 25px;
}
ul.lastviewedproducts:not(.slick-initialized) {
    justify-content: center;
}


.nosearchresults .HeaderWithPhotoBg {
    display: flex;
    justify-content: space-between;
}
.nosearchresults .HeaderWithPhotoBg ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}


#customersalsoboughtrecommendations .product-status,
#bestseller .product-status,
#footerproducts .product-status,
.headerpayments {
    display: none;
}
.headerpayments img {
    height: 12px;
}

#header_pwb {
	margin-top: 13px;
}
#header_pwb a.header_pwb_link {
    text-decoration: none;
	border-radius: 3px;
    color:rgba(255,255,255,1.00);
    text-transform: uppercase;
    background: #00A8FF;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 13px;
	padding: 10px;
}


.fancybox__nav button.carousel__button {
    background-color: rgba(0,0,0,.50);
    border-radius: 0;
}


.totop {
    position: fixed;
    bottom: -200px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 4px;
    background-color: #00a8ff;
    width: 40px;
    height: 35px;
    display: block;
    cursor: pointer;
    background-image: url("/images/skins/Bewise/images/arrow-up-white.svg");
    background-repeat: no-repeat;
    background-size: auto 50%;
    background-position: 50% 50%;
    z-index: 50;
    transition: all 0.3s ease;
}
.totop.active {
    bottom: 15px;
}

.usedPhonesPrList {
    margin-bottom: 30px;
}
.usedphonesbanner {
    display: block;
}
.usedphonesbanner img {
    max-width: 100%;
}
.webshop-productlist .usedphonesbanner {
    margin-bottom: 30px;
}
.webshop-productlist .usedPhonesPrList .usedphonesbanner {
	margin-bottom: 0;
}

a[href*="cms-136.html"] {
    text-decoration: none;
}
.Price_Before_Special_Offer_OrderStep3 {
	display: none;
}

form[action="/shop/b2blogin.html"] td.corrections {
	display: flex;
	flex-direction: column-reverse;
}
form[action="/shop/b2blogin.html"] td.corrections a {
	color: #00A8FF;
}
form[action="/shop/b2blogin.html"] input {
	margin-bottom: 10px;
}
[name="forgottenpw"] ~ div input[type="text"] {
	width: 100%;
}

.chat-body #alert-text img {
	display: inline-block;
}
.listtopcampaign {
	display: none;
}
.listtopcampaign img {
	width: 100%;
	height: auto;
}

.mytrendyphone-cover-designer div.filter-overlay-loading-black div {
	display: flex;
	align-items: center;
	justify-content: center;
}
.mytrendyphone-cover-designer div.filter-overlay-loading-black div img {
	margin: 0;
}
p.go_to_seo {
	width: 100%;
}

ul.reparation_modal {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.reparation_modal > li:not(:last-child) {
	margin-bottom: 30px;
}
ul.reparation_modal > li > div {
	display: flex;
	align-items: flex-start;
}
ul.reparation_modal > li > div > img {
	flex: none;
	width: 45px;
	height: auto;
	max-width: 8%;
	margin: 0 15px 0 0;
}
ul.reparation_modal > li > div > div {
	flex: auto;
}
ul.reparation_modal > li > div > div > strong {
	display: block;
	margin: 0 0 10px;
}
ul.reparation_modal > li > div > div > strong + br {
	display: none;
}

.b2bgreeting {
	text-transform: uppercase;
	font-size: 11px;
}
.b2bgreeting > a.button {
	font-size: inherit;
	padding: 4px 6px;
	font-weight: normal;
	background-color: #00A8FF;
	margin: 0 10px 0 0;
}

body.webshop-customercenter .maincontent > table {
	width: 100%;
}

.categoryListWrapper > [element-type="drop"] {
	margin: 0 0 20px;
	min-height: 34px;
}
.categoryListWrapper > [element-type="drop"] img {
	display: none;
}
.categoryListWrapper > [element-type="drop"] select {
	width: 100%;
}

.CmsPageStyle > [id*="moreinfo"] {
	padding: 5%;
}
.CmsPageStyle > #notinstockform,
.CmsPageStyle > #bulkbulk {
	display: none;
}
body.disablescroll {
	overflow: hidden;
}

.christmasshipping {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fa6400;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}
.christmasshipping.mobileversion {
	background-color: #f4f4f6;
	padding: 2px 5%;
	min-height: 34px;
}
header .christmasshipping {
	border-right: 1px solid #444;
    padding-right: 25px;
	margin-right: 25px;
}
.christmasshipping img {
	width: 31px;
	height: auto;
	flex: none;
	margin: 0 15px 0 0;
	display: block;
}
.christmasshipping span {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.christmasshipping strong {
	font-size: 27px;
	margin: 0 5px 0 0;
}
.christmasshipping.mobileversion strong {
	font-size: 22px;
}
.christmasshipping.mobileversion + .listtopcampaign {
	display: none;
}

.customslider.placeholder {
	min-height: 353px;
    flex: none;
    width: 100%;
}
.customslider {
    list-style-type: none;
    padding: 0 40px;
    margin: 0 -1%;
	display: flex;
}
.customslider:not(.slick-initialized) > div {
    flex: none;
    width: 18%;
    margin: 0 1%;
}
.customslider:not(.slick-initialized) > div:nth-child(n+6) {
    display: none;
}
.customslider.slick-initialized .slick-slide {
	display: flex;
	flex-direction: column;
}
.customslider form {
	height: 100%;
}


@media (min-width: 760px) {
    .christmasshipping {margin-right:2%;}
    body.noscroll {
        overflow: hidden;
    }
    .show-for-small,
    .show-for-small-only {
        display: none;
    }
    
    
    .headerboxDesignCover {
        display: flex;
        align-items: center;
        color: #FFF;
        font-size: 12px;
        font-weight: bold;
        border-right: 1px solid #444;
        padding-right: 25px;
        text-decoration: none;
    }
    .headerboxDesignCover > img {
        margin-right: 10px;
    }
    .headerboxDesignCover small {
        font-size: inherit;
    }
    .headerboxDesignCover strong {
        display: block;
        margin: 2px 0 0;
        color: #00A8FF;
        text-transform: uppercase;
    }
	/*
    input[type="submit"]:hover, button:not(.is-close):hover {
        background-color: rgba(0,0,0,1.00);
    }
    a:hover:not(.infobar-campaign > a, .usp > a, .product .buy > a, .boxes > *, nav > ul > li > a, .goback a, .showbasketnavigation a) {
        color: #00a8ff;
    }
    */
    .categoryPanels .links a:hover, .modelSearch .links a:hover {
        text-decoration: none;
    }
    .language:hover > div {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 100%;
        right: 0;
        background-color: #FFF;
        padding: 10px;
    }
    nav > ul > li > a:hover {
        background-color: #00A8FF;
        color: #FFF;
    }
    nav > ul > li > ul {
        position: absolute;
        top: 100%;
        left: 0;
        width: 850px;
        background-color: #f4f4f4;
        list-style-type: none;
        margin: 0;
        padding: 25px;
        column-count: 3;
        column-gap: 30px;
        box-shadow: 10px 10px 10px rgb(0 0 0 / 10%);
    }
    nav > ul > li:hover > ul {
        display: block;
    }
    nav > ul > li > ul > li > a {
        padding: 5px 0 5px 15px;
        position: relative;
        display: block;
        text-decoration: none;
    }
    nav > ul > li > ul > li:hover > a {
        text-decoration: underline;
    }
    
    nav > ul > li.show-categories:hover > a:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-top-color: #00A8FF;
        border-width: 5px;
        margin-left: -5px;
        z-index: 1;
    }
    .fade-focus {
        visibility: hidden;
    }
    .fade-focus > * {
        visibility: visible;
    }
    .fade-focus > * {
        transition: opacity 150ms linear 100ms, transform 150ms ease-in-out 100ms;
    }
    .fade-focus:hover > * {
        opacity: 0.4;
        transform: scale(0.95);
    }
    .fade-focus > *:hover {
        opacity: 1;
        transform: scale(1);
        transition-delay: 0ms, 0ms;
    }
    .product {
        padding: 10px;
    }


    .ProductList_Custom_UL:not(.slick-slider) > li:hover,
        .TrustList_Custom_UL:not(.slick-slider) > li:hover,
    .Frontpage_Custom_UL:not(.slick-slider) > li:hover,
    .trends-models > a:hover {
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
    }

    .SubCats_Categories_UL,
    .SubCats_Categories_UL + .button {
        display: none;
    }


    .SubCats_Categories_DIV > div:hover > a:first-child {
        border: 1px solid #ddd;
    }
    li:hover .product .product-status {
        border-bottom-color: transparent;
    }
    .boxes > *:hover {
        background-color: #eee;
    }
    
    .redesign.listSize5 .SubCats_Categories_DIV > div:not(.other_models_wrap):hover {
        background-color: #f9f9f9;
    }

    .stickybuy {
        display: none;
    }


    body:not(.webshop-frontpage) #ProductmenuContainer_DIV {
        display: none;
    }
    body.webshop-frontpage aside,
    body.hasfilters aside,
    .maincontainer.hasaside aside {
        display: flex;
        flex-direction: column;
        /*width: 20%;*/
        width: 294px;
        flex: none;
        border-right: 1px solid #eee;
    }

    .productfilter.active {
        display: flex;
        flex-direction: column;
    }
    .filterbuttons {
        display: none;
    }

    /*
    .usp > a:nth-of-type(n+5),
    .usp a.slick-current + a + a + a + a {
        border-right: none;
    }
    */
    


    body.webshop-showbasket .checkoutshortcuts,
    body[class*="webshop-orderstep"] .checkoutshortcuts {
        display: flex;
    }
    body.webshop-showbasket .headerpayments,
    body[class*="webshop-orderstep"] .headerpayments {
        display: flex;
        justify-content: flex-end;
        padding: 0 0 8px;
    }
    
    .readmorebuttondots,
    .readmorebutton {
        display: none;
    }
    
    
	#aboutUs > .row {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	#aboutUs > .row > .four {
		flex: none;
		width: 25%;
		max-width: 300px;
		margin-left: 2%;
	}

}
@media (max-width: 1270px) {
    .usp:not(.slick-initialized) > * {
        width: 25%;
    }
    .usp:not(.slick-initialized) > :nth-child(n+5) {
        display: none;
    }
    /*
    .usp > a:nth-of-type(n+5),
    .usp a.slick-current + a + a + a + a {
        border-right: none;
    }
    */
    #BUYSECTION input[type="number"] {
        padding-left: 0;
        width: 50px;
    }
    .newsletter > img {
        display: none;
    }
    h1 .itemsloaded {
        padding-left: 6px;
        font-size: 13px;
        font-weight: normal;
        display: inline-block;
    }
    h1 .itemsloaded:before {
        content: "("
    }
    h1 .itemsloaded:after {
        content: ")"
    }
}
@media (max-width: 1000px) {
    body, .headline, td.VariantGroupLabel,
    input[type="text"],
    input[type="tel"],
    input[type="password"],
    input[type="email"],
    input[type="number"],
    select {
        font-size: 12px;
    }
    h1, h2, .headline {
        font-size: 18px;
    }
    aside .headline {
        padding: 10px 15px;
    }
    header .logo {
        width: 190px;
    }
    
    nav > ul > li {
        margin: 0 1px;
    }
    nav > ul > li > a {
        font-size: 70%;
        font-weight: normal;
    }

    body.webshop-frontpage aside,
    body.hasfilters aside,
    .maincontainer.hasaside aside {
        width: 200px;
    }
    .webshop-frontpage .maincontainer .maincontent {
        width: calc(100% - 200px);
    }
    .ProductList_Custom_UL > li, .TrustList_Custom_UL > li {
        width: 31.33%;
    }
    .padding {
        padding: 20px;
    }
    .trust {
        padding: 20px;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .trust > div:not(:last-child) {
        margin-right: 0;
    }
    .trust > div {
        flex: none;
        width: 49%;
        margin: 1% 0;
    }
    .quicksearch > span {
        font-size: 19px;
    }
    .filter-group > div.priceinput input {
        width: 43px;
        padding: 0 5px;
    }
    .filter-group > div.priceinput div.button {
        padding-left: 10px;
        padding-right: 10px;
    }

    .headerboxDesignCover,
    .headerbox.orderstatus,
    .infobar-div,
    .infobar-emaerket,
    .itemsfound {
        display: none
    }
    
    [itemtype*="BreadcrumbList"] {
        margin-top: -20px;
        margin-bottom: 15px;
        padding-bottom: 10px;
    }
    
    
    .search-infobar.padding {
        padding: 10px 20px;
    }
    
    .usp.padding {
        padding: 10px 0;
    }
    .usp:not(.slick-initialized) > :nth-child(n+3) {
        display: none;
    }
    .usp:not(.slick-initialized) > * {
        width: 50%;
    }
	
	
	.SubCats_Categories_DIV > div:not(.separator) {
		width: 23% !important;
	}
	
	
}
@media (max-width: 759px) {
	.stockinfo .stockmessage br.show-for-small {
        display: block;
    }
    .hide-for-small {
        display: none;
    }
    .show-for-small,
	.show-for-small-only {
        display: block;
    }
	.b2bgreeting.show-for-small {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 5px 0;
		min-height: 32px;
	}
	.b2bgreeting.show-for-small:empty {
		display: none;
	}
    
	.webshop-productlist .listtopcampaign,
	.webshop-productinfo .listtopcampaign,
	.webshop-externalpage .listtopcampaign {
		display: block;
	}
	form[action="/shop/b2blogin.html"] td.corrections br.show-for-small {
		display: none;
	}
    div.promotion_wrap, div.content-wrapper {
        margin: 0;
    }
    
    body.webshop-productinfo {
        padding-bottom: 80px;
    }
    #fc_frame.fc-widget-small.fc-mobile-view,
	#mobile-chat-container {
        transition: bottom .4s ease;
    }
    body.webshop-productinfo #fc_frame.fc-widget-small.fc-mobile-view.moveup,
	body.webshop-productinfo.moveup #mobile-chat-container,
    body.webshop-productinfo .totop.active.moveup {
        bottom: 90px !important;
    }
    .top, header nav, .infobar-campaign, .infobar-div, .showbasket-image-arrow, .showbasket-content > span, .quicksearch > div > :not(:last-child):after, .search-infobar .infobar, .headerbox, .headerboxDesignCover  {
        display: none;
    }
    header .logo {
        width: 140px;
		max-width: 37%;
    }
    .logo img {
        width: 100%
    }
    .header-center {
        padding: 0;
    }
    .btnmenu,
    .btnsearch,
    body.webshop-showbasket .btnmenu,
    body.webshop-showbasket .btnsearch,
    body.webshop-showbasket header .basket,
    body.webshop-showbasket .search-infobar.active,
    body[class*="webshop-orderstep"] .btnmenu,
    body[class*="webshop-orderstep"] .btnsearch,
    body[class*="webshop-orderstep"] header .basket,
    body[class*="webshop-orderstep"] .search-infobar.active {
        display: flex;
    }
    
    body.webshop-showbasket .header-center,
    body[class*="webshop-orderstep"] .header-center {
        display: block;
    }
    body.webshop-showbasket .header-center *,
    body[class*="webshop-orderstep"] .header-center *{
        display: none;
    }
    
    .headerpayments {
        display: none;
    }
    
    
    .wrapper {
        max-width: 100%;
    }
    .padding {
        padding: 20px;
    }
    .highlight {
        border-bottom: 1px solid #222;
        font-size: 10px;
        height: 27px;
        padding: 8px 0;
		-webkit-overflow-scrolling:touch;
        overflow-x:auto;
        overflow-y:hidden;
    }
    
    .highlight .buybefore {
        margin-right: 5px;
    }
    header {
        border-radius: 0;
        padding: 10px 5%;
        position: sticky;
        top: 0;
        height: 73px;
    }
    .highlight + .wrapper header {
        top: 27px;
    }


    #ProductMenu_List ul {
        display: none;
    }
    aside > img.close {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 40px;
        height: auto;
        display: block;
        background-color: #00A8FF;
    }
    .asidemenu {
        display: none;
    }
    body.webshop-frontpage aside,
    body.hasfilters aside, .maincontainer.hasaside aside,
    aside {
        width: 100%;
        height: 100%;
        border: none;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999999999;
        background-color: rgba(0,0,0,.50);
    }
	.maincontainer > * {
		flex: none;
		width: 100%;
	}
    .maincontainer > aside.active {
        display: flex;
    }
    .maincontainer > aside > div {
        display: none;
        background-color: rgba(255,255,255,1.00);
        box-shadow: 0 0 40px rgba(0,0,0,.5);

        max-height: 100%;
        width: calc(100% - 60px);
        flex: none;
    }
    .maincontainer > aside > div.active {
        display: flex;
    }
    .maincontainer > aside > div #ProductMenu_List {
        width: 100%;
    }
    .maincontainer > aside > div.ProductmenuContainer_DIV {
        -webkit-overflow-scrolling:touch;
        overflow-x:hidden;
        overflow-y:auto;
    }
	
	.listtools.listtoolsbottom {
		justify-content: center;
	}
	.listtoolsbottom .listtoolsleft {
		display: none;
	}
	
	.fpshortcuts {
		flex-direction: column;
	}
	.fpshortcuts > :not(:last-child) {
		border-right: none;
	}
	.fpshortcuts > * {
		width: 100%;
	}
    #bestseller, #footerproducts, .trends-models {
        padding: 25px 10px;
		margin: 25px 0;
    }
    .webshop-frontpage .maincontainer .maincontent {
        float: none;
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .webshop-frontpage .maincontainer .maincontent > * {
        order: 10;
    }
    .webshop-frontpage .maincontainer .maincontent > .campaignfrontpage {
        order: 1;
    }
	
	.Frontpage_Custom_UL,
	.CustomersAlsoBought_Custom_UL,
	.customslider {
		padding: 0 30px;
	}
	.slick-slider:not(.advancedvariants) > .slick-arrow {
		width: 30px;
		height: 50px;
	}
	
	/*.moveCategoriesToFilters.hide {
		display: block;
	}*/
	
    .SubCats_Categories_UL {
        margin: 0;
        padding: 0;
        list-style-type: none;
        border: 1px solid #ebebeb;
        border-bottom: none;
    }
    .SubCats_Categories_UL > li {
        float: none !important;
        border-bottom: 1px solid #ebebeb;
    }
    .SubCats_Categories_UL a {
        display: block;
        padding: 15px 35px 15px 15px;
        text-decoration: none;
        color: #00A8FF;
        font-size: 14px;
        background-image: url('/images/skins/Bewise/images/icon-right-black.svg');
        background-repeat: no-repeat;
        background-size: auto 9px;
        background-position: calc(100% - 15px);

    }
    .SubCats_Categories_UL > li.hidden {
        display: none;
    }
    .SubCats_Categories_UL + .button {
        margin-top: 10px;
    }
	
	
	.pager a {
		height: 32px;
	}
	.pages > a.ActivePageNumber_ProductList + a:not(:last-child),
	.pages .HiddenPagesIndicator_ProductList + a:not(:last-child) {
		display: none;
	}

    .productfilter {
        flex-direction: column;
    }
    .productfilter > * {
        flex: none;
    }
    .productfilter > .productfiltercontent {
        flex: auto;
        -webkit-overflow-scrolling: touch;
        overflow-x: hidden;
        overflow-y: auto;
    }
    .productfilter > .filterbuttons {
        display: flex;
        padding: 15px;
        box-shadow: 0 0 40px rgb(0,0,0,.2);
        margin: 0 -2%;
    }
    .productfilter > .filterbuttons .button {
        margin: 0 2%;
        flex: auto;
    }
    .productfilter > .filterbuttons .button:after {
        display: none;
    }
    .productfilter > .filterbuttons .button.filterbuttonreset {
        background-color:rgba(218,218,218,1.00);
        border: none;
        color: rgba(63,63,63,1.00);
    }
    .productfilter > .filterbuttons .button.filterbuttonshow {
        background-color: #73d841;
        border-color: #73d841;
        color: rgba(255,255,255,1.00);
    }
    .activefilters {
        padding: 5px 10px 5px 10px;
        align-items: baseline;
    }
    .activefilters .activefilterslabel {
        display: none;
    }
    .activefilters .activefiltervalues {
        padding: 0 10px 0 0;
    }

    
    
    
    .CustomersAlsoBought_Custom_UL .product {
        padding: 10px;
    }
	.customslider .product {
		padding: 10px;
	}
    

    [itemtype*="BreadcrumbList"] {
        font-size: 80%;
        padding-bottom: 10px;
        margin-top: -8px;
    }
    /*
    .webshop-productinfo [itemtype*="BreadcrumbList"] {
        display: none;
    }
    */

    .listtools.spacebottom .pager,
    .listtoolsbottom .btnfilter {
        display: none;
    }
    .itemsfound,
    .itemsperpage {
        display: none;
    }
	
	
	
	

    header .basket {
        justify-content: center;
        padding: 0 12px;
        background-color: #73d841;
        border-radius: 3px;
        margin-left: 10px;
    }
    /*
    header .basket:before {
        content: attr(data-count);
        position: absolute;
        border-radius: 25px;
        padding: 0 4px;
        line-height: normal;
        background-color: #00a8ff;
        color: rgba(255,255,255,1.00);
        top: 0;
        right: 0;
        transform: translate(40%,-40%);
        display: flex;
        box-shadow: -2px 2px 0 rgba(0,0,0,.4);
        align-items: center;
        justify-content: center;
        text-align: center;
        height: 20px;
        min-width: 19px;
    }
    */
    header .basket:before {
        content: attr(data-count);
        /* position: absolute; */
        border-radius: 25px;
        padding: 2px 6px;
        line-height: normal;
        background-color: white;
        color: black;
        /* top: 0; */
        /* right: 0; */
        /* transform: translate(40%,-40%); */
        display: flex;
        /* box-shadow: -2px 2px 0 rgb(0 0 0 / 40%); */
        align-items: center;
        justify-content: center;
        text-align: center;
        /* height: 20px; */
        /* min-width: 19px; */
        margin-right: 3px;
    }


    .orderstep-header {
        margin-bottom: 15px;
    }
    .showbasketnavigation a,
    .showbasketnavigation a.blue,
    .orderstep-header a.button {
        width: 100%;
        font-size: 15px;
    }
    .orderstep-header a.button {
        margin-top: 15px;
    }
    
    .showbasketnavigation a.button.blue {
        margin-bottom: 10px;
    }

    .showbasket-content.cyan-bg {
        background-color: transparent;
    }
    .showbasket-content {
        padding: 0;
    }
    .showbasket-content .basketflex {
        display: none;
    }
    .showbasket-content > img {
        margin-right: 0;
        width: 20px;
        height: auto;
        padding: 0;
        border: none;
        border-radius: 0;
    }
    .showbasketcontact {
        flex-direction: column;
    }
    
    [class*="ShowBasket_Custom_"] > div .currency {
        display: none;
    }
    [class*="ShowBasket_Custom_"] .units {
        padding-right: 0;
        width: 45px;
    }
    
    [class*="ShowBasket_Custom_"] .edit {
        display: none;
    }
    [class*="ShowBasket_Custom_"] .amount {
        display: flex;
    }
    [class*="ShowBasket_Custom_"] .amount a {
        width: 25px;
        height: 25px;
    }
    [class*="ShowBasket_Custom_"] .info {
        padding: 0 15px 0 10px;
    }

    [class*="ShowBasket_Custom_"] .unitprice {
        
    }
    [class*="ShowBasket_Custom_"] .price {
        width: 60px;
    }
	
	img.ProductImage_Order3 {
		display: none;
	}

    .search-infobar {
        padding: 5px;
        display: none;
    }
    .search-infobar.active {
        display: flex;
    }
    .search-infobar .search {
        width: 100%;
    }
    .search-infobar .search input[type="text"] {
        font-size: 12px;
    }
    .usp.padding {
        padding: 0 10px;
    }
    .usp:not(.slick-initialized) > a {
        width: 100%;
    }
    .usp a {
        padding: 10px 0;
        border: none;
    }
    .usp:not(.slick-initialized) a:nth-child(n+2) {
        display: none;
    }
    .usp a > span {
        flex-direction: row;
        align-items: center;
    }
    .usp a > span > small {
        padding-left: 6px;
    }
    .usp a > img,
    .usp a > svg {
        width: 15px;
    }

    .quicksearch > span {
        font-size: 13px;
        flex-direction: column;
    }
    .quicksearch > span > strong {
        font-size: 20px;
    }
    .quicksearch > span > img {
        display: none;
    }
    .quicksearch > div > * {
        width: 100%;
        margin: 0 0 5px 0;
    }

    #bestseller.placeholder {
        min-height: 395px;
    }
    .Frontpage_Custom_UL:not(.slick-initialized) > li {
        width: 48%;
    }
    .Frontpage_Custom_UL:not(.slick-initialized) > li:nth-child(n+3) {
        display: none;
    }
    .trends-models > a {
        width: 31.33%;
    }
    .boxes > * {
        width: 50%;
        padding: 25px 10px;
    }
    .boxes > *:not(:last-child) {
        border-right: 0;
        border-bottom: 1px solid #e7e7e7;
    }
    .trust {
        padding: 20px;
        flex-direction: column;
    }
    .trust > div {
        width: 100%;
        margin-bottom: 20px;
        padding: 15px;
    }
    .trust > div:not(:last-child) {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .newsletter {
        flex-wrap: wrap;
    }
    .newsletter > div {
        padding: 0;
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }
    .newsletter > img {
        display: none;
    }
    .newsletter > div > a {
        margin: 5px 0;
    }

    
    .ProductList_Custom_UL > li,.TrustList_Custom_UL > li {
        width: 31.33%;
        margin: 0 1% 4%;
    }

    /* PRODUCTCARD */
    .productcard > .left, .productcard > .right, .productcard > .left > .image, .productcard > .left > .buysection, .productcard-info .description, .productcard-info .reviews {
        width: 100%;
        padding: 0;
    }

    .productcard-info .description .tabs > li {
        padding: 10px 20px;
    }
    .productcard-info .description .tab {
        padding: 20px;
    }


    #productcardrecommendations {
        margin-bottom: 0;
    }
    #BUYSECTION input[type="submit"] {
        font-size: 13px;
    }
    .Variants {
        flex-wrap: wrap;
        margin: 20px -10px 0;
    }
    .Variants > table {
        margin-bottom: 10px;
    }
    .productcard > .left > .image {
        margin-bottom: 20px;
    }
    .productcard > .right {
        margin: 20px 0;
        border-left: 0;
    }
    .onerow-rev {
        flex-direction: column;
    }
    .onerow-rev > .left {
        margin: 0 0 10px;
        width: 100%;
    }
    .productcard-helpservice > a {
        font-size: 16px;
        justify-content: center;
    }
    

    .showbasket-flexcontainer {
        display: flex;
        flex-direction: column;
    }
    .showbasket {
        width: 100%;
        padding: 5%;
    }
    .showbasket-trustboxes {
        width: 100%;
        padding: 0;
        border-left: 0;
        margin-left: 0;
        display: flex;
        flex-wrap: wrap;
    }
    .showbasket-trustboxes > div {
        padding: 7% 5%;
        width: 100%;
    }
    .showbasket-trustboxes > div.checkoutsummary {
        padding-left: 0;
        padding-right: 0;
    }
    .showbasket-trustboxes > div.showbasket-trustboxes-trustpilot,
    .showbasket-trustboxes > div.showbasket-trustboxes-trustwave {
        width: 50%;
        align-items: center;
        display: flex;
        justify-content: center;
    }

    body[class*="webshop-orderstep"] .maincontainer > .maincontent {
        padding: 5%;
    }
    .orderstep1 > :first-child,
    .orderstep2 > :first-child,
    .orderstep3 > :first-child,
    .orderstep4 > :first-child {
        width: 100%;
    }
    .orderstep-status {
        flex: none;
        width: 100%;
    }
    .orderstep-status > li:not(:last-child) {
        margin-right: 10px;
    }
    .orderstep-status > li:not(.active) > span {
        margin-right: 0;
    }
    
    .orderstep-status > li > i {
        font-size: 84%;
    }
    
    .sellphonewrapper {
        flex-direction: column;
    }
    
    .checkoutbuttons > * {
        width: 49%;
		
    }
    .webshop-orderstep4 .checkoutbuttons > :last-child {
        width: 100%;
    }
    .webshop-orderstep3 .checkoutbuttons.bottombuttons {
        flex-direction: column-reverse;
    }
    .webshop-orderstep3 .checkoutbuttons.bottombuttons > * {
        width: 100%;
    }
    .webshop-orderstep3 .checkoutbuttons.bottombuttons > a {
        margin-top: 10px;
    }
    
    /* DESIGN COVER */
    body .cover-designer-container {
        padding: 30px 0;
    }
    body .cover-designer-container > * {
        padding: 0 30px;
    }
    body .mytrendyphone-cover-designer .cover-designer-container .left-side {
        width: 100%;
    }
    body .mytrendyphone-cover-designer .device ul {
        margin: 0;
    }
    body .mytrendyphone-cover-designer .device ul li {
        width: 100%;
        margin: 0 0 2% 0;
    }
    body .mytrendyphone-cover-designer .device {
        margin-top: 0;
    }
    body .mytrendyphone-cover-designer .cover-designer-container .options-desktop {
        margin-left: 0;
        margin-right: 0;
    }
    body .mytrendyphone-cover-designer .cover-designer-container .options-desktop > div {
        margin-top: 0;
    }
    body .mytrendyphone-cover-designer .type-of-case {
        margin-top: 0;
    }
    body .mytrendyphone-cover-designer .type-of-case li:first-child {
        border-top: 1px solid #eee;
    }
    body .mytrendyphone-cover-designer .type-of-case li {
        border-bottom: 1px solid #eee;
        border-top: 0;
        margin-top: 0;
        padding: 10px 0;
        align-items: center;
    }
    html .type-of-case.hide-for-desktop li img {
        padding-left: 0 !important;
        margin: 0 !important;
    }
    html .mytrendyphone-cover-designer .type-of-case li:after {
        display: none !important;
    }
    html .mytrendyphone-cover-designer .type-of-case.hide-for-desktop li p {
        width: auto;
        padding-left: 20px;
        font-size: 16px;
        margin: 0;
        max-width: none;
    }
    body .mytrendyphone-cover-designer .cover-designer-container {
        margin-top: 0;
    }
    body .mytrendyphone-cover-designer .upload .upload-button {
        width: 100%;
    }
    body .mytrendyphone-cover-designer .price {
        width: 100%;
        margin: 0;
        padding: 0 30px;
        flex-direction: column;
    }
    body .mytrendyphone-cover-designer .price .buy-button {
        margin-right:0;
        width: 100%;
    }
    body .mytrendyphone-cover-designer ul.panel-actions {
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 0 30px;
    }
    body .mytrendyphone-cover-designer ul.panel-actions li .arrow-back:before, body .mytrendyphone-cover-designer ul.panel-actions li .info-mark:after {
        display: none;
    }
    body .mytrendyphone-cover-designer ul.panel-actions li .arrow-back {
        padding-left: 0;
    }
    body .mytrendyphone-cover-designer ul.panel-actions li {
        font-size: 13px;
        width: 33.3%;
    }
    body .mytrendyphone-cover-designer ul.panel-actions li .info-mark:after {
        text-transform: lowercase;
        border-radius: 100%;
        border: 2px solid black;
        content: 'i';
        display: inline-block;
        position: absolute;
        top: 3px;
        width: 23px;
        height: 23px;
        margin-top: -4px;
        left: -27px;
        line-height: 20px;
    }
    body .mytrendyphone-cover-designer .slidersWrapper {
        padding: 0 30px;
    }
    /*
    body .mytrendyphone-cover-designer .cover-designer-container .app-user-guide-info {
        background-color: #FFF;
    }
    */
    body .mytrendyphone-cover-designer .price p {
        margin-left: 0;
    }
    .okvir > div {
        width: 48%;
    }
    .okvir > div.reparationList, .okvir > div.reparationImage {
        width: 100%;
    }
    body.webshop-b2blogin .maincontent > div.row > .rightSidebar, body.webshop-b2blogin .nine, .row .nine, body.webshop-b2blogin .panel.login-form > div {
        width: 100%;
    }
    body .rightSidebar .myTrendyWinners {
        border: none;
        padding: 0;
    }
    .signupclubtrendy {
        padding: 0;
    }
    .signupclubtrendy .external_page_wrapper{
        width: 100% !important;
    }
    .signupclubtrendy .rightSidebar {
        width: 100%;
    }
    .stickybuy {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        padding: 5%;
        display: flex;
        align-items: center;
        box-shadow: 0 0 40px rgba(0,0,0,.2);
        background-color: rgba(255,255,255,1.00);
        transform: translateY(120%);
        transition: transform .3s ease;
    }
    .stickybuy.active {
        transform: translateY(0);
    }
    .stickybuy > * {
        flex: none;
    }
    .stickybuy > .stickybuyprices {
        flex: auto;
    }
    .stickybuy > .stickybuyprices .Prices_Custom_DIV > div {
        font-size: 20px;
    }
    .stickybuy > .stickybuyprices .Prices_Custom_DIV > div:nth-child(n+2) {
        display: none;
    }
    .stickybuy > .stickybuyprices .Prices_Custom_DIV .retailsavings {
        font-size: 11px;
    }
    .stickybuy > .stickybuyprices .Prices_Custom_DIV > div > div.before,
    .stickybuy > .stickybuyprices .clubtrendyprice {
        display: none;
    }

    .stickybuy input,
    .stickybuy > .button {
        height: 34px;
    }
    .stickybuy input {
        width: 34px;
        margin: 0 5px 0 0;
        border: solid 1px rgba(229,229,229,1.00);
    }
    .stickybuy > .button {
        display: inline-flex;
        padding-top: 0;
        padding-bottom: 0;
        align-items: center;
    }

    #contact-form > div.row > * {
        width: 100%;
    }
    body #contactUs .ContactUsText .company_info > div {
        width: 100%;
        border-bottom: 1px solid #eee;
    }
    body #contactUs .ContactUsText .company_info .six.columns:nth-child(1), body #contactUs .ContactUsText .company_info .six.columns:nth-child(5) {
        border-right: 0;
    }
    body #contactUs .ContactUsText .company_info .six.columns:nth-child(2), body #contactUs .ContactUsText .company_info .six.columns:nth-child(6) {
        padding-left: 0;
    }
    .repUsp > span {
        width: 48%;
        font-size: 13px;
    }
    .bookingRepButtons > div {
        width: 100%;
        margin: 0 0 10px 0;
    }
    .reparation_category-two-banners {
        margin: 0;
    }
    .reparation_category-two-banners > a {
        width: 100%;
        margin: 0 0 2% 0;
    }
    #extCustomerservice .cs-lists.panel > * {
        flex: none;
        width: 100%;
    }
    body td#FaqBanner input#SearchForm_SearchForm_action_results {
        margin: 0;
    }
    .text-center .img-wrapper-bottom-right-text {
        width: 100%;
    }
    .trust > div > a  {
        padding: 10px 0 10px 25px;
    }
    .frontpageFooterLinks {
        margin-bottom: 0;
    }
    .frontpageFooterLinks > div {
        column-count: 2;
    }
    .trends-links {
        margin: 0;
    }
    .trends-links .rowcolumns {
        flex-wrap: wrap;
    }
    .trends-links .rowcolumns > * {
        width: 48%;
        margin-bottom: 15px;
    }
    .welcome {
        padding: 20px;
    }
    /*
    .welcome > div:first-child {
        width: 100%;
        margin-top: 30px;
    }
    .welcome .uspfp {
        font-size: normal;
    }
    */

    td.logotip {
        display: block;
    }
    
    div.fancybox__content {
        padding: 20px;
    }
    
    .fancybox__content.delivery_information_wrapper {
        padding: 20px;
    }
    .delivery_information_wrapper h2 {
        margin: 10px 0;
        font-size: 17px;
    }
    .delivery_information_wrapper h3 {
        font-size: 11px;
    }
    .delivery_information_wrapper td {
        font-size: 11px;
    }
    
	
	div#reparation_wrap #reparation_left {
		width: 100%;
	}
    

}
@media (max-width: 600px) {
    /*
    .breadcrumbs a.BreadCrumbLink, .breadcrumbs a.BreadCrumbLink_Active {
        background-color: transparent;
        padding: 0;
        margin: 0 5px 0 10px;
        color: #000;
    }
    .breadcrumbs a.BreadCrumbLink[href="javascript:history.back(-1)"] {
        display: none;
    }
    */

	.frontpageFooterLinks > div a,
	.trends-links a {
		padding: 10px 0;
	}

    .typeselect > div {
        width: 100%;
    }
    .typeselect > div:first-child {
        margin-bottom: 10px;
    }

    .savebasket form {
        flex-direction: column;
        width: 400px;
        max-width: 100%;
    }
    .savebasket form > * {
        width: 100%;
        flex: none;
    }
    .savebasket form > input[type="email"] {
        margin: 0 0 10px;
    }


    div.delivery-pwb {
        text-align: left;
    }
    div.delivery-pwb p {
        line-height: 1.4em;
        font-size: inherit !important;
        text-align: left;
    }
    div.delivery-pwb p:before {
        display: none;
    }

    .halfColumn > table:not(.CustomerData_OrderStep1_TBL):not(.toggleAltAddress) > tbody > tr,
    #Orderstep1_AlternativeDelivery_Fields_TD > table > tbody > tr,
    .toggleAltAddress {
        width: 100% !important;
    }
	.halfColumn > table:not(.CustomerData_OrderStep1_TBL):not(.toggleAltAddress) > tbody > tr#Field4_0,
	#Orderstep1_AlternativeDelivery_Fields_TD > table > tbody > tr#FieldD4_0 {
		width: 30% !important;
	}
	.halfColumn > table:not(.CustomerData_OrderStep1_TBL):not(.toggleAltAddress) > tbody > tr#Field5_0,
	#Orderstep1_AlternativeDelivery_Fields_TD > table > tbody > tr#FieldD5_0 {
		width: 60% !important;
	}
	
    .nosearchresults .HeaderWithPhotoBg {
        flex-direction: column;
    }
    .nosearchresults .HeaderWithPhotoBg .HeaderText {
        margin-bottom: 20px;
    }


}
@media (max-width: 500px) {
    .ProductList_Custom_UL > li,.TrustList_Custom_UL > li {
        width: 48%;
    }
}
@media (max-width: 415px) {
    .productcard-helpservice > a > small {
        margin-top: 10px;
    }
    .trends-models > a {
        width: 48%;
    }
	.highlight {
        padding: 2px 0;
    }
}
div#categoryName .itemsloaded{
    display: none;
}
@media (max-width: 1270px) {
    div#categoryName h1 {
        display: inline; /* display: inline-block;*/
    }
    div#categoryName .itemsloaded {
        padding-left: 6px;
        font-size: 13px;
        font-weight: normal;
        display: inline-block;
    }
        div#categoryName .itemsloaded:before {
        content: "(";
    }
        div#categoryName .itemsloaded:after {
        content: ")";
    }
}

.productnumber-prcard, .stockinfo .stock{
    margin-left: 0.2em;
}

@media (max-width: 759px) {
.productnumber-prcard{
    font-size: 10px;
}
}
