File: D:/HostingSpaces/SBogers10/topswtw.komma.pro/wwwroot/css/mobile/style.css
@charset "UTF-8";
html, body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
}
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
display: none !important;
}
form:after, .search-bar:after {
content: " ";
display: table;
clear: both;
}
.pagination ul li:first-child span, .pagination ul li:last-child span, #return-form-wrapper .form-wrapper form #orderinfoformpart #articlesselector .returnproducts tbody td:nth-child(4) .button:after, #return-form-wrapper .form-wrapper form #order-information-validation p:before {
background-image: url("/images/structure/tops_icons_sprite.svg?v=2");
}
.valign-parent {
white-space: nowrap;
text-align: center;
}
.valign-parent::before {
content: "";
display: inline-block;
height: 100%;
vertical-align: middle;
margin-right: -0.25em;
}
.valign-child {
display: -moz-inline-box;
display: inline-block;
vertical-align: middle;
white-space: normal;
text-align: left;
}
/* =valign-parent
* height: 100%
*
* // balance div
* &::before
* display: -moz-inline-box
* display: inline-block
* vertical-align: middle
* content: ''
* height: 100%
*
* =valign-child
* display: -moz-inline-box
* display: inline-block
* vertical-align: middle
*
* .valign-parent
* +valign-parent
*
* .valign-child
* +valign-child */
* {
box-sizing: border-box;
}
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
b,
strong,
h1,
h2,
h3 {
font-weight: 400;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
display: block;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
img {
border: 0;
}
figure {
margin: 0;
}
svg:not(:root) {
overflow: hidden;
}
ul, ol {
margin: 0;
padding: 0;
list-style: none;
}
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
button,
input,
optgroup,
textarea {
color: inherit;
font: inherit;
margin: 0;
padding: 0;
border: none;
}
button {
overflow: visible;
}
button {
text-transform: none;
}
/* select
* background: transparent
* line-height: 1
* border: 0
* border-radius: 0
* -webkit-appearance: none
* outline: none */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
cursor: pointer;
-webkit-appearance: button;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type=checkbox],
input[type=radio] {
padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
height: auto;
}
input[type=search] {
-webkit-appearance: textfield;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
-webkit-appearance: none;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
table {
border-collapse: collapse;
border-spacing: 0;
table-layout: fixed;
}
td,
th {
padding: 0;
}
.flag-drop-down {
display: block;
position: relative;
top: -2px;
left: 0;
float: left;
margin-top: 8px;
margin-right: 8px;
height: 24px;
width: 40px;
border: 2px solid rgba(255, 255, 255, 0.25);
line-height: 24px;
box-sizing: content-box;
border-radius: 5px;
}
@media only screen and (min-width: 1600px) {
.flag-drop-down {
margin-top: 10px;
margin-right: 10px;
}
}
@media only screen and (min-width: 1600px) {
.flag-drop-down {
height: 30px;
}
}
@media only screen and (min-width: 1600px) {
.flag-drop-down {
width: 48px;
}
}
@media only screen and (min-width: 1600px) {
.flag-drop-down {
line-height: 30px;
}
}
.flag-drop-down .button-open {
position: absolute;
width: 100%;
height: 100%;
z-index: 10;
cursor: pointer;
}
.flag-drop-down ul {
position: absolute;
overflow: hidden;
width: 100%;
max-height: 24px;
text-align: center;
-webkit-transition: max-height 200ms ease-out;
-moz-transition: max-height 200ms ease-out;
transition: max-height 200ms ease-out;
border-radius: 5px;
}
@media only screen and (min-width: 1600px) {
.flag-drop-down ul {
max-height: 30px;
}
}
.flag-drop-down li {
position: relative;
height: 24px;
width: 100%;
background: #00A6FF;
border-top: 2px solid rgba(255, 255, 255, 0.25);
}
@media only screen and (min-width: 1600px) {
.flag-drop-down li {
height: 30px;
}
}
.flag-drop-down li:first-child {
background: none;
border-top: none;
}
.flag-drop-down a {
display: block;
width: 100%;
height: 100%;
}
.flag-drop-down .flag {
display: block;
position: absolute;
top: 50%;
left: 15%;
margin-top: -6px;
width: 14px;
height: 12px;
background-size: 14px 12px;
border-radius: 1px;
-webkit-transition: left 200ms ease-out, margin-left 200ms ease-out, -webkit-transform 200ms ease-out;
-moz-transition: left 200ms ease-out, margin-left 200ms ease-out, -moz-transform 200ms ease-out;
transition: left 200ms ease-out, margin-left 200ms ease-out, transform 200ms ease-out;
}
.flag-drop-down.open ul {
max-height: 100px;
}
.flag-drop-down.open .flag {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.search-bar .search-submit .magnifier {
background-image: none;
}
header .call-language-bar {
height: 40px;
width: 100%;
padding: 0 18px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
header .call-language-bar .call {
font-family: "Proxima N W01 Reg", sans-serif;
color: #00A6FF;
font-size: 15px;
line-height: 18px;
}
header .call-language-bar .call a {
font-family: "Proxima N W01 Reg", sans-serif;
color: #00A6FF;
text-decoration: none;
font-size: 15px;
line-height: 18px;
}
header .call-language-bar .call a:before {
content: "";
display: inline-block;
margin-right: 20px;
background: url("/images/structure/tops_mobile_sprite.svg?v=2") -130px -70px no-repeat;
background-size: 250px 170px;
width: 12px;
height: 12px;
}
header .call-language-bar .flag-drop-down {
margin: 0;
top: 0;
float: none;
height: 40px;
width: 30px;
border: none;
}
header .call-language-bar .flag-drop-down .button-open:after {
display: none;
}
header .call-language-bar .flag-drop-down ul {
height: 40px;
max-height: none;
overflow: visible;
}
header .call-language-bar .flag-drop-down ul li {
background-color: transparent;
opacity: 0;
height: 40px;
position: absolute;
top: 0;
border: none;
left: 0;
transition: all 0.3s;
}
header .call-language-bar .flag-drop-down ul li:first-of-type {
opacity: 1;
}
header .call-language-bar .flag-drop-down ul li .flag {
position: relative;
left: 0;
top: 0;
margin: 0;
}
header .call-language-bar .flag-drop-down ul li a {
text-align: center;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
header .call-language-bar .flag-drop-down ul li a span {
display: inline-block;
}
header .call-language-bar .flag-drop-down.open ul li {
opacity: 1;
}
header .call-language-bar .flag-drop-down.open ul li:nth-of-type(3) {
left: -60px;
}
header .call-language-bar .flag-drop-down.open ul li:nth-of-type(2) {
left: -30px;
}
header .call-language-bar .flag-drop-down.open ul li:nth-of-type(1) {
left: 0px;
}
header .blue-mobile-bar {
background-color: #00A6FF;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
height: 40px;
}
header .blue-mobile-bar .link-content {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
header .blue-mobile-bar .toggle-menu {
width: 50px;
height: 40px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
header .blue-mobile-bar .toggle-menu:after {
content: "";
display: block;
background: url("/images/structure/tops_mobile_sprite.svg?v=2") -90px -10px no-repeat;
background-size: 250px 170px;
width: 18px;
height: 12px;
}
header .blue-mobile-bar .business {
font-family: "Proxima N W01 Bold", sans-serif;
font-size: 18px;
line-height: 21px;
color: white;
}
header .blue-mobile-bar .cart {
padding-right: 13px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
text-decoration: none;
position: relative;
height: 100%;
}
header .blue-mobile-bar .cart .icon {
display: block;
background: url("/images/structure/tops_mobile_sprite.svg?v=2") -115px -90px no-repeat;
background-size: 250px 170px;
width: 24px;
height: 22px;
margin-right: 10px;
}
header .blue-mobile-bar .cart .quantity {
position: absolute;
font-family: "Proxima N W01 Smbd", sans-serif;
color: white;
background-color: #EC2227;
border: 2px solid #d31217;
border-radius: 9999px;
font-size: 13px;
width: 22px;
height: 22px;
right: 6px;
top: 3px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
header .blue-mobile-bar .cart .quantity[data-amount="0"] {
display: none;
}
header .blue-mobile-bar.sticky-bar {
position: fixed;
width: 100%;
top: 0;
left: 0;
z-index: 10;
-webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0);
-moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0);
box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0);
-webkit-transform: translate3d(0, -100%, 0);
-moz-transform: translate3d(0, -100%, 0);
-ms-transform: translate3d(0, -100%, 0);
-o-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
}
header .blue-mobile-bar.sticky-bar.show {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
}
header .reference-bar {
height: 80px;
padding: 15px 0;
}
header .reference-bar .reviews {
height: 100%;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
padding: 0 16px;
text-decoration: none;
}
header .reference-bar .reviews .stars-container {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
header .reference-bar .reviews .stars-container .grade {
font-family: "Proxima N W01 Smbd", sans-serif;
font-size: 15px;
line-height: 18px;
color: black;
margin: 0;
}
header .reference-bar .reviews .stars-container .stars {
display: inline-block;
margin-left: 8px;
}
header .reference-bar .reviews .stars-container .stars .star {
display: inline-block;
height: 16px;
background: url("/images/structure/tops_mobile_sprite.svg?v=2") -50px -10px no-repeat;
background-size: 250px 170px;
width: 17px;
height: 16px;
width: 17px;
}
header .reference-bar .reviews .stars-container .stars .star.half {
background: url("/images/structure/tops_mobile_sprite.svg?v=2") -30px -10px no-repeat;
background-size: 250px 170px;
width: 17px;
height: 16px;
}
header .reference-bar .reviews .stars-container .stars .star.full {
background: url("/images/structure/tops_mobile_sprite.svg?v=2") -10px -10px no-repeat;
background-size: 250px 170px;
width: 17px;
height: 16px;
}
header .reference-bar .reviews .recommendation {
font-family: "Proxima N W01 Smbd", sans-serif;
font-size: 15px;
line-height: 18px;
color: #63C900;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
header .reference-bar .reviews .recommendation:before {
content: "";
display: inline-block;
margin-right: 10px;
background: url("/images/structure/tops_mobile_sprite.svg?v=2") -10px -90px no-repeat;
background-size: 250px 170px;
width: 16px;
height: 16px;
}
@media screen and (max-width: 360px) {
header .reference-bar .reviews {
display: block;
text-align: center;
}
header .reference-bar .reviews .stars-container, header .reference-bar .reviews .recommendation {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
header .reference-bar .reviews .stars-container {
margin-bottom: 8px;
}
}
.search-bar {
position: relative;
height: 32px;
}
@media only screen and (min-width: 1600px) {
.search-bar {
height: 40px;
}
}
.search-bar input[type=search] {
display: block;
position: absolute;
top: 0;
left: 0;
padding-top: 0;
padding-bottom: 0;
padding-right: 40px;
padding-left: 8px;
width: 100%;
height: 32px;
border: 1px solid #D6CFC9;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
font-size: 1.4em;
-webkit-appearance: none;
-webkit-transition: box-shadow 500ms ease;
-moz-transition: box-shadow 500ms ease;
transition: box-shadow 500ms ease;
}
@media only screen and (min-width: 1600px) {
.search-bar input[type=search] {
padding-right: 48px;
padding-left: 9.6px;
}
}
@media only screen and (min-width: 1600px) {
.search-bar input[type=search] {
height: 40px;
}
}
.search-bar input[type=search]:focus {
outline: none;
border-color: #9ecaed;
box-shadow: 0 0 10px #9ecaed;
}
.search-bar .search-submit {
display: block;
position: absolute;
top: 0;
right: 0;
background: #00A6FF;
overflow: hidden;
width: 32px;
height: 32px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
-webkit-transition: background 150ms ease-out;
-moz-transition: background 150ms ease-out;
transition: background 150ms ease-out;
}
@media only screen and (min-width: 1600px) {
.search-bar .search-submit {
width: 40px;
}
}
@media only screen and (min-width: 1600px) {
.search-bar .search-submit {
height: 40px;
}
}
.search-bar .search-submit:hover {
background: #008BFF;
}
.search-bar .search-submit input {
position: relative;
z-index: 10;
background: transparent;
}
.home #header .white-bar .search-bar {
display: none;
}
.search-bar ul.dropdown-menu {
position: absolute;
width: 100%;
line-height: 32px;
background-color: #ffffff;
border: 1px solid #ccc;
border-top: none;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
z-index: 50;
list-style: none;
margin: 0;
padding: 0;
font-size: 14px;
}
@media only screen and (min-width: 1600px) {
.search-bar ul.dropdown-menu {
line-height: 40px;
}
}
.search-bar ul.dropdown-menu li {
margin: 0;
padding: 0;
line-height: 32px;
white-space: nowrap;
overflow: hidden;
}
@media only screen and (min-width: 1600px) {
.search-bar ul.dropdown-menu li {
line-height: 40px;
}
}
.search-bar ul.dropdown-menu li::before {
content: none;
}
.search-bar ul.dropdown-menu li a {
display: block;
width: 100%;
height: 100%;
padding-left: 10px;
padding-right: 10px;
color: #646464;
}
.search-bar ul.dropdown-menu li a .article_number {
color: #B3B3B3;
font-size: 1em;
font-size: 0.8em;
vertical-align: bottom;
}
.search-bar ul.dropdown-menu li:hover {
cursor: pointer;
}
.search-bar ul.dropdown-menu li.active a {
background-color: #00A6FF;
color: #fff;
}
.search-bar .search-suggest {
position: absolute;
width: 100%;
line-height: 32px;
margin-top: 32px;
background-color: #ffffff;
border: 1px solid #ccc;
border-top: none;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
z-index: 50;
max-height: 300px;
overflow: auto;
}
@media only screen and (min-width: 1600px) {
.search-bar .search-suggest {
line-height: 40px;
}
}
@media only screen and (min-width: 1600px) {
.search-bar .search-suggest {
margin-top: 40px;
}
}
.search-bar .search-suggest ul {
list-style: none;
margin: 0;
padding: 0;
}
.search-bar .search-suggest ul li {
margin: 0;
padding: 0;
line-height: 32px;
white-space: nowrap;
overflow: hidden;
}
@media only screen and (min-width: 1600px) {
.search-bar .search-suggest ul li {
line-height: 40px;
}
}
.search-bar .search-suggest ul li a {
display: block;
width: 100%;
height: 100%;
padding-left: 10px;
padding-right: 10px;
color: #646464;
}
.search-bar .search-suggest ul li a:hover, .search-bar .search-suggest ul li a.active {
background-color: #00A6FF;
color: #fff;
}
.search-bar .search-suggest ul li .name {
font-weight: normal;
}
.search-bar .search-suggest ul li .blue {
color: #00A6FF;
}
.search-bar .search-suggest ul li a:hover .blue {
color: #ffffff;
}
.typeahead-group-header {
padding: 0px 10px;
background-color: #eeeeee;
font-family: "Proxima N W01 Reg", sans-serif;
text-transform: uppercase;
font-size: 12px;
line-height: 20px;
}
.typeahead-group-header::before {
content: none;
}
a.searchAll {
border-top: solid 1px #eeeeee;
font-style: italic;
padding-top: 3px;
padding-bottom: 3px;
}
a.searchAll span {
color: #00A6FF;
}
a.searchAll:hover span {
color: #ffffff;
}
.search-bar-mobile {
background-color: #F5F7FA;
height: 40px;
padding: 3px;
}
.search-bar-mobile .search-bar {
height: 34px;
}
.search-bar-mobile .search-bar .typeahead-group-header {
font-family: "Proxima N W01 Reg", sans-serif;
}
.search-bar-mobile .search-bar ul a {
text-decoration: none;
font-family: "Proxima N W01 Reg", sans-serif;
}
.search-bar-mobile .search-bar input[type=search] {
height: 34px;
border-color: #E9EDF0;
font-size: 16px;
line-height: 34px;
padding-left: 12px;
font-family: "Proxima N W01 Reg", sans-serif;
}
.search-bar-mobile .search-bar input[type=search]:focus {
outline: none;
border-color: #9ecaed;
box-shadow: 0 0 10px #9ecaed;
}
.search-bar-mobile .search-bar .search-submit {
width: 34px;
height: 34px;
background-color: transparent;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
.search-bar-mobile .search-bar .search-submit .magnifier {
background: url("/images/structure/tops_mobile_sprite.svg?v=2") -90px -90px no-repeat;
background-size: 250px 170px;
width: 20px;
height: 20px;
}
.product-block .image-holder {
width: 100px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
max-height: 95%;
min-height: 130px;
position: relative;
}
.product-block .image-holder img {
width: 80%;
}
.product-block .image-holder .thumbs {
position: absolute;
display: block;
white-space: nowrap;
bottom: -10px;
left: 20px;
}
.product-block .image-holder .thumbs li {
display: inline-block;
overflow: hidden;
width: 40px;
height: 40px;
border-radius: 100%;
margin-left: 10px;
-webkit-transition: border-color 0.3s, box-shadow 0.3s;
-moz-transition: border-color 0.3s, box-shadow 0.3s;
transition: border-color 0.3s, box-shadow 0.3s;
}
.product-block .image-holder .thumbs li a {
display: block;
width: 100%;
height: 100%;
border: 2px solid #E9EDF0;
border-radius: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.product-block .image-holder .thumbs li.active {
border: none;
}
.product-block .image-holder .thumbs li.active a {
border-color: #00A6FF;
}
.product-block .image-holder .thumbs li.active img {
opacity: 0.5;
filter: alpha(opacity=50);
}
.product-block .product-info {
width: calc(100% - 105px);
padding-right: 10px;
position: relative;
}
.product-block .product-info h2 {
margin: 25px 0 15px;
}
.product-block .product-info h2 .rule-1 {
font-family: "Proxima N W01 Bold", sans-serif;
font-size: 14px;
line-height: 16px;
color: #3D3D3D;
display: block;
margin-bottom: 2px;
}
.product-block .product-info h2 .rule-2 {
font-family: "Proxima N W01 Reg", sans-serif;
font-size: 14px;
line-height: 16px;
color: #636566;
display: block;
margin-bottom: 2px;
}
.product-block .product-info h2 .rule-3 {
font-family: "Proxima N W01 Reg", sans-serif;
display: block;
font-size: 14px;
line-height: 16px;
color: #00A6FF;
}
.product-block .product-info .article-number {
font-size: 13px;
line-height: 16px;
color: #636566;
margin: 15px 0;
}
.product-block .product-info .article-number p {
margin: 0;
white-space: nowrap;
}
.product-block .product-info .article-number p.supplier-number {
overflow: hidden;
height: 17px;
position: relative;
}
.product-block .product-info .article-number p.supplier-number:after {
content: "";
width: 45px;
height: 100%;
position: absolute;
right: 0;
top: 0;
background-color: rgba(255, 255, 255, 0);
background-image: -webkit-linear-gradient(-360deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, #fff 100%);
background-image: linear-gradient(90deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, #fff 100%);
}
.product-block .product-info .article-number strong {
display: block;
font-family: "Proxima N W01 Smbd", sans-serif;
color: #3D3D3D;
font-size: 14px;
line-height: 17px;
}
.product-block .product-info .article-number span {
display: inline-block;
margin-top: 3px;
font-family: "Proxima N W01 Smbd", sans-serif;
}
.product-block .product-info .article-number span:first-of-type {
margin-top: 0;
}
.product-block .product-info .pricing {
margin: 0;
font-size: 14px;
line-height: 16px;
color: #B3B3B3;
font-family: "Proxima N W01 Reg", sans-serif;
}
.product-block .product-info .pricing .price {
font-size: 16px;
line-height: 18px;
color: #3D3D3D;
font-family: "Proxima N W01 Bold", sans-serif;
}
.product-block .product-info .price-block .price {
font-size: 18px;
line-height: 22px;
color: #3D3D3D;
font-family: "Proxima N W01 Bold", sans-serif;
}
.product-block .product-info .price-block .original-price {
font-size: 13px;
line-height: 16px;
margin-left: 5px;
text-decoration: line-through;
color: #B3B3B3;
font-family: "Proxima N W01 Reg", sans-serif;
}
.product-block .product-info .price-block .price-info {
font-size: 14px;
line-height: 16px;
color: #B3B3B3;
font-family: "Proxima N W01 Reg", sans-serif;
}
.product-block .product-info .stock {
font-family: "Proxima N W01 Smbd", sans-serif;
color: #63C900;
font-size: 13px;
line-height: 16px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
margin: 4px 0 15px;
padding-right: 35px;
}
.product-block .product-info .stock span {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
width: 30px;
height: 16px;
}
.product-block .product-info .stock span:after {
content: "";
background: url("/images/structure/tops_mobile_sprite.svg?v=2") -70px -90px no-repeat;
background-size: 250px 170px;
width: 16px;
height: 16px;
}
.product-block .product-info .stock.dt-del_time1, .product-block .product-info .stock.dt-del_time2, .product-block .product-info .stock.dt-onRequest {
color: #FF9029;
}
.product-block .product-info .stock.dt-del_time1 span:after, .product-block .product-info .stock.dt-del_time2 span:after, .product-block .product-info .stock.dt-onRequest span:after {
background: url("/images/structure/tops_mobile_sprite.svg?v=2") -30px -140px no-repeat;
background-size: 250px 170px;
width: 16px;
height: 16px;
}
.product-block .product-info .arrow {
display: block;
position: absolute;
background: url("/images/structure/tops_mobile_sprite.svg?v=2") -110px -10px no-repeat;
background-size: 250px 170px;
width: 16px;
height: 17px;
right: 20px;
bottom: 20px;
}
.product-block.product-detail .quick-order {
width: 100%;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
-webkit-align-items: flex-start;
align-items: flex-start;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
box-lines: multiple;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: horizontal;
-moz-box-orient: horizontal;
box-orient: horizontal;
-webkit-flex-direction: row;
-moz-flex-direction: row;
flex-direction: row;
-ms-flex-direction: row;
-webkit-flex-flow: row wrap;
-moz-flex-flow: row wrap;
flex-flow: row wrap;
padding-bottom: 18px;
}
.product-block.product-detail .quick-order h3 {
font-family: "Proxima N W01 Bold", sans-serif;
font-size: 16px;
line-height: 18px;
color: #F27717;
width: 100%;
padding: 20px 16px;
margin: 0;
}
.product-block.product-detail .quick-order .product-info h2 {
margin-top: 0;
}
.product-block.product-detail .quick-order .mobile-order {
padding-top: 5px;
border-top: none;
}
footer .call-footer-bar {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
padding: 16px;
background-color: #00A6FF;
text-decoration: none;
}
footer .call-footer-bar .person {
border: 2px solid white;
border-radius: 9999px;
height: 100px;
width: 100px;
overflow: hidden;
background-image: url("/images/static/people/stefan_small_mobile.jpg");
background-position: center;
background-size: cover;
margin-right: 15px;
}
footer .call-footer-bar .person img {
width: 100%;
}
footer .call-footer-bar .call {
color: white;
font-family: "Proxima N W01 Bold", sans-serif;
font-size: 17px;
line-height: 22px;
}
footer .call-footer-bar .call span {
font-family: "Proxima N W01 Reg", sans-serif;
font-size: 18px;
line-height: 22px;
color: #B3E4FF;
}
footer .reason-list {
background-color: #00A6FF;
border-top: 1px solid #33B8FF;
padding: 20px 16px 35px;
}
footer .reason-list p {
font-family: "Proxima N W01 Bold", sans-serif;
font-size: 16px;
line-height: 19px;
color: white;
margin: 0 0 15px;
}
footer .reason-list ul {
list-style: none;
}
footer .reason-list ul li {
font-family: "Proxima N W01 Reg", sans-serif;
font-size: 15px;
line-height: 16px;
margin-bottom: 8px;
color: #B3E4FF;
}
footer .reason-list ul li:last-of-type {
margin-bottom: 0;
}
footer .reason-list ul li:before {
content: "";
display: inline-block;
margin-right: 10px;
background: url("/images/structure/tops_mobile_sprite.svg?v=2") -70px -70px no-repeat;
background-size: 250px 170px;
width: 16px;
height: 16px;
position: relative;
top: 3px;
}
footer .home-footer-reasons {
padding: 25px 16px;
}
footer .home-footer-reasons h2 {
font-family: "Proxima N W01 Bold", sans-serif;
color: #00A6FF;
font-size: 14px;
line-height: 17px;
margin: 0 0 15px;
padding: 0 20px;
}
footer .home-footer-reasons p {
font-family: "Proxima N W01 Reg", sans-serif;
font-size: 13px;
line-height: 16px;
color: #7C7E80;
margin: 0;
padding: 0 20px;
}
footer .home-footer-reasons ol li {
font-family: "Proxima N W01 Reg", sans-serif;
position: relative;
padding: 0 20px;
color: #7C7E80;
font-size: 13px;
line-height: 16px;
margin-bottom: 2px;
}
footer .home-footer-reasons ol li strong {
font-family: "Proxima N W01 Bold", sans-serif;
color: #636566;
}
footer .home-footer-reasons ol li:last-child {
margin-bottom: 0;
}
footer .home-footer-reasons .main-text p {
margin-bottom: 20px;
}
footer .footer-menu {
padding: 10px;
background-color: #F5F7FA;
}
footer .footer-menu .footer-item, footer .footer-menu .footer-item-list li {
border: 2px solid #E9EDF0;
margin-bottom: 2px;
}
footer .footer-menu .footer-item:last-child, footer .footer-menu .footer-item-list li:last-child {
margin-bottom: 0;
}
footer .footer-menu .footer-item a, footer .footer-menu .footer-item-list li a {
text-decoration: none;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
position: relative;
}
footer .footer-menu .footer-item a:after, footer .footer-menu .footer-item-list li a:after {
content: "›";
font-family: "Proxima N W01 Smbd", sans-serif;
color: #B3B3B3;
font-size: 28px;
line-height: 28px;
position: absolute;
right: 15px;
top: 0px;
height: 100%;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
footer .footer-menu .footer-item.benefit a, footer .footer-menu .footer-item-list li.benefit a {
padding: 15px;
}
footer .footer-menu .footer-item.benefit .icon, footer .footer-menu .footer-item-list li.benefit .icon {
width: 45px;
height: 45px;
margin-right: 25px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
footer .footer-menu .footer-item.benefit .icon:after, footer .footer-menu .footer-item-list li.benefit .icon:after {
content: "";
display: block;
}
footer .footer-menu .footer-item.benefit .icon.safe:after, footer .footer-menu .footer-item-list li.benefit .icon.safe:after {
background: url("/images/structure/tops_mobile_sprite.svg?v=2") -50px -30px no-repeat;
background-size: 250px 170px;
width: 24px;
height: 32px;
}
footer .footer-menu .footer-item.benefit .icon.trace:after, footer .footer-menu .footer-item-list li.benefit .icon.trace:after {
background: url("/images/structure/tops_mobile_sprite.svg?v=2") -10px -33px no-repeat;
background-size: 250px 170px;
width: 33px;
height: 26px;
}
footer .footer-menu .footer-item.benefit .icon.discount:after, footer .footer-menu .footer-item-list li.benefit .icon.discount:after {
background: url("/images/structure/tops_mobile_sprite.svg?v=2") -110px -30px no-repeat;
background-size: 250px 170px;
width: 30px;
height: 32px;
}
footer .footer-menu .footer-item.benefit .icon.reminder:after, footer .footer-menu .footer-item-list li.benefit .icon.reminder:after {
background: url("/images/structure/tops_mobile_sprite.svg?v=2") -80px -30px no-repeat;
background-size: 250px 170px;
width: 25px;
height: 32px;
}
footer .footer-menu .footer-item.benefit .title, footer .footer-menu .footer-item-list li.benefit .title {
font-family: "Proxima N W01 Smbd", sans-serif;
color: #3D3D3D;
font-size: 15px;
line-height: 18px;
margin: 0 0 5px;
display: block;
}
footer .footer-menu .footer-item.benefit .desc, footer .footer-menu .footer-item-list li.benefit .desc {
font-family: "Proxima N W01 Reg", sans-serif;
font-size: 13px;
line-height: 16px;
color: #7C7E80;
display: block;
width: 85%;
}
footer .footer-menu .footer-item-list li a {
padding: 15px 15px 15px 25px;
font-family: "Proxima N W01 Smbd", sans-serif;
color: #3D3D3D;
font-size: 15px;
line-height: 18px;
display: block;
}
footer .bottom-footer {
padding: 30px 16px;
background-color: #F5F7FA;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
footer .bottom-footer .tops {
width: 125px;
}
footer .bottom-footer .tops img {
width: 100%;
}
footer .bottom-footer .komma {
width: 30px;
height: 30px;
}
footer .bottom-footer .komma a {
background: url("/images/structure/tops_mobile_sprite.svg?v=2") -110px -114px no-repeat;
background-size: 250px 170px;
width: 30px;
height: 30px;
display: inline-block;
}
form .input-holder.last {
margin-right: 0;
}
form .input-holder.w8 {
width: 64px;
}
form .input-holder.w9 {
width: 72px;
}
form .input-holder.w11 {
width: 88px;
}
form .input-holder.w14 {
width: 112px;
}
form .input-holder.w15 {
width: 120px;
}
form .input-holder.w24 {
width: 192px;
}
form .input-holder.radio {
line-height: 32px;
}
form .input-holder.radio .radio-placeholder {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
margin: 8px 0;
}
form .input-holder.radio.multiple-radio {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
box-lines: multiple;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: horizontal;
-moz-box-orient: horizontal;
box-orient: horizontal;
-webkit-flex-direction: row;
-moz-flex-direction: row;
flex-direction: row;
-ms-flex-direction: row;
-webkit-flex-flow: row wrap;
-moz-flex-flow: row wrap;
flex-flow: row wrap;
}
form .input-holder.radio.multiple-radio > label {
width: 100%;
}
form .input-holder.radio.multiple-radio .radio-placeholder {
margin-right: 15px;
}
form .input-holder.auto-generate input {
background: #f3f3f3;
}
form .input-holder.error input {
border-color: red;
}
form .input-holder.error textarea {
border-color: red;
}
form .input-holder.error .description {
color: red;
}
form .input-holder .message {
float: none;
}
form .input-holder.birthday {
display: none;
}
form .message {
display: block;
margin-bottom: 10px;
width: 100%;
line-height: 17px;
font-size: 14px;
font-family: "Proxima N W01 Smbd", sans-serif;
}
form .message.error {
color: #F00;
}
form > .error {
line-height: 17px;
font-size: 14px;
font-family: "Proxima N W01 Smbd", sans-serif;
color: #F00;
}
form .global-message {
display: block;
margin-bottom: 16px;
padding: 16px 16px 16px 16px;
width: 100%;
border: 1px solid red;
color: red;
line-height: 17px;
font-size: 14px;
font-family: "Proxima N W01 Smbd", sans-serif;
}
@media only screen and (min-width: 1600px) {
form .global-message {
margin-bottom: 20px;
}
}
@media only screen and (min-width: 1600px) {
form .global-message {
padding: 20px 20px 20px 20px;
}
}
form label:not(.radio-label) {
display: block;
line-height: 17px;
font-size: 14px;
font-family: "Proxima N W01 Bold", sans-serif;
color: #636566;
}
form label:not(.radio-label):first-letter {
text-transform: uppercase;
}
form .radio-label {
margin-right: 8px;
line-height: 17px;
font-size: 14px;
font-family: "Proxima N W01 Reg", sans-serif;
color: #636566;
}
form input[type=radio] {
margin-right: 4px;
}
form input[type=text], form input[type=password], form input[type=email], form input[type=number], form input[type=tel], form select {
padding: 0 8px;
width: 100%;
height: 32px;
border: 1px solid #d6cfc9;
border-radius: 4px;
line-height: 18px;
font-size: 15px;
font-family: "Proxima N W01 Reg", sans-serif;
color: #636566;
}
form input[type=text]:focus, form input[type=password]:focus, form input[type=email]:focus, form input[type=number]:focus, form input[type=tel]:focus, form select:focus {
outline: none;
border-color: #9ecaed;
box-shadow: 0 0 10px #9ecaed;
}
form input[type=text]::-webkit-input-placeholder, form input[type=password]::-webkit-input-placeholder, form input[type=email]::-webkit-input-placeholder, form input[type=number]::-webkit-input-placeholder, form input[type=tel]::-webkit-input-placeholder, form select::-webkit-input-placeholder {
color: #B3B3B3;
}
form input[type=text]::-moz-placeholder, form input[type=password]::-moz-placeholder, form input[type=email]::-moz-placeholder, form input[type=number]::-moz-placeholder, form input[type=tel]::-moz-placeholder, form select::-moz-placeholder {
color: #B3B3B3;
}
form input[type=text]:-moz-placeholder, form input[type=password]:-moz-placeholder, form input[type=email]:-moz-placeholder, form input[type=number]:-moz-placeholder, form input[type=tel]:-moz-placeholder, form select:-moz-placeholder {
color: #B3B3B3;
}
form input[type=text]:-ms-input-placeholder, form input[type=password]:-ms-input-placeholder, form input[type=email]:-ms-input-placeholder, form input[type=number]:-ms-input-placeholder, form input[type=tel]:-ms-input-placeholder, form select:-ms-input-placeholder {
color: #B3B3B3;
}
form .select-row {
position: relative;
}
form textarea {
padding: 8px;
width: 100%;
height: 90px;
border: 1px solid #d6cfc9;
border-radius: 4px;
resize: none;
line-height: 18px;
font-size: 15px;
font-family: "Proxima N W01 Reg", sans-serif;
color: #636566;
}
form textarea:focus {
outline: none;
border-color: #9ecaed;
box-shadow: 0 0 10px #9ecaed;
}
form .hidden-box {
position: relative;
overflow: hidden;
max-height: 0;
background-color: #F5F7FA;
box-sizing: border-box;
-webkit-transition: max-height 600ms ease-out, padding 0.8s;
-moz-transition: max-height 600ms ease-out, padding 0.8s;
transition: max-height 600ms ease-out, padding 0.8s;
}
form .hidden-box.open {
max-height: 600px;
padding: 16px 0;
}
p.error {
color: red;
}
.preventScroll {
overflow: hidden;
position: fixed;
}
.mobile-navigation {
position: fixed;
z-index: 1000;
height: 100vh;
display: block;
overflow: hidden;
width: 100%;
left: 0;
top: 0;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
-webkit-transition-timing-function: ease-in-out;
-moz-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transform: translate3d(-100%, 0, 0);
-moz-transform: translate3d(-100%, 0, 0);
-ms-transform: translate3d(-100%, 0, 0);
-o-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
.mobile-navigation .bar {
height: 40px;
background-color: #00A6FF;
pointer-events: all;
position: relative;
z-index: 4;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
-webkit-transition-delay: 0.4s;
-moz-transition-delay: 0.4s;
transition-delay: 0.4s;
}
.mobile-navigation .bar .toggle-menu {
width: 40px;
height: 100%;
z-index: 3;
cursor: pointer;
position: absolute;
right: 0;
top: 0;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
.mobile-navigation .bar .toggle-menu .icon {
position: relative;
top: 2px;
}
.mobile-navigation .bar .toggle-menu .icon span {
position: relative;
width: 15px;
height: 3px;
margin-bottom: 3px;
background-color: white;
border-radius: 9999px;
display: block;
opacity: 0;
}
.mobile-navigation .bar .toggle-menu .icon span:first-of-type {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
opacity: 1;
top: 6px;
}
.mobile-navigation .bar .toggle-menu .icon span:last-of-type {
width: 15px;
opacity: 1;
bottom: 6px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.mobile-navigation .bar .logo {
height: 100%;
width: 100%;
position: absolute;
left: 0;
top: 0;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
text-align: center;
color: white;
font-family: "Proxima N W01 Bold", sans-serif;
font-size: 18px;
line-height: 18px;
margin: 0;
}
.mobile-navigation .bar .logo:before {
content: "";
display: inline-block;
background: url("/images/structure/tops_mobile_sprite.svg?v=2") -145px -70px no-repeat;
background-size: 250px 170px;
width: 40px;
height: 25px;
margin-right: 10px;
margin-left: -20px;
}
.mobile-navigation .menu {
height: 100%;
width: 100%;
left: 0;
top: 0;
background-color: white;
min-width: 275px;
position: absolute;
overflow-x: auto;
pointer-events: all;
z-index: 5;
}
.mobile-navigation .menu > p {
margin-left: 20px;
margin-right: 20px;
font-family: "Proxima N W01 Reg", sans-serif;
font-size: 15px !important;
line-height: 32px !important;
color: #636566;
}
.mobile-navigation .menu > p strong {
font-family: "Proxima N W01 Smbd", sans-serif;
font-size: 15px !important;
line-height: 32px !important;
color: #636566;
}
.mobile-navigation nav ul {
padding: 0;
list-style: none;
}
.mobile-navigation nav ul li a {
font-family: "Proxima N W01 Smbd", sans-serif;
font-size: 15px;
line-height: 18px;
color: #636566;
height: 50px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
position: relative;
padding: 0 16px;
text-decoration: none;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
transition: all 0.2s;
border-bottom: 1px solid #E9EDF0;
}
.mobile-navigation nav ul li a:after {
content: "›";
font-family: "Proxima N W01 Smbd", sans-serif;
color: #B3B3B3;
font-size: 28px;
line-height: 28px;
position: absolute;
right: 15px;
top: 0px;
height: 100%;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
.mobile-navigation nav ul li.active a {
color: #00A6FF;
}
.mobile-navigation nav ul li.active a:after {
color: #00A6FF;
}
.mobile-navigation nav ul li.blue a {
color: #00A6FF;
font-family: "Proxima N W01 Bold", sans-serif;
}
.mobile-navigation nav ul li.blue a:after {
color: #00A6FF;
}
.mobile-navigation nav ul li.blue.my-tops a span {
margin-right: 15px;
width: 30px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
.mobile-navigation nav ul li.blue.my-tops a span:before {
content: "";
display: block;
background: url("/images/structure/tops_mobile_sprite.svg?v=2") -145px -100px no-repeat;
background-size: 250px 170px;
width: 24px;
height: 24px;
}
.mobile-navigation nav ul li.blue.cart a span {
margin-right: 15px;
width: 30px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
.mobile-navigation nav ul li.blue.cart a span:before {
content: "";
display: block;
background: url("/images/structure/tops_mobile_sprite.svg?v=2") -170px -100px no-repeat;
background-size: 250px 170px;
width: 24px;
height: 22px;
}
.mobile-navigation .mobile-footer {
background-color: #00A6FF;
}
.mobile-navigation .mobile-footer .call-footer-bar {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
padding: 16px;
text-decoration: none;
}
.mobile-navigation .mobile-footer .call-footer-bar .person {
border: 2px solid white;
border-radius: 9999px;
height: 100px;
width: 100px;
overflow: hidden;
background-image: url("/images/static/people/stefan_small_mobile.jpg");
background-position: center;
background-size: cover;
margin-right: 15px;
}
.mobile-navigation .mobile-footer .call-footer-bar .person img {
width: 100%;
}
.mobile-navigation .mobile-footer .call-footer-bar .call {
color: white;
font-family: "Proxima N W01 Bold", sans-serif;
font-size: 18px;
line-height: 22px;
}
.mobile-navigation .mobile-footer .call-footer-bar .call span {
font-family: "Proxima N W01 Reg", sans-serif;
font-size: 18px;
line-height: 22px;
color: #B3E4FF;
}
.mobile-navigation .mobile-footer .other-pages {
padding: 10px 16px 20px;
}
.mobile-navigation .mobile-footer .other-pages li {
margin-bottom: 4px;
}
.mobile-navigation .mobile-footer .other-pages li a {
text-decoration: none;
font-family: "Proxima N W01 Reg", sans-serif;
font-size: 15px;
line-height: 20px;
color: #B3E4FF;
}
.mobile-navigation .mobile-footer .other-pages li:last-of-type {
margin-bottom: 0;
}
.mobile-navigation .social {
padding: 5px 16px 20px;
}
.mobile-navigation .social div {
display: inline-block;
margin-right: 10px;
}
.mobile-navigation .social div a {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
.mobile-navigation .social div.facebook span {
background: url("/images/structure/tops_mobile_sprite.svg?v=2") -80px -110px no-repeat;
background-size: 250px 170px;
width: 24px;
height: 24px;
display: inline-block;
}
.mobile-navigation .social div.linkedin span {
background: url("/images/structure/tops_mobile_sprite.svg?v=2") -55px -110px no-repeat;
background-size: 250px 170px;
width: 24px;
height: 24px;
display: inline-block;
}
.mobile-navigation .contact-info {
padding: 5px 16px 100px;
}
.mobile-navigation .contact-info p {
font-family: "Proxima N W01 Reg", sans-serif;
color: #B3E4FF;
font-size: 14px;
line-height: 20px;
}
.mobile-navigation .contact-info p strong {
color: white;
font-family: "Proxima N W01 Smbd", sans-serif;
}
.mobile-navigation .contact-info p a {
text-decoration: none;
color: #B3E4FF;
}
.mobile-navigation.active {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
pointer-events: all;
}
.checkout-page .checkout-block #map-canvas {
width: 100%;
height: 450px;
border: 1px solid #d6cfc9;
border-radius: 4px;
}
.checkout-page .checkout-block #dpd-parcel-shop-box {
padding: 0 2px;
background-color: transparent;
}
.checkout-page .checkout-block #dpd-parcel-shop-box.open {
max-height: 460px;
}
.checkout-page .checkout-block #dpd-parcel-shop-box .gm-fullscreen-control {
display: none;
}
.checkout-page .checkout-block #dpd-parcel-shop-box #pac-close {
display: none;
}
.checkout-page .checkout-block #dpd-parcel-shop-box #pac-input {
border: 1px solid #d6cfc9;
border-radius: 4px;
font-family: "Proxima N W01 Reg", sans-serif;
font-size: 14px;
line-height: 17px;
color: #636566;
padding: 0 8px;
width: calc(100% - 80px);
margin-top: 10px;
margin-left: 10px;
position: relative;
}
.checkout-page .checkout-block #dpd-parcel-shop-box #pac-submit {
background: url("/images/structure/tops_mobile_sprite.svg?v=2") -90px -90px no-repeat;
background-size: 250px 170px;
width: 20px;
height: 20px;
display: block;
position: absolute;
right: 80px !important;
top: 16px !important;
}
.checkout-page .checkout-block #dpd-parcel-shop-box #pac-submit:focus {
outline: none;
box-shadow: none;
}
.checkout-page .checkout-block #dpd-parcel-shop-box .shopInfoContainer h1 {
margin-bottom: 0;
font-family: "Proxima N W01 Bold", sans-serif;
font-size: 14px;
line-height: 17px;
color: #636566;
}
.checkout-page .checkout-block #dpd-parcel-shop-box .shopInfoContainer p {
font-family: "Proxima N W01 Reg", sans-serif;
font-size: 13px;
line-height: 15px;
color: #636566;
margin: 0 0 10px;
}
.checkout-page .checkout-block #dpd-parcel-shop-box .shopInfoContainer .openingHours {
margin-bottom: 15px;
}
.checkout-page .checkout-block #dpd-parcel-shop-box .shopInfoContainer .openingHours table tr td {
padding-right: 10px;
}
.checkout-page .checkout-block #dpd-parcel-shop-box .shopInfoContainer .openingHours h2 {
margin: 0;
padding: 0;
font-size: 1.2em;
}
.checkout-page .checkout-block #dpd-parcel-shop-box .shopInfoContainer .btn {
margin-top: 5px;
height: 30px;
cursor: pointer;
background-color: #00A6FF;
border-radius: 4px;
width: 200px;
font-family: "Proxima N W01 Smbd", sans-serif;
color: white;
font-size: 13px;
line-height: 15px;
padding: 0 15px;
position: relative;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
.checkout-page .checkout-block #dpd-parcel-shop-box .shopInfoContainer .btn input {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
opacity: 0;
}
.checkout-page .checkout-block #dpd-parcel-shop-box .shopInfoContainer .centerText input {
cursor: pointer;
}
.checkout-page .checkout-block #dpd-parcel-shop-box #chosenShop {
margin: 10px 16px;
border: 1px solid #e7e4e1;
display: inline-block;
padding: 20px;
}
.checkout-page .checkout-block #dpd-parcel-shop-box #chosenShop h1 {
margin: 0;
}
.checkout-page .checkout-block #dpd-parcel-shop-box #chosenShop .openingHours {
margin-bottom: 15px;
}
.checkout-page .checkout-block #dpd-parcel-shop-box #chosenShop .openingHours h2 {
font-family: "Proxima N W01 Smbd", sans-serif;
font-size: 14px;
line-height: 16px;
color: #00A6FF;
}
.checkout-page .checkout-block #dpd-parcel-shop-box #chosenShop .openingHours table tr {
margin-bottom: 3px;
}
.checkout-page .checkout-block #dpd-parcel-shop-box #chosenShop .openingHours table tr td {
padding: 2px 10px 1px 0;
font-size: 13px;
line-height: 14px;
color: #636566;
font-family: "Proxima N W01 Reg", sans-serif;
}
#granola {
height: 40px;
position: fixed;
background: #00A6FF none repeat scroll 0% 0%;
width: 100%;
z-index: 300;
color: #FFF;
text-align: center;
font-size: 13px;
line-height: 17px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
opacity: 0;
bottom: -40px;
-webkit-transition: all 0.6s;
-moz-transition: all 0.6s;
transition: all 0.6s;
-webkit-transition-delay: 10s;
-moz-transition-delay: 10s;
transition-delay: 10s;
}
#granola.animate {
opacity: 1;
bottom: 0;
}
#granola a {
color: white;
text-decoration: underline;
padding: 0 5px 0 5px;
}
#granola .btn-close {
text-decoration: none;
background: url("/images/structure/tops_mobile_sprite.svg?v=2") -110px -70px no-repeat;
background-size: 250px 170px;
width: 14px;
height: 14px;
padding: 0;
display: block;
position: absolute;
top: 14px;
right: 14px;
}
.whatsapp-row {
background-color: #F5F7FA;
padding: 20px 16px;
}
.whatsapp-row .placeholder {
width: 100%;
height: 80px;
margin: auto;
border-radius: 10px;
background-color: white;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
.whatsapp-row .whatsApp {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
width: 100%;
}
.whatsapp-row .whatsApp p {
font-family: "Proxima N W01 Reg", sans-serif;
color: #636566;
font-size: 15px;
line-height: 19px;
margin: 0;
width: calc(100% - 70px);
}
.whatsapp-row .whatsApp p a {
text-decoration: none;
font-family: "Proxima N W01 Reg", sans-serif;
color: #636566;
font-size: 15px;
line-height: 16px;
margin: 0;
}
.whatsapp-row .whatsApp p strong {
font-family: "Proxima N W01 Bold", sans-serif;
}
.whatsapp-row .whatsApp p .number {
color: #63C900;
display: block;
font-size: 16px;
line-height: 21px;
font-family: "Proxima N W01 Bold", sans-serif;
}
.whatsapp-row .whatsApp:before {
background: url("/images/structure/tops_mobile_sprite.svg?v=2") -145px -10px no-repeat;
background-size: 250px 170px;
width: 50px;
height: 52px;
content: "";
display: inline-block;
float: left;
margin: 0 3px 0 5px;
position: relative;
top: 3px;
}
.payment-method {
padding: 0 8px;
margin-top: 20px;
}
.payment-method h2 {
padding: 0 8px;
font-family: "Proxima N W01 Bold", sans-serif;
color: #00A6FF;
font-size: 18px;
line-height: 22px;
margin-top: 0;
}
.payment-method .payment-item {
padding: 0px 8px;
background-color: #F7F7F7;
border-radius: 4px;
border: 2px solid #E9EDF0;
position: relative;
box-sizing: border-box;
margin-bottom: 8px;
overflow: hidden;
}
.payment-method .payment-item:last-of-type {
margin-bottom: 0;
}
.payment-method .payment-item .radio-button {
position: absolute;
left: 10px;
top: 17px;
}
.payment-method .payment-item .radio-label {
width: 100%;
height: 50px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
padding-left: 25px;
}
.payment-method .payment-item .radio-label .pm-logo {
width: 35px;
margin: 0 10px;
height: 35px;
background-position: center;
background-size: contain;
background-repeat: no-repeat;
}
.payment-method .payment-item .radio-label .pm-text {
font-family: "Proxima N W01 Reg", sans-serif;
font-size: 14px;
line-height: 17px;
color: #636566;
}
.payment-method .payment-item .issuer-holder {
width: 100%;
margin-bottom: 0;
position: relative;
height: 0;
opacity: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
overflow: hidden;
}
.payment-method .payment-item .issuer-holder.open {
height: 32px;
opacity: 1;
margin-bottom: 8px;
}
.payment-method .payment-item .issuer-holder select {
background-color: #F5F7FA;
}
.payment-method .btn-holder {
background-color: #00A6FF;
border-radius: 8px;
height: 40px;
width: 80%;
max-width: 250px;
margin: 20px auto;
position: relative;
}
.payment-method .btn-holder input {
position: absolute;
width: 100%;
height: 100%;
background-color: transparent;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
font-family: "Proxima N W01 Reg", sans-serif;
font-size: 15px;
line-height: 15px;
color: white;
}
.order-info {
padding: 0;
}
.order-info h2 {
padding: 0 16px;
}
.order-info .checkout-product-list {
border-bottom: 2px solid #E9EDF0;
margin-bottom: 15px;
}
.order-info .checkout-product-list .checkout-product-list-item {
padding: 18px 16px;
background-color: #F5F7FA;
border-top: 2px solid #E9EDF0;
}
.order-info .checkout-product-list .checkout-product-list-item h3 {
margin: 0 0 16px;
}
.order-info .checkout-product-list .checkout-product-list-item h3 .rule-1 {
font-family: "Proxima N W01 Bold", sans-serif;
font-size: 14px;
line-height: 16px;
color: #3D3D3D;
display: block;
margin-bottom: 2px;
}
.order-info .checkout-product-list .checkout-product-list-item h3 .rule-2 {
font-family: "Proxima N W01 Reg", sans-serif;
font-size: 14px;
line-height: 16px;
color: #636566;
display: block;
margin-bottom: 2px;
}
.order-info .checkout-product-list .checkout-product-list-item h3 .rule-3 {
font-family: "Proxima N W01 Reg", sans-serif;
display: block;
font-size: 14px;
line-height: 16px;
color: #00A6FF;
}
.order-info .checkout-product-list .checkout-product-list-item .quantity-price {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
.order-info .checkout-product-list .checkout-product-list-item .quantity-price .quantity {
font-family: "Proxima N W01 Reg", sans-serif;
font-size: 14px;
line-height: 16px;
color: #4D4D4D;
}
.order-info .checkout-product-list .checkout-product-list-item .quantity-price .price {
font-family: "Proxima N W01 Bold", sans-serif;
font-size: 14px;
line-height: 16px;
color: black;
}
.order-info .summary {
border-top: 2px solid #E9EDF0;
background-color: #F5F7FA;
margin-top: 10px;
}
.order-info .summary .summary-row {
padding: 16px 12px;
border-bottom: 2px solid #efefef;
position: relative;
}
.order-info .summary .summary-row .title {
font-family: "Proxima N W01 Bold", sans-serif;
font-size: 14px;
line-height: 16px;
color: #3D3D3D;
width: calc(100% - 70px);
display: block;
}
.order-info .summary .summary-row .title .extra {
margin-left: 5px;
}
.order-info .summary .summary-row .price {
position: absolute;
right: 16px;
top: 17px;
font-family: "Proxima N W01 Bold", sans-serif;
font-size: 14px;
line-height: 16px;
color: black;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: flex-end;
-ms-justify-content: flex-end;
-webkit-justify-content: flex-end;
justify-content: flex-end;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
.order-info .summary .summary-row .price .check {
background: url("/images/structure/tops_mobile_sprite.svg?v=2") -10px -90px no-repeat;
background-size: 250px 170px;
width: 16px;
height: 16px;
display: inline-block;
margin-right: 8px;
}
.order-info .summary .summary-row .description {
width: calc(100% - 70px);
display: block;
color: #B3B3B3;
font-size: 14px;
line-height: 16px;
font-family: "Proxima N W01 Reg", sans-serif;
}
.order-info .summary .summary-row .sub-text {
font-family: "Proxima N W01 Reg", sans-serif;
font-size: 14px;
line-height: 17px;
color: #636566;
margin: 4px 0 0;
}
.order-info .summary .summary-row.vat {
display: none;
}
.order-info .summary .summary-row.vat .title, .order-info .summary .summary-row.vat .price {
opacity: 0.4;
}
.order-info.order-overview {
margin-top: 20px;
}
.order-info.order-overview > h2 {
font-family: "Proxima N W01 Bold", sans-serif;
color: #636566;
font-size: 16px;
line-height: 22px;
margin-top: 0;
}
.order-info.order-overview .summary .divider {
height: 20px;
width: 100%;
background-color: white;
border-bottom: 2px solid #efefef;
}
.order-info.order-overview .summary .summary-row.vat {
display: block;
}
.subscribe-forms form {
margin-top: 20px;
}
.subscribe-forms form .input-holder {
margin-bottom: 10px;
}
.subscribe-forms form .btn-holder .btn {
height: 50px;
width: 100%;
background-color: #00A6FF;
border-radius: 10px;
margin-top: 15px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
position: relative;
}
.subscribe-forms form .btn-holder .btn:after {
content: "›";
font-family: "Proxima N W01 Smbd", sans-serif;
color: white;
font-size: 35px;
line-height: 28px;
position: absolute;
right: 15px;
top: -3px;
height: 100%;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
.subscribe-forms form .btn-holder .btn input, .subscribe-forms form .btn-holder .btn a {
text-decoration: none;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
.subscribe-forms form .btn-holder .btn input {
opacity: 0;
}
.subscribe-forms form .btn-holder .btn span {
color: white;
font-family: "Proxima N W01 Reg", sans-serif;
font-size: 17px;
line-height: 19px;
}
.language_switch {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(245, 247, 250, 0.9);
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
z-index: 10;
}
.language_switch .switch-box {
width: 100%;
height: auto;
background-color: white;
padding-bottom: 20px;
}
.language_switch .switch-box .logo-bar {
background-color: #00A6FF;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
height: 40px;
width: 100%;
}
.language_switch .switch-box .logo-bar img {
height: 22px;
}
.language_switch .switch-box > .text {
padding: 20px 16px;
text-align: center;
font-size: 14px;
line-height: 18px;
font-family: "Proxima N W01 Smbd", sans-serif;
color: #636566;
}
.language_switch .switch-box > .text a {
color: #00A6FF;
text-decoration: none;
}
.language_switch .switch-box .link, .language_switch .switch-box .link a {
text-align: center;
font-size: 14px;
line-height: 18px;
font-family: "Proxima N W01 Smbd", sans-serif;
color: #00A6FF;
text-decoration: none;
}
.language_switch .switch-box .btn-holder {
background-color: #00A6FF;
border-radius: 8px;
height: 40px;
width: 90%;
max-width: 250px;
margin: 20px auto;
}
.language_switch .switch-box .btn-holder a {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
height: 100%;
text-decoration: none;
font-family: "Proxima N W01 Reg", sans-serif;
font-size: 15px;
line-height: 15px;
color: white;
position: relative;
}
.language_switch .switch-box .btn-holder a:before {
content: "›";
font-family: "Proxima N W01 Smbd", sans-serif;
color: white;
font-size: 28px;
line-height: 37px;
position: absolute;
right: 15px;
top: 0px;
}
.language_switch .switch-box .btn-holder a span {
color: white;
text-decoration: none;
font-family: "Proxima N W01 Reg", sans-serif;
font-size: 15px;
line-height: 15px;
position: relative;
left: -10px;
}
.youtube-player-wrapper {
display: block;
width: 100%;
}
.youtube-player-wrapper .video-wrapper {
position: relative;
/* 16:9 */
padding-bottom: 49.8%;
padding-top: 25px;
height: 0;
}
.youtube-player-wrapper .video-wrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.pending-order-info {
padding: 25px 16px 0;
}
.pending-order-info__title {
margin: 0;
font-family: "Proxima N W01 Bold", sans-serif;
font-size: 14px;
line-height: 16px;
color: #3D3D3D;
}
.pending-order-info__title + .pending-order-info__title {
margin-top: 5px;
}
.pending-order-info__title-label {
display: inline-block;
width: 140px;
}
.pending-order-info__invoice {
margin-top: 40px;
}
.pending-order-info__address {
font-family: "Proxima N W01 Reg", sans-serif;
font-size: 14px;
line-height: 17px;
color: #636566;
}
.pending-order-info__address strong {
font-family: "Proxima N W01 Bold", sans-serif;
}
#return-form-wrapper .intro-block {
background-color: white;
}
#return-form-wrapper .intro-block h2 {
font-size: 24px;
line-height: 28px;
margin: 0 0 20px;
font-family: "Proxima N W01 Reg", sans-serif;
}
#return-form-wrapper .form-wrapper {
padding: 0 16px 25px;
}
#return-form-wrapper .form-wrapper form {
margin-top: 9px;
}
#return-form-wrapper .form-wrapper form .required-icon {
font-size: 14px;
line-height: 18px;
color: #F27717;
}
#return-form-wrapper .form-wrapper form .btn-holder {
width: 100%;
}
#return-form-wrapper .form-wrapper form hr.dashed {
border: none;
border-bottom: 1px dashed #B3B3B3;
}
#return-form-wrapper .form-wrapper form h3 {
font-size: 19px;
line-height: 24px;
color: #00A6FF;
font-family: "Proxima N W01 Reg", sans-serif;
margin: 0 0 20px;
}
#return-form-wrapper .form-wrapper form .input-holder {
position: relative;
}
#return-form-wrapper .form-wrapper form .input-holder p.label {
display: block;
font-family: "Proxima N W01 Bold", sans-serif;
font-size: 14px;
line-height: 17px;
margin-bottom: 10px;
color: #646464;
}
#return-form-wrapper .form-wrapper form .input-holder .input-file-placeholder {
position: relative;
padding: 8px;
min-height: 35px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
border: 1px solid #d6cfc9;
border-radius: 4px;
cursor: pointer;
}
#return-form-wrapper .form-wrapper form .input-holder .input-file-placeholder input[type=file] {
position: absolute;
width: 100%;
height: 100%;
opacity: 0;
}
#return-form-wrapper .form-wrapper form .input-holder .input-file-placeholder label {
text-transform: none;
font-family: "Proxima N W01 Reg", sans-serif;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
margin: 0;
padding-right: 120px;
color: rgba(100, 100, 100, 0.6);
letter-spacing: 0;
font-size: 15px;
line-height: 18px;
cursor: pointer;
}
#return-form-wrapper .form-wrapper form .input-holder .input-file-placeholder span {
position: absolute;
right: 0;
top: 0;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
height: 100%;
width: 120px;
border-radius: 4px;
background-color: #646464;
font-size: 15px;
line-height: 18px;
color: white;
font-family: "Proxima N W01 Smbd", sans-serif;
cursor: pointer;
transition: background-color 0.2s;
}
#return-form-wrapper .form-wrapper form .input-holder .input-file-placeholder:hover span {
background-color: #505050;
}
#return-form-wrapper .form-wrapper form label b, #return-form-wrapper .form-wrapper form label strong {
font-family: "Proxima N W01 Bold", sans-serif;
}
#return-form-wrapper .form-wrapper form label:not(.radio-label) {
font-size: 14px;
line-height: 17px;
margin-bottom: 5px;
}
#return-form-wrapper .form-wrapper form input[type=number], #return-form-wrapper .form-wrapper form input[type=file] {
padding: 0 8px;
width: 100%;
height: 32px;
border: 1px solid #d6cfc9;
border-radius: 4px;
font-family: "Proxima N W01 Reg", sans-serif;
font-size: 15px;
line-height: 18px;
}
#return-form-wrapper .form-wrapper form input[type=text]::-webkit-input-placeholder, #return-form-wrapper .form-wrapper form input[type=password]::-webkit-input-placeholder, #return-form-wrapper .form-wrapper form input[type=email]::-webkit-input-placeholder, #return-form-wrapper .form-wrapper form input[type=number]::-webkit-input-placeholder, #return-form-wrapper .form-wrapper form textarea::-webkit-input-placeholder, #return-form-wrapper .form-wrapper form input[type=file]::-webkit-input-placeholder {
color: rgba(100, 100, 100, 0.6);
}
#return-form-wrapper .form-wrapper form input[type=text]::-moz-placeholder, #return-form-wrapper .form-wrapper form input[type=password]::-moz-placeholder, #return-form-wrapper .form-wrapper form input[type=email]::-moz-placeholder, #return-form-wrapper .form-wrapper form input[type=number]::-moz-placeholder, #return-form-wrapper .form-wrapper form textarea::-moz-placeholder, #return-form-wrapper .form-wrapper form input[type=file]::-moz-placeholder {
color: rgba(100, 100, 100, 0.6);
}
#return-form-wrapper .form-wrapper form input[type=text]:-moz-placeholder, #return-form-wrapper .form-wrapper form input[type=password]:-moz-placeholder, #return-form-wrapper .form-wrapper form input[type=email]:-moz-placeholder, #return-form-wrapper .form-wrapper form input[type=number]:-moz-placeholder, #return-form-wrapper .form-wrapper form textarea:-moz-placeholder, #return-form-wrapper .form-wrapper form input[type=file]:-moz-placeholder {
color: rgba(100, 100, 100, 0.6);
}
#return-form-wrapper .form-wrapper form input[type=text]:-ms-input-placeholder, #return-form-wrapper .form-wrapper form input[type=password]:-ms-input-placeholder, #return-form-wrapper .form-wrapper form input[type=email]:-ms-input-placeholder, #return-form-wrapper .form-wrapper form input[type=number]:-ms-input-placeholder, #return-form-wrapper .form-wrapper form textarea:-ms-input-placeholder, #return-form-wrapper .form-wrapper form input[type=file]:-ms-input-placeholder {
color: rgba(100, 100, 100, 0.6);
}
#return-form-wrapper .form-wrapper form textarea {
padding: 10px 8px;
}
#return-form-wrapper .form-wrapper form .input-wrapper {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
-webkit-align-items: flex-start;
align-items: flex-start;
}
#return-form-wrapper .form-wrapper form .input-wrapper .input-holder {
width: calc((100% - 15px) / 2);
}
#return-form-wrapper .form-wrapper form .input-wrapper .input-holder + .input-holder {
margin-left: 15px;
}
#return-form-wrapper .form-wrapper form .radio-wrapper {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
#return-form-wrapper .form-wrapper form .radio-wrapper + .radio-wrapper {
margin-top: 8px;
}
#return-form-wrapper .form-wrapper form .radio-wrapper input {
width: 14px;
}
#return-form-wrapper .form-wrapper form .radio-wrapper label {
width: calc(100% - 30px);
margin: 0;
font-family: "Proxima N W01 Reg", sans-serif;
font-size: 14px;
line-height: 17px;
}
#return-form-wrapper .form-wrapper form #search-order {
opacity: 1;
padding-bottom: 15px;
border-bottom: 1px dashed #B3B3B3;
transition: opacity 0.3s;
}
#return-form-wrapper .form-wrapper form #search-order.inactive {
opacity: 0.6;
pointer-events: none;
user-select: none;
user-focus: none;
cursor: not-allowed;
}
#return-form-wrapper .form-wrapper form #search-order .info-button {
display: none;
}
#return-form-wrapper .form-wrapper form #order-information-validation {
padding: 30px 0;
}
#return-form-wrapper .form-wrapper form #order-information-validation.hide {
display: none;
}
#return-form-wrapper .form-wrapper form #order-information-validation p {
display: none;
margin: 0;
font-size: 14px;
line-height: 17px;
font-family: "Proxima N W01 Reg", sans-serif;
}
#return-form-wrapper .form-wrapper form #order-information-validation p.show {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
margin-bottom: 30px;
}
#return-form-wrapper .form-wrapper form #order-information-validation p:before {
content: "";
display: inline-block;
margin-right: 15px;
}
#return-form-wrapper .form-wrapper form #order-information-validation p span {
width: calc(100% - 25px);
}
#return-form-wrapper .form-wrapper form #order-information-validation .success {
color: #63C900;
}
#return-form-wrapper .form-wrapper form #order-information-validation .success:before {
background-position: -10px -50px;
background-size: 440px 500px;
width: 16px;
height: 16px;
}
#return-form-wrapper .form-wrapper form #order-information-validation .false {
color: #D0021B;
}
#return-form-wrapper .form-wrapper form #order-information-validation .false:before {
background-position: -10px -150px;
background-size: 440px 500px;
width: 16px;
height: 16px;
}
#return-form-wrapper .form-wrapper form #order-information-validation .btn.btn-holder {
font-size: 16px;
line-height: 16px;
color: white;
opacity: 0.2;
transition: opacity 0.3s;
}
#return-form-wrapper .form-wrapper form #order-information-validation .btn.btn-holder.enabled {
opacity: 1;
}
#return-form-wrapper .form-wrapper form #orderinfoformpart {
display: none;
}
#return-form-wrapper .form-wrapper form #orderinfoformpart.show {
display: block;
margin-top: 25px;
}
#return-form-wrapper .form-wrapper form #orderinfoformpart #articlesselector {
margin-bottom: 50px;
}
#return-form-wrapper .form-wrapper form #orderinfoformpart #articlesselector .returnproducts {
width: 100%;
}
#return-form-wrapper .form-wrapper form #orderinfoformpart #articlesselector .returnproducts th, #return-form-wrapper .form-wrapper form #orderinfoformpart #articlesselector .returnproducts td {
text-align: left;
}
#return-form-wrapper .form-wrapper form #orderinfoformpart #articlesselector .returnproducts tbody tr {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
-webkit-align-items: flex-start;
align-items: flex-start;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
box-lines: multiple;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: horizontal;
-moz-box-orient: horizontal;
box-orient: horizontal;
-webkit-flex-direction: row;
-moz-flex-direction: row;
flex-direction: row;
-ms-flex-direction: row;
-webkit-flex-flow: row wrap;
-moz-flex-flow: row wrap;
flex-flow: row wrap;
padding: 16px 0;
border-bottom: 1px solid rgba(179, 179, 179, 0.4);
}
#return-form-wrapper .form-wrapper form #orderinfoformpart #articlesselector .returnproducts tbody td {
display: block;
font-family: "Proxima N W01 Reg", sans-serif;
font-size: 15px;
line-height: 18px;
color: #646464;
}
#return-form-wrapper .form-wrapper form #orderinfoformpart #articlesselector .returnproducts tbody td span, #return-form-wrapper .form-wrapper form #orderinfoformpart #articlesselector .returnproducts tbody td p {
margin: 0;
}
#return-form-wrapper .form-wrapper form #orderinfoformpart #articlesselector .returnproducts tbody td:nth-child(1) {
width: 18px;
padding-top: 1px;
}
#return-form-wrapper .form-wrapper form #orderinfoformpart #articlesselector .returnproducts tbody td:nth-child(1) input {
width: 16px;
height: 16px;
}
#return-form-wrapper .form-wrapper form #orderinfoformpart #articlesselector .returnproducts tbody td:nth-child(1) p {
display: none;
}
#return-form-wrapper .form-wrapper form #orderinfoformpart #articlesselector .returnproducts tbody td:nth-child(2) {
width: calc(100% - 25px);
}
#return-form-wrapper .form-wrapper form #orderinfoformpart #articlesselector .returnproducts tbody td:nth-child(2) span {
color: #00A6FF;
font-family: "Proxima N W01 Bold", sans-serif;
}
#return-form-wrapper .form-wrapper form #orderinfoformpart #articlesselector .returnproducts tbody td:nth-child(3), #return-form-wrapper .form-wrapper form #orderinfoformpart #articlesselector .returnproducts tbody td:nth-child(4) {
display: block;
width: 100%;
padding-left: 25px;
margin-top: 10px;
}
#return-form-wrapper .form-wrapper form #orderinfoformpart #articlesselector .returnproducts tbody td:nth-child(3) .mobile-title, #return-form-wrapper .form-wrapper form #orderinfoformpart #articlesselector .returnproducts tbody td:nth-child(4) .mobile-title {
display: block;
font-family: "Proxima N W01 Bold", sans-serif;
font-size: 14px;
}
#return-form-wrapper .form-wrapper form #orderinfoformpart #articlesselector .returnproducts tbody td:nth-child(4) .wrapper {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
margin-top: 5px;
}
#return-form-wrapper .form-wrapper form #orderinfoformpart #articlesselector .returnproducts tbody td:nth-child(4) .value {
display: inline-block;
width: 30px;
text-align: center;
font-size: 16px;
}
#return-form-wrapper .form-wrapper form #orderinfoformpart #articlesselector .returnproducts tbody td:nth-child(4) .button {
width: 23px;
height: 25px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
background-color: #00A6FF;
border-radius: 4px;
cursor: pointer;
}
#return-form-wrapper .form-wrapper form #orderinfoformpart #articlesselector .returnproducts tbody td:nth-child(4) .button:after {
content: "";
background-position: -10px -10px;
background-size: 440px 500px;
width: 5px;
height: 8px;
}
#return-form-wrapper .form-wrapper form #orderinfoformpart #articlesselector .returnproducts tbody td:nth-child(4) .button.less:after {
transform: scale3d(-1, 1, 1);
}
#return-form-wrapper .form-wrapper form #orderinfoformpart #returnreasonselector {
display: none;
}
#return-form-wrapper .form-wrapper form #orderinfoformpart #returnreasonselector.show {
display: block;
margin-bottom: 25px;
}
#return-form-wrapper .form-wrapper form #orderinfoformpart #actiontopsselector {
display: none;
}
#return-form-wrapper .form-wrapper form #orderinfoformpart #actiontopsselector.show {
display: block;
padding: 25px 0;
border-top: 1px dashed #B3B3B3;
}
#return-form-wrapper .form-wrapper form #orderinfoformpart #actiontopsselector h4 {
margin: 0 0 8px;
color: #646464;
font-size: 12px;
line-height: 14px;
font-family: "Proxima N W01 Bold", sans-serif;
}
#return-form-wrapper .form-wrapper form #orderinfoformpart #actiontopsselector .tops-action-selectors {
padding-bottom: 25px;
border-bottom: 1px dashed #B3B3B3;
margin-bottom: 25px;
}
#return-form-wrapper .form-wrapper form #orderinfoformpart #actiontopsselector #returnforknownfilterformpart, #return-form-wrapper .form-wrapper form #orderinfoformpart #actiontopsselector #returnforunknownfilterformpart, #return-form-wrapper .form-wrapper form #orderinfoformpart #actiontopsselector #returnforrefundformpart {
display: none;
}
#return-form-wrapper .form-wrapper form #orderinfoformpart #actiontopsselector #returnforknownfilterformpart.show, #return-form-wrapper .form-wrapper form #orderinfoformpart #actiontopsselector #returnforunknownfilterformpart.show, #return-form-wrapper .form-wrapper form #orderinfoformpart #actiontopsselector #returnforrefundformpart.show {
display: block;
}
#return-form-wrapper .form-wrapper form #orderinfoformpart #actiontopsselector #returnforknownfilterformpart .input-holder {
margin-bottom: 0;
}
#return-form-wrapper .form-wrapper form #orderinfoformpart #actiontopsselector #returnforrefundformpart p:not(.label), #return-form-wrapper .form-wrapper form #orderinfoformpart #actiontopsselector #returnforrefundformpart h4, #return-form-wrapper .form-wrapper form #orderinfoformpart #actiontopsselector #returnforunknownfilterformpart p:not(.label), #return-form-wrapper .form-wrapper form #orderinfoformpart #actiontopsselector #returnforunknownfilterformpart h4 {
font-size: 14px;
line-height: 17px;
color: #00A6FF;
margin: 0;
font-family: "Proxima N W01 Reg", sans-serif;
font-weight: 400;
}
#return-form-wrapper .form-wrapper form #orderinfoformpart #actiontopsselector #returnforunknownfilterformpart h4 {
margin-bottom: 25px;
}
#return-form-wrapper .form-wrapper form #orderinfoformpart #actiontopsselector #returnforunknownfilterformpart .input-grouper {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
-webkit-align-items: flex-start;
align-items: flex-start;
}
#return-form-wrapper .form-wrapper form #orderinfoformpart #actiontopsselector #returnforunknownfilterformpart .input-grouper .input-holder {
width: calc((100% - 30px) / 3 );
}
#return-form-wrapper .form-wrapper form #orderinfoformpart #damagedformpart {
display: none;
border-top: 1px dashed #B3B3B3;
padding-top: 25px;
}
#return-form-wrapper .form-wrapper form #orderinfoformpart #damagedformpart.show {
display: block;
margin-bottom: 25px;
}
#return-form-wrapper .form-wrapper form #orderinfoformpart #notes {
display: none;
border-top: 1px dashed #B3B3B3;
padding-top: 25px;
margin-bottom: 25px;
}
#return-form-wrapper .form-wrapper form #orderinfoformpart #notes.show {
display: block;
margin-bottom: 25px;
}
#return-form-wrapper .form-wrapper form #orderinfoformpart #notes .input-holder > p {
font-family: "Proxima N W01 Reg", sans-serif;
font-size: 14px;
line-height: 17px;
opacity: 0.5;
margin: 0 0 10px;
}
#return-form-wrapper .form-wrapper form #orderinfoformpart .btn.btn-holder.return_submit {
font-size: 16px;
line-height: 16px;
opacity: 0.2;
transition: opacity 0.3s;
}
#return-form-wrapper .form-wrapper form #orderinfoformpart .btn.btn-holder.return_submit.enabled {
opacity: 1;
}
.additional-bar {
border-top: 1px solid rgba(255, 255, 255, 0.2);
background-color: #3d3d3d;
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px 15px;
color: white;
font-size: 14px;
letter-spacing: 0.02em;
}
.additional-bar .additional-bar__close {
display: inline-block;
margin-left: 10px;
font-size: 22px;
color: white;
opacity: 0.6;
text-decoration: none;
}
.c-blog-articles {
background-color: #F5F7FA;
padding: 0 16px 32px;
}
.c-blog-articles__item {
position: relative;
max-width: 450px;
margin: 0 auto 20px;
background-color: white;
}
.c-blog-articles__link {
text-decoration: none;
}
.c-blog-articles__figure {
display: block;
overflow: hidden;
}
.c-blog-articles__image-wrapper {
position: relative;
width: 100%;
height: 0;
padding-bottom: calc(100% / 4 * 3);
background-color: rgba(156, 201, 239, 0.2);
}
.c-blog-articles__image {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-blog-articles__item:hover .c-blog-articles__image {
transform: scale3d(1.05, 1.05, 1);
}
.c-blog-articles__content {
padding: 20px;
}
.c-blog-articles__title {
margin: 0 0 8px;
font-family: "Proxima N W01 Smbd", sans-serif;
font-size: 1.4rem;
line-height: 1.2;
color: #3D3D3D;
}
.c-blog-articles__date {
margin: 8px 0 12px;
font-size: 1rem;
line-height: 1;
color: #00A6FF;
}
.c-blog-articles__teaser {
font-family: "Proxima N W01 Reg", sans-serif;
font-size: 1rem;
line-height: 1.4;
color: #636566;
}
.c-blog-articles__button {
margin-top: 16px;
background: #00A6FF;
color: white;
border-radius: 4px;
padding: 12px 0;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
position: relative;
}
.c-blog-articles__button:after {
content: "›";
font-family: "Proxima N W01 Smbd", sans-serif;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
color: white;
font-size: 30px;
line-height: 28px;
height: 100%;
position: absolute;
top: -2px;
right: 15px;
}
.pagination {
width: 100%;
text-align: center;
margin: 35px 0;
}
.pagination ul {
display: flex;
align-items: center;
justify-content: center;
list-style: none;
padding: 0;
margin: 0;
font-size: 0.9rem;
line-height: 1;
}
.pagination ul li {
display: inline-block;
margin: 0 6px;
}
.pagination ul li span {
display: inline-block;
padding: 15px 10px;
}
.pagination ul li a {
display: inline-block;
color: #646464;
text-decoration: none;
padding: 15px 10px;
}
.pagination ul li.active {
color: #00A6FF;
font-weight: bold;
}
.pagination ul li.disabled {
opacity: 0.2;
}
.pagination ul li:first-child, .pagination ul li:last-child {
position: relative;
top: 2px;
display: inline-block;
}
.pagination ul li:first-child span, .pagination ul li:last-child span {
display: block;
top: 50%;
z-index: 10;
margin-top: -4px;
-webkit-transition: -webkit-transform 0.1s ease-in;
-moz-transition: -moz-transform 0.1s ease-in;
transition: transform 0.1s ease-in;
position: absolute;
left: 0px;
background-position: -170px -50px;
background-size: 440px 500px;
width: 9px;
height: 8px;
position: relative;
padding: 0;
height: 9px;
}
@media only screen and (min-width: 1600px) {
.pagination ul li:first-child span, .pagination ul li:last-child span {
left: 0px;
}
}
.pagination ul li:first-child a, .pagination ul li:last-child a {
padding: 15px 10px;
}
.pagination ul li:first-child a span, .pagination ul li:last-child a span {
padding: 0;
}
.pagination ul li:last-child span {
transform: rotate(180deg);
}
.mobile-page .text-block h1.c-post__title {
display: block;
font-family: "Proxima N W01 Light", sans-serif;
font-size: 3.2em;
line-height: 1.125;
color: #3D3D3D;
font-size: 1.8rem !important;
}
.c-post__date {
font-size: 0.8rem;
max-width: 185px;
margin-bottom: 40px;
font-family: "Proxima N W01 Smbd", sans-serif;
color: #3D3D3D;
padding-bottom: 5px;
border-bottom: 1px solid rgba(179, 179, 179, 0.4);
}
.mobile-page > h1 {
color: #00A6FF;
font-family: "Proxima N W01 Bold", sans-serif;
font-size: 16px;
line-height: 19px;
padding: 20px 16px;
background-color: #F5F7FA;
margin: 0;
}
.mobile-page > .messages {
background-color: #F5F7FA;
}
.mobile-page > .messages div {
padding: 20px 16px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
.mobile-page > .messages div .icon {
width: 15px;
height: 15px;
display: block;
margin-right: 20px;
}
.mobile-page > .messages div .data {
font-size: 14px;
line-height: 18px;
width: calc(100% - 40px);
font-family: "Proxima N W01 Smbd", sans-serif;
}
.mobile-page > .messages div.message {
background-color: #D2E9F5;
color: #73A0BD;
}
.mobile-page > .messages div.message .icon {
background: url("/images/structure/tops_mobile_sprite.svg?v=2") -30px -70px no-repeat;
background-size: 250px 170px;
width: 16px;
height: 16px;
}
.mobile-page > .messages div.error {
background-color: #F1DEDE;
color: #B47879;
}
.mobile-page > .messages div.error .icon {
background: url("/images/structure/tops_mobile_sprite.svg?v=2") -10px -70px no-repeat;
background-size: 250px 170px;
width: 16px;
height: 16px;
}
.mobile-page > .messages div.success {
background-color: #C5F2DA;
color: #66A985;
}
.mobile-page > .messages div.success .icon {
background: url("/images/structure/tops_mobile_sprite.svg?v=2") -70px -90px no-repeat;
background-size: 250px 170px;
width: 16px;
height: 16px;
}
.mobile-page > .messages div.ajax.hide {
display: none;
}
.mobile-page .return-button {
border-top: 2px solid #E9EDF0;
border-bottom: 2px solid #E9EDF0;
}
.mobile-page .return-button.white {
background-color: white;
}
.mobile-page .return-button a {
font-family: "Proxima N W01 Reg", sans-serif;
font-size: 15px;
line-height: 18px;
text-decoration: none;
color: #636566;
padding: 15px 20px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
.mobile-page .return-button a:before {
content: "‹";
font-family: "Proxima N W01 Smbd", sans-serif;
color: #636566;
font-size: 28px;
line-height: 10px;
position: relative;
top: -3px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
margin-right: 20px;
}
.mobile-page .return-button.blue-link a {
font-family: "Proxima N W01 Smbd", sans-serif;
color: #00A6FF;
}
.mobile-page .return-button.blue-link a:before {
color: #00A6FF;
}
.mobile-page .text-block {
padding: 25px 16px;
background-color: #F5F7FA;
}
.mobile-page .text-block.white {
background-color: white;
}
.mobile-page .text-block.small-padding-side {
padding: 25px 8px;
}
.mobile-page .text-block.no-padding-side {
padding: 25px 0px;
}
.mobile-page .text-block h2, .mobile-page .text-block h1 {
font-family: "Proxima N W01 Bold", sans-serif;
color: #00A6FF;
font-size: 14px;
line-height: 17px;
}
.mobile-page .text-block h2:first-child, .mobile-page .text-block h1:first-child {
margin-top: 0;
}
.mobile-page .text-block h1 {
font-size: 16px;
line-height: 19px;
}
.mobile-page .text-block p {
font-family: "Proxima N W01 Reg", sans-serif;
font-size: 14px;
line-height: 17px;
color: #636566;
}
.mobile-page .text-block p strong {
font-family: "Proxima N W01 Smbd", sans-serif;
}
.mobile-page .text-block p a {
color: #00A6FF;
text-decoration: none;
font-family: "Proxima N W01 Reg", sans-serif;
}
.mobile-page .text-block p:last-of-type {
margin-bottom: 0;
}
.mobile-page .text-block ul, .mobile-page .text-block ol {
list-style: circle;
padding-left: 20px;
margin: 20px 0;
}
.mobile-page .text-block ul li, .mobile-page .text-block ol li {
font-family: "Proxima N W01 Reg", sans-serif;
font-size: 14px;
line-height: 17px;
color: #636566;
}
.mobile-page .text-block ul li strong, .mobile-page .text-block ol li strong {
font-family: "Proxima N W01 Smbd", sans-serif;
}
.mobile-page .text-block ul li a, .mobile-page .text-block ol li a {
color: #00A6FF;
text-decoration: none;
font-family: "Proxima N W01 Reg", sans-serif;
}
.mobile-page .text-block ol {
list-style: decimal;
}
.mobile-page .text-block figure {
margin: 20px 0;
}
.mobile-page .text-block figure img {
width: 100%;
}
.mobile-page .text-block .divider {
height: 40px;
width: 100%;
display: block;
}
.mobile-page .text-block .btn-holder {
background-color: #00A6FF;
border-radius: 8px;
height: 40px;
width: 90%;
max-width: 250px;
margin: 20px auto;
}
.mobile-page .text-block .btn-holder a {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
height: 100%;
text-decoration: none;
font-family: "Proxima N W01 Reg", sans-serif;
font-size: 15px;
line-height: 15px;
color: white;
position: relative;
}
.mobile-page .text-block .btn-holder a:before {
content: "›";
font-family: "Proxima N W01 Smbd", sans-serif;
color: white;
font-size: 28px;
line-height: 40px;
position: absolute;
right: 25px;
top: 0px;
}
.mobile-page .text-block .btn-holder a span {
color: white;
text-decoration: none;
font-family: "Proxima N W01 Reg", sans-serif;
font-size: 15px;
line-height: 15px;
}
.home-start-block h1 {
padding: 20px 16px;
background-color: #F5F7FA;
margin: 0;
font-family: "Proxima N W01 Smbd", sans-serif;
font-size: 20px;
line-height: 24px;
color: #646464;
}
.home-start-block h1 span {
font-family: "Proxima N W01 Smbd", sans-serif;
font-size: 20px;
line-height: 24px;
}
.home-start-block .tips-list {
padding: 20px 30px;
}
.home-start-block .tips-list h2 {
font-family: "Proxima N W01 Bold", sans-serif;
color: #00A6FF;
font-size: 16px;
line-height: 18px;
padding: 0 0 0 20px;
}
.home-start-block .tips-list ul li {
font-family: "Proxima N W01 Reg", sans-serif;
position: relative;
padding: 0 0 0 20px;
color: #7C7E80;
font-size: 13px;
line-height: 16px;
}
.home-start-block .tips-list ul li:before {
content: "-";
color: #7C7E80;
font-size: 13px;
line-height: 16px;
width: 20px;
height: 100%;
display: inline-block;
position: absolute;
top: 0;
left: 0;
}
.home-start-block .tips-list .btn-holder {
background-color: #00A6FF;
border-radius: 8px;
height: 40px;
margin: 25px 0 0 20px;
}
.home-start-block .tips-list .btn-holder a {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
height: 100%;
text-decoration: none;
font-family: "Proxima N W01 Reg", sans-serif;
font-size: 15px;
line-height: 15px;
color: white;
position: relative;
}
.home-start-block .tips-list .btn-holder a:before {
content: "›";
font-family: "Proxima N W01 Smbd", sans-serif;
color: white;
font-size: 28px;
line-height: 40px;
position: absolute;
right: 25px;
top: 0px;
}
.home-start-block .tips-list .btn-holder a span {
color: white;
text-decoration: none;
font-family: "Proxima N W01 Reg", sans-serif;
font-size: 15px;
line-height: 15px;
}
.home-start-block .customer-login {
display: block;
background-color: #F5F7FA;
padding: 15px 9px 35px;
text-decoration: none;
}
.home-start-block .customer-login .placeholder {
border: 2px solid #E9EDF0;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
height: 80px;
position: relative;
max-width: 450px;
margin: auto;
}
.home-start-block .customer-login .placeholder .icon {
width: 60px;
height: 80px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
.home-start-block .customer-login .placeholder .icon:after {
background: url("/images/structure/tops_mobile_sprite.svg?v=2") -30px -110px no-repeat;
background-size: 250px 170px;
width: 24px;
height: 24px;
display: block;
content: "";
}
.home-start-block .customer-login .placeholder p {
width: calc(100% - 100px);
color: #7C7E80;
font-family: "Proxima N W01 Reg", sans-serif;
font-size: 13px;
line-height: 15px;
}
.home-start-block .customer-login .placeholder p strong {
display: block;
font-family: "Proxima N W01 Smbd", sans-serif;
color: #646464;
}
.home-start-block .customer-login .placeholder:after {
content: "›";
font-family: "Proxima N W01 Smbd", sans-serif;
color: #B3B3B3;
font-size: 28px;
line-height: 80px;
position: absolute;
right: 17px;
top: 0px;
height: 100%;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
.home-start-block .full-review-block {
background-color: #F5F7FA;
display: block;
position: relative;
height: 200px;
padding: 15px 16px;
text-decoration: none;
}
.home-start-block .full-review-block .sven-filter {
position: absolute;
height: 240px;
bottom: 0;
right: 25px;
}
.home-start-block .full-review-block .sven-filter img {
height: 100%;
}
.home-start-block .full-review-block .review-info {
height: 100%;
background-color: white;
border-radius: 10px;
text-decoration: none;
padding: 15px 160px 15px 10px;
}
.home-start-block .full-review-block .review-info .title {
font-family: "Proxima N W01 Bold", sans-serif;
font-size: 14px;
color: #00A6FF;
line-height: 17px;
display: block;
text-align: center;
}
.home-start-block .full-review-block .review-info .grade {
display: block;
text-align: center;
color: #00A6FF;
font-family: "Proxima N W01 Smbd", sans-serif;
font-size: 54px;
line-height: 58px;
margin: 5px 0 8px;
}
.home-start-block .full-review-block .review-info .stars {
display: block;
text-align: center;
margin-bottom: 5px;
}
.home-start-block .full-review-block .review-info .stars .star {
display: inline-block;
height: 16px;
background: url("/images/structure/tops_mobile_sprite.svg?v=2") -50px -10px no-repeat;
background-size: 250px 170px;
width: 17px;
height: 16px;
width: 17px;
}
.home-start-block .full-review-block .review-info .stars .star.half {
background: url("/images/structure/tops_mobile_sprite.svg?v=2") -30px -10px no-repeat;
background-size: 250px 170px;
width: 17px;
height: 16px;
}
.home-start-block .full-review-block .review-info .stars .star.full {
background: url("/images/structure/tops_mobile_sprite.svg?v=2") -10px -10px no-repeat;
background-size: 250px 170px;
width: 17px;
height: 16px;
}
.home-start-block .full-review-block .review-info .num_reviews {
display: block;
text-align: center;
color: #00A6FF;
font-family: "Proxima N W01 Reg", sans-serif;
font-size: 16px;
line-height: 16px;
}
.home-start-block .payment-methods {
background-color: #F5F7FA;
padding: 0 16px;
}
.home-start-block .payment-methods .placeholder {
padding: 8px 0;
background-color: white;
border-radius: 10px;
text-align: center;
}
.home-start-block .selling-points-mobile {
padding: 15px 16px;
background-color: #F5F7FA;
}
.home-start-block .selling-points-mobile .placeholder {
background-color: white;
border-radius: 10px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
padding: 30px 10px;
}
.home-start-block .selling-points-mobile .placeholder ul li {
font-family: "Proxima N W01 Smbd", sans-serif;
font-size: 15px;
line-height: 16px;
color: #63C900;
display: block;
margin-bottom: 8px;
}
.home-start-block .selling-points-mobile .placeholder ul li:last-of-type {
margin-bottom: 0;
}
.home-start-block .selling-points-mobile .placeholder ul li:before {
content: "";
display: inline-block;
margin-right: 10px;
background: url("/images/structure/tops_mobile_sprite.svg?v=2") -70px -90px no-repeat;
background-size: 250px 170px;
width: 16px;
height: 16px;
position: relative;
top: 3px;
}
@media screen and (max-width: 430px) {
.home-start-block .full-review-block .sven-filter {
right: 5px;
}
.home-start-block .full-review-block .review-info {
padding-right: 130px;
}
.home-start-block .full-review-block .review-info .grade {
font-size: 45px;
line-height: 52px;
}
}
@media screen and (max-width: 330px) {
.home-start-block .full-review-block .sven-filter {
height: 220px;
}
.home-start-block .full-review-block .review-info {
padding-right: 95px;
}
}
.brand-page .brand-list {
padding: 0 8px 16px;
background-color: #F5F7FA;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
-webkit-align-items: flex-start;
align-items: flex-start;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
box-lines: multiple;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: horizontal;
-moz-box-orient: horizontal;
box-orient: horizontal;
-webkit-flex-direction: row;
-moz-flex-direction: row;
flex-direction: row;
-ms-flex-direction: row;
-webkit-flex-flow: row wrap;
-moz-flex-flow: row wrap;
flex-flow: row wrap;
}
.brand-page .brand-list .brand {
width: calc( (100vw - 32px) /3);
height: calc( (100vw - 32px) /3);
margin-bottom: 8px;
box-sizing: border-box;
border: 1px solid #E9EDF0;
background-color: white;
}
.brand-page .brand-list .brand a {
text-decoration: none;
padding: 8px;
display: block;
height: 100%;
width: 100%;
}
.brand-page .brand-list .brand a .name {
display: block;
font-family: "Proxima N W01 Reg", sans-serif;
font-size: 13px;
line-height: 15px;
color: #7C7E80;
margin: 0;
position: relative;
}
.brand-page .brand-list .brand a .name:after {
content: "›";
font-family: "Proxima N W01 Smbd", sans-serif;
color: #7C7E80;
font-size: 25px;
line-height: 25px;
position: absolute;
right: 2px;
top: -2px;
height: 100%;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
opacity: 0.3;
}
.brand-page .brand-list .brand a .logo {
height: calc(100% - 20px);
width: 100%;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
.brand-page .brand-list .brand a .logo img {
max-width: 85%;
max-height: 85%;
}
@media screen and (max-width: 400px) {
.brand-page .brand-list .brand {
width: calc( (100vw - 24px) /2);
height: calc( (100vw - 24px) /2);
}
}
.brand-detail .brand-list {
background-color: #F5F7FA;
padding: 0 8px;
}
.brand-detail .brand-list .brand-product {
margin-bottom: 2px;
box-sizing: border-box;
border: 1px solid #E9EDF0;
background-color: white;
}
.brand-detail .brand-list .brand-product:last-of-type {
margin-bottom: 0;
}
.brand-detail .brand-list .brand-product a {
text-decoration: none;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
height: 60px;
position: relative;
}
.brand-detail .brand-list .brand-product a .image {
width: 80px;
height: 60px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
.brand-detail .brand-list .brand-product a .image img {
max-height: 65%;
max-width: 65%;
}
.brand-detail .brand-list .brand-product a h3 {
font-family: "Proxima N W01 Smbd", sans-serif;
color: #636566;
font-size: 15px;
line-height: 15px;
width: calc(100% - 120px);
}
.brand-detail .brand-list .brand-product a:after {
content: "›";
font-family: "Proxima N W01 Smbd", sans-serif;
color: #00A6FF;
font-size: 35px;
line-height: 35px;
position: absolute;
right: 15px;
top: -2px;
height: 100%;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
.products-overview .products-list {
background-color: #F5F7FA;
padding: 0 8px 16px;
}
.products-overview .products-list .overview-product {
margin-bottom: 16px;
border: 1px solid #E9EDF0;
}
.products-overview .products-list .overview-product:last-of-type {
margin-bottom: 0;
}
.products-overview .products-list .overview-product a {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
box-lines: multiple;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: horizontal;
-moz-box-orient: horizontal;
box-orient: horizontal;
-webkit-flex-direction: row;
-moz-flex-direction: row;
flex-direction: row;
-ms-flex-direction: row;
-webkit-flex-flow: row wrap;
-moz-flex-flow: row wrap;
flex-flow: row wrap;
position: relative;
text-decoration: none;
background-color: white;
}
.products-overview .products-list .overview-product a .warning {
width: 100%;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
background-color: #D2E9F5;
box-sizing: border-box;
border: 1px solid #B3E4FF;
color: #73A0BD;
font-size: 14px;
line-height: 14px;
font-family: "Proxima N W01 Reg", sans-serif;
padding: 8px 16px;
}
.products-overview .products-list .discount-message {
border-radius: 10px;
border: 1px solid #E9EDF0;
padding: 25px 20px;
margin: 15px 8px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
.products-overview .products-list .discount-message span {
background: url("/images/structure/tops_mobile_sprite.svg?v=2") -50px -70px no-repeat;
background-size: 250px 170px;
width: 17px;
height: 16px;
display: block;
}
.products-overview .products-list .discount-message p {
color: #00A6FF;
font-size: 14px;
line-height: 18px;
font-family: "Proxima N W01 Reg", sans-serif;
width: calc(100% - 30px);
margin: 0;
}
.product-detail-page .product-detail {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
box-lines: multiple;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: horizontal;
-moz-box-orient: horizontal;
box-orient: horizontal;
-webkit-flex-direction: row;
-moz-flex-direction: row;
flex-direction: row;
-ms-flex-direction: row;
-webkit-flex-flow: row wrap;
-moz-flex-flow: row wrap;
flex-flow: row wrap;
}
.product-detail-page .product-detail .specs-holder {
border-top: #efefef 1px solid;
padding: 15px 16px;
}
.product-detail-page .product-detail .specs-holder h3 {
margin: 0 0 10px;
font-family: "Proxima N W01 Bold", sans-serif;
font-size: 14px;
line-height: 17px;
color: #636566;
}
.product-detail-page .product-detail .specs-holder .composition {
width: 100%;
margin-bottom: 12px;
}
.product-detail-page .product-detail .specs-holder .composition tr {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
-webkit-align-items: flex-start;
align-items: flex-start;
}
.product-detail-page .product-detail .specs-holder .composition tr:nth-child(odd) {
background: #F8F7F6;
}
.product-detail-page .product-detail .specs-holder .composition tr td {
padding: 5px 0;
vertical-align: top;
color: #636566;
font-size: 13px;
line-height: 15px;
font-family: "Proxima N W01 Reg", sans-serif;
}
.product-detail-page .product-detail .specs-holder .composition tr td.composition-quantity {
padding: 5px 0 5px 10px;
width: 50px;
}
.product-detail-page .product-detail .specs-holder .composition tr td.composition-class {
width: calc((100% - 50px) / 5 * 2);
}
.product-detail-page .product-detail .specs-holder .composition tr td.composition-type {
padding-right: 10px;
width: calc((100% - 50px) / 5 * 3);
}
.product-detail-page .product-detail .specs-holder .composition tr td.composition-note {
padding-left: 0;
width: calc(100% - 50px);
color: #B3B3B3;
font-family: "Proxima N W01 Reg It", sans-serif;
}
.product-detail-page .product-detail .specs-holder .composition tr.composition-header td {
font-family: "Proxima N W01 Bold", sans-serif;
}
.product-detail-page .product-detail .specs-holder .warning {
width: 100%;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
background-color: #D2E9F5;
box-sizing: border-box;
border: 1px solid #B3E4FF;
color: #73A0BD;
font-size: 14px;
line-height: 14px;
font-family: "Proxima N W01 Reg", sans-serif;
padding: 8px 16px;
}
.product-detail-page .product-detail .specs-holder .warning a {
color: #5188ac;
}
.product-detail-page .product-detail .downloads {
border-top: #efefef 1px solid;
width: 100%;
padding: 15px 16px;
}
.product-detail-page .product-detail .downloads h3 {
margin: 0 0 10px;
font-family: "Proxima N W01 Bold", sans-serif;
font-size: 14px;
line-height: 17px;
color: #636566;
}
.product-detail-page .product-detail .downloads .btn {
background-color: #00A6FF;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
display: inline-flex;
border-radius: 6px;
padding: 10px 25px;
position: relative;
text-decoration: none;
color: white;
font-family: "Proxima N W01 Reg", sans-serif;
font-size: 15px;
line-height: 17px;
}
.product-detail-page .product-detail .downloads .btn + .btn {
margin-top: 10px;
}
.product-detail-page .product-detail .downloads .btn.download-button {
padding: 10px 25px 10px 15px;
}
.product-detail-page .product-detail .downloads .btn.download-button:before {
content: "";
position: relative;
top: 1px;
display: inline-block;
background: url("/images/structure/tops_icons_sprite.svg?v=2") -326px -10px no-repeat;
background-size: 440px 500px;
width: 14px;
height: 18px;
margin-right: 15px;
}
.product-detail-page .product-detail .mobile-order {
width: 100%;
padding-top: 15px;
border-top: #efefef 1px solid;
}
.product-detail-page .product-detail .mobile-order form {
padding: 0 16px 0 30px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
.product-detail-page .product-detail .mobile-order form:after {
display: none;
}
.product-detail-page .product-detail .mobile-order form .quantity-holder {
width: 60px;
height: 34px;
}
.product-detail-page .product-detail .mobile-order form .quantity-holder input {
width: 100%;
height: 100%;
display: block;
border-radius: 4px;
border: 1px solid #efefef;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
color: #646464;
font-family: "Proxima N W01 Reg", sans-serif;
font-size: 18px;
line-height: 22px;
text-align: center;
}
.product-detail-page .product-detail .mobile-order form .quantity-holder input:focus {
outline: none;
border-color: #9ecaed;
box-shadow: 0 0 10px #9ecaed;
}
.product-detail-page .product-detail .mobile-order form .btn-holder {
width: calc(100% - 78px);
height: 50px;
}
.product-detail-page .product-detail .mobile-order form .btn-holder > .btn {
background-color: #00A6FF;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
border-radius: 6px;
height: 100%;
width: 100%;
position: relative;
}
.product-detail-page .product-detail .mobile-order form .btn-holder > .btn span {
color: white;
font-family: "Proxima N W01 Reg", sans-serif;
font-size: 17px;
line-height: 19px;
width: 100%;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
height: 100%;
}
.product-detail-page .product-detail .mobile-order form .btn-holder > .btn span:before {
content: "";
display: inline-block;
margin-right: 10px;
background: url("/images/structure/tops_mobile_sprite.svg?v=2") -115px -90px no-repeat;
background-size: 250px 170px;
width: 24px;
height: 22px;
}
.product-detail-page .product-detail .mobile-order form .btn-holder > .btn input {
display: block;
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
border-radius: 6px;
opacity: 0;
}
.product-detail-page .product-detail .mobile-order .discount-tip {
font-family: "Proxima N W01 Reg", sans-serif;
padding: 10px 30px;
font-size: 14px;
line-height: 17px;
color: #636566;
}
.product-detail-page .product-detail .mobile-order .product-discount-bar {
width: 100%;
height: 32px;
border-top: #efefef 1px solid;
border-bottom: #efefef 1px solid;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
.product-detail-page .product-detail .mobile-order .product-discount-bar li {
width: 25%;
border-right: #efefef 1px solid;
color: #636566;
font-size: 14px;
line-height: 15px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
height: 100%;
font-family: "Proxima N W01 Reg", sans-serif;
}
.product-detail-page .product-detail .mobile-order .product-discount-bar li:last-child {
border-right: none;
}
.product-detail-page .product-detail .mobile-order .product-discount-bar li.active {
font-family: "Proxima N W01 Bold", sans-serif;
font-size: 14px;
line-height: 15px;
background-color: #A3D884;
color: white;
}
.product-detail-page .selling-points-mobile {
padding: 20px 16px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
.product-detail-page .selling-points-mobile ul li {
font-family: "Proxima N W01 Reg", sans-serif;
font-size: 14px;
line-height: 16px;
color: #636566;
display: block;
margin-bottom: 8px;
}
.product-detail-page .selling-points-mobile ul li:last-of-type {
margin-bottom: 0;
}
.product-detail-page .selling-points-mobile ul li:before {
content: "";
display: inline-block;
margin-right: 10px;
background: url("/images/structure/tops_mobile_sprite.svg?v=2") -50px -70px no-repeat;
background-size: 250px 170px;
width: 17px;
height: 17px;
position: relative;
top: 4px;
}
.customer-service, .customer-service-sub {
background-color: #F5F7FA;
padding: 0 8px;
}
.customer-service h3, .customer-service-sub h3 {
padding: 18px 8px;
color: #00A6FF;
font-family: "Proxima N W01 Bold", sans-serif;
font-size: 16px;
line-height: 18px;
margin: 0;
}
.customer-service .inline-menu, .customer-service-sub .inline-menu {
padding-bottom: 60px;
}
.customer-service .inline-menu ul li, .customer-service-sub .inline-menu ul li {
border: 1px solid #E9EDF0;
margin-bottom: 2px;
background-color: white;
}
.customer-service .inline-menu ul li:first-of-type, .customer-service-sub .inline-menu ul li:first-of-type {
display: none;
}
.customer-service .inline-menu ul li a, .customer-service-sub .inline-menu ul li a {
padding: 15px 15px 15px 25px;
font-family: "Proxima N W01 Smbd", sans-serif;
color: #3D3D3D;
font-size: 15px;
line-height: 18px;
display: block;
text-decoration: none;
position: relative;
}
.customer-service .inline-menu ul li a:after, .customer-service-sub .inline-menu ul li a:after {
content: "›";
font-family: "Proxima N W01 Smbd", sans-serif;
color: #00A6FF;
font-size: 35px;
line-height: 35px;
position: absolute;
right: 15px;
top: -2px;
height: 100%;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
.customer-service .inline-menu ul li.active a, .customer-service-sub .inline-menu ul li.active a {
color: #00A6FF;
font-family: "Proxima N W01 Bold", sans-serif;
}
.customer-service .inline-menu.no-sub ul, .customer-service-sub .inline-menu.no-sub ul {
display: none;
}
.customer-service .inline-menu.no-sub > ul, .customer-service-sub .inline-menu.no-sub > ul {
display: block;
}
.customer-service .inline-menu.gray, .customer-service-sub .inline-menu.gray {
background-color: #F5F7FA;
}
.customer-service-sub {
background-color: white;
padding: 0;
}
.customer-service-sub .inline-menu {
padding: 0 8px 20px;
}
.cart-page .cart-block header {
border-bottom: 2px solid #efefef;
}
.cart-page .cart-block header .header-placeholder {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
padding: 0 16px;
height: 40px;
border-bottom: 2px solid #efefef;
}
.cart-page .cart-block header .header-placeholder h1 {
font-family: "Proxima N W01 Bold", sans-serif;
color: #00A6FF;
font-size: 16px;
line-height: 19px;
}
.cart-page .cart-block .cart-row {
padding: 16px;
border-bottom: 2px solid #efefef;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
.cart-page .cart-block .cart-row .product-image {
width: 75px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
max-height: 95%;
}
.cart-page .cart-block .cart-row .product-image a {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
.cart-page .cart-block .cart-row .product-image img {
width: 80%;
}
.cart-page .cart-block .cart-row .product-details {
width: calc(100% - 85px);
position: relative;
}
.cart-page .cart-block .cart-row .product-details .product-link {
margin: 0px 0 8px;
text-decoration: none;
padding-right: 20px;
display: block;
}
.cart-page .cart-block .cart-row .product-details .product-link .rule-1 {
font-family: "Proxima N W01 Bold", sans-serif;
font-size: 14px;
line-height: 16px;
color: #3D3D3D;
display: block;
margin-bottom: 2px;
}
.cart-page .cart-block .cart-row .product-details .product-link .rule-2 {
font-family: "Proxima N W01 Reg", sans-serif;
font-size: 14px;
line-height: 16px;
color: #636566;
display: block;
margin-bottom: 2px;
}
.cart-page .cart-block .cart-row .product-details .product-link .rule-3 {
font-family: "Proxima N W01 Reg", sans-serif;
display: block;
font-size: 14px;
line-height: 16px;
color: #00A6FF;
}
.cart-page .cart-block .cart-row .product-details .delete {
position: absolute;
right: 0;
top: 0;
text-decoration: none;
background: url("/images/structure/tops_mobile_sprite.svg?v=2") -90px -70px no-repeat;
background-size: 250px 170px;
width: 14px;
height: 14px;
cursor: pointer;
}
.cart-page .cart-block .cart-row .product-order-details {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
padding: 5px 0;
}
.cart-page .cart-block .cart-row .product-order-details .quantity-holder {
width: 40px;
height: 30px;
}
.cart-page .cart-block .cart-row .product-order-details .quantity-holder input {
width: 100%;
height: 100%;
display: block;
border-radius: 4px;
border: 1px solid #efefef;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
color: black;
font-family: "Proxima N W01 Reg", sans-serif;
font-size: 15px;
line-height: 17px;
text-align: center;
}
.cart-page .cart-block .cart-row .product-order-details .quantity-holder input:focus {
outline: none;
border-color: #9ecaed;
box-shadow: 0 0 10px #9ecaed;
}
.cart-page .cart-block .cart-row .product-order-details .price-holder {
text-align: right;
}
.cart-page .cart-block .cart-row .product-order-details .price-holder .price {
font-family: "Proxima N W01 Bold", sans-serif;
font-size: 14px;
line-height: 16px;
color: #3D3D3D;
}
.cart-page .cart-block .cart-row .product-order-details .price-holder .discount .original-price {
font-size: 13px;
line-height: 16px;
margin-left: 5px;
text-decoration: line-through;
color: #B3B3B3;
font-family: "Proxima N W01 Reg", sans-serif;
}
.cart-page .cart-block .cart-row .product-order-details .price-holder .discount .percentage {
font-size: 14px;
line-height: 16px;
color: #F27717;
font-family: "Proxima N W01 Reg", sans-serif;
}
.cart-page .cart-block .cart-row .product-order-details .price-holder .discount.extra {
font-size: 14px;
line-height: 16px;
color: #B3B3B3;
font-family: "Proxima N W01 Reg", sans-serif;
}
.cart-page .cart-block .cart-row.empty-cart {
padding: 40px 0;
background-color: #F5F7FA;
display: block;
}
.cart-page .cart-block .cart-row.empty-cart p {
text-align: center;
font-family: "Proxima N W01 Smbd", sans-serif;
font-size: 14px;
line-height: 18px;
color: #636566;
}
.cart-page .cart-block .cart-row.empty-cart .btn {
background-color: #00A6FF;
border-radius: 12px;
height: 45px;
width: 235px;
margin: auto;
position: relative;
color: white;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
font-family: "Proxima N W01 Bold", sans-serif;
font-size: 17px;
line-height: 19px;
text-decoration: none;
}
.cart-page .cart-block .cart-row.empty-cart .btn:after {
content: "›";
font-family: "Proxima N W01 Smbd", sans-serif;
color: white;
font-size: 35px;
line-height: 28px;
position: absolute;
right: 15px;
top: -3px;
height: 100%;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
.cart-page .cart-block .summary .summary-row {
padding: 16px 12px;
border-bottom: 2px solid #efefef;
position: relative;
}
.cart-page .cart-block .summary .summary-row .title {
font-family: "Proxima N W01 Bold", sans-serif;
font-size: 14px;
line-height: 16px;
color: #3D3D3D;
width: calc(100% - 70px);
display: block;
}
.cart-page .cart-block .summary .summary-row .price {
position: absolute;
right: 16px;
top: 17px;
font-family: "Proxima N W01 Bold", sans-serif;
font-size: 14px;
line-height: 16px;
color: #3D3D3D;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: flex-end;
-ms-justify-content: flex-end;
-webkit-justify-content: flex-end;
justify-content: flex-end;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
.cart-page .cart-block .summary .summary-row .price .check {
background: url("/images/structure/tops_mobile_sprite.svg?v=2") -10px -90px no-repeat;
background-size: 250px 170px;
width: 16px;
height: 16px;
display: inline-block;
margin-right: 8px;
}
.cart-page .cart-block .summary .summary-row .description {
width: calc(100% - 70px);
display: block;
color: #B3B3B3;
font-size: 14px;
line-height: 16px;
font-family: "Proxima N W01 Reg", sans-serif;
}
.cart-page .cart-block .coupon-holder {
padding: 5px 16px 16px;
}
.cart-page .cart-block .coupon-holder .title {
font-family: "Proxima N W01 Reg", sans-serif;
font-size: 14px;
line-height: 17px;
color: #636566;
}
.cart-page .cart-block .coupon-holder .coupon-input-holder {
width: 240px;
height: 34px;
position: relative;
margin-top: 5px;
}
.cart-page .cart-block .coupon-holder .coupon-input-holder #couponCode {
width: 100%;
height: 100%;
font-family: "Proxima N W01 Smbd", sans-serif;
font-size: 14px;
line-height: 17px;
color: #636566;
border-radius: 4px;
border: 1px solid #E9EDF0;
padding: 2px 40px 2px 5px;
}
.cart-page .cart-block .coupon-holder .coupon-input-holder #couponCode:focus {
outline: none;
border-color: #9ecaed;
box-shadow: 0 0 10px #9ecaed;
}
.cart-page .cart-block .coupon-holder .coupon-input-holder .coupon-code-button {
width: 40px;
height: 100%;
border-radius: 4px;
background-color: #00A6FF;
position: absolute;
top: 0;
right: 0;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
.cart-page .cart-block .coupon-holder .coupon-input-holder .coupon-code-button:after {
content: "›";
font-family: "Proxima N W01 Smbd", sans-serif;
color: white;
font-size: 30px;
line-height: 28px;
height: 100%;
position: relative;
top: -2px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
.cart-page .cart-block .coupon-holder .coupon-input-holder .coupon-code-button input {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
z-index: 10;
}
.cart-page .cart-block .coupon-holder .error-coupon-holder {
color: #C42E44;
font-family: "Proxima N W01 Smbd", sans-serif;
font-size: 14px;
line-height: 17px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
margin-top: 10px;
}
.cart-page .cart-block .coupon-holder .error-coupon-holder .icon {
background: url("/images/structure/tops_mobile_sprite.svg?v=2") -10px -70px no-repeat;
background-size: 250px 170px;
width: 16px;
height: 16px;
display: inline-block;
margin-right: 5px;
}
.cart-page .cart-block .coupon-holder .error-coupon-holder.hide, .cart-page .cart-block .coupon-holder .error-coupon-holder.ng-hide {
display: none;
}
.cart-page .cart-block .coupon-holder .active-coupon-holder {
color: #A3D884;
font-family: "Proxima N W01 Bold", sans-serif;
font-size: 14px;
line-height: 17px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
margin-top: 10px;
}
.cart-page .cart-block .coupon-holder .active-coupon-holder .icon {
background: url("/images/structure/tops_mobile_sprite.svg?v=2") -10px -90px no-repeat;
background-size: 250px 170px;
width: 16px;
height: 16px;
display: inline-block;
margin-right: 8px;
}
.cart-page .cart-block .coupon-holder .active-coupon-holder.hide, .cart-page .cart-block .coupon-holder .active-coupon-holder.ng-hide {
display: none;
}
.cart-page .cart-block .checkout-button {
padding: 16px;
}
.cart-page .cart-block .checkout-button > .btn {
background-color: #00A6FF;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
border-radius: 6px;
height: 50px;
width: 100%;
position: relative;
}
.cart-page .cart-block .checkout-button > .btn:after {
content: "›";
font-family: "Proxima N W01 Smbd", sans-serif;
color: white;
font-size: 35px;
line-height: 28px;
position: absolute;
right: 15px;
top: -3px;
height: 100%;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
.cart-page .cart-block .checkout-button > .btn span {
color: white;
font-family: "Proxima N W01 Reg", sans-serif;
font-size: 17px;
line-height: 19px;
}
.cart-page .cart-block .checkout-button > .btn span.lock {
background: url("/images/structure/tops_mobile_sprite.svg?v=2") -10px -110px no-repeat;
background-size: 250px 170px;
width: 13px;
height: 16px;
display: inline-block;
margin-left: -12px;
margin-right: 10px;
margin-top: -4px;
}
.cart-page .cart-block .checkout-button > .btn input {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: block;
opacity: 0;
}
.cart-page .cart-block .cart-categories {
background-color: #F5F7FA;
padding: 18px 8px 13px;
border-top: 2px solid #efefef;
}
.cart-page .cart-block .cart-categories h4 {
margin: 0 0 16px;
padding: 0 8px;
font-family: "Proxima N W01 Bold", sans-serif;
font-size: 14px;
line-height: 17px;
color: black;
}
.cart-page .cart-block .cart-categories .cart-category {
border: 2px solid #E9EDF0;
background-color: white;
margin-bottom: 2px;
}
.cart-page .cart-block .cart-categories .cart-category a {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
padding: 10px 0;
text-decoration: none;
position: relative;
}
.cart-page .cart-block .cart-categories .cart-category a:after {
content: "›";
font-family: "Proxima N W01 Smbd", sans-serif;
color: #00A6FF;
font-size: 35px;
line-height: 35px;
position: absolute;
right: 15px;
top: -2px;
height: 100%;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
.cart-page .cart-block .cart-categories .cart-category a .image-holder {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
width: 80px;
margin-right: 5px;
}
.cart-page .cart-block .cart-categories .cart-category a .image-holder img {
width: 75%;
}
.cart-page .cart-block .cart-categories .cart-category a span {
font-family: "Proxima N W01 Reg", sans-serif;
font-size: 14px;
line-height: 16px;
color: #636566;
}
@media screen and (max-width: 380px) {
.cart-page .cart-block header .header-placeholder {
display: block;
height: auto;
padding-left: 0;
}
.cart-page .cart-block header .header-placeholder h1 {
padding-left: 22px;
}
}
.about-page .cta {
height: 110px;
background-color: #F5F7FA;
width: 100%;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
.about-page .cta .cta-text {
color: #00A6FF;
font-family: "Proxima N W01 Smbd", sans-serif;
font-size: 18px;
line-height: 22px;
font-style: italic;
text-align: center;
display: inline-block;
}
.about-page .our-team {
background-color: #F5F7FA;
padding: 16px 0 0;
}
.about-page .our-team h2 {
font-family: "Proxima N W01 Bold", sans-serif;
font-size: 16px;
line-height: 19px;
color: #00A6FF;
margin: 0 0 20px;
padding: 0 16px;
}
.about-page .our-team .people-holder {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: space-around;
-ms-justify-content: space-around;
-webkit-justify-content: space-around;
justify-content: space-around;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
-webkit-align-items: flex-start;
align-items: flex-start;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
box-lines: multiple;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: horizontal;
-moz-box-orient: horizontal;
box-orient: horizontal;
-webkit-flex-direction: row;
-moz-flex-direction: row;
flex-direction: row;
-ms-flex-direction: row;
-webkit-flex-flow: row wrap;
-moz-flex-flow: row wrap;
flex-flow: row wrap;
max-width: 400px;
width: 100%;
margin: auto;
}
.about-page .our-team .people-holder .person {
width: 138px;
margin-bottom: 20px;
}
.about-page .our-team .people-holder .person .image-holder {
width: 100%;
height: 138px;
background-position: top center;
background-size: cover;
border-radius: 9999px;
}
.about-page .our-team .people-holder .person .name {
text-align: center;
display: block;
margin-top: 10px;
font-family: "Proxima N W01 Smbd", sans-serif;
font-size: 14px;
line-height: 16px;
color: #636566;
}
.contact-page .cta {
background-color: #F5F7FA;
padding: 35px 6.8% 10px;
}
.contact-page .cta .message {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
max-width: 320px;
width: 100%;
margin: auto;
}
.contact-page .cta .message .cta-text {
width: calc(100% - 110px);
font-family: "Proxima N W01 Smbd", sans-serif;
font-size: 18px;
line-height: 22px;
color: #00A6FF;
font-style: italic;
}
.contact-page .cta .message .person {
width: 90px;
height: 90px;
background-position: top center;
background-size: cover;
border-radius: 9999px;
}
.contact-page .cta .btn {
background-color: #00A6FF;
max-width: 320px;
width: 100%;
margin: auto;
border-radius: 8px;
display: block;
height: 40px;
margin-top: 20px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
text-decoration: none;
position: relative;
}
.contact-page .cta .btn:after {
content: "›";
font-family: "Proxima N W01 Smbd", sans-serif;
color: white;
font-size: 30px;
line-height: 28px;
height: 100%;
position: absolute;
top: -2px;
right: 15px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
.contact-page .cta .btn span {
color: white;
font-family: "Proxima N W01 Reg", sans-serif;
font-size: 16px;
line-height: 16px;
}
.contact-page form {
margin-top: 35px;
}
.contact-page form .input-holder {
margin-bottom: 10px;
}
.contact-page form .btn-holder {
width: 80%;
height: 42px;
margin: auto;
background-color: #00A6FF;
border-radius: 8px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
position: relative;
}
.contact-page form .btn-holder input {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: 0;
}
.contact-page form .btn-holder:after {
content: "›";
font-family: "Proxima N W01 Smbd", sans-serif;
color: white;
font-size: 30px;
line-height: 28px;
height: 100%;
position: absolute;
top: -2px;
right: 15px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
.contact-page form .btn-holder span {
color: white;
font-family: "Proxima N W01 Reg", sans-serif;
font-size: 16px;
line-height: 16px;
}
.contact-page .contact-info {
padding: 22px 16px;
background-color: #F5F7FA;
}
.contact-page .contact-info .placeholder {
background-color: white;
border-radius: 10px;
padding: 20px 24px;
}
.contact-page .contact-info .placeholder p {
font-family: "Proxima N W01 Reg", sans-serif;
font-size: 15px;
line-height: 18px;
color: #636566;
}
.contact-page .contact-info .placeholder p strong {
font-family: "Proxima N W01 Bold", sans-serif;
}
.contact-page .contact-info .placeholder p a {
text-decoration: none;
color: #00A6FF;
}
.contact-page .contact-info .placeholder p.legal-info {
font-family: "Proxima N W01 Smbd", sans-serif;
}
.contact-page .contact-info .placeholder p.legal-info span {
display: inline-block;
width: 45px;
}
.login-page {
padding: 30px 8px 30px 8px;
background-color: #F5F7FA;
}
.login-page header {
border-bottom: 2px solid #efefef;
}
.login-page header .header-placeholder {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
padding: 0 16px;
height: 40px;
}
.login-page header .header-placeholder h1 {
font-family: "Proxima N W01 Bold", sans-serif;
color: #00A6FF;
font-size: 16px;
line-height: 19px;
}
.login-page .gray-divider {
background-color: #F5F7FA;
height: 40px;
}
.login-page .login-panel {
padding: 20px 16px;
background-color: white;
border: 2px solid #E9EDF0;
margin-bottom: 30px;
}
.login-page .login-panel:last-of-type {
margin-bottom: 0;
}
.login-page .login-panel h2 {
font-family: "Proxima N W01 Bold", sans-serif;
font-size: 18px;
line-height: 22px;
color: #00A6FF;
margin: 0;
}
.login-page .login-panel p {
font-family: "Proxima N W01 Reg", sans-serif;
color: #636566;
font-size: 14px;
line-height: 17px;
margin: 3px 0;
}
.login-page .login-panel .btn-holder {
height: 50px;
width: 100%;
background-color: #00A6FF;
border-radius: 10px;
margin-top: 15px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
position: relative;
}
.login-page .login-panel .btn-holder:after {
content: "›";
font-family: "Proxima N W01 Smbd", sans-serif;
color: white;
font-size: 35px;
line-height: 28px;
position: absolute;
right: 15px;
top: -3px;
height: 100%;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
.login-page .login-panel .btn-holder input, .login-page .login-panel .btn-holder a {
text-decoration: none;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
.login-page .login-panel .btn-holder input {
opacity: 0;
}
.login-page .login-panel .btn-holder span {
color: white;
font-family: "Proxima N W01 Reg", sans-serif;
font-size: 17px;
line-height: 19px;
}
.login-page .login-panel.continue-login .btn-holder {
background-color: #B3B3B3;
}
.login-page .login-panel.continue-login form {
margin-top: 15px;
}
.login-page .login-panel.continue-login form .input-holder {
margin-bottom: 5px;
}
.login-page .login-panel.continue-login .forgot-password {
text-decoration: none;
font-family: "Proxima N W01 Smbd", sans-serif;
color: #00A6FF;
font-size: 14px;
line-height: 17px;
}
.login-page .login-panel.continue-login .forgot-password a {
text-decoration: none;
font-family: "Proxima N W01 Smbd", sans-serif;
color: #00A6FF;
font-size: 14px;
line-height: 17px;
}
.login-page .text-block .btn-holder {
margin: 20px 0;
}
.login-page .text-block .btn-holder a:before {
display: none;
}
.login-page .text-block .btn-holder .btn {
position: relative;
height: 100%;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
.login-page .text-block .btn-holder .btn input {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: 0;
}
.login-page .text-block .btn-holder .btn span {
color: white;
font-family: "Proxima N W01 Reg", sans-serif;
font-size: 17px;
line-height: 19px;
}
.login-page .text-block .btn-holder .btn:after {
content: "›";
font-family: "Proxima N W01 Smbd", sans-serif;
color: white;
font-size: 35px;
line-height: 28px;
position: absolute;
right: 15px;
top: -3px;
height: 100%;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
.login-page .text-block.login-block {
border: 2px solid #E9EDF0;
margin-bottom: 30px;
}
.login-page .text-block.login-block .input-holder {
margin-bottom: 5px;
}
.login-page.customer-login {
background-color: #F5F7FA;
padding-top: 0;
}
.login-page.customer-login .text-block {
border: 2px solid #E9EDF0;
}
.login-page.customer-login .forgot-password {
text-decoration: none;
font-family: "Proxima N W01 Smbd", sans-serif;
border: 2px solid #E9EDF0;
border-radius: 8px;
color: #00A6FF;
font-size: 14px;
line-height: 17px;
height: 40px;
width: 90%;
max-width: 250px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
.login-page.customer-login .forgot-password a {
text-decoration: none;
font-family: "Proxima N W01 Smbd", sans-serif;
color: #00A6FF;
font-size: 14px;
line-height: 17px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
width: 100%;
height: 100%;
}
@media screen and (max-width: 380px) {
.login-page header .header-placeholder {
display: block;
height: auto;
padding-left: 0;
}
.login-page header .header-placeholder h1 {
padding-left: 22px;
}
}
.checkout-page header {
border-bottom: 2px solid #efefef;
}
.checkout-page header .header-placeholder {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
padding: 0 16px;
height: 40px;
}
.checkout-page header .header-placeholder h1 {
font-family: "Proxima N W01 Bold", sans-serif;
color: #00A6FF;
font-size: 16px;
line-height: 19px;
}
.checkout-page .checkout-block {
padding: 20px 0;
}
.checkout-page .checkout-block .checkout-row {
margin-bottom: 35px;
padding: 0 16px;
}
.checkout-page .checkout-block .checkout-row h2 {
font-family: "Proxima N W01 Bold", sans-serif;
color: #00A6FF;
font-size: 18px;
line-height: 22px;
margin-top: 0;
}
.checkout-page .checkout-block .checkout-row .input-holder {
margin-bottom: 10px;
}
.checkout-page .checkout-block .checkout-row .input-holder label {
margin-bottom: 2px;
}
.checkout-page .checkout-block .checkout-row .mobile-form-name {
margin-bottom: 10px;
}
.checkout-page .checkout-block .checkout-row .mobile-form-name .input-holder {
margin-bottom: 4px;
}
.checkout-page .checkout-block .checkout-row .mobile-multiple-inputs {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
-webkit-align-items: flex-start;
align-items: flex-start;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
box-lines: multiple;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: horizontal;
-moz-box-orient: horizontal;
box-orient: horizontal;
-webkit-flex-direction: row;
-moz-flex-direction: row;
flex-direction: row;
-ms-flex-direction: row;
-webkit-flex-flow: row wrap;
-moz-flex-flow: row wrap;
flex-flow: row wrap;
}
.checkout-page .checkout-block .checkout-row .mobile-multiple-inputs label {
width: 100%;
}
.checkout-page .checkout-block .checkout-row .mobile-multiple-inputs .first-input {
width: 42.5%;
}
.checkout-page .checkout-block .checkout-row .mobile-multiple-inputs .second-input {
width: 55%;
}
.checkout-page .checkout-block .checkout-row.shipping-info {
padding: 0;
}
.checkout-page .checkout-block .checkout-row.shipping-info > * {
padding-left: 16px;
padding-right: 16px;
}
.checkout-page .checkout-block .checkout-row.order-info {
padding: 0;
}
.checkout-page .checkout-block .checkout-row.payment-method {
padding: 0 8px;
}
.checkout-page .checkout-block .checkout-row.payment-method h2:before {
content: "4. ";
}
.checkout-page .checkout-block .checkout-row.remarks textarea {
height: 140px;
}
.checkout-page .checkout-block .checkout-row.payment .message {
display: block;
width: 100%;
margin-bottom: 10px;
}
.checkout-page .checkout-block .checkout-row.payment .placeholder {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
-webkit-align-items: flex-start;
align-items: flex-start;
width: 100%;
}
.checkout-page .checkout-block .checkout-row.payment .placeholder #agree {
width: 35px;
margin-right: 5px;
margin-top: 2px;
}
.checkout-page .checkout-block .checkout-row.payment .placeholder .description {
font-family: "Proxima N W01 Reg", sans-serif;
color: #636566;
font-size: 14px;
line-height: 17px;
}
.checkout-page .checkout-block .checkout-row.payment .placeholder .description a {
color: #00A6FF;
font-family: "Proxima N W01 Smbd", sans-serif;
font-size: 14px;
line-height: 17px;
text-decoration: none;
}
.checkout-page .checkout-block .checkout-row.payment .btn-holder {
width: 100%;
height: 50px;
margin-top: 40px;
}
.checkout-page .checkout-block .checkout-row.payment .btn-holder > .btn {
background-color: #00A6FF;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
border-radius: 12px;
height: 100%;
width: 100%;
position: relative;
}
.checkout-page .checkout-block .checkout-row.payment .btn-holder > .btn span {
color: white;
font-family: "Proxima N W01 Reg", sans-serif;
font-size: 17px;
line-height: 19px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-ordinal-group: 1;
-moz-box-ordinal-group: 1;
box-ordinal-group: 1;
-webkit-order: 1;
-moz-order: 1;
order: 1;
-ms-flex-order: 1;
}
.checkout-page .checkout-block .checkout-row.payment .btn-holder > .btn span.lock {
-webkit-box-ordinal-group: 2;
-moz-box-ordinal-group: 2;
box-ordinal-group: 2;
-webkit-order: 2;
-moz-order: 2;
order: 2;
-ms-flex-order: 2;
background: url("/images/structure/tops_mobile_sprite.svg?v=2") -10px -110px no-repeat;
background-size: 250px 170px;
width: 13px;
height: 15px;
display: block;
margin-left: 10px;
}
.checkout-page .checkout-block .checkout-row.payment .btn-holder > .btn input {
display: block;
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
border-radius: 12px;
opacity: 0;
}
.cancel-order {
background-color: #F5F7FA;
}
.cancel-order .try-again {
margin-bottom: 40px;
}
@media screen and (max-width: 380px) {
.checkout-page header .header-placeholder {
display: block;
height: auto;
padding-left: 0;
}
.checkout-page header .header-placeholder h1 {
padding-left: 22px;
}
}
.mobile-page .text-block.faq p {
margin-bottom: 25px;
}
.mobile-page .text-block.faq p strong {
font-family: "Proxima N W01 Bold", sans-serif;
}
.thanks-page .title {
display: block;
font-family: "Proxima N W01 Smbd", sans-serif;
font-size: 15px;
line-height: 18px;
color: #00A6FF;
}
.thanks-page .thank-you {
margin: 20px 0;
display: block;
font-family: "Proxima N W01 Smbd", sans-serif;
font-size: 24px;
line-height: 26px;
color: #00A6FF;
}
.thanks-page .thank-you strong {
font-family: "Proxima N W01 Bold", sans-serif;
font-size: 30px;
line-height: 32px;
display: block;
}
.thanks-page .subscribe-block {
padding: 18px 16px;
}
.thanks-page .subscribe-block p {
font-family: "Proxima N W01 Reg", sans-serif;
font-size: 14px;
line-height: 17px;
color: #636566;
}
.thanks-page .subscribe-block p strong {
font-family: "Proxima N W01 Smbd", sans-serif;
}
.thanks-page .subscribe-block p a {
color: #00A6FF;
text-decoration: none;
font-family: "Proxima N W01 Reg", sans-serif;
}
.thanks-page .subscribe-block p:last-of-type {
margin-bottom: 0;
}
.thanks-page .subscribe-block form {
margin: 18px auto;
width: 100%;
}
.thanks-page .subscribe-block form .input-holder {
margin-bottom: 10px;
}
.thanks-page .subscribe-block form .btn-holder {
width: 100%;
height: 42px;
margin: 18px auto 0;
background-color: #00A6FF;
border-radius: 8px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
position: relative;
}
.thanks-page .subscribe-block form .btn-holder input {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: 0;
}
.thanks-page .subscribe-block form .btn-holder:after {
content: "›";
font-family: "Proxima N W01 Smbd", sans-serif;
color: white;
font-size: 30px;
line-height: 28px;
height: 100%;
position: absolute;
top: -2px;
right: 15px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
.thanks-page .subscribe-block form .btn-holder span {
color: white;
font-family: "Proxima N W01 Reg", sans-serif;
font-size: 16px;
line-height: 16px;
}
.remind-password form {
margin-top: 20px;
}
.remind-password .return-button {
width: calc(100% + 16px);
margin-left: -8px;
}
.remind-password.reset {
padding: 0 0 30px;
}
.remind-password.reset .text-block {
border: none;
padding-bottom: 10px;
}
.remind-password.reset .input-holder {
margin-bottom: 10px;
}
.create-account .subscribe-forms form {
margin-top: 0;
}
.create-account .subscribe-forms form .mobile-form-name {
margin-bottom: 10px;
}
.create-account .subscribe-forms form .mobile-form-name .input-holder {
margin-bottom: 4px;
}
.create-account .subscribe-forms form .mobile-multiple-inputs {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
-webkit-align-items: flex-start;
align-items: flex-start;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
box-lines: multiple;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: horizontal;
-moz-box-orient: horizontal;
box-orient: horizontal;
-webkit-flex-direction: row;
-moz-flex-direction: row;
flex-direction: row;
-ms-flex-direction: row;
-webkit-flex-flow: row wrap;
-moz-flex-flow: row wrap;
flex-flow: row wrap;
}
.create-account .subscribe-forms form .mobile-multiple-inputs label {
width: 100%;
}
.create-account .subscribe-forms form .mobile-multiple-inputs .first-input {
width: 42.5%;
}
.create-account .subscribe-forms form .mobile-multiple-inputs .second-input {
width: 55%;
}
.account-overview header {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
padding: 0 16px;
height: 60px;
}
.account-overview header h1 {
font-family: "Proxima N W01 Smbd", sans-serif;
color: #00A6FF;
font-size: 18px;
line-height: 22px;
margin: 0;
}
.account-overview header a {
text-decoration: none;
color: #636566;
font-size: 15px;
line-height: 15px;
position: relative;
}
.account-overview header a:after {
content: "›";
font-family: "Proxima N W01 Smbd", sans-serif;
color: #636566;
font-size: 28px;
line-height: 3px;
position: relative;
margin-left: 3px;
top: 2px;
}
.account-overview .customer-logout {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
padding: 0 16px;
height: 80px;
background-color: #F5F7FA;
}
.account-overview .customer-logout .account {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
.account-overview .customer-logout .account .icon {
margin-right: 12px;
background: url("/images/structure/tops_mobile_sprite.svg?v=2") -30px -110px no-repeat;
background-size: 250px 170px;
width: 24px;
height: 24px;
}
.account-overview .customer-logout .account .text {
font-family: "Proxima N W01 Reg", sans-serif;
color: #7C7E80;
font-size: 14px;
line-height: 14px;
}
.account-overview .customer-logout .account .text strong {
display: block;
font-family: "Proxima N W01 Smbd", sans-serif;
color: #636566;
}
.account-overview .customer-logout .log-out {
font-family: "Proxima N W01 Smbd", sans-serif;
color: #00A6FF;
font-size: 14px;
line-height: 15px;
text-decoration: none;
}
.account-overview .customer-detail {
padding: 0 16px 30px;
}
.account-overview .customer-detail .placeholder {
background-color: white;
border-radius: 4px;
padding: 20px 16px;
}
.account-overview .customer-detail .placeholder h2 {
margin-bottom: 0;
font-size: 15px;
}
.account-overview .customer-detail .placeholder p {
margin: 0;
}
.account-overview .customer-detail .placeholder .inline-link {
text-decoration: none;
color: #00A6FF;
font-size: 15px;
line-height: 18px;
display: block;
margin-top: 15px;
}
.account-overview > h2 {
font-family: "Proxima N W01 Smbd", sans-serif;
font-size: 20px;
line-height: 24px;
color: #636566;
padding: 0 16px 16px;
margin: 0;
background-color: #F5F7FA;
}
.account-overview .order-list {
padding: 0 16px 30px;
background-color: #F5F7FA;
}
.account-overview .order-list .no-orders {
margin: 0;
padding: 16px;
font-family: "Proxima N W01 Reg", sans-serif;
font-size: 15px;
line-height: 22px;
color: #636566;
background-color: white;
border-radius: 8px;
}
.account-overview .order-list .article-order {
background-color: white;
border-radius: 4px;
margin-bottom: 20px;
padding: 16px 0;
}
.account-overview .order-list .article-order:last-of-type {
margin-bottom: 0;
}
.account-overview .order-list .article-order .title-order-block {
position: relative;
padding: 0 40px 16px 16px;
}
.account-overview .order-list .article-order .title-order-block .title {
display: block;
font-family: "Proxima N W01 Bold", sans-serif;
color: #00A6FF;
font-size: 15px;
line-height: 18px;
}
.account-overview .order-list .article-order .title-order-block .order-date {
display: block;
font-size: 15px;
line-height: 18px;
color: #636566;
}
.account-overview .order-list .article-order .title-order-block .open-close {
color: #636566;
position: absolute;
right: 0;
top: 0;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
width: 40px;
height: 32px;
font-size: 22px;
line-height: 22px;
}
.account-overview .order-list .article-order .title-order-block .open-close:after {
content: "+";
position: relative;
top: 0;
}
.account-overview .order-list .article-order .title-order-block.open .open-close:after {
content: "";
border: 1px solid #636566;
width: 9px;
top: 1px;
}
.account-overview .order-list .article-order .order-block {
display: none;
margin-top: 20px;
}
.account-overview .order-list .article-order .order-block hr {
border: none;
border-top: 1px solid #E9EDF0;
margin: 10px 0;
}
.account-overview .order-list .article-order .order-block .order-header {
padding: 0 16px;
}
.account-overview .order-list .article-order .order-block .order-header .order-title {
color: #3D3D3D;
font-size: 15px;
line-height: 18px;
font-family: "Proxima N W01 Smbd", sans-serif;
margin: 0;
}
.account-overview .order-list .article-order .order-block .order-header p {
margin: 0;
font-family: "Proxima N W01 Reg", sans-serif;
font-size: 15px;
line-height: 22px;
}
.account-overview .order-list .article-order .order-block .order-header p.inline-link a {
color: #00A6FF;
text-decoration: none;
}
.account-overview .order-list .article-order .order-block .replace-order {
padding: 0 16px;
}
.account-overview .order-list .article-order .order-block .btn-holder {
background-color: #00A6FF;
border-radius: 8px;
height: 50px;
width: 100%;
margin: 20px auto;
}
.account-overview .order-list .article-order .order-block .btn-holder a {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
height: 100%;
text-decoration: none;
font-family: "Proxima N W01 Reg", sans-serif;
font-size: 15px;
line-height: 15px;
color: white;
position: relative;
}
.account-overview .order-list .article-order .order-block .btn-holder a:before {
content: "›";
font-family: "Proxima N W01 Smbd", sans-serif;
color: white;
font-size: 40px;
line-height: 40px;
position: absolute;
right: 25px;
top: 0px;
}
.account-overview .order-list .article-order .order-block .btn-holder a span {
color: white;
text-decoration: none;
font-family: "Proxima N W01 Reg", sans-serif;
font-size: 19px;
line-height: 19px;
}
.account-overview .account-order-history {
margin-top: 0;
}
.account-overview .account-order-history .checkout-product-list {
border-bottom: 0;
margin-bottom: 20px;
}
.account-overview .account-order-history .checkout-product-list .checkout-product-list-item {
background-color: transparent;
border-top: none;
}
.account-overview .account-order-history .checkout-product-list .checkout-product-list-item h3 {
width: calc(100% - 60px);
margin-bottom: 4px;
}
.account-overview .account-order-history .checkout-product-list .checkout-product-list-item .quantity-price .quantity {
color: #00A6FF;
}
.account-overview .account-order-history .checkout-product-list .checkout-product-list-item .quantity-price .quantity span:after {
content: ":";
}
.account-overview .account-order-history .checkout-product-list .checkout-product-list-item .quantity-price .price {
font-family: "Proxima N W01 Reg", sans-serif;
}
.account-overview .account-order-history .summary {
margin-top: 5px;
background-color: transparent;
border-top: none;
}
.account-overview .account-order-history .summary .summary-row {
border-bottom: none;
padding: 3px 16px;
}
.account-overview .account-order-history .summary .summary-row .title {
font-family: "Proxima N W01 Reg", sans-serif;
}
.account-overview .account-order-history .summary .summary-row .price {
top: 0;
font-family: "Proxima N W01 Reg", sans-serif;
}
.account-overview .account-order-history .summary .summary-row.total .title, .account-overview .account-order-history .summary .summary-row.total .price {
font-family: "Proxima N W01 Bold", sans-serif;
color: #3D3D3D;
}
.search-page {
background-color: #F5F7FA;
padding: 20px 16px;
}
.search-page .category-block {
margin-bottom: 2px;
box-sizing: border-box;
border: 1px solid #E9EDF0;
background-color: white;
}
.search-page .category-block:last-of-type {
margin-bottom: 0;
}
.search-page .category-block a {
text-decoration: none;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
height: 60px;
position: relative;
}
.search-page .category-block a .image {
width: 80px;
height: 60px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
.search-page .category-block a .image img {
max-height: 65%;
max-width: 65%;
}
.search-page .category-block a h3 {
font-family: "Proxima N W01 Smbd", sans-serif;
color: #636566;
font-size: 15px;
line-height: 15px;
width: calc(100% - 120px);
}
.search-page .category-block a:after {
content: "›";
font-family: "Proxima N W01 Smbd", sans-serif;
color: #00A6FF;
font-size: 35px;
line-height: 35px;
position: absolute;
right: 15px;
top: -2px;
height: 100%;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
.search-page .page-result {
margin-bottom: 5px;
box-sizing: border-box;
border: 1px solid #E9EDF0;
background-color: white;
}
.search-page .page-result a {
text-decoration: none;
padding: 16px;
display: block;
}
.search-page .page-result a h3 {
margin: 0 0 5px;
color: #3D3D3D;
font-size: 17px;
line-height: 19px;
font-family: "Proxima N W01 Smbd", sans-serif;
}
.search-page .page-result a p {
font-size: 14px;
font-family: "Proxima N W01 Reg", sans-serif;
line-height: 16px;
color: #636566;
margin: 0;
}
.search-page .page-result a .read-more {
color: #00A6FF;
font-size: 14px;
font-family: "Proxima N W01 Reg", sans-serif;
line-height: 16px;
display: block;
margin-top: 10px;
}
.search-page .page-result a .read-more:after {
content: "›";
font-size: 20px;
line-height: 16px;
color: #00A6FF;
margin-left: 5px;
}
.search-page .komma-tabs {
background-color: #F5F7FA;
padding-top: 20px;
}
.search-page .komma-tabs .tabs {
padding-bottom: 10px;
}
.search-page .komma-tabs .tabs li {
border: 2px solid #E9EDF0;
margin-bottom: 2px;
}
.search-page .komma-tabs .tabs li:last-child {
margin-bottom: 0;
}
.search-page .komma-tabs .tabs li a {
padding: 15px 15px 15px 25px;
font-family: "Proxima N W01 Smbd", sans-serif;
color: #3D3D3D;
font-size: 15px;
line-height: 18px;
text-decoration: none;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
.search-page .komma-tabs .tabs li a span {
color: #00A6FF;
}
.search-page .komma-tabs .tabs li.active {
border-color: #00A6FF;
background-color: #00A6FF;
}
.search-page .komma-tabs .tabs li.active a {
color: white;
}
.search-page .komma-tabs .tabs li.active a span {
color: white;
}
.search-page .komma-tabs .tab-content {
display: none;
}
.search-page .komma-tabs .tab-content.active {
display: block;
}
.search-page .komma-tabs .tab-content span.search-term {
color: #FF9029;
}
.search-page .komma-tabs .overview-product {
margin-bottom: 16px;
border: 1px solid #E9EDF0;
}
.search-page .komma-tabs .overview-product a {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
box-lines: multiple;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: horizontal;
-moz-box-orient: horizontal;
box-orient: horizontal;
-webkit-flex-direction: row;
-moz-flex-direction: row;
flex-direction: row;
-ms-flex-direction: row;
-webkit-flex-flow: row wrap;
-moz-flex-flow: row wrap;
flex-flow: row wrap;
position: relative;
text-decoration: none;
background-color: white;
}
.search-page .komma-tabs .overview-product a .warning {
width: 100%;
text-align: left;
background-color: #D2E9F5;
box-sizing: border-box;
border: 1px solid #B3E4FF;
color: #73A0BD;
font-size: 14px;
line-height: 14px;
font-family: "Proxima N W01 Reg", sans-serif;
padding: 8px 16px;
}
.search-page .komma-tabs #categories-tab-content .category-block {
margin-bottom: 5px;
}
.waiting-page {
background-color: #F5F7FA;
}
.waiting-page .main-block {
margin-bottom: 40px;
padding-bottom: 5px;
}
.waiting-page .is-logged .title {
font-family: "Proxima N W01 Bold", sans-serif;
color: #00A6FF;
font-size: 14px;
line-height: 17px;
}
.waiting-page .is-logged form {
margin-top: 10px;
}
.waiting-page .is-logged form .input-holder {
margin-top: 5px;
}
.waiting-page .is-logged form .btn-holder .btn {
position: relative;
height: 100%;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
.waiting-page .is-logged form .btn-holder .btn input {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
display: block;
opacity: 0;
}
.waiting-page .is-logged form .btn-holder .btn:after {
content: "›";
font-family: "Proxima N W01 Smbd", sans-serif;
color: white;
font-size: 30px;
line-height: 28px;
height: 100%;
position: absolute;
top: -2px;
right: 15px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
.waiting-page .is-logged form .btn-holder .btn span {
color: white;
font-family: "Proxima N W01 Reg", sans-serif;
font-size: 16px;
line-height: 16px;
}
.ask-help-page > h1 {
padding-bottom: 0;
}
.ask-help-page form .file-holder span {
display: block;
line-height: 17px;
font-size: 14px;
font-family: "Proxima N W01 Bold", sans-serif;
color: #636566;
}
.ask-help-page form .file-holder label {
position: relative;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
background-color: #00A6FF;
color: white;
font-family: "Proxima N W01 Reg", sans-serif;
height: 40px;
border-radius: 8px;
width: 100%;
max-width: 300px;
margin-top: 5px;
}
.ask-help-page form .file-holder input[type=file] {
display: block;
width: 100%;
margin-top: 10px;
color: #00A6FF;
top: 0;
left: 0;
line-height: 17px;
font-size: 14px;
font-family: "Proxima N W01 Reg", sans-serif;
}
.return-guide .guide-steps {
background-color: white;
border-radius: 4px;
width: 100%;
margin-bottom: 40px;
}
.return-guide .guide-steps .youtube-player-wrapper {
margin-bottom: 40px;
}
.return-guide .guide-steps h2 {
margin-top: 0;
font-size: 24px;
line-height: 28px;
font-family: "Proxima N W01 Reg", sans-serif;
}
.return-guide .guide-steps h2 strong {
font-family: "Proxima N W01 Bold", sans-serif;
}
.return-guide .guide-steps .intro {
margin-bottom: 40px;
}
.return-guide .guide-steps .intro p {
max-width: 575px;
}
.return-guide .guide-steps .steps {
margin-bottom: 60px;
}
.return-guide .guide-steps .steps ol {
counter-reset: returnSteps;
font-size: 1.5em;
list-style: none;
}
.return-guide .guide-steps .steps ol li {
position: relative;
padding-left: 60px;
max-width: 510px;
}
.return-guide .guide-steps .steps ol li + li {
margin-top: 30px;
}
.return-guide .guide-steps .steps ol li:before {
position: absolute;
top: 0;
left: 0;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
width: 20px;
height: 100%;
text-align: center;
font-size: 24px;
color: #00A6FF;
counter-increment: returnSteps;
content: counter(returnSteps) ".";
}
@media screen and (max-width: 450px) {
.return-guide .guide-steps .steps ol {
padding-left: 0;
}
.return-guide .guide-steps .steps ol li {
padding-left: 40px;
}
}
.return-guide .guide-steps .steps-circles {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
-webkit-align-items: flex-start;
align-items: flex-start;
margin-bottom: 40px;
}
.return-guide .guide-steps .steps-circles .step {
display: inline-block;
width: 200px;
text-align: center;
}
.return-guide .guide-steps .steps-circles .arrow-placeholder {
height: 100px;
width: 65px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
.return-guide .guide-steps .steps-circles .arrow-placeholder .arrow {
display: inline-block;
vertical-align: middle;
background: url("/images/structure/return-guide-sprite.svg") -52px -39px no-repeat;
background-size: 170px 50px;
width: 13px;
height: 10px;
}
.return-guide .guide-steps .steps-circles .circle {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
width: 100px;
height: 100px;
margin: auto;
border-radius: 100%;
border: 2px solid #00A6FF;
}
.return-guide .guide-steps .steps-circles .circle span {
display: inline-block;
}
.return-guide .guide-steps .steps-circles .circle span.print {
background: url("/images/structure/return-guide-sprite.svg") 0 0 no-repeat;
background-size: 170px 50px;
width: 50px;
height: 45px;
}
.return-guide .guide-steps .steps-circles .circle span.box {
background: url("/images/structure/return-guide-sprite.svg") -52px 0 no-repeat;
background-size: 170px 50px;
width: 58px;
height: 37px;
}
.return-guide .guide-steps .steps-circles .circle span.dpd {
background: url("/images/structure/return-guide-sprite.svg") -112px 0 no-repeat;
background-size: 170px 50px;
width: 57px;
height: 36px;
}
.return-guide .guide-steps .steps-circles p {
max-width: 185px;
margin: 10px auto 0;
font-size: 14px;
}
@media screen and (max-width: 425px) {
.return-guide .guide-steps .steps-circles {
display: block;
margin-bottom: 0;
}
.return-guide .guide-steps .steps-circles .arrow-placeholder {
display: none;
}
.return-guide .guide-steps .steps-circles .step {
width: 100%;
margin-bottom: 40px;
}
}
.return-guide .guide-steps .return-cta h3 {
margin-top: 0;
font-family: "Proxima N W01 Bold", sans-serif;
font-size: 14px;
line-height: 17px;
}
.return-guide .guide-steps .return-cta .return-cta-button {
position: relative;
display: block;
background-color: #00A6FF;
border-radius: 8px;
padding: 12px 20px;
color: white;
font-family: "Proxima N W01 Smbd", sans-serif;
font-size: 15px;
line-height: 15px;
text-decoration: none;
}
.return-guide .guide-steps .return-cta .return-cta-button:before {
content: "›";
font-family: "Proxima N W01 Smbd", sans-serif;
color: white;
font-size: 28px;
line-height: 40px;
position: absolute;
right: 20px;
top: -3px;
}
/*# sourceMappingURL=style.css.map */