first commit

This commit is contained in:
Bivekich
2025-06-26 06:59:59 +03:00
commit d44874775c
450 changed files with 76635 additions and 0 deletions

355
pravki/css/normalize.css vendored Normal file
View File

@ -0,0 +1,355 @@
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS and IE text size adjust after device orientation change,
* without disabling user zoom.
*/
html {
font-family: sans-serif;
/* 1 */
-ms-text-size-adjust: 100%;
/* 2 */
-webkit-text-size-adjust: 100%;
/* 2 */
}
/**
* Remove default margin.
*/
body {
margin: 0;
}
/* HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
}
/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio,
canvas,
progress,
video {
display: inline-block;
/* 1 */
vertical-align: baseline;
/* 2 */
}
/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
display: none;
height: 0;
}
/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
*/
[hidden],
template {
display: none;
}
/* Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
background-color: transparent;
}
/**
* Improve readability of focused elements when they are also in an
* active/hover state.
*/
a:active,
a:hover {
outline: 0;
}
/* Text-level semantics
========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] {
border-bottom: 1px dotted;
}
/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/
b,
strong {
font-weight: bold;
}
/**
* Address styling not present in Safari and Chrome.
*/
dfn {
font-style: italic;
}
/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/
h1 {
font-size: 2em;
margin: 0.67em 0;
}
/**
* Address styling not present in IE 8/9.
*/
mark {
background: #ff0;
color: #000;
}
/**
* Address inconsistent and variable font size in all browsers.
*/
small {
font-size: 80%;
}
/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
/* Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9/10.
*/
img {
border: 0;
}
/**
* Correct overflow not hidden in IE 9/10/11.
*/
svg:not(:root) {
overflow: hidden;
}
/* Grouping content
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari.
*/
figure {
margin: 1em 40px;
}
/**
* Address differences between Firefox and other browsers.
*/
hr {
box-sizing: content-box;
height: 0;
}
/**
* Contain overflow in all browsers.
*/
pre {
overflow: auto;
}
/**
* Address odd `em`-unit font size rendering in all browsers.
*/
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
/* Forms
========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
* Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button,
input,
optgroup,
select,
textarea {
color: inherit;
/* 1 */
font: inherit;
/* 2 */
margin: 0;
/* 3 */
}
/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/
button {
overflow: visible;
}
/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
button,
select {
text-transform: none;
}
/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
* and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
* `input` and others.
* 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
* specificity and defer to the .w-button selector
*/
button,
html input[type="button"],
input[type="reset"] {
-webkit-appearance: button;
/* 2 */
cursor: pointer;
/* 3 */
}
/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
cursor: default;
}
/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
input {
line-height: normal;
}
/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type='checkbox'],
input[type='radio'] {
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */
}
/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
height: auto;
}
/**
* 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
* 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
* (similar to normalize.css >=4.0.0)
*/
input[type='search'] {
-webkit-appearance: none;
/* 1 */
}
/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
-webkit-appearance: none;
}
/**
* Define consistent border, margin, and padding.
*/
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
border: 0;
/* 1 */
padding: 0;
/* 2 */
}
/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/
textarea {
overflow: auto;
}
/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
font-weight: bold;
}
/* Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
}

View File

@ -0,0 +1,7963 @@
:root {
--background: #f5f8fb;
--white: white;
--back: #0d336c;
--_fonts---font-family: Onest, sans-serif;
--_fonts---color--dark-blue: #0d336c;
--_fonts---font-size--core: 16px;
--_fonts---font-size--small-font-size: 14px;
--_fonts---color--black: #000;
--_fonts---font-size--bigger: 18px;
--_round---small-8: 8px;
--red: #ec1c24;
--_button---primary: #ec1c24;
--_button---hover-red: #c60000;
--_icon---light-blue-grey: #8893a1;
--_button---round-12px: 12px;
--_button---dark_blue: #0d336c;
--_fonts---color--white: white;
--_button---hover-dark_blue: #00245b;
--_button---black: #000;
--_button---color: white;
--_round---big-20: 20px;
--_fonts---color--light-blue-grey: #8e9aac;
--_fonts---h1: 36px;
--_fonts---black-weight: 800;
--grey: #d0d0d0;
--_round---normal: 12px;
--green: #4db45e;
--_button---light-grey: #d0d0d0;
--_round---supersmall-4: 4px;
--_fonts---color--light-blue: #b7cae2;
--_fonts---color--grey: #747474;
--_fonts---font-size--heading-2: 30px;
--_fonts---font-size--heading-3: 24px;
--light-grey: #ececec;
--_button---light-blue: #e6edf6;
--_fonts---color--green: #4db45e;
--_fonts---font-size--supersmall: 12px;
--light-blue: #dae5ef;
--light-green: #e2f8e6;
--black: #000;
--_button---light-blue-grey: #8893a1;
--back-dark: #00245b;
}
.w-layout-blockcontainer {
max-width: 940px;
margin-left: auto;
margin-right: auto;
display: block;
}
.w-layout-vflex {
flex-direction: column;
align-items: flex-start;
display: flex;
}
.w-layout-hflex {
flex-direction: row;
align-items: flex-start;
display: flex;
}
.w-commerce-commercecheckoutformcontainer {
background-color: #f5f5f5;
width: 100%;
min-height: 100vh;
padding: 20px;
}
.w-commerce-commercelayoutcontainer {
justify-content: center;
align-items: flex-start;
display: flex;
}
.w-commerce-commercelayoutmain {
flex: 0 800px;
margin-right: 20px;
}
.w-commerce-commercecartapplepaybutton {
color: #fff;
cursor: pointer;
-webkit-appearance: none;
appearance: none;
background-color: #000;
border-width: 0;
border-radius: 2px;
align-items: center;
height: 38px;
min-height: 30px;
margin-bottom: 8px;
padding: 0;
text-decoration: none;
display: flex;
}
.w-commerce-commercecartapplepayicon {
width: 100%;
height: 50%;
min-height: 20px;
}
.w-commerce-commercecartquickcheckoutbutton {
color: #fff;
cursor: pointer;
-webkit-appearance: none;
appearance: none;
background-color: #000;
border-width: 0;
border-radius: 2px;
justify-content: center;
align-items: center;
height: 38px;
margin-bottom: 8px;
padding: 0 15px;
text-decoration: none;
display: flex;
}
.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
margin-right: 8px;
display: block;
}
.w-commerce-commercecheckoutcustomerinfowrapper {
margin-bottom: 20px;
}
.w-commerce-commercecheckoutblockheader {
background-color: #fff;
border: 1px solid #e6e6e6;
justify-content: space-between;
align-items: baseline;
padding: 4px 20px;
display: flex;
}
.w-commerce-commercecheckoutblockcontent {
background-color: #fff;
border-bottom: 1px solid #e6e6e6;
border-left: 1px solid #e6e6e6;
border-right: 1px solid #e6e6e6;
padding: 20px;
}
.w-commerce-commercecheckoutlabel {
margin-bottom: 8px;
}
.w-commerce-commercecheckoutemailinput {
-webkit-appearance: none;
appearance: none;
background-color: #fafafa;
border: 1px solid #ddd;
border-radius: 3px;
width: 100%;
height: 38px;
margin-bottom: 0;
padding: 8px 12px;
line-height: 20px;
display: block;
}
.w-commerce-commercecheckoutemailinput::placeholder {
color: #999;
}
.w-commerce-commercecheckoutemailinput:focus {
border-color: #3898ec;
outline-style: none;
}
.w-commerce-commercecheckoutshippingaddresswrapper {
margin-bottom: 20px;
}
.w-commerce-commercecheckoutshippingfullname {
-webkit-appearance: none;
appearance: none;
background-color: #fafafa;
border: 1px solid #ddd;
border-radius: 3px;
width: 100%;
height: 38px;
margin-bottom: 16px;
padding: 8px 12px;
line-height: 20px;
display: block;
}
.w-commerce-commercecheckoutshippingfullname::placeholder {
color: #999;
}
.w-commerce-commercecheckoutshippingfullname:focus {
border-color: #3898ec;
outline-style: none;
}
.w-commerce-commercecheckoutshippingstreetaddress {
-webkit-appearance: none;
appearance: none;
background-color: #fafafa;
border: 1px solid #ddd;
border-radius: 3px;
width: 100%;
height: 38px;
margin-bottom: 16px;
padding: 8px 12px;
line-height: 20px;
display: block;
}
.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
color: #999;
}
.w-commerce-commercecheckoutshippingstreetaddress:focus {
border-color: #3898ec;
outline-style: none;
}
.w-commerce-commercecheckoutshippingstreetaddressoptional {
-webkit-appearance: none;
appearance: none;
background-color: #fafafa;
border: 1px solid #ddd;
border-radius: 3px;
width: 100%;
height: 38px;
margin-bottom: 16px;
padding: 8px 12px;
line-height: 20px;
display: block;
}
.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
color: #999;
}
.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
border-color: #3898ec;
outline-style: none;
}
.w-commerce-commercecheckoutrow {
margin-left: -8px;
margin-right: -8px;
display: flex;
}
.w-commerce-commercecheckoutcolumn {
flex: 1;
padding-left: 8px;
padding-right: 8px;
}
.w-commerce-commercecheckoutshippingcity {
-webkit-appearance: none;
appearance: none;
background-color: #fafafa;
border: 1px solid #ddd;
border-radius: 3px;
width: 100%;
height: 38px;
margin-bottom: 16px;
padding: 8px 12px;
line-height: 20px;
display: block;
}
.w-commerce-commercecheckoutshippingcity::placeholder {
color: #999;
}
.w-commerce-commercecheckoutshippingcity:focus {
border-color: #3898ec;
outline-style: none;
}
.w-commerce-commercecheckoutshippingstateprovince {
-webkit-appearance: none;
appearance: none;
background-color: #fafafa;
border: 1px solid #ddd;
border-radius: 3px;
width: 100%;
height: 38px;
margin-bottom: 16px;
padding: 8px 12px;
line-height: 20px;
display: block;
}
.w-commerce-commercecheckoutshippingstateprovince::placeholder {
color: #999;
}
.w-commerce-commercecheckoutshippingstateprovince:focus {
border-color: #3898ec;
outline-style: none;
}
.w-commerce-commercecheckoutshippingzippostalcode {
-webkit-appearance: none;
appearance: none;
background-color: #fafafa;
border: 1px solid #ddd;
border-radius: 3px;
width: 100%;
height: 38px;
margin-bottom: 16px;
padding: 8px 12px;
line-height: 20px;
display: block;
}
.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
color: #999;
}
.w-commerce-commercecheckoutshippingzippostalcode:focus {
border-color: #3898ec;
outline-style: none;
}
.w-commerce-commercecheckoutshippingcountryselector {
-webkit-appearance: none;
appearance: none;
background-color: #fafafa;
border: 1px solid #ddd;
border-radius: 3px;
width: 100%;
height: 38px;
margin-bottom: 0;
padding: 8px 12px;
line-height: 20px;
display: block;
}
.w-commerce-commercecheckoutshippingcountryselector::placeholder {
color: #999;
}
.w-commerce-commercecheckoutshippingcountryselector:focus {
border-color: #3898ec;
outline-style: none;
}
.w-commerce-commercecheckoutshippingmethodswrapper {
margin-bottom: 20px;
}
.w-commerce-commercecheckoutshippingmethodslist {
border-left: 1px solid #e6e6e6;
border-right: 1px solid #e6e6e6;
}
.w-commerce-commercecheckoutshippingmethoditem {
background-color: #fff;
border-bottom: 1px solid #e6e6e6;
flex-direction: row;
align-items: baseline;
margin-bottom: 0;
padding: 16px;
font-weight: 400;
display: flex;
}
.w-commerce-commercecheckoutshippingmethoddescriptionblock {
flex-direction: column;
flex-grow: 1;
margin-left: 12px;
margin-right: 12px;
display: flex;
}
.w-commerce-commerceboldtextblock {
font-weight: 700;
}
.w-commerce-commercecheckoutshippingmethodsemptystate {
text-align: center;
background-color: #fff;
border-bottom: 1px solid #e6e6e6;
border-left: 1px solid #e6e6e6;
border-right: 1px solid #e6e6e6;
padding: 64px 16px;
}
.w-commerce-commercecheckoutpaymentinfowrapper {
margin-bottom: 20px;
}
.w-commerce-commercecheckoutcardnumber {
-webkit-appearance: none;
appearance: none;
cursor: text;
background-color: #fafafa;
border: 1px solid #ddd;
border-radius: 3px;
width: 100%;
height: 38px;
margin-bottom: 16px;
padding: 8px 12px;
line-height: 20px;
display: block;
}
.w-commerce-commercecheckoutcardnumber::placeholder {
color: #999;
}
.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
border-color: #3898ec;
outline-style: none;
}
.w-commerce-commercecheckoutcardexpirationdate {
-webkit-appearance: none;
appearance: none;
cursor: text;
background-color: #fafafa;
border: 1px solid #ddd;
border-radius: 3px;
width: 100%;
height: 38px;
margin-bottom: 16px;
padding: 8px 12px;
line-height: 20px;
display: block;
}
.w-commerce-commercecheckoutcardexpirationdate::placeholder {
color: #999;
}
.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
border-color: #3898ec;
outline-style: none;
}
.w-commerce-commercecheckoutcardsecuritycode {
-webkit-appearance: none;
appearance: none;
cursor: text;
background-color: #fafafa;
border: 1px solid #ddd;
border-radius: 3px;
width: 100%;
height: 38px;
margin-bottom: 16px;
padding: 8px 12px;
line-height: 20px;
display: block;
}
.w-commerce-commercecheckoutcardsecuritycode::placeholder {
color: #999;
}
.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
border-color: #3898ec;
outline-style: none;
}
.w-commerce-commercecheckoutbillingaddresstogglewrapper {
flex-direction: row;
display: flex;
}
.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
margin-top: 4px;
}
.w-commerce-commercecheckoutbillingaddresstogglelabel {
margin-left: 8px;
font-weight: 400;
}
.w-commerce-commercecheckoutbillingaddresswrapper {
margin-top: 16px;
margin-bottom: 20px;
}
.w-commerce-commercecheckoutbillingfullname {
-webkit-appearance: none;
appearance: none;
background-color: #fafafa;
border: 1px solid #ddd;
border-radius: 3px;
width: 100%;
height: 38px;
margin-bottom: 16px;
padding: 8px 12px;
line-height: 20px;
display: block;
}
.w-commerce-commercecheckoutbillingfullname::placeholder {
color: #999;
}
.w-commerce-commercecheckoutbillingfullname:focus {
border-color: #3898ec;
outline-style: none;
}
.w-commerce-commercecheckoutbillingstreetaddress {
-webkit-appearance: none;
appearance: none;
background-color: #fafafa;
border: 1px solid #ddd;
border-radius: 3px;
width: 100%;
height: 38px;
margin-bottom: 16px;
padding: 8px 12px;
line-height: 20px;
display: block;
}
.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
color: #999;
}
.w-commerce-commercecheckoutbillingstreetaddress:focus {
border-color: #3898ec;
outline-style: none;
}
.w-commerce-commercecheckoutbillingstreetaddressoptional {
-webkit-appearance: none;
appearance: none;
background-color: #fafafa;
border: 1px solid #ddd;
border-radius: 3px;
width: 100%;
height: 38px;
margin-bottom: 16px;
padding: 8px 12px;
line-height: 20px;
display: block;
}
.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
color: #999;
}
.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
border-color: #3898ec;
outline-style: none;
}
.w-commerce-commercecheckoutbillingcity {
-webkit-appearance: none;
appearance: none;
background-color: #fafafa;
border: 1px solid #ddd;
border-radius: 3px;
width: 100%;
height: 38px;
margin-bottom: 16px;
padding: 8px 12px;
line-height: 20px;
display: block;
}
.w-commerce-commercecheckoutbillingcity::placeholder {
color: #999;
}
.w-commerce-commercecheckoutbillingcity:focus {
border-color: #3898ec;
outline-style: none;
}
.w-commerce-commercecheckoutbillingstateprovince {
-webkit-appearance: none;
appearance: none;
background-color: #fafafa;
border: 1px solid #ddd;
border-radius: 3px;
width: 100%;
height: 38px;
margin-bottom: 16px;
padding: 8px 12px;
line-height: 20px;
display: block;
}
.w-commerce-commercecheckoutbillingstateprovince::placeholder {
color: #999;
}
.w-commerce-commercecheckoutbillingstateprovince:focus {
border-color: #3898ec;
outline-style: none;
}
.w-commerce-commercecheckoutbillingzippostalcode {
-webkit-appearance: none;
appearance: none;
background-color: #fafafa;
border: 1px solid #ddd;
border-radius: 3px;
width: 100%;
height: 38px;
margin-bottom: 16px;
padding: 8px 12px;
line-height: 20px;
display: block;
}
.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
color: #999;
}
.w-commerce-commercecheckoutbillingzippostalcode:focus {
border-color: #3898ec;
outline-style: none;
}
.w-commerce-commercecheckoutbillingcountryselector {
-webkit-appearance: none;
appearance: none;
background-color: #fafafa;
border: 1px solid #ddd;
border-radius: 3px;
width: 100%;
height: 38px;
margin-bottom: 0;
padding: 8px 12px;
line-height: 20px;
display: block;
}
.w-commerce-commercecheckoutbillingcountryselector::placeholder {
color: #999;
}
.w-commerce-commercecheckoutbillingcountryselector:focus {
border-color: #3898ec;
outline-style: none;
}
.w-commerce-commercecheckoutorderitemswrapper {
margin-bottom: 20px;
}
.w-commerce-commercecheckoutsummaryblockheader {
background-color: #fff;
border: 1px solid #e6e6e6;
justify-content: space-between;
align-items: baseline;
padding: 4px 20px;
display: flex;
}
.w-commerce-commercecheckoutorderitemslist {
margin-bottom: -20px;
}
.w-commerce-commercecheckoutorderitem {
margin-bottom: 20px;
display: flex;
}
.w-commerce-commercecartitemimage {
width: 60px;
height: 0%;
}
.w-commerce-commercecheckoutorderitemdescriptionwrapper {
flex-grow: 1;
margin-left: 16px;
margin-right: 16px;
}
.w-commerce-commercecheckoutorderitemquantitywrapper {
white-space: pre-wrap;
display: flex;
}
.w-commerce-commercecheckoutorderitemoptionlist {
margin-bottom: 0;
padding-left: 0;
text-decoration: none;
list-style-type: none;
}
.w-commerce-commercelayoutsidebar {
flex: 0 0 320px;
position: sticky;
top: 20px;
}
.w-commerce-commercecheckoutordersummarywrapper {
margin-bottom: 20px;
}
.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
flex-direction: row;
justify-content: space-between;
margin-bottom: 8px;
display: flex;
}
.w-commerce-commercecheckoutsummarytotal {
font-weight: 700;
}
.w-commerce-commercecheckoutplaceorderbutton {
color: #fff;
cursor: pointer;
-webkit-appearance: none;
appearance: none;
text-align: center;
background-color: #3898ec;
border-width: 0;
border-radius: 3px;
align-items: center;
margin-bottom: 20px;
padding: 9px 15px;
text-decoration: none;
display: block;
}
.w-commerce-commercecheckouterrorstate {
background-color: #ffdede;
margin-top: 16px;
margin-bottom: 16px;
padding: 10px 16px;
}
.w-commerce-commercepaypalcheckoutformcontainer {
background-color: #f5f5f5;
width: 100%;
min-height: 100vh;
padding: 20px;
}
.w-commerce-commercecheckoutcustomerinfosummarywrapper {
margin-bottom: 20px;
}
.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
margin-bottom: 8px;
}
.w-commerce-commercecheckoutsummaryflexboxdiv {
flex-direction: row;
justify-content: flex-start;
display: flex;
}
.w-commerce-commercecheckoutsummarytextspacingondiv {
margin-right: .33em;
}
.w-commerce-commercecheckoutpaymentsummarywrapper {
margin-bottom: 20px;
}
.w-commerce-commercepaypalcheckouterrorstate {
background-color: #ffdede;
margin-top: 16px;
margin-bottom: 16px;
padding: 10px 16px;
}
.w-commerce-commerceorderconfirmationcontainer {
background-color: #f5f5f5;
width: 100%;
min-height: 100vh;
padding: 20px;
}
.w-commerce-commercecheckoutshippingsummarywrapper {
margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
.w-layout-blockcontainer {
max-width: 728px;
}
}
@media screen and (max-width: 767px) {
.w-layout-blockcontainer {
max-width: none;
}
.w-commerce-commercelayoutcontainer {
flex-direction: column;
align-items: stretch;
}
.w-commerce-commercelayoutmain {
flex-basis: auto;
margin-right: 0;
}
.w-commerce-commercelayoutsidebar {
flex-basis: auto;
}
}
@media screen and (max-width: 479px) {
.w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
font-size: 16px;
}
.w-commerce-commercecheckoutrow {
flex-direction: column;
}
.w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector {
font-size: 16px;
}
}
body {
color: #333;
font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
font-size: 14px;
line-height: 20px;
}
.body {
background-color: var(--background);
--_fonts---font-family: Onest, sans-serif;
--_fonts---color--dark-blue: #0d336c;
--_fonts---font-size--core: 14px;
--_fonts---font-size--small-font-size: 14px;
--_fonts---color--black: #000;
--_fonts---font-size--bigger: 18px;
--_fonts---color--white: white;
--_fonts---color--light-blue-grey: #8e9aac;
--_fonts---h1: 36px;
--_fonts---color--light-blue: #b7cae2;
--_fonts---color--grey: #747474;
--_fonts---font-size--heading-2: 30px;
--_fonts---font-size--heading-3: 24px;
--_fonts---color--green: #4db45e;
--_fonts---font-size--supersmall: 12px;
font-family: Onest, sans-serif;
}
.navbar {
background-color: #0000;
flex: 1;
justify-content: space-between;
align-items: center;
display: flex;
position: static;
}
.container {
justify-content: space-between;
align-items: center;
width: 100%;
max-width: 1920px;
padding-top: 40px;
padding-left: 60px;
padding-right: 60px;
display: flex;
}
.container.nav {
height: auto;
padding-top: 0;
}
.container.info {
background-color: var(--white);
padding-top: 30px;
padding-bottom: 30px;
}
.container.subscribe {
padding-top: 60px;
padding-bottom: 60px;
}
.container.footer {
background-color: var(--back);
padding-top: 60px;
padding-bottom: 60px;
}
.nav-link {
font-family: var(--_fonts---font-family);
color: var(--_fonts---color--dark-blue);
font-size: var(--_fonts---font-size--core);
padding: 0;
}
.nav-menu {
grid-column-gap: 30px;
grid-row-gap: 30px;
flex: 0 auto;
align-items: center;
margin-top: 0;
margin-left: auto;
margin-right: auto;
padding-left: 30px;
padding-right: 30px;
display: none;
}
.brand {
min-width: 212px;
margin-top: 20px;
margin-left: 0;
position: relative;
}
.phone {
font-family: var(--_fonts---font-family);
color: var(--_fonts---color--black);
font-size: var(--_fonts---font-size--bigger);
}
.icon_messenger {
max-width: 38px;
}
.flex-block {
grid-column-gap: 15px;
grid-row-gap: 15px;
display: flex;
}
.flex-block-2 {
grid-column-gap: 30px;
grid-row-gap: 30px;
justify-content: flex-start;
align-items: center;
margin-left: auto;
}
.flex-block-3 {
grid-column-gap: 5px;
grid-row-gap: 5px;
justify-content: flex-start;
align-items: center;
}
.top_head {
margin-top: -15px;
}
.bottom_head {
background-color: var(--back);
height: auto;
margin-top: -15px;
}
.flex-block-4 {
width: 100%;
height: auto;
padding-top: 20px;
padding-bottom: 20px;
}
.menu-button {
border-radius: var(--_round---small-8);
color: var(--red);
background-color: #fff;
justify-content: center;
align-items: center;
height: 50px;
padding: 15px 16px;
display: flex;
position: absolute;
left: 60px;
}
.menu-button:hover {
background-color: var(--_button---primary);
color: var(--white);
}
.menu-button.w--open {
z-index: 9999999;
background-color: var(--red);
color: var(--white);
justify-content: center;
align-items: center;
height: 50px;
padding-top: 15px;
padding-bottom: 15px;
position: absolute;
left: 60px;
}
.menu-button.w--open:hover {
background-color: var(--_button---hover-red);
}
.icon {
color: var(--red);
}
.navbar-2 {
background-color: #0000;
flex-flow: column;
width: 100%;
margin-left: -60px;
margin-right: auto;
position: absolute;
top: 90px;
}
.svg-icon {
grid-column-gap: 16px;
grid-row-gap: 16px;
color: var(--_icon---light-blue-grey);
vertical-align: baseline;
object-fit: fill;
grid-template-rows: auto auto;
grid-template-columns: 1fr 1fr;
grid-auto-columns: 1fr;
width: 20px;
height: 20px;
margin-right: 0;
display: block;
overflow: hidden;
}
.svg-icon:hover {
cursor: pointer;
}
.utility-page-wrap {
justify-content: center;
align-items: center;
width: 100vw;
max-width: 100%;
height: 100vh;
max-height: 100%;
display: flex;
}
.utility-page-content {
text-align: center;
flex-direction: column;
width: 260px;
display: flex;
}
.utility-page-form {
flex-direction: column;
align-items: stretch;
display: flex;
}
.image-2 {
position: absolute;
}
.search-button {
overflow: clip;
}
.div-block {
border-radius: var(--_round---small-8);
background-color: var(--white);
flex: 1;
justify-content: flex-start;
align-items: center;
max-width: 100%;
padding: 0;
display: flex;
}
.text-block {
flex: 1;
max-width: 100%;
margin-right: 30px;
}
.button {
display: flex;
}
.button_h {
grid-column-gap: 8px;
grid-row-gap: 8px;
border-radius: var(--_button---round-12px);
background-color: var(--_button---dark_blue);
color: var(--_fonts---color--white);
cursor: pointer;
justify-content: flex-start;
align-items: center;
padding: 9px 15px;
text-decoration: none;
display: flex;
position: relative;
}
.button_h:hover {
background-color: var(--_button---hover-dark_blue);
}
.button_h.login {
background-color: var(--_fonts---color--white);
color: var(--_fonts---color--black);
}
.image-3 {
width: 30px;
height: 30px;
}
.text-block-2 {
font-size: var(--_fonts---font-size--core);
text-decoration: none;
}
.left-arrow {
justify-content: space-between;
align-items: center;
margin-left: -60px;
display: flex;
position: absolute;
}
.icon-2 {
color: var(--_button---black);
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
margin: 0;
font-size: 24px;
font-weight: 700;
display: flex;
}
.icon-2:hover {
color: var(--_button---color);
}
.slider {
border-radius: var(--_round---big-20);
background-color: var(--back);
border: 1px #000;
flex: 1;
min-width: 100%;
max-width: 100%;
height: 480px;
margin-left: 0;
margin-right: 0;
}
.flex-block-5 {
grid-column-gap: 40px;
grid-row-gap: 40px;
flex: 1;
max-width: 100%;
}
.flex-block-6 {
grid-column-gap: 20px;
grid-row-gap: 20px;
flex-flow: wrap;
grid-template: ". ."
". ."
"Area Area"
/ 1fr 1fr;
grid-auto-columns: 1fr;
align-self: stretch;
display: grid;
}
.body-2 {
background-color: var(--background);
}
.text-block-3 {
font-family: var(--_fonts---font-family);
color: var(--_fonts---color--light-blue-grey);
font-size: var(--_fonts---font-size--small-font-size);
}
.link-block {
font-family: var(--_fonts---font-family);
color: var(--_fonts---color--black);
font-size: var(--_fonts---font-size--small-font-size);
text-decoration: none;
}
.flex-block-7 {
grid-column-gap: 10px;
grid-row-gap: 10px;
flex: 1;
justify-content: flex-start;
align-items: flex-start;
}
.link-block-2 {
font-family: var(--_fonts---font-family);
color: var(--_fonts---color--light-blue-grey);
font-size: var(--_fonts---font-size--small-font-size);
flex: 0 auto;
text-decoration: none;
}
.flex-block-8 {
justify-content: space-between;
align-items: flex-end;
width: 100%;
}
.flex-block-9 {
grid-column-gap: 10px;
grid-row-gap: 10px;
flex: 1;
}
.flex-block-10 {
grid-column-gap: 30px;
grid-row-gap: 30px;
justify-content: flex-start;
align-items: flex-end;
}
.heading {
font-family: var(--_fonts---font-family);
color: var(--_fonts---color--black);
font-size: var(--_fonts---h1);
font-weight: var(--_fonts---black-weight);
margin-top: 0;
margin-bottom: 0;
}
.text-block-4 {
font-family: var(--_fonts---font-family);
color: var(--_fonts---color--light-blue-grey);
font-size: var(--_fonts---font-size--core);
margin-bottom: 5px;
padding-bottom: 0;
}
.flex-block-11 {
grid-column-gap: 10px;
grid-row-gap: 10px;
justify-content: flex-start;
align-items: flex-end;
}
.text-block-5 {
color: var(--_fonts---color--black);
font-size: var(--_fonts---font-size--core);
margin-bottom: 5px;
}
.image-4 {
margin-bottom: 3px;
}
.search-button-2 {
grid-column-gap: 16px;
grid-row-gap: 16px;
grid-template-rows: auto auto;
grid-template-columns: 1fr 1fr;
grid-auto-columns: 1fr;
display: grid;
}
.link-block-3 {
flex: 0 auto;
justify-content: center;
align-items: center;
width: 44px;
height: 44px;
margin-right: 20px;
display: flex;
position: absolute;
}
.form {
border: 1px solid var(--grey);
border-radius: var(--_round---small-8);
background-color: var(--white);
flex: 1;
justify-content: flex-end;
align-self: stretch;
align-items: center;
height: 100%;
padding-top: 0;
padding-bottom: 0;
display: flex;
}
.form-block {
border-radius: var(--_round---small-8);
flex: 1;
height: 100%;
min-height: 48px;
margin-bottom: 0;
padding: 0;
}
.form-block.big {
padding-top: 5px;
padding-bottom: 5px;
}
.text-field {
border: 1px #000;
border-radius: 0;
flex: 1;
height: 100%;
min-height: 48px;
margin-bottom: 0;
margin-left: 10px;
margin-right: 30px;
padding: 0 30px 0 20px;
}
.error-message {
position: absolute;
}
.dropdown {
border-radius: var(--_round---normal);
background-color: var(--_fonts---color--white);
flex: 0 auto;
justify-content: space-between;
align-self: stretch;
align-items: center;
margin-left: 0;
margin-right: 0;
position: static;
}
.dropdown-toggle {
justify-content: space-between;
align-items: center;
padding: 20px;
display: flex;
position: static;
}
.dropdown-toggle.w--open {
justify-content: space-between;
align-items: center;
padding-bottom: 20px;
display: flex;
}
.dropdown-list {
grid-column-gap: 20px;
grid-row-gap: 20px;
background-color: #0000;
flex-flow: column;
justify-content: flex-start;
align-items: flex-start;
padding-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
display: flex;
position: static;
}
.dropdown-list.w--open {
display: none;
}
.flex-block-12 {
grid-column-gap: 20px;
grid-row-gap: 20px;
flex: none;
width: 240px;
}
.icon-3 {
color: var(--_fonts---color--black);
margin: 0;
font-size: 18px;
position: static;
}
.heading-2 {
font-size: var(--_fonts---font-size--bigger);
margin-top: 0;
margin-bottom: 0;
}
.dropdown-link {
margin-left: 0;
margin-right: 0;
}
.search-button-3 {
display: block;
}
.flex-block-13 {
grid-column-gap: 30px;
grid-row-gap: 30px;
flex: 1;
}
.div-block-2 {
flex: 0 auto;
align-self: stretch;
height: 54px;
}
.flex-block-14 {
grid-column-gap: 30px;
grid-row-gap: 30px;
flex-flow: column;
flex: 1;
grid-template-rows: auto auto;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
grid-auto-columns: 1fr;
justify-content: space-between;
align-self: auto;
align-items: flex-start;
max-width: 100%;
margin-bottom: 80px;
display: flex;
}
.button-2 {
background-color: var(--_button---primary);
}
.link-block-4 {
grid-column-gap: 10px;
grid-row-gap: 10px;
border-radius: var(--_round---normal);
background-color: var(--_button---primary);
color: var(--_fonts---color--white);
flex: 1;
justify-content: center;
align-self: stretch;
align-items: center;
padding: 12px 20px;
text-decoration: none;
display: flex;
}
.link-block-4:hover {
background-color: var(--_button---hover-red);
}
.text-block-6 {
font-size: var(--_fonts---font-size--bigger);
font-weight: 400;
}
.flex-block-15 {
grid-column-gap: 15px;
grid-row-gap: 15px;
border-radius: var(--_round---normal);
background-color: var(--white);
flex: 1;
justify-content: flex-start;
align-items: center;
min-width: 240px;
max-width: 340px;
padding: 20px;
}
.flex-block-15:hover {
box-shadow: 0 0 15px #0000004d;
}
.flex-block-15.end {
display: none;
}
.text-block-7 {
border-radius: var(--_round---small-8);
background-color: var(--green);
color: var(--_fonts---color--white);
padding: 5px;
font-weight: 600;
position: relative;
top: -45px;
}
.text-block-8 {
font-size: var(--_fonts---font-size--bigger);
font-weight: 800;
}
.flex-block-16 {
grid-column-gap: 15px;
grid-row-gap: 15px;
}
.text-block-9 {
color: var(--_fonts---color--light-blue-grey);
text-decoration: line-through;
}
.div-block-3 {
grid-column-gap: 10px;
grid-row-gap: 10px;
flex-flow: column;
align-self: auto;
margin-top: -30px;
display: flex;
}
.text-block-10 {
flex: 0 auto;
align-self: auto;
max-height: 40px;
overflow: hidden;
}
.text-block-11 {
font-size: var(--_fonts---font-size--small-font-size);
font-weight: 700;
}
.image-5 {
box-sizing: content-box;
width: 210px;
height: 190px;
min-height: 190px;
}
.div-block-4 {
flex-flow: column;
justify-content: flex-start;
align-items: flex-start;
display: flex;
}
.tabs_block {
grid-column-gap: 10px;
grid-row-gap: 10px;
width: 100%;
margin-bottom: 25px;
}
.tab_c {
border-bottom: 3px solid var(--_button---light-grey);
color: var(--_fonts---color--black);
font-size: var(--_fonts---font-size--core);
padding-bottom: 18px;
padding-left: 15px;
padding-right: 15px;
font-weight: 600;
}
.tab_c:hover {
border-bottom-color: var(--_button---primary);
}
.pagination {
justify-content: center;
align-items: flex-start;
width: 100%;
margin-top: 20px;
}
.button_strock {
border: 1px solid var(--_button---primary);
border-radius: var(--_button---round-12px);
color: var(--_fonts---color--black);
font-size: var(--_fonts---font-size--bigger);
background-color: #0000;
padding: 22px 50px 22px 40px;
}
.button_strock:hover {
background-color: var(--red);
color: var(--_fonts---color--white);
}
.form-2 {
grid-column-gap: 12px;
grid-row-gap: 12px;
justify-content: flex-start;
align-items: center;
display: flex;
}
.text-field-2 {
border: 1px solid var(--_button---light-grey);
border-radius: var(--_round---small-8);
color: var(--_fonts---color--black);
font-size: var(--_fonts---font-size--core);
margin-bottom: 0;
padding-left: 40px;
}
.text-field-2::placeholder {
color: var(--_fonts---color--black);
}
.div-block-5 {
justify-content: flex-start;
align-items: center;
display: flex;
}
.field-label {
color: var(--_fonts---color--light-blue-grey);
font-size: var(--_fonts---font-size--core);
margin-bottom: 0;
margin-left: 12px;
font-weight: 400;
position: absolute;
}
.form-block-2 {
margin-bottom: 0;
}
.div-block-6 {
flex: 1;
justify-content: flex-start;
align-self: stretch;
align-items: center;
padding-top: 8px;
padding-bottom: 8px;
display: flex;
}
.start {
border: 2px solid var(--_button---color);
border-radius: var(--_round---normal);
background-color: var(--_button---primary);
width: 20px;
height: 20px;
margin-left: 0;
position: absolute;
}
.start.end {
margin-left: 90px;
}
.track {
background-color: var(--_button---light-grey);
width: 100%;
height: 4px;
position: static;
}
.track.fill {
background-color: var(--_button---primary);
width: 90px;
margin-left: 10px;
position: absolute;
}
.flex-block-17 {
grid-column-gap: 12px;
grid-row-gap: 12px;
align-self: stretch;
}
.div-block-7 {
border: 1px solid var(--grey);
border-radius: var(--_round---supersmall-4);
background-color: var(--white);
color: var(--white);
flex: none;
justify-content: center;
align-items: center;
width: 24px;
height: 24px;
display: flex;
}
.div-block-7:hover {
border-color: var(--_button---primary);
}
.div-block-7:active {
background-color: var(--red);
}
.div-block-7.active {
background-color: var(--_button---primary);
border-style: none;
justify-content: center;
align-items: center;
display: flex;
}
.div-block-8 {
grid-column-gap: 10px;
grid-row-gap: 10px;
aspect-ratio: auto;
object-fit: contain;
justify-content: flex-start;
align-items: center;
display: flex;
}
.text-block-12 {
color: var(--_fonts---color--black);
height: 20px;
overflow: hidden;
}
.text-block-13 {
color: var(--_button---primary);
font-size: var(--_fonts---font-size--core);
font-weight: 600;
}
.flex-block-18 {
grid-column-gap: 30px;
grid-row-gap: 30px;
flex: 1;
justify-content: space-between;
align-self: stretch;
align-items: center;
}
.heading-3 {
color: var(--_fonts---color--white);
}
.heading-3.sub {
margin-top: 0;
margin-bottom: 0;
font-size: 22px;
}
.div-block-9 {
flex: 1;
justify-content: space-between;
align-items: flex-start;
display: flex;
}
.text-block-14 {
color: #ccdff7;
font-size: var(--_fonts---font-size--bigger);
display: none;
}
.form-3 {
grid-column-gap: 20px;
grid-row-gap: 20px;
justify-content: flex-start;
align-items: center;
display: flex;
}
.text-field-3 {
border-radius: var(--_round---normal);
align-self: stretch;
margin-top: 0;
margin-bottom: 0;
padding: 30px 24px;
}
.form-block-3 {
flex: 1;
margin-bottom: 0;
}
.submit-button {
border-radius: var(--_round---normal);
background-color: var(--_button---primary);
font-size: var(--_fonts---font-size--bigger);
padding: 22px 40px;
}
.submit-button.fill {
justify-content: center;
align-self: stretch;
align-items: center;
display: flex;
}
.text-block-15 {
color: var(--_fonts---color--light-blue);
font-size: var(--_fonts---font-size--core);
}
.flex-block-19 {
grid-column-gap: 30px;
grid-row-gap: 30px;
width: 260px;
}
.link-block-5 {
border-radius: var(--_round---normal);
background-color: var(--_button---color);
padding: 19px 30px;
text-decoration: none;
}
.flex-block-20 {
grid-column-gap: 40px;
grid-row-gap: 40px;
flex: 1;
}
.text-block-16 {
color: var(--_fonts---color--light-blue-grey);
}
.flex-block-21 {
grid-column-gap: 20px;
grid-row-gap: 20px;
justify-content: flex-start;
align-items: center;
}
.flex-block-22 {
grid-column-gap: 60px;
grid-row-gap: 60px;
flex: 0 auto;
justify-content: space-between;
align-self: stretch;
align-items: flex-start;
}
.link {
color: var(--_fonts---color--light-blue);
font-size: var(--_fonts---font-size--core);
text-decoration: none;
}
.text-block-17 {
color: var(--_fonts---color--white);
font-size: var(--_fonts---font-size--bigger);
margin-bottom: 0;
}
.flex-block-23 {
grid-column-gap: 20px;
grid-row-gap: 20px;
flex: 0 auto;
}
.flex-block-24 {
grid-column-gap: 40px;
grid-row-gap: 40px;
flex-flow: column;
flex: 1;
padding-top: 30px;
}
.flex-block-25 {
grid-column-gap: 20px;
grid-row-gap: 20px;
}
.link-block-6 {
color: var(--_fonts---color--black);
font-size: var(--_fonts---font-size--bigger);
text-decoration: none;
}
.flex-block-26 {
grid-column-gap: 26px;
grid-row-gap: 26px;
flex: 1;
min-width: 140px;
}
.flex-block-27 {
grid-column-gap: 20px;
grid-row-gap: 20px;
flex-flow: wrap;
align-self: stretch;
height: 300px;
overflow: hidden;
}
.heading-4 {
align-self: stretch;
margin-top: 0;
margin-bottom: 0;
}
.flex-block-28 {
grid-column-gap: 20px;
grid-row-gap: 20px;
border-radius: var(--_round---big-20);
background-color: var(--white);
min-width: 440px;
padding: 30px;
}
.form-block-4 {
align-self: stretch;
margin-bottom: 0;
}
.select {
border: 1px solid var(--grey);
border-radius: var(--_round---supersmall-4);
background-color: var(--white);
color: var(--_fonts---color--grey);
height: 52px;
margin-bottom: 18px;
padding: 12px 24px;
}
.text-block-18 {
color: var(--red);
font-size: var(--_fonts---font-size--bigger);
font-weight: 600;
}
.flex-block-29 {
grid-column-gap: 25px;
grid-row-gap: 25px;
justify-content: flex-start;
align-items: center;
}
.heading-5 {
margin-top: 0;
margin-bottom: 0;
}
.div-block-10 {
justify-content: space-between;
align-items: center;
margin-top: 30px;
display: flex;
}
.container2 {
justify-content: space-between;
align-items: center;
width: 100%;
max-width: 1920px;
padding: 40px 60px;
display: flex;
}
.container2.nav {
padding-top: 0;
}
.container2.info {
background-color: var(--_fonts---color--white);
padding-top: 30px;
padding-bottom: 30px;
}
.container2.subscribe, .container2.footer {
background-color: var(--back);
padding-top: 60px;
padding-bottom: 60px;
}
.div-block-11 {
grid-column-gap: 40px;
grid-row-gap: 40px;
border-radius: var(--_round---big-20);
background-image: url('../images/special.png');
background-position: 0 0;
background-size: cover;
flex: 1;
justify-content: space-between;
align-self: stretch;
align-items: center;
max-width: 100%;
padding: 60px;
display: flex;
}
.heading-6 {
color: var(--_fonts---color--white);
margin-top: 0;
margin-bottom: 0;
font-size: 36px;
line-height: 120%;
}
.text-block-19 {
color: var(--white);
font-size: var(--_fonts---font-size--bigger);
font-weight: 400;
line-height: 140%;
}
.flex-block-30 {
grid-column-gap: 20px;
grid-row-gap: 20px;
max-width: 840px;
}
.flex-block-31 {
justify-content: space-between;
align-self: stretch;
align-items: center;
}
.div-block-12 {
border-radius: var(--_round---big-20);
background-color: var(--white);
flex: 1;
justify-content: flex-start;
align-items: flex-start;
min-width: 480px;
height: 260px;
padding-top: 0;
padding-left: 0;
display: flex;
}
.div-block-12.small {
min-width: 340px;
}
.heading-7 {
z-index: 999;
color: var(--_fonts---color--black);
font-size: var(--_fonts---font-size--heading-3);
width: 200px;
margin-top: 30px;
margin-bottom: 0;
margin-left: 30px;
line-height: 130%;
position: absolute;
}
.news {
grid-column-gap: 14px;
grid-row-gap: 14px;
border-radius: var(--_round---big-20);
background-color: var(--white);
flex-flow: column;
flex: 1;
justify-content: flex-start;
align-items: flex-start;
min-width: 350px;
padding: 30px;
display: flex;
}
.news:hover {
box-shadow: 0 0 10px #00000026;
}
.heading_news {
font-size: var(--_fonts---font-size--heading-3);
margin-top: 0;
margin-bottom: 0;
}
.text-block-20 {
color: var(--_fonts---color--grey);
}
.div-block-13 {
border-radius: var(--_round---big-20);
background-color: var(--_fonts---color--light-blue-grey);
background-image: url('../images/logo_round_KK.png');
background-position: 0 0;
background-size: cover;
width: 28px;
height: 28px;
}
.flex-block-32 {
grid-column-gap: 12px;
grid-row-gap: 12px;
justify-content: flex-start;
align-items: center;
}
.flex-block-33 {
justify-content: space-between;
align-self: stretch;
align-items: center;
}
.div-block-14, .image-6 {
width: 20px;
height: 20px;
}
.flex-block-34 {
grid-column-gap: 8px;
grid-row-gap: 8px;
}
.div-block-15 {
border-radius: var(--_round---normal);
flex: 1;
align-self: stretch;
overflow: hidden;
}
.image-7 {
width: 100%;
height: 100%;
}
.flex-block-35 {
grid-column-gap: 20px;
grid-row-gap: 20px;
flex: 1;
}
.flex-block-6-copy {
grid-column-gap: 20px;
grid-row-gap: 20px;
flex-flow: row;
align-self: stretch;
overflow: hidden;
}
.slide-nav {
margin-bottom: -55px;
}
.right-arrow {
justify-content: flex-end;
align-items: center;
margin-right: -60px;
display: flex;
}
.flex-block-36 {
grid-column-gap: 30px;
grid-row-gap: 30px;
scrollbar-width: none;
flex-flow: row;
flex: 1;
}
.heading-8 {
color: var(--_fonts---color--black);
font-size: var(--_fonts---font-size--bigger);
align-self: stretch;
margin-top: 0;
margin-bottom: 0;
margin-left: 20px;
}
.flex-block-37 {
grid-column-gap: 15px;
grid-row-gap: 15px;
border-radius: var(--_round---normal);
background-color: var(--white);
align-self: stretch;
padding: 20px;
}
.image-8 {
width: 22px;
height: 22px;
}
.raiting {
grid-column-gap: 8px;
grid-row-gap: 8px;
justify-content: flex-start;
align-items: center;
width: 60px;
}
.flex-block-39 {
grid-column-gap: 5px;
grid-row-gap: 5px;
flex-flow: column;
flex: 1;
display: block;
}
.flex-block-40 {
grid-column-gap: 10px;
grid-row-gap: 10px;
flex-flow: row;
justify-content: space-between;
align-self: stretch;
align-items: flex-start;
}
.div-block-16 {
background-color: var(--light-grey);
align-self: stretch;
height: 1px;
}
.minus-plus {
background-color: var(--_button---light-blue);
border-radius: 4px;
justify-content: center;
align-items: center;
width: 20px;
height: 20px;
display: flex;
}
.minus-plus:hover {
background-color: var(--_fonts---color--green);
}
.input-pcs {
border: 1px solid var(--grey);
background-color: var(--white);
border-radius: 4px;
justify-content: center;
align-items: center;
width: 36px;
height: 32px;
display: flex;
}
.pcs {
grid-column-gap: 12px;
grid-row-gap: 12px;
justify-content: flex-start;
align-items: center;
display: block;
}
.flex-block-42 {
grid-column-gap: 20px;
grid-row-gap: 20px;
justify-content: flex-start;
align-self: stretch;
align-items: center;
}
.flex-block-43 {
grid-column-gap: 15px;
grid-row-gap: 15px;
flex-flow: column;
justify-content: space-between;
align-self: stretch;
align-items: center;
}
.flex-block-44 {
grid-column-gap: 10px;
grid-row-gap: 10px;
flex: 1;
}
.heading-9 {
color: var(--_fonts---color--black);
font-size: var(--_fonts---font-size--small-font-size);
height: 20px;
margin-top: 0;
margin-bottom: 0;
font-weight: 700;
}
.text-block-21 {
color: var(--_fonts---color--light-blue-grey);
font-size: var(--_fonts---font-size--small-font-size);
align-self: stretch;
overflow: hidden;
}
.text-block-22 {
color: var(--_fonts---color--black);
font-size: var(--_fonts---font-size--core);
align-self: auto;
width: 28px;
font-weight: 600;
}
.flex-block-45 {
grid-column-gap: 15px;
grid-row-gap: 15px;
flex: 1;
}
.text-block-23 {
color: var(--_fonts---color--light-blue-grey);
font-size: var(--_fonts---font-size--supersmall);
}
.text-block-24 {
color: var(--_fonts---color--black);
font-size: var(--_fonts---font-size--small-font-size);
font-weight: 700;
}
.core-product-search {
grid-column-gap: 20px;
grid-row-gap: 20px;
flex-flow: row;
justify-content: space-between;
align-self: stretch;
align-items: flex-start;
overflow: scroll;
}
.div-block-19 {
background-color: #fff;
border-radius: 50px;
padding: 10px;
position: static;
}
.image-9 {
max-width: 22px;
}
.heading-10 {
color: var(--_fonts---color--black);
font-size: var(--_fonts---font-size--bigger);
margin-top: 0;
margin-bottom: 0;
}
.heading-10.brand {
color: var(--_fonts---color--green);
}
.heading-10.name {
color: var(--green);
margin-right: 5px;
}
.flex-block-47 {
grid-column-gap: 15px;
grid-row-gap: 15px;
flex-flow: row;
flex: 1;
align-self: auto;
}
.image-10 {
object-fit: contain;
align-self: stretch;
width: 100px;
height: 72px;
}
.div-block-20 {
border-radius: var(--_round---big-20);
background-color: var(--white);
flex-flow: column;
flex: 0 auto;
justify-content: center;
align-self: auto;
align-items: center;
padding: 10px;
display: flex;
}
.core-product {
grid-column-gap: 10px;
grid-row-gap: 10px;
flex-flow: column;
flex: 1;
justify-content: flex-end;
align-self: stretch;
align-items: flex-start;
}
.product-item-search {
grid-column-gap: 20px;
grid-row-gap: 20px;
border-bottom: 1px solid var(--light-grey);
background-color: var(--white);
justify-content: space-between;
align-self: stretch;
align-items: center;
padding: 6px 20px;
}
.product-item-search:hover {
border-bottom-color: var(--light-blue);
border-radius: var(--_round---small-8);
background-color: var(--light-blue);
}
.product-item-search.last {
border-bottom-style: none;
}
.product-item-search.special {
background-color: var(--light-green);
}
.product-list-search {
border-radius: var(--_round---normal);
background-color: var(--white);
flex: 1;
align-self: stretch;
padding: 8px;
}
.info-block-search {
grid-column-gap: 20px;
grid-row-gap: 20px;
flex: 1;
justify-content: flex-start;
align-items: center;
}
.pcs-search {
color: var(--_fonts---color--black);
font-size: var(--_fonts---font-size--core);
width: 100px;
}
.delivery-time-search {
font-size: var(--_fonts---font-size--core);
width: 110px;
max-height: 40px;
overflow: hidden;
}
.price {
font-size: var(--_fonts---font-size--core);
text-align: right;
width: 150px;
font-weight: 600;
}
.price.opencard {
width: 70px;
}
.add-to-cart-block {
grid-column-gap: 20px;
grid-row-gap: 20px;
flex: 0 auto;
justify-content: flex-start;
align-items: center;
}
.info-block-product-card-search {
grid-column-gap: 10px;
grid-row-gap: 10px;
justify-content: center;
align-items: center;
width: 110px;
}
.item-recommend {
grid-column-gap: 14px;
grid-row-gap: 14px;
justify-content: flex-start;
align-items: center;
width: 30px;
height: 30px;
}
.text-block-25 {
color: var(--_fonts---color--black);
display: block;
}
.image-11 {
max-width: 18px;
}
.image-12 {
max-width: 20px;
}
.button-icon {
border-radius: var(--_round---small-8);
background-color: var(--_button---primary);
color: var(--white);
padding: 8px 10px;
}
.button-icon:hover {
background-color: var(--_button---hover-red);
}
.text-block-26 {
color: var(--_fonts---color--grey);
font-size: var(--_fonts---font-size--small-font-size);
text-align: center;
}
.flex-block-48 {
grid-column-gap: 16px;
grid-row-gap: 16px;
flex: 1;
align-self: stretch;
}
.sort-list {
grid-column-gap: 40px;
grid-row-gap: 40px;
justify-content: space-between;
align-self: stretch;
align-items: center;
padding-left: 20px;
padding-right: 183px;
}
.sort-item {
color: var(--_fonts---color--light-blue-grey);
font-size: var(--_fonts---font-size--small-font-size);
width: 110px;
}
.sort-item.first {
width: 58px;
}
.sort-item.price {
width: 100px;
font-weight: 400;
}
.sort-item.price.card {
width: 70px;
}
.flex-block-49 {
grid-column-gap: 40px;
grid-row-gap: 40px;
justify-content: flex-start;
align-items: center;
}
.show-more-search {
grid-column-gap: 8px;
grid-row-gap: 8px;
justify-content: flex-start;
align-self: stretch;
align-items: center;
}
.text-block-27 {
color: var(--_fonts---color--black);
}
.flex-block-50 {
flex: 1;
margin-top: 7px;
}
.heading-11 {
color: var(--_fonts---color--black);
font-size: var(--_fonts---font-size--heading-2);
margin-top: 0;
margin-bottom: 0;
font-weight: 600;
}
.text-block-5-copy {
color: var(--_fonts---color--light-blue-grey);
font-size: var(--_fonts---font-size--core);
margin-bottom: 5px;
font-weight: 600;
}
.bold-text {
color: var(--_button---primary);
}
.pcs-card {
color: var(--_fonts---color--black);
font-size: var(--_fonts---font-size--core);
text-align: left;
width: 60px;
max-height: 40px;
overflow: hidden;
}
.adress-card {
color: var(--_fonts---color--black);
font-size: var(--_fonts---font-size--core);
flex: 1;
width: auto;
max-width: 220px;
max-height: 40px;
overflow: hidden;
}
.product-item-card {
grid-column-gap: 20px;
grid-row-gap: 20px;
border-bottom: 1px solid var(--light-grey);
background-color: var(--white);
justify-content: space-between;
align-self: stretch;
align-items: center;
padding: 6px 15px;
}
.product-item-card:hover {
border-bottom-color: var(--light-blue);
border-radius: var(--_round---small-8);
background-color: var(--light-blue);
}
.product-item-card.last {
border-bottom-style: none;
}
.product-item-card.special {
background-color: var(--light-green);
}
.description-item {
grid-column-gap: 30px;
grid-row-gap: 30px;
border-radius: var(--_round---normal);
background-color: var(--white);
flex: 1;
align-self: stretch;
margin-top: 14px;
padding: 28px;
}
.flex-block-51 {
border-bottom: 2px solid var(--light-grey);
align-self: stretch;
margin-bottom: 0;
padding-bottom: 0;
}
.tab_card {
color: var(--_fonts---color--black);
font-size: var(--_fonts---font-size--core);
padding-bottom: 18px;
padding-left: 18px;
padding-right: 18px;
font-weight: 600;
}
.tab_card:hover {
border-bottom: 3px solid var(--_button---primary);
margin-bottom: -3px;
}
.tab_card-activ {
border-bottom: 3px solid var(--_button---primary);
color: var(--_fonts---color--black);
font-size: var(--_fonts---font-size--core);
margin-bottom: -3px;
padding-bottom: 18px;
padding-left: 18px;
padding-right: 18px;
font-weight: 600;
}
.tab_card-activ:hover {
border-bottom: 3px solid var(--_button---primary);
margin-bottom: -3px;
}
.flex-block-52 {
grid-column-gap: 60px;
grid-row-gap: 60px;
align-self: stretch;
}
.flex-block-53 {
grid-column-gap: 10px;
grid-row-gap: 10px;
flex: 1;
}
.flex-block-54 {
flex: 1;
}
.flex-block-55 {
justify-content: space-between;
align-self: stretch;
align-items: flex-start;
}
.text-block-28 {
color: var(--_fonts---color--black);
font-size: var(--_fonts---font-size--core);
text-align: right;
}
.text-block-29 {
color: var(--_fonts---color--light-blue-grey);
font-size: var(--_fonts---font-size--core);
}
.flex-block-14-copy {
grid-column-gap: 20px;
grid-row-gap: 20px;
flex-flow: wrap;
flex: 1;
grid-template-rows: auto auto;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
grid-auto-columns: 1fr;
justify-content: flex-start;
align-self: auto;
align-items: flex-start;
margin-bottom: 80px;
display: flex;
}
.image-10-copy {
align-self: stretch;
width: 280px;
height: 243px;
}
.flex-block-56 {
grid-column-gap: 10px;
grid-row-gap: 10px;
flex-flow: wrap;
align-self: stretch;
}
.small-img {
border-radius: var(--_round---normal);
background-color: var(--white);
align-self: stretch;
width: 92px;
height: 78px;
}
.core-product-card {
grid-column-gap: 20px;
grid-row-gap: 20px;
flex: 0 auto;
justify-content: flex-start;
align-self: stretch;
align-items: flex-start;
max-width: 100%;
margin-bottom: 30px;
}
.cart-list {
grid-column-gap: 30px;
grid-row-gap: 30px;
flex-flow: column;
flex: 1;
grid-template-rows: auto auto;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
grid-auto-columns: 1fr;
justify-content: space-between;
align-self: auto;
align-items: flex-start;
max-width: 100%;
margin-bottom: 80px;
display: flex;
}
.cart-item {
grid-column-gap: 20px;
grid-row-gap: 20px;
background-color: var(--white);
justify-content: space-between;
align-self: stretch;
align-items: center;
padding: 8px 20px;
}
.cart-item:hover {
border-bottom-color: var(--light-blue);
border-radius: var(--_round---small-8);
background-color: var(--light-blue);
}
.cart-item.last {
border-bottom-style: none;
}
.cart-item.special {
background-color: var(--light-green);
}
.heading-9-copy {
color: var(--_fonts---color--black);
font-size: var(--_fonts---font-size--core);
max-height: 40px;
margin-top: 0;
margin-bottom: 0;
font-weight: 700;
line-height: 20px;
}
.text-block-21-copy {
color: var(--_fonts---color--light-blue-grey);
font-size: var(--_fonts---font-size--core);
max-height: 40px;
overflow: hidden;
}
.flex-block-39-copy {
flex-flow: column;
flex: none;
display: flex;
}
.text-field-copy {
background-color: #0000;
border: 1px #000;
border-radius: 0;
flex: 1;
max-height: 34px;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
padding: 0 15px;
}
.heading-9-copy-copy {
color: var(--_fonts---color--black);
font-size: var(--_fonts---font-size--bigger);
text-align: right;
width: 100px;
margin-top: 0;
margin-bottom: 0;
font-weight: 700;
}
.text-block-21-copy-copy {
color: var(--_fonts---color--light-blue-grey);
font-size: var(--_fonts---font-size--supersmall);
text-align: right;
}
.cart-ditail {
grid-column-gap: 10px;
grid-row-gap: 10px;
width: 300px;
}
.flex-block-39-copy-copy {
grid-column-gap: 5px;
grid-row-gap: 5px;
flex-flow: column;
flex: 0 auto;
display: block;
}
.form-block-copy {
border-radius: var(--_round---small-8);
flex: 1;
max-width: 180px;
max-height: 36px;
margin-bottom: 0;
padding: 0;
}
.form-block-copy.big {
padding-top: 5px;
padding-bottom: 5px;
}
.form-copy {
border: 1px solid var(--grey);
border-radius: var(--_round---small-8);
background-color: var(--white);
flex: 1;
justify-content: flex-end;
align-self: stretch;
align-items: center;
height: 100%;
max-height: 36px;
padding-top: 0;
padding-bottom: 0;
display: flex;
}
.control-element {
grid-column-gap: 20px;
grid-row-gap: 20px;
flex-flow: row;
flex: 0 auto;
justify-content: flex-start;
align-items: center;
margin-left: 10px;
display: flex;
}
.image-13 {
width: 18px;
height: 18px;
}
.block-detail {
grid-column-gap: 15px;
grid-row-gap: 15px;
flex-flow: row;
flex: 0 auto;
display: flex;
}
.div-block-21 {
border-top: 1px solid var(--light-grey);
align-self: stretch;
padding-top: 6px;
padding-bottom: 6px;
}
.select-all-block {
grid-column-gap: 10px;
grid-row-gap: 10px;
justify-content: flex-start;
align-items: center;
}
.text-block-30 {
color: var(--_fonts---color--black);
font-size: var(--_fonts---font-size--core);
}
.multi-control {
grid-column-gap: 40px;
grid-row-gap: 40px;
justify-content: space-between;
align-self: stretch;
align-items: center;
margin-top: 12px;
margin-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
}
.product-list-cart {
border-radius: var(--_round---normal);
background-color: var(--white);
flex: 0 auto;
align-self: stretch;
padding: 20px 8px;
}
.favorite-icon {
color: var(--grey);
margin-top: 4px;
}
.favorite-icon:hover {
color: var(--_button---primary);
}
.cart-detail-info {
grid-column-gap: 20px;
grid-row-gap: 20px;
border-radius: var(--_round---big-20);
background-color: var(--white);
flex-flow: column;
flex: 0 auto;
justify-content: flex-start;
align-self: stretch;
align-items: flex-start;
padding: 30px;
display: flex;
}
.text-block-31 {
color: var(--_fonts---color--light-blue-grey);
font-size: var(--_fonts---font-size--small-font-size);
}
.flex-block-57 {
justify-content: space-between;
align-self: stretch;
align-items: center;
}
.heading-12 {
color: var(--_fonts---color--black);
font-size: var(--_fonts---font-size--bigger);
margin-top: 0;
margin-bottom: 0;
}
.link-r {
color: var(--_button---primary);
font-size: var(--_fonts---font-size--core);
}
.flex-block-58 {
grid-column-gap: 5px;
grid-row-gap: 5px;
align-self: stretch;
}
.text-block-32 {
color: var(--_fonts---color--black);
font-size: var(--_fonts---font-size--core);
}
.px-line {
background-color: var(--light-grey);
align-self: stretch;
height: 1px;
}
.flex-block-59 {
justify-content: space-between;
align-self: stretch;
align-items: center;
}
.text-block-33 {
font-size: var(--_fonts---font-size--core);
}
.flex-block-60 {
grid-column-gap: 10px;
grid-row-gap: 10px;
align-self: stretch;
}
.privacy-consent {
grid-column-gap: 10px;
grid-row-gap: 10px;
}
.consent-text {
color: var(--_fonts---color--grey);
font-size: var(--_fonts---font-size--supersmall);
margin-top: 4px;
line-height: 18px;
}
.favorite-item {
grid-column-gap: 15px;
grid-row-gap: 15px;
background-color: var(--white);
justify-content: space-between;
align-self: stretch;
align-items: center;
padding: 8px 15px;
}
.favorite-item:hover {
border-bottom-color: var(--light-blue);
border-radius: var(--_round---small-8);
background-color: var(--light-blue);
}
.favorite-item.last {
border-bottom-style: none;
}
.favorite-item.special {
background-color: var(--light-green);
}
.brandname {
color: var(--_fonts---color--black);
font-size: var(--_fonts---font-size--core);
width: 120px;
margin-top: 0;
margin-bottom: 0;
font-weight: 700;
overflow: hidden;
}
.block-name {
flex-flow: column;
flex: 1;
display: flex;
}
.productname_f {
color: var(--_fonts---color--light-blue-grey);
font-size: var(--_fonts---font-size--core);
align-self: auto;
width: 160px;
height: 24px;
padding-top: 2px;
display: block;
overflow: hidden;
}
.comments_f {
border-radius: var(--_round---small-8);
flex: 1;
max-width: 180px;
max-height: 36px;
margin-bottom: 0;
padding: 0;
}
.comments_f.big {
padding-top: 5px;
padding-bottom: 5px;
}
.sort-item-brand {
color: var(--_fonts---color--light-blue-grey);
font-size: var(--_fonts---font-size--small-font-size);
width: 100px;
}
.sort-item-brand.first {
width: 60px;
}
.sort-item-brand.price {
font-weight: 400;
}
.flex-block-61 {
grid-column-gap: 20px;
grid-row-gap: 20px;
}
.sort-item-name {
color: var(--_fonts---color--light-blue-grey);
font-size: var(--_fonts---font-size--small-font-size);
width: 200px;
}
.sort-item-name.first {
width: 60px;
}
.sort-item-name.price {
font-weight: 400;
}
.sort-item-comments {
color: var(--_fonts---color--light-blue-grey);
font-size: var(--_fonts---font-size--small-font-size);
width: 140px;
}
.sort-item-comments.first {
width: 60px;
}
.sort-item-comments.price {
font-weight: 400;
}
.heading-list {
grid-column-gap: 40px;
grid-row-gap: 40px;
justify-content: space-between;
align-self: stretch;
align-items: center;
margin-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
}
.flex-block-62 {
border: 1px solid var(--grey);
justify-content: space-between;
align-self: stretch;
align-items: center;
padding: 14px 24px;
}
.code-embed {
color: var(--_fonts---color--light-blue-grey);
}
.flex-block-63 {
grid-column-gap: 10px;
grid-row-gap: 10px;
align-self: stretch;
}
.radio-text {
color: var(--_fonts---color--black);
font-size: var(--_fonts---font-size--small-font-size);
}
.div-block-22 {
border: 1px solid var(--grey);
border-radius: var(--_round---big-20);
width: 20px;
height: 20px;
}
.div-block-22:hover {
border-color: var(--_button---primary);
}
.flex-block-64 {
grid-column-gap: 10px;
grid-row-gap: 10px;
justify-content: flex-start;
align-self: stretch;
align-items: center;
}
.tag-button {
border-radius: var(--_round---small-8);
background-color: var(--background);
color: var(--_fonts---color--black);
padding: 8px 20px;
}
.tag-button:hover {
background-color: var(--_button---primary);
color: var(--_fonts---color--white);
}
.tag-text {
font-size: var(--_fonts---font-size--small-font-size);
font-weight: 400;
}
.flex-block-65 {
grid-column-gap: 5px;
grid-row-gap: 5px;
flex-flow: wrap;
}
.flex-block-66 {
grid-column-gap: 10px;
grid-row-gap: 10px;
align-self: stretch;
}
.code-embed-2 {
color: var(--red);
flex: none;
width: 14px;
height: 14px;
margin-right: 0;
}
.cart-item-check {
grid-column-gap: 20px;
grid-row-gap: 20px;
background-color: var(--white);
justify-content: space-between;
align-self: stretch;
align-items: center;
padding: 8px 20px;
}
.cart-item-check:hover {
border-bottom-color: var(--light-blue);
border-radius: var(--_round---small-8);
background-color: var(--light-blue);
}
.cart-item-check.last {
border-bottom-style: none;
}
.cart-item-check.special {
background-color: var(--light-green);
}
.pcs-text {
color: var(--_fonts---color--grey);
font-size: var(--_fonts---font-size--small-font-size);
text-align: left;
width: 60px;
}
.text-block-34 {
height: 36px;
}
.text-block-35 {
color: var(--_fonts---color--black);
justify-content: center;
align-items: center;
width: 30px;
height: 30px;
display: flex;
}
.div-block-21-copy {
border-bottom: 1px solid var(--light-grey);
align-self: stretch;
padding-top: 6px;
padding-bottom: 6px;
}
.product-list-cart-check {
border-radius: var(--_round---normal);
background-color: var(--white);
flex: 1;
align-self: stretch;
padding: 8px;
}
.main-news {
grid-column-gap: 20px;
grid-row-gap: 20px;
flex-flow: wrap;
align-self: stretch;
margin-bottom: 60px;
}
.menu-category {
grid-column-gap: 20px;
grid-row-gap: 20px;
flex: 1;
align-self: stretch;
margin-bottom: 20px;
padding-bottom: 0;
}
.tab-menu-category {
border-bottom: 3px solid var(--grey);
color: var(--_fonts---color--black);
font-size: var(--_fonts---font-size--core);
padding-bottom: 18px;
padding-left: 18px;
padding-right: 18px;
font-weight: 600;
}
.tab-menu-category:hover {
border-bottom: 3px solid var(--_button---primary);
margin-bottom: -3px;
}
.tab-menu-category-activ {
border-bottom: 3px solid var(--_button---primary);
color: var(--_fonts---color--black);
font-size: var(--_fonts---font-size--core);
padding-bottom: 18px;
padding-left: 18px;
padding-right: 18px;
font-weight: 600;
}
.tab-menu-category-activ:hover {
border-bottom: 3px solid var(--_button---primary);
margin-bottom: -3px;
}
.flex-block-67 {
grid-column-gap: 60px;
grid-row-gap: 60px;
flex-flow: column;
flex: 1;
max-width: 100%;
margin-bottom: 80px;
}
.image-14 {
max-width: 830px;
}
.flex-block-68 {
grid-column-gap: 60px;
grid-row-gap: 60px;
flex: 1;
}
.flex-block-69 {
grid-column-gap: 60px;
grid-row-gap: 60px;
flex-flow: column-reverse;
justify-content: flex-start;
align-self: stretch;
align-items: center;
}
.text-block-36 {
color: var(--_fonts---color--black);
font-size: var(--_fonts---font-size--core);
flex: none;
line-height: 140%;
}
.flex-block-69-copy {
grid-column-gap: 10px;
grid-row-gap: 10px;
flex-flow: column;
justify-content: flex-start;
align-self: stretch;
align-items: flex-start;
max-width: 100%;
}
.heading-13 {
font-size: var(--_fonts---font-size--heading-2);
width: 100%;
margin-top: 0;
margin-bottom: 0;
}
.flex-block-68-copy {
grid-column-gap: 20px;
grid-row-gap: 20px;
flex-flow: row;
flex: 1;
}
.heading-14 {
color: var(--_fonts---color--black);
font-size: var(--_fonts---font-size--heading-3);
margin-top: 0;
margin-bottom: 0;
font-weight: 600;
}
.text-block-37 {
font-size: var(--_fonts---font-size--core);
font-weight: 400;
line-height: 140%;
}
.flex-block-70 {
grid-column-gap: 15px;
grid-row-gap: 15px;
border-radius: var(--_round---big-20);
background-color: var(--white);
flex: 1;
align-self: stretch;
max-width: 400px;
padding: 30px;
}
.flex-block-71 {
grid-column-gap: 20px;
grid-row-gap: 20px;
flex-flow: wrap;
flex: 1;
align-self: auto;
margin-top: 0;
}
.text-block-38 {
color: var(--_fonts---color--light-blue-grey);
font-size: var(--_fonts---font-size--core);
flex: 1;
line-height: 140%;
}
.flex-block-72 {
grid-column-gap: 20px;
grid-row-gap: 20px;
flex-flow: row;
align-self: stretch;
max-width: 100%;
}
.flex-block-73 {
grid-column-gap: 14px;
grid-row-gap: 14px;
border: 1px solid var(--grey);
border-radius: var(--_round---big-20);
flex-flow: row;
align-self: stretch;
max-width: 540px;
padding: 40px;
}
.flex-block-74 {
grid-column-gap: 14px;
grid-row-gap: 14px;
flex-flow: column;
}
.form-3-copy {
grid-column-gap: 20px;
grid-row-gap: 20px;
flex-flow: column;
justify-content: center;
align-items: flex-start;
display: flex;
}
.flex-block-73-copy {
grid-column-gap: 14px;
grid-row-gap: 14px;
border: 1px solid var(--grey);
border-radius: var(--_round---big-20);
flex-flow: column;
max-width: 540px;
padding: 40px;
}
.flex-block-75 {
grid-column-gap: 5px;
grid-row-gap: 5px;
flex-flow: wrap;
justify-content: flex-start;
align-self: stretch;
align-items: center;
}
.code-embed-3 {
color: var(--_button---primary);
width: 24px;
height: 24px;
}
.flex-block-73-copy-copy {
grid-column-gap: 14px;
grid-row-gap: 14px;
border-radius: var(--_round---big-20);
background-color: var(--white);
flex-flow: column;
flex: 1;
align-self: stretch;
min-width: 345px;
max-width: 540px;
padding: 40px;
}
.code-embed-3-white {
color: var(--white);
width: 24px;
height: 24px;
}
.flex-block-73-copy-copy-red {
grid-column-gap: 14px;
grid-row-gap: 14px;
border-radius: var(--_round---big-20);
background-color: var(--_button---primary);
flex-flow: column;
flex: 1;
align-self: stretch;
max-width: 540px;
padding: 40px;
}
.heading-14-white {
color: var(--_fonts---color--white);
font-size: var(--_fonts---font-size--heading-3);
margin-top: 0;
margin-bottom: 0;
font-weight: 600;
}
.text-block-36-white {
color: var(--_fonts---color--white);
font-size: var(--_fonts---font-size--core);
line-height: 140%;
}
.code-embed-4 {
color: var(--_button---primary);
width: 20px;
height: 20px;
}
.code-embed-5 {
width: 30px;
height: 18px;
}
.code-embed-6 {
color: var(--_icon---light-blue-grey);
width: 20px;
height: 20px;
}
.code-embed-7 {
width: 30px;
height: 30px;
}
.code-embed-8 {
color: var(--_button---primary);
width: 30px;
height: 30px;
}
.pcs-info {
background-color: var(--red);
border-radius: 20px;
width: 18px;
height: 18px;
position: absolute;
inset: 4px auto auto 34px;
}
.text-block-39 {
text-align: center;
font-size: 10px;
font-weight: 700;
}
.menu-button-2 {
grid-column-gap: 6px;
grid-row-gap: 6px;
justify-content: space-between;
align-items: center;
padding: 20px;
display: flex;
}
.text-block-40 {
font-size: var(--_fonts---font-size--bigger);
align-self: center;
}
.icon-4 {
color: var(--_button---primary);
font-size: var(--_fonts---font-size--heading-2);
}
.flex-block-76 {
grid-column-gap: 10px;
grid-row-gap: 10px;
justify-content: flex-start;
align-self: stretch;
align-items: center;
}
.flex-block-77 {
grid-column-gap: 5px;
grid-row-gap: 5px;
}
.flex-block-18-copy {
grid-column-gap: 30px;
grid-row-gap: 30px;
flex: 1;
justify-content: space-between;
align-self: stretch;
align-items: center;
}
.phone-copy {
font-family: var(--_fonts---font-family);
color: var(--_fonts---color--black);
font-size: var(--_fonts---font-size--bigger);
}
.flex-block-78 {
grid-column-gap: 30px;
grid-row-gap: 30px;
justify-content: space-between;
align-self: stretch;
align-items: center;
}
.flex-block-79 {
align-self: stretch;
}
.flex-block-80 {
grid-column-gap: 30px;
grid-row-gap: 30px;
}
.flex-block-81 {
flex: 1;
justify-content: space-between;
align-items: center;
}
.flex-block-82 {
grid-column-gap: 20px;
grid-row-gap: 20px;
justify-content: flex-start;
align-items: center;
}
.core-product-copy {
grid-column-gap: 20px;
grid-row-gap: 20px;
flex-flow: column;
flex: 0 auto;
justify-content: flex-start;
align-self: auto;
align-items: flex-start;
max-width: 300px;
}
.core-product-search-copy {
grid-column-gap: 20px;
grid-row-gap: 20px;
scrollbar-width: none;
flex-flow: wrap;
justify-content: space-between;
align-self: stretch;
align-items: flex-start;
height: 410px;
overflow: scroll;
}
.raiting-copy {
grid-column-gap: 8px;
grid-row-gap: 8px;
justify-content: flex-start;
align-items: center;
width: 58px;
}
.pcs-copy {
grid-column-gap: 12px;
grid-row-gap: 12px;
justify-content: flex-start;
align-items: center;
display: none;
}
.item-recommend-copy {
grid-column-gap: 14px;
grid-row-gap: 14px;
justify-content: flex-start;
align-items: center;
width: 30px;
height: 30px;
}
.text-block-21-copy-copy {
color: var(--_fonts---color--light-blue-grey);
font-size: var(--_fonts---font-size--core);
overflow: hidden;
}
.sort-item-brand-copy {
color: var(--_fonts---color--light-blue-grey);
font-size: var(--_fonts---font-size--small-font-size);
width: 100px;
}
.sort-item-brand-copy.first {
width: 60px;
}
.sort-item-brand-copy.price {
font-weight: 400;
}
.heading-15 {
width: 100%;
margin-top: 0;
margin-bottom: 0;
}
.div-block-24 {
border-radius: var(--_round---small-8);
background-color: var(--light-blue);
padding: 12px 22px;
}
.text-block-41, .text-block-42, .text-block-43, .text-block-44, .text-block-45, .text-block-46 {
font-size: var(--_fonts---font-size--small-font-size);
}
.flex-block-83 {
grid-column-gap: 40px;
grid-row-gap: 40px;
margin-top: 20px;
}
.flex-block-84 {
display: none;
}
.code-embed-10 {
color: var(--white);
width: 16px;
height: 16px;
display: block;
}
.flex-block-77-copy {
grid-column-gap: 5px;
grid-row-gap: 5px;
}
.flex-block-18-copy-copy {
flex: 1;
justify-content: space-between;
align-self: stretch;
align-items: flex-start;
}
.section {
background-color: var(--white);
}
.link-block-4-copy {
grid-column-gap: 10px;
grid-row-gap: 10px;
border-radius: var(--_round---normal);
background-color: var(--_button---primary);
color: var(--_fonts---color--white);
flex: 1;
justify-content: center;
align-self: stretch;
align-items: center;
padding: 12px 20px;
text-decoration: none;
display: flex;
}
.link-block-4-copy:hover {
background-color: var(--_button---hover-red);
}
.heading-8-copy {
color: var(--_fonts---color--black);
font-size: var(--_fonts---font-size--bigger);
align-self: stretch;
margin-top: 0;
margin-bottom: 0;
margin-left: 20px;
}
.dropdown-toggle-2 {
grid-column-gap: 8px;
grid-row-gap: 8px;
border-radius: var(--_round---small-8);
background-color: var(--_button---hover-dark_blue);
justify-content: flex-start;
align-items: center;
padding: 10px 15px;
display: flex;
}
.dropdown-toggle-2.w--open {
border-radius: var(--_round---small-8);
background-color: var(--_button---hover-dark_blue);
padding: 10px 15px;
}
.dropdown-3 {
margin-left: 0;
margin-right: 0;
padding: 0;
display: none;
}
.dropdown-list-3 {
color: #333;
}
.dropdown-list-3.w--open {
border-radius: var(--_round---small-8);
background-color: var(--_button---hover-dark_blue);
color: var(--_fonts---color--white);
margin-top: 5px;
}
.dropdown-link-2 {
color: var(--white);
}
.heading-9-copy {
color: var(--_fonts---color--black);
font-size: var(--_fonts---font-size--small-font-size);
height: 20px;
margin-top: 0;
margin-bottom: 0;
font-weight: 700;
}
.info-block-search-copy {
grid-column-gap: 15px;
grid-row-gap: 15px;
flex: 1;
justify-content: flex-start;
align-items: center;
}
.heading-9-copy-copy {
color: var(--_fonts---color--black);
font-size: var(--_fonts---font-size--core);
margin-top: 0;
margin-bottom: 0;
font-weight: 700;
line-height: 20px;
}
.section-2 {
background-color: var(--back);
}
.code-embed-11 {
width: 16px;
height: 16px;
}
.checkbox {
display: block;
}
.mobile-block {
grid-column-gap: 8px;
grid-row-gap: 8px;
flex-flow: column;
justify-content: flex-start;
align-items: center;
width: 60px;
}
.flex-block-87 {
grid-column-gap: 40px;
grid-row-gap: 40px;
flex: 1;
justify-content: space-between;
align-items: center;
}
.mobile-menu-bottom {
justify-content: space-between;
align-items: center;
width: 100%;
max-width: 1920px;
padding: 10px 60px;
display: flex;
}
.mobile-menu-bottom.nav {
padding-top: 0;
}
.mobile-menu-bottom.info {
padding-top: 30px;
padding-bottom: 30px;
}
.mobile-menu-bottom.subscribe, .mobile-menu-bottom.footer {
background-color: var(--back);
padding-top: 60px;
padding-bottom: 60px;
}
.mobile-menu-buttom-section {
z-index: 9999999;
background-color: var(--white);
display: none;
position: fixed;
inset: auto 0% 0%;
}
.name-mobile-menu-item {
color: var(--_fonts---color--black);
font-size: var(--_fonts---font-size--core);
align-self: auto;
font-weight: 600;
}
.n {
font-size: var(--_fonts---font-size--core);
text-decoration: none;
}
.button-for-mobile-menu-block {
grid-column-gap: 8px;
grid-row-gap: 8px;
border-radius: var(--_button---round-12px);
background-color: var(--_button---dark_blue);
color: var(--_fonts---color--white);
cursor: pointer;
justify-content: flex-start;
align-items: center;
padding: 9px 15px;
text-decoration: none;
display: flex;
position: relative;
}
.button-for-mobile-menu-block:hover {
background-color: var(--_button---hover-dark_blue);
}
.button-for-mobile-menu-block.login {
background-color: var(--_fonts---color--white);
color: var(--_fonts---color--black);
}
.icon_favorite {
width: 30px;
height: 30px;
}
.div-block-25 {
width: 24px;
height: 24px;
}
.info-satus {
background-color: var(--red);
border-radius: 20px;
width: 18px;
height: 18px;
position: absolute;
inset: 4px auto auto 34px;
}
.section-3 {
background-color: var(--back-dark);
}
.core-product-card-copy {
grid-column-gap: 20px;
grid-row-gap: 20px;
flex: 0 auto;
justify-content: flex-start;
align-self: stretch;
align-items: flex-start;
margin-bottom: 30px;
}
.code-embed-12 {
width: 100%;
height: 100%;
}
.div-block-26 {
width: 18px;
height: 18px;
}
.div-block-27 {
color: #f8bd00;
width: 22px;
height: 22px;
}
.div-block-28 {
background-color: var(--background);
height: auto;
margin-top: 70px;
padding-bottom: 60px;
padding-left: 60px;
position: static;
bottom: auto;
left: 0%;
right: 0%;
}
.link-block-7 {
grid-column-gap: 10px;
grid-row-gap: 10px;
border-top-left-radius: var(--_round---small-8);
border-bottom-left-radius: var(--_round---small-8);
color: var(--black);
font-size: var(--_fonts---font-size--bigger);
border-right: 2px solid #0000;
justify-content: flex-start;
align-self: stretch;
align-items: center;
padding: 15px 20px;
font-weight: 600;
text-decoration: none;
display: flex;
}
.link-block-7:hover {
border-right-color: var(--_button---primary);
background-color: var(--white);
}
.link-block-7.special {
color: var(--_button---primary);
}
.div-block-29 {
color: var(--_icon---light-blue-grey);
width: 24px;
height: 24px;
margin-top: -2px;
}
.div-block-29.special {
color: var(--_button---primary);
}
.text-block-47 {
text-align: left;
flex: 1;
}
.flex-block-88 {
padding-top: 20px;
padding-bottom: 20px;
}
.flex-block-89 {
background-color: var(--white);
flex: 1;
justify-content: flex-start;
align-self: stretch;
align-items: flex-start;
padding: 40px 60px 60px 40px;
}
.flex-block-90 {
height: auto;
display: none;
}
.heading-16 {
color: var(--_fonts---color--black);
font-size: var(--_fonts---font-size--heading-2);
margin-top: 0;
margin-bottom: 0;
}
.link-2 {
color: var(--_fonts---color--black);
font-size: var(--_fonts---font-size--bigger);
text-align: left;
line-height: 130%;
text-decoration: none;
}
.link-2:hover {
color: var(--_button---primary);
}
.flex-block-91 {
grid-column-gap: 20px;
grid-row-gap: 20px;
flex: 1;
}
.flex-block-92 {
grid-column-gap: 40px;
grid-row-gap: 40px;
flex: 0 auto;
align-self: stretch;
margin-top: 40px;
}
.image-17 {
object-fit: cover;
width: 280px;
max-width: none;
height: 140px;
}
.flex-block-91-copy {
grid-column-gap: 30px;
grid-row-gap: 30px;
flex: 1;
}
.nav-menu-3 {
z-index: 99999999;
background-color: #0000;
width: 100%;
height: auto;
position: absolute;
left: auto;
}
.section-4 {
height: auto;
}
.tabs-menu {
flex-flow: column;
margin-top: 20px;
display: flex;
}
.tabs {
display: flex;
}
.tabs-content {
flex: 1;
}
.tab-link-tab-1 {
padding-left: 20px;
}
.tab-link-tab-1.w--current {
grid-column-gap: 10px;
grid-row-gap: 10px;
border-top-left-radius: var(--_round---small-8);
border-bottom-left-radius: var(--_round---small-8);
font-size: var(--_fonts---font-size--bigger);
background-color: #0000;
border-right: 2px solid #0000;
justify-content: flex-start;
align-items: center;
padding-top: 15px;
padding-bottom: 15px;
padding-right: 20px;
font-weight: 600;
display: flex;
}
.tab-link {
grid-column-gap: 10px;
grid-row-gap: 10px;
border-top-left-radius: var(--_round---small-8);
border-bottom-left-radius: var(--_round---small-8);
color: var(--black);
font-size: var(--_fonts---font-size--bigger);
background-color: #0000;
border-right: 2px solid #0000;
justify-content: flex-start;
align-items: center;
padding: 15px 20px;
font-weight: 600;
display: flex;
}
.tab-link:hover, .tab-link.w--current {
border-right-color: var(--_button---primary);
background-color: var(--white);
}
.flex-block-93 {
grid-column-gap: 20px;
grid-row-gap: 20px;
flex: 1;
justify-content: space-between;
align-items: center;
margin-left: 88px;
}
.text-block-48, .text-block-49 {
flex: 1;
}
.sort-list-card {
grid-column-gap: 40px;
grid-row-gap: 40px;
justify-content: space-between;
align-self: stretch;
align-items: center;
padding-left: 20px;
padding-right: 80px;
}
.div-block-30 {
margin-left: 130px;
}
.flex-block-49-copy {
grid-column-gap: 20px;
grid-row-gap: 20px;
justify-content: flex-start;
align-items: center;
}
.price-in-cart-s1 {
color: var(--_fonts---color--black);
font-size: var(--_fonts---font-size--bigger);
text-align: right;
max-width: 100px;
margin-top: 0;
margin-bottom: 0;
font-weight: 700;
}
.delivery-cart-s1 {
color: var(--_fonts---color--black);
font-size: var(--_fonts---font-size--core);
margin-top: 0;
margin-bottom: 0;
font-weight: 700;
line-height: 20px;
}
.price-1-pcs-cart-s1 {
color: var(--_fonts---color--light-blue-grey);
font-size: var(--_fonts---font-size--supersmall);
text-align: right;
min-width: 100px;
}
.pcs-cart-s1 {
grid-column-gap: 12px;
grid-row-gap: 12px;
justify-content: flex-start;
align-items: center;
display: none;
}
.add-to-cart-block-s2 {
grid-column-gap: 20px;
grid-row-gap: 20px;
flex: 0 auto;
justify-content: flex-start;
align-items: center;
}
.core-product-search-copy {
grid-column-gap: 20px;
grid-row-gap: 20px;
flex-flow: column;
justify-content: space-between;
align-self: stretch;
align-items: flex-start;
overflow: scroll;
}
.pcs-re {
grid-column-gap: 12px;
grid-row-gap: 12px;
justify-content: flex-start;
align-items: center;
display: flex;
}
.core-product-search-s1 {
grid-column-gap: 20px;
grid-row-gap: 20px;
flex-flow: column;
justify-content: space-between;
align-self: stretch;
align-items: flex-start;
max-width: 100%;
}
.product-item-search-s1 {
grid-column-gap: 20px;
grid-row-gap: 20px;
border-bottom: 1px solid var(--light-grey);
background-color: var(--white);
justify-content: space-between;
align-self: stretch;
align-items: center;
max-width: 100%;
padding: 6px 20px;
}
.product-item-search-s1:hover {
border-bottom-color: var(--light-blue);
border-radius: var(--_round---small-8);
background-color: var(--light-blue);
}
.product-item-search-s1.last {
border-bottom-style: none;
}
.product-item-search-s1.special {
background-color: var(--light-green);
}
.info-block-search-s1 {
grid-column-gap: 15px;
grid-row-gap: 15px;
flex: 0 auto;
justify-content: flex-start;
align-items: center;
}
.info-block-product-card-search-s1 {
grid-column-gap: 10px;
grid-row-gap: 10px;
justify-content: center;
align-items: center;
}
.price-s1 {
font-size: var(--_fonts---font-size--core);
text-align: right;
width: 100px;
font-weight: 600;
}
.price-s1.opencard {
width: 70px;
}
.flex-block-14-copy {
grid-column-gap: 30px;
grid-row-gap: 30px;
flex-flow: column;
flex: 1;
grid-template-rows: auto auto;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
grid-auto-columns: 1fr;
justify-content: space-between;
align-self: auto;
align-items: flex-start;
max-width: 100%;
margin-bottom: 80px;
display: flex;
}
.flex-block-13-copy {
grid-column-gap: 30px;
grid-row-gap: 30px;
flex: 1;
max-width: 100%;
}
.core-product-s1 {
grid-column-gap: 10px;
grid-row-gap: 10px;
flex-flow: row-reverse;
flex: 1;
justify-content: flex-end;
align-self: stretch;
align-items: center;
max-width: 100%;
}
.flex-block-48-copy {
grid-column-gap: 16px;
grid-row-gap: 16px;
flex: 1;
align-self: stretch;
max-width: 100%;
}
.sort-list-s1 {
grid-column-gap: 40px;
grid-row-gap: 40px;
justify-content: space-between;
align-self: stretch;
align-items: center;
max-width: 100%;
padding-left: 20px;
padding-right: 205px;
}
.product-list-search-s1 {
border-radius: var(--_round---normal);
background-color: var(--white);
flex: 1;
align-self: stretch;
max-width: 100%;
padding: 8px;
}
.core-product-search-s2 {
grid-column-gap: 20px;
grid-row-gap: 20px;
flex-flow: column;
justify-content: space-between;
align-self: stretch;
align-items: flex-start;
max-width: 100%;
overflow: scroll;
}
.pcs-search-s1 {
color: var(--_fonts---color--black);
font-size: var(--_fonts---font-size--core);
width: 100px;
}
.text-block-25-s1 {
color: var(--_fonts---color--black);
display: block;
}
.pcs-re-s1 {
grid-column-gap: 12px;
grid-row-gap: 12px;
justify-content: flex-start;
align-items: center;
display: flex;
}
.add-to-cart-block-s1 {
grid-column-gap: 20px;
grid-row-gap: 20px;
flex: 0 auto;
justify-content: flex-start;
align-items: center;
}
.flex-block-15-copy {
grid-column-gap: 15px;
grid-row-gap: 15px;
border-radius: var(--_round---normal);
background-color: var(--white);
flex: 1;
justify-content: flex-start;
align-items: center;
min-width: 240px;
max-width: 340px;
padding: 20px;
}
.flex-block-15-copy:hover {
box-shadow: 0 0 15px #0000004d;
}
.flex-block-15-copy.end {
display: none;
}
.flex-block-14-copy-copy {
grid-column-gap: 20px;
grid-row-gap: 20px;
flex-flow: wrap;
flex: 1;
grid-template-rows: auto auto;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
grid-auto-columns: 1fr;
justify-content: flex-start;
align-self: auto;
align-items: flex-start;
margin-bottom: 80px;
display: flex;
}
.add-to-cart-block-copy {
grid-column-gap: 20px;
grid-row-gap: 20px;
grid-column-gap: 20px;
grid-row-gap: 20px;
flex: 0 auto;
justify-content: flex-start;
align-items: center;
}
.control-element-copy {
grid-column-gap: 20px;
grid-row-gap: 20px;
flex-flow: row;
flex: 0 auto;
justify-content: flex-start;
align-items: center;
margin-left: 10px;
display: flex;
}
.core-product-copy-copy {
grid-column-gap: 20px;
grid-row-gap: 20px;
flex-flow: column;
flex: 0 auto;
justify-content: flex-start;
align-self: auto;
align-items: flex-start;
max-width: 300px;
}
.flex-block-94 {
justify-content: space-between;
align-self: stretch;
align-items: center;
max-width: 100%;
}
.div-block-31 {
border: 1px solid var(--_button---light-grey);
border-radius: var(--_round---normal);
padding: 20px;
}
.image-18 {
height: 30px;
}
.desc-wholesale {
grid-column-gap: 14px;
grid-row-gap: 14px;
border-radius: var(--_round---big-20);
background-color: var(--white);
flex-flow: column;
flex: 1;
align-self: stretch;
min-width: 345px;
padding: 40px;
}
.flex-block-95 {
grid-column-gap: 20px;
grid-row-gap: 20px;
flex-flow: wrap;
grid-template-rows: auto auto auto;
grid-template-columns: 1fr 1fr;
grid-auto-columns: 1fr;
align-self: stretch;
margin-top: 20px;
margin-bottom: 20px;
display: grid;
}
.image-wholesale {
grid-column-gap: 14px;
grid-row-gap: 14px;
border-radius: var(--_round---big-20);
background-image: url('../images/77c5257b24c911f088657e329d1b2d51_3-1.png');
background-position: 50%;
background-size: auto;
flex-flow: column;
flex: 1;
align-self: stretch;
padding: 40px;
}
.heading-14-copy {
color: var(--_fonts---color--black);
font-size: var(--_fonts---font-size--heading-3);
margin-top: 0;
margin-bottom: 0;
font-weight: 600;
}
.div-block-32 {
color: var(--_button---primary);
width: 34px;
height: 34px;
}
.why-wholesale {
grid-column-gap: 20px;
grid-row-gap: 20px;
flex-flow: wrap;
flex: 1;
grid-template-rows: auto auto;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-auto-columns: 1fr;
margin-top: 20px;
display: grid;
}
.service-wholesale {
border-radius: var(--_round---small-8);
background-color: var(--red);
color: var(--_fonts---color--white);
padding: 12px 22px;
}
.flex-block-96 {
grid-column-gap: 20px;
grid-row-gap: 20px;
border-radius: var(--_round---big-20);
background-color: var(--white);
flex-flow: wrap;
justify-content: flex-start;
align-self: stretch;
align-items: center;
padding: 30px;
}
.service-wholesale-block {
grid-column-gap: 20px;
grid-row-gap: 20px;
flex-flow: column;
justify-content: flex-start;
align-self: stretch;
align-items: flex-start;
max-width: 100%;
}
.div-block-33 {
color: var(--_button---primary);
width: 40px;
height: 40px;
}
.text-block-50 {
flex: 1;
}
.text-span, .text-span-2, .text-span-3 {
color: var(--_button---primary);
}
.flex-block-71-copy {
grid-column-gap: 20px;
grid-row-gap: 20px;
flex-flow: wrap;
flex: 1;
align-self: auto;
margin-top: 0;
}
.text-block-36-copy {
color: var(--_fonts---color--light-blue-grey);
font-size: var(--_fonts---font-size--core);
flex: none;
line-height: 140%;
}
.flex-block-74-copy {
grid-column-gap: 20px;
grid-row-gap: 20px;
flex-flow: column;
}
.flex-block-75-copy {
grid-column-gap: 10px;
grid-row-gap: 10px;
flex-flow: wrap;
justify-content: flex-start;
align-self: stretch;
align-items: center;
margin-bottom: 20px;
}
.flex-block-97 {
grid-column-gap: 30px;
grid-row-gap: 30px;
flex: 1;
align-self: stretch;
}
.map-contacts {
grid-column-gap: 14px;
grid-row-gap: 14px;
border-radius: var(--_round---big-20);
flex-flow: column;
flex: 1;
align-self: stretch;
overflow: hidden;
}
.map {
flex: 1;
align-self: stretch;
}
.phone-contacts {
color: var(--_button---primary);
width: 20px;
height: 20px;
}
.flex-block-98 {
align-self: stretch;
}
.lastnews {
grid-column-gap: 30px;
grid-row-gap: 30px;
flex-flow: column;
align-self: auto;
max-width: 360px;
}
.contentnews {
grid-column-gap: 14px;
grid-row-gap: 14px;
border-radius: var(--_round---big-20);
background-color: var(--white);
flex-flow: column;
flex: 0 auto;
align-self: stretch;
min-width: 345px;
padding: 40px;
}
.h3nrws {
color: var(--_fonts---color--black);
font-size: var(--_fonts---font-size--heading-3);
margin-top: 0;
margin-bottom: 0;
font-weight: 400;
}
.list {
margin-bottom: 0;
padding-left: 20px;
}
.list-item {
margin-bottom: 10px;
}
.image-19 {
border-radius: var(--_round---normal);
object-fit: contain;
width: 100%;
}
.submit-button-copy {
border-radius: var(--_round---normal);
background-color: var(--_button---primary);
font-size: var(--_fonts---font-size--bigger);
padding: 22px 40px;
}
.submit-button-copy.fill {
justify-content: center;
align-self: stretch;
align-items: center;
display: flex;
}
.flex-block-6-copy-copy {
grid-column-gap: 20px;
grid-row-gap: 20px;
flex-flow: row;
justify-content: space-between;
align-self: stretch;
align-items: flex-start;
overflow: hidden;
}
.mask {
width: 100%;
}
.div-block-34 {
border: 1px solid var(--light-blue);
background-color: var(--white);
border-radius: 100px;
width: 60px;
height: 60px;
position: absolute;
}
.div-block-34:hover {
background-color: var(--_button---primary);
}
.heading-17 {
color: var(--_fonts---color--white);
margin-top: 0;
margin-bottom: 0;
font-size: 54px;
font-weight: 800;
line-height: 120%;
}
.text-block-51 {
color: var(--_fonts---color--white);
font-size: var(--_fonts---font-size--bigger);
line-height: 140%;
}
.flex-block-99 {
grid-column-gap: 30px;
grid-row-gap: 30px;
flex: 1;
justify-content: center;
align-items: flex-start;
max-width: 55%;
margin-bottom: 40px;
}
.flex-block-100 {
justify-content: space-between;
align-items: flex-start;
height: 100%;
padding: 40px;
}
.flex-block-101 {
grid-column-gap: 20px;
grid-row-gap: 20px;
justify-content: space-between;
align-self: stretch;
align-items: flex-start;
}
.flex-block-102 {
grid-column-gap: 20px;
grid-row-gap: 20px;
border-radius: var(--_round---normal);
background-color: var(--back-dark);
justify-content: flex-start;
align-items: center;
padding: 12px 20px;
}
.text-block-52 {
color: var(--_fonts---color--white);
font-size: var(--_fonts---font-size--core);
}
.image-20 {
object-fit: contain;
width: 36px;
height: 36px;
}
.image-21 {
z-index: 10;
margin-left: 240px;
}
.div-block-35 {
width: 800px;
margin-top: 60px;
position: absolute;
inset: 0% 0% auto auto;
overflow: hidden;
}
.flex-block-6-copy {
grid-column-gap: 20px;
grid-row-gap: 20px;
flex-flow: wrap;
grid-template: ". ."
". ."
"Area Area"
/ 1fr 1fr;
grid-auto-columns: 1fr;
align-self: stretch;
display: flex;
}
.container2-copy {
justify-content: space-between;
align-items: center;
width: 100%;
max-width: 1920px;
padding: 40px 60px;
display: flex;
}
.container2-copy.nav {
padding-top: 0;
}
.container2-copy.info {
background-color: var(--_fonts---color--white);
padding-top: 30px;
padding-bottom: 30px;
}
.container2-copy.subscribe, .container2-copy.footer {
background-color: var(--back);
padding-top: 60px;
padding-bottom: 60px;
}
.div-block-12-copy {
border-radius: var(--_round---big-20);
background-color: #ffc400;
flex: 1;
justify-content: flex-start;
align-items: flex-start;
min-width: 480px;
height: 260px;
display: flex;
}
.div-block-12-copy.small {
min-width: 340px;
}
.div-block-123 {
border-radius: var(--_round---big-20);
background-color: #d83b9c;
flex: 1;
justify-content: flex-start;
align-items: flex-start;
min-width: 480px;
height: 260px;
display: flex;
}
.div-block-123.small {
min-width: 340px;
}
.heading-7-white {
z-index: 999;
color: var(--_fonts---color--white);
font-size: var(--_fonts---font-size--heading-3);
width: 200px;
margin-top: 30px;
margin-bottom: 0;
margin-left: 30px;
line-height: 130%;
position: absolute;
}
.div-block-red {
border-radius: var(--_round---big-20);
background-color: var(--white);
background-image: url('../images/IMG_1.png');
background-position: 100% 100%;
background-repeat: no-repeat;
background-size: contain;
background-attachment: scroll;
flex: 1;
min-width: 480px;
height: 260px;
padding-top: 30px;
padding-left: 30px;
}
.div-block-red.small {
background-color: var(--_button---primary);
background-image: none;
justify-content: flex-start;
align-items: flex-start;
min-width: 340px;
padding-top: 0;
padding-left: 0;
display: flex;
}
.image-22 {
object-fit: contain;
height: 100%;
margin-left: auto;
margin-right: 0;
position: relative;
}
@media screen and (min-width: 1440px) {
.body {
--_fonts---font-family: Onest, sans-serif;
--_fonts---color--dark-blue: #0d336c;
--_fonts---font-size--core: 16px;
--_fonts---font-size--small-font-size: 14px;
--_fonts---color--black: #000;
--_fonts---font-size--bigger: 18px;
--_fonts---color--white: white;
--_fonts---color--light-blue-grey: #8e9aac;
--_fonts---h1: 36px;
--_fonts---black-weight: 800;
--_fonts---color--light-blue: #b7cae2;
--_fonts---color--grey: #747474;
--_fonts---font-size--heading-2: 30px;
--_fonts---font-size--heading-3: 24px;
--_fonts---color--green: #4db45e;
--_fonts---font-size--supersmall: 12px;
}
.nav-link {
font-size: var(--_fonts---font-size--small-font-size);
}
.nav-menu {
grid-column-gap: 20px;
grid-row-gap: 20px;
padding-left: 20px;
padding-right: 20px;
display: flex;
}
.flex-block {
grid-column-gap: 10px;
grid-row-gap: 10px;
display: flex;
}
.flex-block-2 {
grid-column-gap: 20px;
grid-row-gap: 20px;
}
.flex-block-4 {
grid-column-gap: 40px;
grid-row-gap: 40px;
}
.button_h {
padding-left: 20px;
padding-right: 20px;
}
.left-arrow {
margin-left: -80px;
}
.flex-block-12 {
width: 320px;
}
.flex-block-15.end {
display: flex;
}
.flex-block-18 {
grid-column-gap: 60px;
grid-row-gap: 60px;
}
.div-block-9 {
grid-column-gap: 40px;
grid-row-gap: 40px;
justify-content: space-between;
align-items: center;
}
.text-block-14 {
display: block;
}
.flex-block-22 {
grid-column-gap: 40px;
grid-row-gap: 40px;
}
.flex-block-23 {
width: 180px;
}
.right-arrow {
margin-right: -80px;
}
.core-product-search {
flex-flow: row;
}
.image-10 {
width: 280px;
height: 180px;
}
.core-product {
flex-flow: column;
flex: 1;
justify-content: flex-start;
align-self: auto;
align-items: flex-start;
min-width: 270px;
max-width: 320px;
}
.info-block-search {
flex: 0 auto;
}
.flex-block-14-copy {
justify-content: flex-start;
align-items: flex-start;
}
.flex-block-39-copy {
width: 200px;
}
.cart-ditail {
width: 340px;
}
.flex-block-69 {
flex-flow: row;
}
.menu-button-2 {
display: none;
}
.flex-block-18-copy {
grid-column-gap: 60px;
grid-row-gap: 60px;
grid-column-gap: 60px;
grid-row-gap: 60px;
}
.flex-block-81 {
grid-column-gap: 20px;
grid-row-gap: 20px;
justify-content: space-between;
align-items: center;
}
.core-product-copy {
flex-flow: column;
flex: 1;
justify-content: flex-start;
align-self: auto;
align-items: flex-start;
min-width: 270px;
max-width: 320px;
}
.flex-block-18-copy-copy {
grid-column-gap: 60px;
grid-row-gap: 60px;
}
.section {
background-color: var(--white);
}
.info-block-search-copy {
flex: 0 auto;
}
.mobile-menu-buttom-section {
background-color: var(--white);
}
.button-for-mobile-menu-block {
padding-left: 20px;
padding-right: 20px;
}
.flex-block-89 {
padding-top: 60px;
padding-left: 60px;
}
.image-17 {
width: 420px;
height: 210px;
}
.core-product-search-copy {
flex-flow: row;
}
.core-product-search-s1 {
flex-flow: column;
}
.info-block-search-s1 {
flex: 0 auto;
}
.core-product-s1 {
flex-flow: row-reverse;
flex: 1;
justify-content: flex-end;
align-self: stretch;
align-items: center;
min-width: 270px;
}
.core-product-search-s2 {
flex-flow: column;
}
.flex-block-15-copy.end {
display: flex;
}
.flex-block-14-copy-copy {
justify-content: flex-start;
align-items: flex-start;
}
.core-product-copy-copy {
flex-flow: column;
flex: 1;
justify-content: flex-start;
align-self: auto;
align-items: flex-start;
min-width: 270px;
max-width: 320px;
}
.flex-block-94 {
grid-column-gap: 20px;
grid-row-gap: 20px;
justify-content: flex-start;
align-items: center;
}
.desc-wholesale, .contentnews {
max-width: none;
}
.flex-block-6-copy-copy {
flex-flow: wrap;
height: 470px;
}
.flex-block-99 {
max-width: 50%;
}
.image-21 {
margin-left: 170px;
}
.div-block-35 {
width: 900px;
margin-top: 40px;
}
}
@media screen and (min-width: 1920px) {
.nav-link {
font-size: var(--_fonts---font-size--core);
}
.flex-block {
display: flex;
}
.flex-block-6 {
grid-column-gap: 20px;
grid-row-gap: 20px;
grid-template: ". . ."
". Area Area"
/ 1fr 1fr 1fr;
grid-auto-columns: 1fr;
grid-auto-flow: row;
place-items: start stretch;
display: grid;
}
.flex-block-15.end {
display: flex;
}
.heading-3.sub {
flex: 0 auto;
}
.text-block-14 {
flex: 1;
}
.right-arrow {
justify-content: flex-end;
align-items: center;
}
.core-product {
max-width: 320px;
}
.info-block-search {
flex: 1;
}
.flex-block-70 {
max-width: 500px;
}
.flex-block-73 {
max-width: 600px;
}
.flex-block-81 {
justify-content: space-between;
align-items: center;
}
.core-product-copy {
max-width: 320px;
}
.core-product-search-copy {
justify-content: space-between;
align-items: flex-start;
}
.heading-15 {
width: 100%;
}
.info-block-search-copy {
flex: 1;
}
.core-product-search-s1 {
flex-flow: row;
}
.info-block-search-s1 {
flex: 1;
}
.core-product-s1 {
flex-flow: column;
max-width: 320px;
}
.core-product-search-s2 {
flex-flow: row;
}
.flex-block-15-copy.end {
display: flex;
}
.core-product-copy-copy {
max-width: 320px;
}
.flex-block-94 {
grid-column-gap: 20px;
grid-row-gap: 20px;
justify-content: flex-start;
align-items: center;
}
.heading-17 {
font-size: 64px;
}
.flex-block-99 {
max-width: 45%;
}
.image-21 {
margin-left: 0;
}
.div-block-35 {
width: 1000px;
margin-top: 30px;
}
.flex-block-6-copy {
grid-column-gap: 20px;
grid-row-gap: 20px;
grid-template: ". . ."
". Area Area"
/ 1fr 1fr 1fr;
grid-auto-columns: 1fr;
grid-auto-flow: row;
place-items: start stretch;
display: flex;
}
}
@media screen and (max-width: 991px) {
.container, .container.nav, .container.info {
padding-left: 30px;
padding-right: 30px;
}
.container.subscribe, .container.footer {
padding-top: 40px;
padding-bottom: 40px;
}
.navbar-2 {
margin-left: -60px;
}
.text-block-2 {
display: none;
overflow: visible;
}
.slider {
height: auto;
display: flex;
}
.flex-block-7 {
grid-column-gap: 5px;
grid-row-gap: 5px;
flex-flow: wrap;
}
.flex-block-10 {
grid-column-gap: 10px;
grid-row-gap: 10px;
flex-flow: column;
justify-content: flex-start;
align-items: flex-start;
}
.flex-block-12 {
display: none;
}
.flex-block-13 {
flex-flow: column;
}
.flex-block-15 {
min-width: 220px;
max-width: 320px;
}
.image-5 {
object-fit: contain;
}
.tabs_block {
justify-content: center;
align-items: flex-start;
display: none;
}
.flex-block-18 {
flex-flow: column;
justify-content: space-between;
align-items: center;
}
.div-block-9 {
flex: 0 auto;
justify-content: flex-start;
align-self: stretch;
align-items: flex-start;
}
.form-block-3 {
align-self: stretch;
}
.flex-block-19 {
width: 460px;
}
.flex-block-22 {
grid-column-gap: 30px;
grid-row-gap: 30px;
flex-flow: wrap;
justify-content: flex-start;
align-self: auto;
align-items: flex-start;
}
.link {
display: none;
}
.text-block-17 {
margin-bottom: 0;
}
.flex-block-23 {
justify-content: flex-start;
align-items: flex-start;
}
.flex-block-28 {
flex: 1;
}
.div-block-11 {
flex-flow: column;
justify-content: space-between;
align-items: flex-start;
}
.div-block-12, .div-block-12.small {
min-width: 300px;
}
.news {
min-width: 320px;
padding-left: 25px;
padding-right: 25px;
}
.flex-block-35 {
flex-flow: wrap;
}
.heading-8 {
margin-left: 0;
}
.flex-block-40 {
grid-column-gap: 15px;
grid-row-gap: 15px;
flex-flow: column;
justify-content: space-between;
align-items: flex-start;
}
.flex-block-44 {
align-self: stretch;
}
.flex-block-45 {
grid-column-gap: 10px;
grid-row-gap: 10px;
flex-flow: column;
}
.image-10 {
object-fit: contain;
}
.core-product {
flex-flow: row-reverse;
}
.sort-list {
padding-right: 210px;
}
.sort-item.price {
text-align: right;
}
.flex-block-14-copy {
justify-content: center;
align-items: flex-start;
}
.image-10-copy {
object-fit: contain;
width: 400px;
height: 280px;
}
.flex-block-56 {
justify-content: center;
align-items: flex-start;
}
.small-img {
object-fit: contain;
}
.core-product-card {
flex-flow: column;
margin-bottom: 20px;
}
.cart-list {
grid-column-gap: 20px;
grid-row-gap: 20px;
margin-bottom: 40px;
}
.cart-ditail {
align-self: stretch;
width: auto;
}
.product-list-cart {
padding-bottom: 10px;
}
.brandname {
width: 100px;
}
.sort-item-name {
width: 140px;
}
.sort-item-comments {
width: 120px;
}
.flex-block-67 {
grid-column-gap: 40px;
grid-row-gap: 40px;
flex: 1;
}
.image-14 {
max-width: 700px;
}
.flex-block-68 {
grid-column-gap: 30px;
grid-row-gap: 30px;
align-self: stretch;
}
.flex-block-69 {
grid-column-gap: 40px;
grid-row-gap: 40px;
flex-flow: column-reverse;
}
.flex-block-69-copy {
grid-column-gap: 10px;
grid-row-gap: 10px;
}
.flex-block-68-copy {
grid-column-gap: 20px;
grid-row-gap: 20px;
flex-flow: wrap;
justify-content: space-between;
align-items: flex-start;
}
.flex-block-70 {
align-self: stretch;
max-width: 340px;
}
.flex-block-71 {
grid-column-gap: 15px;
grid-row-gap: 15px;
flex-flow: column;
}
.flex-block-72 {
flex-flow: column;
}
.flex-block-73 {
flex-flow: row;
align-self: stretch;
max-width: none;
padding: 30px;
}
.flex-block-73-copy-copy {
min-width: 340px;
}
.flex-block-73-copy-copy-red {
min-width: 340px;
max-width: none;
}
.menu-button-2 {
display: none;
position: static;
}
.flex-block-77 {
display: flex;
}
.flex-block-18-copy {
grid-column-gap: 30px;
grid-row-gap: 30px;
flex-flow: row;
flex: 1;
grid-template-rows: auto auto;
grid-template-columns: 1fr 1fr;
grid-auto-columns: 1fr;
justify-content: space-between;
align-items: center;
display: flex;
}
.flex-block-78 {
grid-column-gap: 10px;
grid-row-gap: 10px;
flex-flow: column;
justify-content: space-between;
align-items: flex-start;
}
.flex-block-80 {
grid-column-gap: 20px;
grid-row-gap: 20px;
}
.flex-block-81 {
justify-content: space-between;
align-items: center;
}
.flex-block-82 {
grid-column-gap: 20px;
grid-row-gap: 20px;
}
.core-product-copy {
flex-flow: column;
flex: 1;
justify-content: flex-start;
align-self: stretch;
align-items: center;
max-width: 100%;
}
.core-product-search-copy {
justify-content: flex-start;
align-items: flex-start;
}
.flex-block-84 {
grid-column-gap: 30px;
grid-row-gap: 30px;
justify-content: space-between;
align-self: stretch;
align-items: flex-start;
display: flex;
}
.flex-block-85 {
grid-column-gap: 10px;
grid-row-gap: 10px;
border-radius: var(--_round---normal);
background-color: var(--white);
justify-content: flex-start;
align-items: center;
padding: 15px 30px;
display: flex;
}
.code-embed-9 {
color: var(--_button---primary);
width: 24px;
height: 24px;
}
.code-embed-10 {
color: var(--white);
width: 18px;
height: 18px;
display: block;
}
.flex-block-86 {
grid-column-gap: 10px;
grid-row-gap: 10px;
border-radius: var(--_round---normal);
background-color: var(--_button---hover-dark_blue);
justify-content: flex-start;
align-items: center;
padding: 10px 15px;
display: none;
}
.flex-block-77-copy {
display: flex;
}
.flex-block-18-copy-copy {
grid-column-gap: 30px;
grid-row-gap: 30px;
flex-flow: row;
flex: 1;
grid-template-rows: auto auto;
grid-template-columns: 1fr 1fr;
grid-auto-columns: 1fr;
justify-content: space-between;
align-items: flex-start;
display: flex;
}
.heading-8-copy {
margin-left: 0;
}
.dropdown-2 {
margin-left: 0;
margin-right: 0;
}
.dropdown-list-2.w--open {
border-radius: var(--_round---small-8);
background-color: var(--white);
box-shadow: 0 2px 5px #0003;
}
.dropdown-toggle-2 {
z-index: 999;
display: flex;
}
.dropdown-toggle-2.w--open {
z-index: 999998;
}
.dropdown-3 {
display: block;
}
.dropdown-list-3 {
z-index: 999999;
}
.mobile-menu-bottom, .mobile-menu-bottom.nav, .mobile-menu-bottom.info {
padding-left: 30px;
padding-right: 30px;
}
.mobile-menu-bottom.subscribe, .mobile-menu-bottom.footer {
padding-top: 40px;
padding-bottom: 40px;
}
.n {
display: none;
overflow: visible;
}
.div-block-25 {
width: 20px;
height: 20px;
}
.core-product-card-copy {
grid-column-gap: 30px;
grid-row-gap: 30px;
flex-flow: column;
margin-bottom: 20px;
}
.nav-menu-2 {
float: none;
flex-flow: row;
justify-content: flex-start;
align-items: center;
width: 100%;
display: block;
position: relative;
top: 20px;
left: -30px;
right: 0;
}
.div-block-28 {
padding-left: 30px;
}
.link-block-7 {
grid-column-gap: 10px;
grid-row-gap: 10px;
border-top-left-radius: var(--_round---small-8);
border-bottom-left-radius: var(--_round---small-8);
color: var(--black);
justify-content: flex-start;
align-items: center;
padding: 15px 18px;
text-decoration: none;
display: flex;
}
.link-block-7:hover {
border-right: 2px solid var(--_button---primary);
background-color: var(--white);
padding-right: 18px;
}
.div-block-29 {
color: var(--_fonts---color--light-blue-grey);
width: 20px;
height: 20px;
}
.text-block-47 {
font-size: var(--_fonts---font-size--bigger);
text-align: left;
flex: 1;
font-weight: 600;
}
.flex-block-88 {
flex: 1;
align-self: auto;
margin-top: 20px;
}
.flex-block-89 {
background-color: var(--white);
flex: 1;
justify-content: flex-start;
align-self: stretch;
align-items: flex-start;
padding-left: 40px;
padding-right: 30px;
}
.heading-16 {
font-size: var(--_fonts---font-size--heading-3);
text-align: left;
}
.link-2 {
font-size: var(--_fonts---font-size--core);
}
.flex-block-91 {
grid-column-gap: 15px;
grid-row-gap: 15px;
}
.flex-block-92 {
flex-flow: column;
}
.nav-menu-3 {
left: 30px;
}
.tabs-menu {
max-width: 280px;
}
.text-block-48, .text-block-49 {
font-size: var(--_fonts---font-size--core);
}
.sort-list-card {
padding-right: 80px;
}
.flex-block-13-copy {
flex-flow: column;
}
.core-product-s1 {
flex-flow: row-reverse;
}
.sort-list-s1 {
padding-right: 210px;
}
.pcs-search-s1 {
width: 60px;
}
.text-block-25-s1 {
display: none;
}
.flex-block-15-copy {
min-width: 220px;
max-width: 320px;
}
.flex-block-14-copy-copy {
justify-content: center;
align-items: flex-start;
}
.core-product-copy-copy {
flex-flow: column;
flex: 1;
justify-content: flex-start;
align-self: stretch;
align-items: center;
max-width: 100%;
}
.flex-block-94 {
grid-column-gap: 20px;
grid-row-gap: 20px;
flex-flow: wrap;
justify-content: flex-start;
align-items: flex-start;
}
.image-18 {
height: 22px;
}
.desc-wholesale {
min-width: 340px;
}
.image-wholesale {
min-width: 340px;
max-width: none;
min-height: 300px;
}
.why-wholesale {
grid-column-gap: 20px;
grid-row-gap: 20px;
flex-flow: wrap;
grid-template-rows: auto auto auto auto;
grid-template-columns: 1fr 1fr;
justify-content: space-between;
align-items: flex-start;
}
.flex-block-96 {
grid-column-gap: 20px;
grid-row-gap: 20px;
grid-template: "Area Area Area"
". . ."
". . ."
". . ."
/ 1fr 1fr 1fr;
grid-auto-columns: 1fr;
place-items: center;
display: grid;
}
.service-wholesale-block {
grid-column-gap: 10px;
grid-row-gap: 10px;
flex-flow: wrap;
}
.flex-block-71-copy {
grid-column-gap: 15px;
grid-row-gap: 15px;
flex-flow: row;
justify-content: flex-start;
align-items: center;
}
.flex-block-97 {
grid-column-gap: 20px;
grid-row-gap: 20px;
}
.map-contacts {
min-width: 340px;
max-width: none;
min-height: 300px;
}
.lastnews {
flex-flow: row;
min-width: 320px;
max-width: none;
min-height: 300px;
}
.contentnews {
min-width: 340px;
}
.mask {
height: auto;
}
.heading-17 {
font-size: 44px;
}
.flex-block-99 {
grid-column-gap: 20px;
grid-row-gap: 20px;
max-width: 100%;
margin-top: 20px;
margin-bottom: 20px;
}
.flex-block-101 {
flex-flow: wrap;
display: none;
}
.image-21 {
margin-left: 0;
display: block;
position: static;
}
.div-block-35 {
width: 100%;
margin-top: 0;
position: static;
overflow: visible;
}
.div-block-12-copy, .div-block-12-copy.small, .div-block-123, .div-block-123.small, .div-block-red, .div-block-red.small {
min-width: 300px;
}
}
@media screen and (max-width: 767px) {
.body {
--_fonts---font-family: Onest, sans-serif;
--_fonts---color--dark-blue: #0d336c;
--_fonts---font-size--core: 14px;
--_fonts---font-size--small-font-size: 12px;
--_fonts---color--black: #000;
--_fonts---font-size--bigger: 16px;
--_fonts---color--white: white;
--_fonts---color--light-blue-grey: #8e9aac;
--_fonts---h1: 30px;
--_fonts---color--light-blue: #b7cae2;
--_fonts---color--grey: #747474;
--_fonts---font-size--heading-2: 24px;
--_fonts---font-size--heading-3: 20px;
--_fonts---color--green: #4db45e;
--_fonts---font-size--supersmall: 10px;
}
.container.info {
padding-top: 20px;
padding-bottom: 20px;
}
.container.footer {
padding-bottom: 90px;
}
.brand {
width: 180px;
min-width: 140px;
}
.phone {
display: block;
}
.flex-block, .flex-block-2 {
grid-column-gap: 20px;
grid-row-gap: 20px;
}
.menu-button {
padding: 12px;
}
.navbar-2 {
height: auto;
top: 72px;
}
.left-arrow {
display: none;
}
.flex-block-5 {
grid-column-gap: 20px;
grid-row-gap: 20px;
}
.flex-block-6 {
grid-template: "."
"."
"Area"
"."
"."
/ 1fr;
grid-auto-flow: column;
}
.flex-block-7 {
--_fonts---font-family: Onest, sans-serif;
--_fonts---color--dark-blue: #0d336c;
--_fonts---font-size--core: 14px;
--_fonts---font-size--small-font-size: 12px;
--_fonts---color--black: #000;
--_fonts---font-size--bigger: 16px;
--_fonts---color--white: white;
--_fonts---color--light-blue-grey: #8e9aac;
--_fonts---h1: 30px;
--_fonts---color--light-blue: #b7cae2;
--_fonts---color--grey: #747474;
--_fonts---font-size--heading-2: 24px;
--_fonts---font-size--heading-3: 20px;
--_fonts---color--green: #4db45e;
--_fonts---font-size--supersmall: 10px;
}
.flex-block-8 {
grid-column-gap: 20px;
grid-row-gap: 20px;
flex-flow: column;
justify-content: space-between;
align-items: flex-start;
}
.heading {
--_fonts---font-family: Onest, sans-serif;
--_fonts---color--dark-blue: #0d336c;
--_fonts---font-size--core: 14px;
--_fonts---font-size--small-font-size: 12px;
--_fonts---color--black: #000;
--_fonts---font-size--bigger: 16px;
--_fonts---color--white: white;
--_fonts---color--light-blue-grey: #8e9aac;
--_fonts---h1: 30px;
--_fonts---color--light-blue: #b7cae2;
--_fonts---color--grey: #747474;
--_fonts---font-size--heading-2: 24px;
--_fonts---font-size--heading-3: 20px;
--_fonts---color--green: #4db45e;
--_fonts---font-size--supersmall: 10px;
}
.link-block-3 {
width: 30px;
height: 30px;
}
.form-block {
align-self: stretch;
height: auto;
min-height: auto;
}
.text-field {
min-height: auto;
margin-right: 10px;
padding-left: 10px;
padding-right: 50px;
}
.flex-block-13 {
flex-flow: column;
}
.flex-block-14 {
grid-column-gap: 40px;
grid-row-gap: 40px;
align-self: stretch;
}
.text-block-6, .tabs_block {
display: none;
}
.tab_c {
flex: none;
}
.flex-block-18 {
flex-flow: column;
justify-content: space-between;
align-items: center;
}
.heading-3.sub {
align-self: stretch;
}
.div-block-9 {
grid-column-gap: 20px;
grid-row-gap: 20px;
flex-flow: column;
align-self: stretch;
}
.text-block-14 {
align-self: stretch;
display: block;
}
.form-block-3 {
align-self: stretch;
}
.flex-block-19 {
flex-flow: wrap;
flex: 1;
justify-content: center;
align-self: stretch;
align-items: center;
width: 100%;
}
.link-block-5 {
padding: 14px 20px;
}
.flex-block-22 {
flex-flow: wrap;
justify-content: space-between;
align-items: flex-start;
}
.flex-block-23 {
justify-content: flex-start;
align-items: center;
}
.container2 {
padding: 20px 30px;
}
.flex-block-31 {
grid-column-gap: 10px;
grid-row-gap: 10px;
flex-flow: column;
justify-content: space-between;
align-items: flex-start;
}
.right-arrow {
display: none;
}
.flex-block-36 {
grid-column-gap: 10px;
grid-row-gap: 10px;
flex-flow: row;
}
.flex-block-37 {
padding: 0;
}
.raiting {
display: none;
}
.flex-block-40 {
flex-flow: column;
align-self: auto;
}
.div-block-16 {
display: none;
}
.flex-block-43 {
grid-column-gap: 0px;
grid-row-gap: 0px;
flex-flow: row;
justify-content: space-between;
align-self: auto;
align-items: center;
}
.flex-block-44 {
border-radius: var(--_round---normal);
background-color: var(--white);
flex: 1;
align-self: stretch;
padding: 20px 15px;
}
.flex-block-45 {
flex-flow: row;
}
.core-product-search {
align-self: stretch;
}
.image-10 {
object-fit: contain;
}
.product-item-search {
grid-column-gap: 10px;
grid-row-gap: 10px;
flex-flow: row;
justify-content: space-between;
align-items: flex-start;
padding-top: 10px;
padding-bottom: 10px;
}
.info-block-search {
grid-column-gap: 5px;
grid-row-gap: 5px;
flex-flow: column;
justify-content: space-between;
align-self: stretch;
align-items: flex-start;
}
.price {
text-align: right;
width: 110px;
}
.add-to-cart-block {
justify-content: space-between;
align-self: stretch;
align-items: center;
}
.text-block-25 {
display: none;
}
.sort-list {
padding-right: 30px;
}
.sort-item {
width: 90px;
}
.sort-item.first {
width: 55px;
}
.flex-block-49 {
grid-column-gap: 30px;
grid-row-gap: 30px;
}
.show-more-search {
align-self: auto;
}
.heading-11 {
align-self: stretch;
max-width: 100%;
}
.product-item-card {
grid-column-gap: 10px;
grid-row-gap: 10px;
flex-flow: column;
justify-content: space-between;
align-items: flex-start;
}
.flex-block-52 {
grid-column-gap: 10px;
grid-row-gap: 10px;
flex-flow: column;
}
.flex-block-53 {
align-self: stretch;
}
.cart-item {
flex-flow: column;
justify-content: space-between;
align-items: flex-start;
}
.flex-block-39-copy {
width: 200px;
}
.heading-9-copy-copy {
text-align: left;
flex: 1;
width: auto;
}
.form-block-copy {
align-self: stretch;
max-width: none;
}
.block-detail {
grid-column-gap: 0px;
grid-row-gap: 0px;
flex-flow: column;
flex: 1;
}
.favorite-item {
flex-flow: column;
}
.brandname {
flex: 0 auto;
align-self: stretch;
width: auto;
}
.block-name {
align-self: stretch;
}
.productname_f {
align-self: stretch;
width: auto;
}
.sort-item-brand {
width: 100px;
}
.flex-block-61 {
grid-column-gap: 10px;
grid-row-gap: 10px;
}
.sort-item-name {
width: 90px;
}
.sort-item-comments {
width: 80px;
}
.heading-list {
grid-column-gap: 10px;
grid-row-gap: 10px;
}
.cart-item-check {
flex-flow: column;
}
.text-block-35 {
width: auto;
height: auto;
}
.product-list-cart-check, .menu-category {
grid-column-gap: 10px;
grid-row-gap: 10px;
}
.tab-menu-category, .tab-menu-category-activ {
padding-left: 10px;
padding-right: 10px;
}
.image-14 {
max-width: 480px;
}
.flex-block-69-copy {
grid-column-gap: 20px;
grid-row-gap: 20px;
}
.flex-block-70 {
max-width: 240px;
padding-left: 22px;
padding-right: 22px;
}
.flex-block-73 {
padding-left: 30px;
padding-right: 30px;
}
.code-embed-4 {
width: 30px;
height: 30px;
}
.pcs-info {
color: var(--_fonts---color--white);
font-size: 10px;
font-weight: 400;
}
.flex-block-76 {
display: none;
}
.flex-block-18-copy {
grid-column-gap: 40px;
grid-row-gap: 40px;
flex-flow: column;
justify-content: space-between;
align-items: center;
}
.phone-copy {
display: block;
}
.flex-block-78 {
flex-flow: row;
justify-content: space-between;
align-items: flex-start;
display: none;
}
.flex-block-80 {
display: none;
}
.flex-block-81 {
justify-content: space-between;
align-self: stretch;
align-items: center;
}
.flex-block-82 {
grid-column-gap: 30px;
grid-row-gap: 30px;
justify-content: flex-start;
align-items: center;
}
.sort-item-brand-copy {
width: 50px;
}
.flex-block-84 {
grid-column-gap: 20px;
grid-row-gap: 20px;
justify-content: space-between;
align-items: flex-start;
width: 100%;
}
.flex-block-85 {
grid-column-gap: 10px;
grid-row-gap: 10px;
border-radius: var(--_round---normal);
background-color: var(--white);
justify-content: flex-start;
align-items: center;
padding: 15px 20px;
display: flex;
}
.code-embed-9 {
color: var(--_button---primary);
width: 18px;
height: 18px;
}
.flex-block-77-copy {
justify-content: flex-start;
align-items: center;
}
.flex-block-18-copy-copy {
grid-column-gap: 40px;
grid-row-gap: 40px;
flex-flow: column;
}
.heading-8-copy {
font-size: var(--_fonts---font-size--small-font-size);
align-self: stretch;
font-weight: 400;
line-height: 20px;
display: block;
overflow: hidden;
}
.dropdown-2 {
margin-left: 0;
margin-right: 0;
}
.heading-9-copy {
font-size: var(--_fonts---font-size--bigger);
}
.info-block-search-copy {
justify-content: space-between;
align-self: stretch;
align-items: center;
}
.mobile-block {
display: flex;
}
.flex-block-87 {
grid-column-gap: 10px;
grid-row-gap: 10px;
flex: 1;
}
.mobile-menu-bottom {
padding-top: 0;
padding-bottom: 0;
box-shadow: 0 0 5px #0003;
}
.mobile-menu-bottom.info {
padding-top: 20px;
padding-bottom: 20px;
}
.mobile-menu-buttom-section {
display: block;
}
.name-mobile-menu-item {
color: var(--black);
font-size: var(--_fonts---font-size--small-font-size);
font-weight: 400;
}
.button-for-mobile-menu-block {
grid-column-gap: 2px;
grid-row-gap: 2px;
background-color: var(--_fonts---color--white);
color: var(--_button---light-blue-grey);
flex-flow: column;
width: 70px;
}
.button-for-mobile-menu-block:hover {
background-color: var(--_button---light-blue);
}
.icon_favorite {
color: var(--_button---light-blue-grey);
}
.block-for-moble-menu-icon {
width: 30px;
height: 30px;
}
.icon-setting {
width: 100%;
height: 100%;
}
.div-block-25 {
width: 20px;
height: 20px;
display: block;
}
.info-satus {
background-color: var(--green);
color: var(--_fonts---color--white);
font-size: 10px;
font-weight: 400;
}
.flex-block-93 {
align-self: auto;
min-height: 48px;
}
.sort-list-card {
padding-right: 30px;
display: none;
}
.flex-block-49-copy {
grid-column-gap: 30px;
grid-row-gap: 30px;
}
.price-in-cart-s1 {
text-align: left;
flex: 1;
width: auto;
}
.price-1-pcs-cart-s1 {
text-align: left;
}
.add-to-cart-block-s2 {
justify-content: space-between;
align-self: stretch;
align-items: center;
}
.core-product-search-copy, .core-product-search-s1 {
align-self: stretch;
}
.product-item-search-s1 {
grid-column-gap: 10px;
grid-row-gap: 10px;
flex-flow: row;
justify-content: space-between;
align-items: flex-start;
padding-top: 10px;
padding-bottom: 10px;
}
.info-block-search-s1 {
justify-content: space-between;
align-self: stretch;
align-items: center;
}
.price-s1 {
text-align: right;
width: 110px;
}
.flex-block-14-copy {
grid-column-gap: 30px;
grid-row-gap: 30px;
align-self: stretch;
}
.flex-block-13-copy {
flex-flow: column;
}
.sort-list-s1 {
padding-right: 30px;
}
.core-product-search-s2 {
align-self: stretch;
}
.text-block-25-s1, .pcs-re-s1 {
display: none;
}
.add-to-cart-block-s1, .add-to-cart-block-copy, .add-to-cart-block-copy {
justify-content: space-between;
align-self: stretch;
align-items: center;
}
.service-wholesale-block {
grid-column-gap: 20px;
grid-row-gap: 20px;
}
.lastnews {
flex-flow: column;
}
.heading-17 {
font-size: 36px;
}
.container2-copy {
padding: 20px 30px 75px;
}
}
@media screen and (max-width: 479px) {
body {
--_fonts---font-family: Onest, sans-serif;
--_fonts---color--dark-blue: #0d336c;
--_fonts---font-size--core: 14px;
--_fonts---font-size--small-font-size: 12px;
--_fonts---color--black: #000;
--_fonts---font-size--bigger: 16px;
--_fonts---color--white: white;
--_fonts---color--light-blue-grey: #8e9aac;
--_fonts---h1: 30px;
--_fonts---color--light-blue: #b7cae2;
--_fonts---color--grey: #747474;
--_fonts---font-size--heading-2: 24px;
--_fonts---font-size--heading-3: 20px;
--_fonts---color--green: #4db45e;
--_fonts---font-size--supersmall: 10px;
}
.container {
max-width: 100%;
padding-top: 30px;
padding-left: 15px;
padding-right: 15px;
}
.container.nav, .container.info {
padding-left: 15px;
padding-right: 15px;
}
.container.subscribe {
padding: 40px 15px;
}
.container.footer {
padding: 40px 15px 90px;
}
.brand {
width: 140px;
padding-left: 0;
}
.phone {
display: block;
}
.icon_messenger {
max-width: 30px;
}
.flex-block, .flex-block-2 {
grid-column-gap: 15px;
grid-row-gap: 15px;
}
.flex-block-4 {
padding-top: 15px;
padding-bottom: 15px;
}
.menu-button {
width: 54px;
height: 48px;
padding: 14px 15px;
}
.menu-button.w--open {
justify-content: center;
align-items: center;
width: 54px;
height: 48px;
padding-left: 15px;
}
.navbar-2 {
margin-left: -60px;
top: 58px;
}
.flex-block-7 {
grid-column-gap: 2px;
grid-row-gap: 2px;
display: flex;
}
.flex-block-8 {
grid-column-gap: 15px;
grid-row-gap: 15px;
}
.flex-block-9, .flex-block-10 {
grid-column-gap: 5px;
grid-row-gap: 5px;
}
.heading {
--_fonts---font-family: Onest, sans-serif;
--_fonts---color--dark-blue: #0d336c;
--_fonts---font-size--core: 14px;
--_fonts---font-size--small-font-size: 12px;
--_fonts---color--black: #000;
--_fonts---font-size--bigger: 16px;
--_fonts---color--white: white;
--_fonts---color--light-blue-grey: #8e9aac;
--_fonts---h1: 30px;
--_fonts---color--light-blue: #b7cae2;
--_fonts---color--grey: #747474;
--_fonts---font-size--heading-2: 24px;
--_fonts---font-size--heading-3: 20px;
--_fonts---color--green: #4db45e;
--_fonts---font-size--supersmall: 10px;
line-height: 36px;
}
.text-block-4 {
line-height: 140%;
}
.flex-block-11 {
justify-content: flex-start;
align-items: flex-start;
}
.text-block-5 {
margin-top: 3px;
margin-bottom: 0;
}
.flex-block-13 {
grid-column-gap: 20px;
grid-row-gap: 20px;
flex-flow: column;
max-width: 100%;
}
.flex-block-14 {
grid-column-gap: 20px;
grid-row-gap: 20px;
max-width: 100%;
margin-bottom: 40px;
}
.text-block-6 {
display: none;
}
.flex-block-15 {
grid-column-gap: 5px;
grid-row-gap: 5px;
min-width: 140px;
max-width: 190px;
padding: 15px;
}
.flex-block-16 {
grid-column-gap: 0px;
grid-row-gap: 0px;
flex-flow: column;
}
.text-block-10 {
max-height: 36px;
line-height: 18px;
overflow: hidden;
}
.image-5 {
width: 126px;
height: 114px;
min-height: auto;
}
.button_strock {
padding: 15px 30px;
}
.div-block-7 {
width: 20px;
height: 20px;
}
.flex-block-18 {
grid-column-gap: 20px;
grid-row-gap: 20px;
}
.div-block-9 {
grid-column-gap: 10px;
grid-row-gap: 10px;
}
.form-3 {
grid-column-gap: 10px;
grid-row-gap: 10px;
flex-flow: column;
}
.text-field-3 {
padding-top: 20px;
padding-bottom: 20px;
}
.submit-button {
align-self: stretch;
padding: 15px 30px;
}
.text-block-15 {
text-align: left;
}
.flex-block-19 {
grid-column-gap: 20px;
grid-row-gap: 20px;
justify-content: flex-start;
align-items: center;
}
.flex-block-20 {
grid-column-gap: 30px;
grid-row-gap: 30px;
}
.flex-block-22 {
grid-column-gap: 20px;
grid-row-gap: 20px;
flex-flow: column;
align-self: stretch;
margin-top: 20px;
margin-bottom: 20px;
}
.flex-block-24 {
grid-column-gap: 30px;
grid-row-gap: 30px;
padding-top: 0;
overflow: hidden;
}
.flex-block-26 {
min-width: 90px;
}
.flex-block-28 {
min-width: 290px;
padding: 20px;
}
.select {
margin-bottom: 10px;
}
.container2 {
padding-left: 15px;
padding-right: 15px;
}
.div-block-11 {
padding: 40px 30px;
}
.heading-6 {
font-size: var(--_fonts---font-size--heading-2);
}
.div-block-12 {
justify-content: flex-start;
align-items: flex-start;
min-width: 280px;
height: auto;
overflow: hidden;
}
.div-block-12.small {
min-width: 280px;
}
.news {
grid-column-gap: 10px;
grid-row-gap: 10px;
min-width: 260px;
padding: 20px;
}
.heading_news {
line-height: 28px;
}
.text-block-20 {
line-height: 18px;
}
.div-block-13 {
flex: none;
}
.flex-block-33 {
margin-top: 10px;
}
.flex-block-36 {
grid-column-gap: 10px;
grid-row-gap: 10px;
scrollbar-width: none;
flex-flow: row;
overflow: scroll;
}
.heading-8 {
margin-left: 20px;
margin-right: 20px;
}
.flex-block-37 {
grid-column-gap: 10px;
grid-row-gap: 10px;
padding-top: 10px;
}
.image-8 {
width: 16px;
height: 16px;
}
.raiting {
flex: 0 auto;
width: auto;
}
.flex-block-40 {
grid-column-gap: 10px;
grid-row-gap: 10px;
font-size: var(--_fonts---font-size--bigger);
}
.div-block-16 {
display: none;
}
.flex-block-43 {
flex-flow: row;
}
.flex-block-44 {
grid-column-gap: 0px;
grid-row-gap: 0px;
border-radius: var(--_round---normal);
background-color: var(--white);
align-self: stretch;
min-width: 160px;
padding-top: 10px;
}
.heading-9 {
margin-top: 0;
}
.text-block-21 {
line-height: 140%;
}
.flex-block-45 {
display: flex;
}
.core-product-search {
grid-column-gap: 10px;
grid-row-gap: 10px;
}
.flex-block-47 {
grid-column-gap: 10px;
grid-row-gap: 10px;
align-self: stretch;
}
.image-10 {
object-fit: contain;
}
.div-block-20 {
align-self: auto;
display: block;
}
.core-product {
grid-column-gap: 10px;
grid-row-gap: 10px;
flex-flow: column-reverse wrap;
justify-content: flex-start;
align-items: flex-start;
}
.product-item-search {
padding-left: 10px;
padding-right: 10px;
}
.product-list-search {
grid-column-gap: 10px;
grid-row-gap: 10px;
}
.info-block-search {
grid-column-gap: 5px;
grid-row-gap: 5px;
flex-flow: column;
justify-content: space-between;
align-self: stretch;
align-items: flex-start;
}
.pcs-search {
width: 50px;
}
.price {
text-align: left;
width: 80px;
}
.add-to-cart-block {
grid-column-gap: 5px;
grid-row-gap: 5px;
flex-flow: column;
grid-template-rows: auto auto;
grid-template-columns: 1fr 1fr;
grid-auto-columns: 1fr;
grid-auto-flow: row;
justify-content: space-between;
align-self: stretch;
place-items: flex-start start;
display: grid;
}
.info-block-product-card-search, .item-recommend {
display: none;
}
.flex-block-48 {
max-width: 100%;
}
.sort-list {
grid-column-gap: 0px;
grid-row-gap: 0px;
padding-left: 18px;
padding-right: 18px;
}
.sort-item, .sort-item.first {
width: auto;
}
.flex-block-49 {
grid-column-gap: 28px;
grid-row-gap: 28px;
}
.show-more-search {
justify-content: flex-start;
align-items: flex-start;
}
.text-block-27 {
font-size: var(--_fonts---font-size--core);
line-height: 140%;
}
.pcs-card {
text-align: left;
}
.product-item-card {
align-self: stretch;
}
.flex-block-51 {
padding-bottom: 2px;
overflow: scroll;
}
.flex-block-14-copy {
grid-column-gap: 10px;
grid-row-gap: 10px;
max-width: 100%;
margin-bottom: 40px;
overflow: scroll;
}
.image-10-copy {
width: 270px;
}
.flex-block-56 {
justify-content: space-between;
align-items: flex-start;
max-width: 290px;
}
.small-img {
width: 60px;
height: 45px;
}
.cart-list {
max-width: 100%;
}
.cart-item {
grid-column-gap: 10px;
grid-row-gap: 10px;
padding-left: 10px;
padding-right: 10px;
}
.heading-9-copy {
align-self: stretch;
}
.flex-block-39-copy {
flex: 1;
justify-content: flex-start;
align-items: flex-start;
width: auto;
}
.heading-9-copy-copy {
text-align: left;
flex: 0 auto;
}
.text-block-21-copy-copy {
font-size: var(--_fonts---font-size--small-font-size);
text-align: left;
}
.flex-block-39-copy-copy {
grid-column-gap: 0px;
grid-row-gap: 0px;
flex-flow: column;
flex: 1;
justify-content: space-between;
align-items: flex-start;
display: flex;
}
.form-block-copy {
align-self: stretch;
max-width: none;
}
.control-element {
width: 60px;
margin-left: auto;
}
.multi-control {
grid-column-gap: 20px;
grid-row-gap: 20px;
padding-left: 10px;
padding-right: 10px;
}
.cart-detail-info {
padding-left: 20px;
padding-right: 20px;
}
.comments_f {
align-self: stretch;
max-width: none;
}
.flex-block-61 {
display: none;
}
.product-list-cart-check {
grid-column-gap: 10px;
grid-row-gap: 10px;
}
.menu-category {
display: none;
}
.image-14 {
max-width: 280px;
}
.flex-block-68 {
grid-column-gap: 20px;
grid-row-gap: 20px;
}
.text-block-36 {
flex: 1;
}
.flex-block-70 {
max-width: none;
}
.flex-block-75 {
flex-flow: column;
justify-content: flex-start;
align-items: flex-start;
}
.flex-block-73-copy-copy, .flex-block-73-copy-copy-red {
min-width: 260px;
}
.code-embed-4 {
width: 24px;
height: 24px;
}
.code-embed-5 {
width: 24px;
height: 18px;
}
.flex-block-18-copy {
grid-column-gap: 30px;
grid-row-gap: 30px;
grid-column-gap: 20px;
grid-row-gap: 20px;
justify-content: space-between;
align-items: flex-start;
}
.phone-copy {
display: none;
}
.flex-block-78 {
justify-content: space-between;
align-items: center;
}
.flex-block-81 {
grid-column-gap: 5px;
grid-row-gap: 5px;
flex-flow: row;
justify-content: space-between;
align-items: center;
}
.core-product-copy {
flex-flow: column;
justify-content: flex-start;
align-items: flex-start;
}
.core-product-search-copy {
flex-flow: row;
align-self: stretch;
max-width: 100%;
height: 340px;
display: flex;
overflow: scroll;
}
.raiting-copy, .pcs-copy {
display: none;
}
.item-recommend-copy {
display: block;
}
.flex-block-83 {
flex-flow: column;
}
.flex-block-84 {
grid-column-gap: 20px;
grid-row-gap: 20px;
justify-content: space-between;
align-items: flex-start;
width: 100%;
}
.flex-block-85 {
grid-column-gap: 8px;
grid-row-gap: 8px;
border-radius: var(--_round---small-8);
background-color: var(--white);
justify-content: flex-start;
align-items: center;
padding: 8px 12px;
display: flex;
}
.code-embed-9 {
color: var(--_button---primary);
width: 16px;
height: 16px;
}
.image-15 {
max-width: 80%;
}
.code-embed-10 {
color: var(--white);
width: 16px;
height: 20px;
}
.flex-block-86 {
grid-column-gap: 5px;
grid-row-gap: 5px;
border-radius: var(--_round---small-8);
background-color: var(--_button---hover-dark_blue);
justify-content: flex-start;
align-items: center;
padding: 10px 15px;
}
.flex-block-18-copy-copy {
grid-column-gap: 30px;
grid-row-gap: 30px;
}
.link-block-4-copy {
flex: 0 auto;
}
.heading-8-copy {
color: var(--_fonts---color--light-blue-grey);
font-size: var(--_fonts---font-size--small-font-size);
margin-left: 0;
margin-right: 0;
font-weight: 400;
}
.dropdown-2 {
margin-left: 0;
margin-right: 0;
}
.dropdown-list-2 {
background-color: var(--white);
box-shadow: 0 2px 5px #0003;
}
.dropdown-list-2.w--open {
border-radius: var(--_round---small-8);
}
.heading-9-copy {
margin-top: 0;
}
.info-block-search-copy {
grid-column-gap: 10px;
grid-row-gap: 10px;
flex-flow: column;
justify-content: space-between;
align-self: stretch;
align-items: flex-start;
}
.heading-9-copy-copy {
font-size: var(--_fonts---font-size--small-font-size);
line-height: 18px;
}
.mobile-block {
flex: 0 auto;
width: auto;
}
.flex-block-87 {
grid-column-gap: 0px;
grid-row-gap: 0px;
}
.mobile-menu-bottom {
margin-left: 0;
margin-right: 0;
padding-left: 15px;
padding-right: 15px;
}
.mobile-menu-bottom.nav, .mobile-menu-bottom.info {
padding-left: 15px;
padding-right: 15px;
}
.mobile-menu-bottom.subscribe, .mobile-menu-bottom.footer {
padding: 40px 15px;
}
.name-mobile-menu-item {
display: block;
}
.button-for-mobile-menu-block {
grid-column-gap: 0px;
grid-row-gap: 0px;
width: 60px;
padding-bottom: 5px;
}
.flex-block-93 {
margin-left: 70px;
}
.sort-list-card {
grid-column-gap: 0px;
grid-row-gap: 0px;
padding-left: 18px;
padding-right: 18px;
}
.flex-block-49-copy {
grid-column-gap: 28px;
grid-row-gap: 28px;
}
.price-in-cart-s1 {
text-align: left;
min-width: 120px;
}
.delivery-cart-s1 {
font-size: var(--_fonts---font-size--small-font-size);
line-height: 18px;
}
.price-1-pcs-cart-s1 {
text-align: left;
}
.pcs-cart-s1 {
margin-left: auto;
margin-right: 0;
display: flex;
}
.add-to-cart-block-s2 {
grid-column-gap: 5px;
grid-row-gap: 5px;
flex-flow: column;
grid-template-rows: auto auto;
grid-template-columns: 1fr 1fr;
grid-auto-columns: 1fr;
grid-auto-flow: row;
justify-content: space-between;
align-self: stretch;
place-items: flex-start start;
display: flex;
}
.product-item-search-s1 {
padding-left: 10px;
padding-right: 10px;
}
.info-block-search-s1 {
grid-column-gap: 5px;
grid-row-gap: 5px;
flex-flow: row;
justify-content: space-between;
align-self: auto;
align-items: center;
}
.info-block-product-card-search-s1 {
display: none;
}
.price-s1 {
text-align: left;
width: 80px;
}
.flex-block-14-copy {
grid-column-gap: 20px;
grid-row-gap: 20px;
margin-bottom: 40px;
}
.flex-block-13-copy {
grid-column-gap: 20px;
grid-row-gap: 20px;
flex-flow: column;
max-width: 100%;
}
.core-product-s1 {
grid-column-gap: 10px;
grid-row-gap: 10px;
flex-flow: column-reverse wrap;
justify-content: flex-start;
align-items: flex-start;
}
.flex-block-48-copy {
max-width: 100%;
}
.sort-list-s1 {
grid-column-gap: 0px;
grid-row-gap: 0px;
padding-left: 18px;
padding-right: 18px;
}
.pcs-search-s1 {
width: 50px;
}
.add-to-cart-block-s1 {
grid-column-gap: 5px;
grid-row-gap: 5px;
flex-flow: column;
grid-template-rows: auto auto;
grid-template-columns: 1fr 1fr;
grid-auto-columns: 1fr;
grid-auto-flow: row;
justify-content: space-between;
align-self: stretch;
place-items: flex-start start;
display: flex;
}
.flex-block-15-copy {
grid-column-gap: 5px;
grid-row-gap: 5px;
min-width: 135px;
max-width: 190px;
padding: 15px;
}
.flex-block-14-copy-copy {
grid-column-gap: 10px;
grid-row-gap: 10px;
max-width: 100%;
margin-bottom: 40px;
overflow: scroll;
}
.add-to-cart-block-copy {
grid-column-gap: 5px;
grid-row-gap: 5px;
grid-column-gap: 5px;
grid-row-gap: 5px;
flex-flow: row;
grid-template-rows: auto auto;
grid-template-columns: 1fr 1fr;
grid-auto-columns: 1fr;
grid-auto-flow: row;
justify-content: space-between;
align-self: stretch;
place-items: center start;
display: flex;
}
.control-element-copy {
margin-left: auto;
}
.core-product-copy-copy {
flex-flow: column;
justify-content: flex-start;
align-items: center;
}
.flex-block-94 {
grid-column-gap: 15px;
grid-row-gap: 15px;
}
.div-block-31 {
padding: 12px 15px;
}
.image-18 {
height: 18px;
}
.desc-wholesale {
min-width: 260px;
padding: 30px 20px;
}
.flex-block-95 {
grid-template-rows: auto auto auto auto auto;
grid-template-columns: 1fr;
}
.image-wholesale {
min-width: 260px;
}
.why-wholesale {
grid-template-rows: auto auto auto auto auto auto auto auto;
grid-template-columns: 1fr;
}
.flex-block-96 {
flex-flow: column;
grid-template-rows: auto auto auto auto auto auto;
grid-template-columns: 1fr;
justify-content: flex-start;
align-items: flex-start;
padding-left: 20px;
padding-right: 20px;
display: flex;
}
.div-block-33 {
transform: rotate(90deg);
}
.flex-block-71-copy {
flex-flow: wrap;
}
.text-block-36-copy {
flex: 0 auto;
}
.map-contacts, .lastnews {
min-width: 260px;
}
.contentnews {
min-width: 260px;
padding: 30px 20px;
}
.submit-button-copy {
padding: 15px 30px;
}
.heading-17 {
text-align: center;
font-size: 24px;
}
.text-block-51 {
display: none;
}
.flex-block-99 {
margin-bottom: 0;
}
.flex-block-100 {
padding-left: 20px;
padding-right: 20px;
}
.flex-block-101 {
display: none;
}
.container2-copy {
padding-left: 15px;
padding-right: 15px;
}
.div-block-12-copy, .div-block-123, .div-block-red.small {
min-width: 280px;
height: auto;
overflow: hidden;
}
.image-22 {
margin-right: -50px;
}
}
#w-node-bc394713-4b8e-44e3-8ddf-3edc1c31a743-3b3232bc {
justify-self: stretch;
}
#w-node-_8908a890-8c8f-e12c-999f-08d5da3bcc01-3b3232bc {
grid-area: Area;
}
@media screen and (min-width: 1920px) {
#w-node-_8908a890-8c8f-e12c-999f-08d5da3bcc01-3b3232bc {
grid-area: Area;
}
}
@media screen and (max-width: 991px) {
#w-node-_2eb32dc9-d3cb-cbbb-db81-4205d4e11f12-659ca3b9 {
grid-area: span 1 / span 3 / span 1 / span 3;
}
}
@media screen and (max-width: 479px) {
#w-node-_35f55517-cbe0-9ee3-13bb-a3ed00029bba-00029ba8, #w-node-_35f55517-cbe0-9ee3-13bb-a3ed00029bc7-00029ba8 {
justify-self: stretch;
}
}

1790
pravki/css/webflow.css Normal file
View File

@ -0,0 +1,1790 @@
@font-face {
font-family: 'webflow-icons';
src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format('truetype');
font-weight: normal;
font-style: normal;
}
[class^="w-icon-"],
[class*=" w-icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'webflow-icons' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.w-icon-slider-right:before {
content: "\e600";
}
.w-icon-slider-left:before {
content: "\e601";
}
.w-icon-nav-menu:before {
content: "\e602";
}
.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
content: "\e603";
}
.w-icon-file-upload-remove:before {
content: "\e900";
}
.w-icon-file-upload-icon:before {
content: "\e903";
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html {
height: 100%;
}
body {
margin: 0;
min-height: 100%;
background-color: #fff;
font-family: Arial, sans-serif;
font-size: 14px;
line-height: 20px;
color: #333;
}
img {
max-width: 100%;
vertical-align: middle;
display: inline-block;
}
html.w-mod-touch * {
background-attachment: scroll !important;
}
.w-block {
display: block;
}
.w-inline-block {
max-width: 100%;
display: inline-block;
}
.w-clearfix:before,
.w-clearfix:after {
content: " ";
display: table;
grid-column-start: 1;
grid-row-start: 1;
grid-column-end: 2;
grid-row-end: 2;
}
.w-clearfix:after {
clear: both;
}
.w-hidden {
display: none;
}
.w-button {
display: inline-block;
padding: 9px 15px;
background-color: #3898EC;
color: white;
border: 0;
line-height: inherit;
text-decoration: none;
cursor: pointer;
border-radius: 0;
}
input.w-button {
-webkit-appearance: button;
}
html[data-w-dynpage] [data-w-cloak] {
color: transparent !important;
}
.w-code-block {
margin: unset;
}
pre.w-code-block code {
all: inherit;
}
.w-optimization {
display: contents;
}
.w-webflow-badge,
.w-webflow-badge > img {
box-sizing: unset;
width: unset;
height: unset;
max-height: unset;
max-width: unset;
min-height: unset;
min-width: unset;
margin: unset;
padding: unset;
float: unset;
clear: unset;
border: unset;
border-radius: unset;
background: unset;
background-image: unset;
background-position: unset;
background-size: unset;
background-repeat: unset;
background-origin: unset;
background-clip: unset;
background-attachment: unset;
background-color: unset;
box-shadow: unset;
transform: unset;
transition: unset;
direction: unset;
font-family: unset;
font-weight: unset;
color: unset;
font-size: unset;
line-height: unset;
font-style: unset;
font-variant: unset;
text-align: unset;
letter-spacing: unset;
text-decoration: unset;
text-indent: unset;
text-transform: unset;
list-style-type: unset;
text-shadow: unset;
vertical-align: unset;
cursor: unset;
white-space: unset;
word-break: unset;
word-spacing: unset;
word-wrap: unset;
}
.w-webflow-badge {
position: fixed !important;
display: inline-block !important;
visibility: visible !important;
opacity: 1 !important;
z-index: 2147483647 !important;
top: auto !important;
right: 12px !important;
bottom: 12px !important;
left: auto !important;
color: #aaadb0 !important;
background-color: #fff !important;
border-radius: 3px !important;
padding: 6px !important;
font-size: 12px !important;
line-height: 14px !important;
text-decoration: none !important;
transform: none !important;
margin: 0 !important;
width: auto !important;
height: auto !important;
overflow: unset !important;
white-space: nowrap;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
cursor: pointer;
}
.w-webflow-badge > img {
position: unset;
display: inline-block !important;
visibility: unset !important;
opacity: 1 !important;
vertical-align: middle !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: bold;
margin-bottom: 10px;
}
h1 {
font-size: 38px;
line-height: 44px;
margin-top: 20px;
}
h2 {
font-size: 32px;
line-height: 36px;
margin-top: 20px;
}
h3 {
font-size: 24px;
line-height: 30px;
margin-top: 20px;
}
h4 {
font-size: 18px;
line-height: 24px;
margin-top: 10px;
}
h5 {
font-size: 14px;
line-height: 20px;
margin-top: 10px;
}
h6 {
font-size: 12px;
line-height: 18px;
margin-top: 10px;
}
p {
margin-top: 0;
margin-bottom: 10px;
}
blockquote {
margin: 0 0 10px 0;
padding: 10px 20px;
border-left: 5px solid #E2E2E2;
font-size: 18px;
line-height: 22px;
}
figure {
margin: 0;
margin-bottom: 10px;
}
figcaption {
margin-top: 5px;
text-align: center;
}
ul,
ol {
margin-top: 0px;
margin-bottom: 10px;
padding-left: 40px;
}
.w-list-unstyled {
padding-left: 0;
list-style: none;
}
.w-embed:before,
.w-embed:after {
content: " ";
display: table;
grid-column-start: 1;
grid-row-start: 1;
grid-column-end: 2;
grid-row-end: 2;
}
.w-embed:after {
clear: both;
}
.w-video {
width: 100%;
position: relative;
padding: 0;
}
.w-video iframe,
.w-video object,
.w-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
}
fieldset {
padding: 0;
margin: 0;
border: 0;
}
button,
[type='button'],
[type='reset'] {
border: 0;
cursor: pointer;
-webkit-appearance: button;
}
.w-form {
margin: 0 0 15px;
}
.w-form-done {
display: none;
padding: 20px;
text-align: center;
background-color: #dddddd;
}
.w-form-fail {
display: none;
margin-top: 10px;
padding: 10px;
background-color: #ffdede;
}
label {
display: block;
margin-bottom: 5px;
font-weight: bold;
}
.w-input,
.w-select {
display: block;
width: 100%;
height: 38px;
padding: 8px 12px;
margin-bottom: 10px;
font-size: 14px;
line-height: 1.42857143;
color: #333333;
vertical-align: middle;
background-color: #ffffff;
border: 1px solid #cccccc;
}
.w-input::placeholder,
.w-select::placeholder {
color: #999;
}
.w-input:focus,
.w-select:focus {
border-color: #3898EC;
outline: 0;
}
.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
cursor: not-allowed;
}
.w-input[disabled]:not(.w-input-disabled),
.w-select[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
background-color: #eeeeee;
}
textarea.w-input,
textarea.w-select {
height: auto;
}
.w-select {
background-color: #f3f3f3;
}
.w-select[multiple] {
height: auto;
}
.w-form-label {
display: inline-block;
cursor: pointer;
font-weight: normal;
margin-bottom: 0px;
}
.w-radio {
display: block;
margin-bottom: 5px;
padding-left: 20px;
}
.w-radio:before,
.w-radio:after {
content: " ";
display: table;
grid-column-start: 1;
grid-row-start: 1;
grid-column-end: 2;
grid-row-end: 2;
}
.w-radio:after {
clear: both;
}
.w-radio-input {
margin: 4px 0 0;
line-height: normal;
float: left;
margin-left: -20px;
}
.w-radio-input {
margin-top: 3px;
}
.w-file-upload {
display: block;
margin-bottom: 10px;
}
.w-file-upload-input {
width: 0.1px;
height: 0.1px;
opacity: 0;
overflow: hidden;
position: absolute;
z-index: -100;
}
.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
display: inline-block;
color: #333333;
}
.w-file-upload-error {
display: block;
margin-top: 10px;
}
.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
display: none;
}
.w-file-upload-uploading-btn {
display: flex;
font-size: 14px;
font-weight: normal;
cursor: pointer;
margin: 0;
padding: 8px 12px;
border: 1px solid #cccccc;
background-color: #fafafa;
}
.w-file-upload-file {
display: flex;
flex-grow: 1;
justify-content: space-between;
margin: 0;
padding: 8px 9px 8px 11px;
border: 1px solid #cccccc;
background-color: #fafafa;
}
.w-file-upload-file-name {
font-size: 14px;
font-weight: normal;
display: block;
}
.w-file-remove-link {
margin-top: 3px;
margin-left: 10px;
width: auto;
height: auto;
padding: 3px;
display: block;
cursor: pointer;
}
.w-icon-file-upload-remove {
margin: auto;
font-size: 10px;
}
.w-file-upload-error-msg {
display: inline-block;
color: #ea384c;
padding: 2px 0;
}
.w-file-upload-info {
display: inline-block;
line-height: 38px;
padding: 0 12px;
}
.w-file-upload-label {
display: inline-block;
font-size: 14px;
font-weight: normal;
cursor: pointer;
margin: 0;
padding: 8px 12px;
border: 1px solid #cccccc;
background-color: #fafafa;
}
.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
display: inline-block;
margin-right: 8px;
width: 20px;
}
.w-icon-file-upload-uploading {
height: 20px;
}
.w-container {
margin-left: auto;
margin-right: auto;
max-width: 940px;
}
.w-container:before,
.w-container:after {
content: " ";
display: table;
grid-column-start: 1;
grid-row-start: 1;
grid-column-end: 2;
grid-row-end: 2;
}
.w-container:after {
clear: both;
}
.w-container .w-row {
margin-left: -10px;
margin-right: -10px;
}
.w-row:before,
.w-row:after {
content: " ";
display: table;
grid-column-start: 1;
grid-row-start: 1;
grid-column-end: 2;
grid-row-end: 2;
}
.w-row:after {
clear: both;
}
.w-row .w-row {
margin-left: 0;
margin-right: 0;
}
.w-col {
position: relative;
float: left;
width: 100%;
min-height: 1px;
padding-left: 10px;
padding-right: 10px;
}
.w-col .w-col {
padding-left: 0;
padding-right: 0;
}
.w-col-1 {
width: 8.33333333%;
}
.w-col-2 {
width: 16.66666667%;
}
.w-col-3 {
width: 25%;
}
.w-col-4 {
width: 33.33333333%;
}
.w-col-5 {
width: 41.66666667%;
}
.w-col-6 {
width: 50%;
}
.w-col-7 {
width: 58.33333333%;
}
.w-col-8 {
width: 66.66666667%;
}
.w-col-9 {
width: 75%;
}
.w-col-10 {
width: 83.33333333%;
}
.w-col-11 {
width: 91.66666667%;
}
.w-col-12 {
width: 100%;
}
.w-hidden-main {
display: none !important;
}
@media screen and (max-width: 991px) {
.w-container {
max-width: 728px;
}
.w-hidden-main {
display: inherit !important;
}
.w-hidden-medium {
display: none !important;
}
.w-col-medium-1 {
width: 8.33333333%;
}
.w-col-medium-2 {
width: 16.66666667%;
}
.w-col-medium-3 {
width: 25%;
}
.w-col-medium-4 {
width: 33.33333333%;
}
.w-col-medium-5 {
width: 41.66666667%;
}
.w-col-medium-6 {
width: 50%;
}
.w-col-medium-7 {
width: 58.33333333%;
}
.w-col-medium-8 {
width: 66.66666667%;
}
.w-col-medium-9 {
width: 75%;
}
.w-col-medium-10 {
width: 83.33333333%;
}
.w-col-medium-11 {
width: 91.66666667%;
}
.w-col-medium-12 {
width: 100%;
}
.w-col-stack {
width: 100%;
left: auto;
right: auto;
}
}
@media screen and (max-width: 767px) {
.w-hidden-main {
display: inherit !important;
}
.w-hidden-medium {
display: inherit !important;
}
.w-hidden-small {
display: none !important;
}
.w-row,
.w-container .w-row {
margin-left: 0;
margin-right: 0;
}
.w-col {
width: 100%;
left: auto;
right: auto;
}
.w-col-small-1 {
width: 8.33333333%;
}
.w-col-small-2 {
width: 16.66666667%;
}
.w-col-small-3 {
width: 25%;
}
.w-col-small-4 {
width: 33.33333333%;
}
.w-col-small-5 {
width: 41.66666667%;
}
.w-col-small-6 {
width: 50%;
}
.w-col-small-7 {
width: 58.33333333%;
}
.w-col-small-8 {
width: 66.66666667%;
}
.w-col-small-9 {
width: 75%;
}
.w-col-small-10 {
width: 83.33333333%;
}
.w-col-small-11 {
width: 91.66666667%;
}
.w-col-small-12 {
width: 100%;
}
}
@media screen and (max-width: 479px) {
.w-container {
max-width: none;
}
.w-hidden-main {
display: inherit !important;
}
.w-hidden-medium {
display: inherit !important;
}
.w-hidden-small {
display: inherit !important;
}
.w-hidden-tiny {
display: none !important;
}
.w-col {
width: 100%;
}
.w-col-tiny-1 {
width: 8.33333333%;
}
.w-col-tiny-2 {
width: 16.66666667%;
}
.w-col-tiny-3 {
width: 25%;
}
.w-col-tiny-4 {
width: 33.33333333%;
}
.w-col-tiny-5 {
width: 41.66666667%;
}
.w-col-tiny-6 {
width: 50%;
}
.w-col-tiny-7 {
width: 58.33333333%;
}
.w-col-tiny-8 {
width: 66.66666667%;
}
.w-col-tiny-9 {
width: 75%;
}
.w-col-tiny-10 {
width: 83.33333333%;
}
.w-col-tiny-11 {
width: 91.66666667%;
}
.w-col-tiny-12 {
width: 100%;
}
}
.w-widget {
position: relative;
}
.w-widget-map {
width: 100%;
height: 400px;
}
.w-widget-map label {
width: auto;
display: inline;
}
.w-widget-map img {
max-width: inherit;
}
.w-widget-map .gm-style-iw {
text-align: center;
}
.w-widget-map .gm-style-iw > button {
display: none !important;
}
.w-widget-twitter {
overflow: hidden;
}
.w-widget-twitter-count-shim {
display: inline-block;
vertical-align: top;
position: relative;
width: 28px;
height: 20px;
text-align: center;
background: white;
border: #758696 solid 1px;
border-radius: 3px;
}
.w-widget-twitter-count-shim * {
pointer-events: none;
user-select: none;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
position: relative;
font-size: 15px;
line-height: 12px;
text-align: center;
color: #999;
font-family: serif;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
position: relative;
display: block;
}
.w-widget-twitter-count-shim.w--large {
width: 36px;
height: 28px;
}
.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
font-size: 18px;
line-height: 18px;
}
.w-widget-twitter-count-shim:not(.w--vertical) {
margin-left: 5px;
margin-right: 8px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large {
margin-left: 6px;
}
.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
top: 50%;
left: 0;
border: solid transparent;
content: ' ';
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.w-widget-twitter-count-shim:not(.w--vertical):before {
border-color: rgba(117, 134, 150, 0);
border-right-color: #5d6c7b;
border-width: 4px;
margin-left: -9px;
margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
border-width: 5px;
margin-left: -10px;
margin-top: -5px;
}
.w-widget-twitter-count-shim:not(.w--vertical):after {
border-color: rgba(255, 255, 255, 0);
border-right-color: white;
border-width: 4px;
margin-left: -8px;
margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
border-width: 5px;
margin-left: -9px;
margin-top: -5px;
}
.w-widget-twitter-count-shim.w--vertical {
width: 61px;
height: 33px;
margin-bottom: 8px;
}
.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
top: 100%;
left: 50%;
border: solid transparent;
content: ' ';
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.w-widget-twitter-count-shim.w--vertical:before {
border-color: rgba(117, 134, 150, 0);
border-top-color: #5d6c7b;
border-width: 5px;
margin-left: -5px;
}
.w-widget-twitter-count-shim.w--vertical:after {
border-color: rgba(255, 255, 255, 0);
border-top-color: white;
border-width: 4px;
margin-left: -4px;
}
.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
font-size: 18px;
line-height: 22px;
}
.w-widget-twitter-count-shim.w--vertical.w--large {
width: 76px;
}
.w-background-video {
position: relative;
overflow: hidden;
height: 500px;
color: white;
}
.w-background-video > video {
background-size: cover;
background-position: 50% 50%;
position: absolute;
margin: auto;
width: 100%;
height: 100%;
right: -100%;
bottom: -100%;
top: -100%;
left: -100%;
object-fit: cover;
z-index: -100;
}
.w-background-video > video::-webkit-media-controls-start-playback-button {
display: none !important;
-webkit-appearance: none;
}
.w-background-video--control {
position: absolute;
bottom: 1em;
right: 1em;
background-color: transparent;
padding: 0;
}
.w-background-video--control > [hidden] {
display: none !important;
}
.w-slider {
position: relative;
height: 300px;
text-align: center;
background: #dddddd;
clear: both;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-mask {
position: relative;
display: block;
overflow: hidden;
z-index: 1;
left: 0;
right: 0;
height: 100%;
white-space: nowrap;
}
.w-slide {
position: relative;
display: inline-block;
vertical-align: top;
width: 100%;
height: 100%;
white-space: normal;
text-align: left;
}
.w-slider-nav {
position: absolute;
z-index: 2;
top: auto;
right: 0;
bottom: 0;
left: 0;
margin: auto;
padding-top: 10px;
height: 40px;
text-align: center;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-nav.w-round > div {
border-radius: 100%;
}
.w-slider-nav.w-num > div {
width: auto;
height: auto;
padding: 0.2em 0.5em;
font-size: inherit;
line-height: inherit;
}
.w-slider-nav.w-shadow > div {
box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.w-slider-nav-invert {
color: #fff;
}
.w-slider-nav-invert > div {
background-color: rgba(34, 34, 34, 0.4);
}
.w-slider-nav-invert > div.w-active {
background-color: #222;
}
.w-slider-dot {
position: relative;
display: inline-block;
width: 1em;
height: 1em;
background-color: rgba(255, 255, 255, 0.4);
cursor: pointer;
margin: 0 3px 0.5em;
transition: background-color 100ms, color 100ms;
}
.w-slider-dot.w-active {
background-color: #fff;
}
.w-slider-dot:focus {
outline: none;
box-shadow: 0px 0px 0px 2px #fff;
}
.w-slider-dot:focus.w-active {
box-shadow: none;
}
.w-slider-arrow-left,
.w-slider-arrow-right {
position: absolute;
width: 80px;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
cursor: pointer;
overflow: hidden;
color: white;
font-size: 40px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
tap-highlight-color: rgba(0, 0, 0, 0);
user-select: none;
}
.w-slider-arrow-left [class^='w-icon-'],
.w-slider-arrow-right [class^='w-icon-'],
.w-slider-arrow-left [class*=' w-icon-'],
.w-slider-arrow-right [class*=' w-icon-'] {
position: absolute;
}
.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
outline: 0;
}
.w-slider-arrow-left {
z-index: 3;
right: auto;
}
.w-slider-arrow-right {
z-index: 4;
left: auto;
}
.w-icon-slider-left,
.w-icon-slider-right {
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
width: 1em;
height: 1em;
}
.w-slider-aria-label {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.w-slider-force-show {
display: block !important;
}
.w-dropdown {
display: inline-block;
position: relative;
text-align: left;
margin-left: auto;
margin-right: auto;
z-index: 900;
}
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
position: relative;
vertical-align: top;
text-decoration: none;
color: #222222;
padding: 20px;
text-align: left;
margin-left: auto;
margin-right: auto;
white-space: nowrap;
}
.w-dropdown-toggle {
user-select: none;
display: inline-block;
cursor: pointer;
padding-right: 40px;
}
.w-dropdown-toggle:focus {
outline: 0;
}
.w-icon-dropdown-toggle {
position: absolute;
top: 0;
right: 0;
bottom: 0;
margin: auto;
margin-right: 20px;
width: 1em;
height: 1em;
}
.w-dropdown-list {
position: absolute;
background: #dddddd;
display: none;
min-width: 100%;
}
.w-dropdown-list.w--open {
display: block;
}
.w-dropdown-link {
padding: 10px 20px;
display: block;
color: #222222;
}
.w-dropdown-link.w--current {
color: #0082f3;
}
.w-dropdown-link:focus {
outline: 0;
}
@media screen and (max-width: 767px) {
.w-nav-brand {
padding-left: 10px;
}
}
/**
* ## Note
* Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
* For example percentage units do not work on descendants of elements that
* have any dimensions expressed in viewport units. It also doesnt handle them at
* all in `calc()`.
*/
/**
* Wrapper around all lightbox elements
*
* 1. Since the lightbox can receive focus, IE also gives it an outline.
* 2. Fixes flickering on Chrome when a transition is in progress
* underneath the lightbox.
*/
.w-lightbox-backdrop {
cursor: auto;
font-style: normal;
letter-spacing: normal;
list-style: disc;
text-indent: 0;
text-shadow: none;
text-transform: none;
visibility: visible;
white-space: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
color: #fff;
font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
font-size: 17px;
line-height: 1.2;
font-weight: 300;
text-align: center;
background: rgba(0, 0, 0, 0.9);
z-index: 2000;
outline: 0;
/* 1 */
opacity: 0;
-webkit-user-select: none;
-moz-user-select: none;
-webkit-tap-highlight-color: transparent;
-webkit-transform: translate(0, 0);
/* 2 */
}
/**
* Neat trick to bind the rubberband effect to our canvas instead of the whole
* document on iOS. It also prevents a bug that causes the document underneath to scroll.
*/
.w-lightbox-backdrop,
.w-lightbox-container {
height: 100%;
overflow: auto;
-webkit-overflow-scrolling: touch;
}
.w-lightbox-content {
position: relative;
height: 100vh;
overflow: hidden;
}
.w-lightbox-view {
position: absolute;
width: 100vw;
height: 100vh;
opacity: 0;
}
.w-lightbox-view:before {
content: "";
height: 100vh;
}
/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
height: 86vh;
}
.w-lightbox-frame,
.w-lightbox-view:before {
display: inline-block;
vertical-align: middle;
}
/*
* 1. Remove default margin set by user-agent on the <figure> element.
*/
.w-lightbox-figure {
position: relative;
margin: 0;
/* 1 */
}
.w-lightbox-group .w-lightbox-figure {
cursor: pointer;
}
/**
* IE adds image dimensions as width and height attributes on the IMG tag,
* but we need both width and height to be set to auto to enable scaling.
*/
.w-lightbox-img {
width: auto;
height: auto;
max-width: none;
}
/**
* 1. Reset if style is set by user on "All Images"
*/
.w-lightbox-image {
display: block;
float: none;
/* 1 */
max-width: 100vw;
max-height: 100vh;
}
.w-lightbox-group .w-lightbox-image {
max-height: 86vh;
}
.w-lightbox-caption {
position: absolute;
right: 0;
bottom: 0;
left: 0;
padding: 0.5em 1em;
background: rgba(0, 0, 0, 0.4);
text-align: left;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.w-lightbox-embed {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
}
.w-lightbox-control {
position: absolute;
top: 0;
width: 4em;
background-size: 24px;
background-repeat: no-repeat;
background-position: center;
cursor: pointer;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.w-lightbox-left {
display: none;
bottom: 0;
left: 0;
/* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}
.w-lightbox-right {
display: none;
right: 0;
bottom: 0;
/* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}
/*
* Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
* The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
* (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
*/
.w-lightbox-close {
right: 0;
height: 2.6em;
/* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
background-size: 18px;
}
/**
* 1. All IE versions add extra space at the bottom without this.
*/
.w-lightbox-strip {
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 0 1vh;
line-height: 0;
/* 1 */
white-space: nowrap;
overflow-x: auto;
overflow-y: hidden;
}
/*
* 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
* which doesnt work in Safari anyway.
* 2. Chrome renders images pixelated when switching to GPU. Making sure
* the parent is also rendered on the GPU (by setting translate3d for
* example) fixes this behavior.
*/
.w-lightbox-item {
display: inline-block;
width: 10vh;
padding: 2vh 1vh;
box-sizing: content-box;
/* 1 */
cursor: pointer;
-webkit-transform: translate3d(0, 0, 0);
/* 2 */
}
.w-lightbox-active {
opacity: 0.3;
}
.w-lightbox-thumbnail {
position: relative;
height: 10vh;
background: #222;
overflow: hidden;
}
.w-lightbox-thumbnail-image {
position: absolute;
top: 0;
left: 0;
}
.w-lightbox-thumbnail .w-lightbox-tall {
top: 50%;
width: 100%;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.w-lightbox-thumbnail .w-lightbox-wide {
left: 50%;
height: 100%;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
/*
* Spinner
*
* Absolute pixel values are used to avoid rounding errors that would cause
* the white spinning element to be misaligned with the track.
*/
.w-lightbox-spinner {
position: absolute;
top: 50%;
left: 50%;
box-sizing: border-box;
width: 40px;
height: 40px;
margin-top: -20px;
margin-left: -20px;
border: 5px solid rgba(0, 0, 0, 0.4);
border-radius: 50%;
-webkit-animation: spin 0.8s infinite linear;
animation: spin 0.8s infinite linear;
}
.w-lightbox-spinner:after {
content: "";
position: absolute;
top: -4px;
right: -4px;
bottom: -4px;
left: -4px;
border: 3px solid transparent;
border-bottom-color: #fff;
border-radius: 50%;
}
/*
* Utility classes
*/
.w-lightbox-hide {
display: none;
}
.w-lightbox-noscroll {
overflow: hidden;
}
@media (min-width: 768px) {
.w-lightbox-content {
height: 96vh;
margin-top: 2vh;
}
.w-lightbox-view,
.w-lightbox-view:before {
height: 96vh;
}
/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
height: 84vh;
}
.w-lightbox-image {
max-width: 96vw;
max-height: 96vh;
}
.w-lightbox-group .w-lightbox-image {
max-width: 82.3vw;
max-height: 84vh;
}
.w-lightbox-left,
.w-lightbox-right {
display: block;
opacity: 0.5;
}
.w-lightbox-close {
opacity: 0.8;
}
.w-lightbox-control:hover {
opacity: 1;
}
}
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
opacity: 0;
}
.w-richtext:before,
.w-richtext:after {
content: " ";
display: table;
grid-column-start: 1;
grid-row-start: 1;
grid-column-end: 2;
grid-row-end: 2;
}
.w-richtext:after {
clear: both;
}
.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
white-space: initial;
}
.w-richtext ol,
.w-richtext ul {
overflow: hidden;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after {
outline: 2px solid #2895f7;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
outline: 2px solid #2895f7;
}
.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type="video"] > div:after {
content: '';
position: absolute;
display: none;
left: 0;
top: 0;
right: 0;
bottom: 0;
}
.w-richtext figure {
position: relative;
max-width: 60%;
}
.w-richtext figure > div:before {
cursor: default!important;
}
.w-richtext figure img {
width: 100%;
}
.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
opacity: 0.6;
}
.w-richtext figure div {
/* fix incorrectly sized selection border in the data manager */
font-size: 0px;
color: transparent;
}
.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
display: table;
}
.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
display: inline-block;
}
.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
display: table-caption;
caption-side: bottom;
}
.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
width: 60%;
height: 0;
}
.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
width: 100%;
}
.w-richtext figure.w-richtext-align-center {
margin-right: auto;
margin-left: auto;
clear: both;
}
.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
max-width: 100%;
}
.w-richtext figure.w-richtext-align-normal {
clear: both;
}
.w-richtext figure.w-richtext-align-fullwidth {
width: 100%;
max-width: 100%;
text-align: center;
clear: both;
display: block;
margin-right: auto;
margin-left: auto;
}
.w-richtext figure.w-richtext-align-fullwidth > div {
display: inline-block;
/* padding-bottom is used for aspect ratios in video figures
we want the div to inherit that so hover/selection borders in the designer-canvas
fit right*/
padding-bottom: inherit;
}
.w-richtext figure.w-richtext-align-fullwidth > figcaption {
display: block;
}
.w-richtext figure.w-richtext-align-floatleft {
float: left;
margin-right: 15px;
clear: none;
}
.w-richtext figure.w-richtext-align-floatright {
float: right;
margin-left: 15px;
clear: none;
}
.w-nav {
position: relative;
background: #dddddd;
z-index: 1000;
}
.w-nav:before,
.w-nav:after {
content: " ";
display: table;
grid-column-start: 1;
grid-row-start: 1;
grid-column-end: 2;
grid-row-end: 2;
}
.w-nav:after {
clear: both;
}
.w-nav-brand {
position: relative;
float: left;
text-decoration: none;
color: #333333;
}
.w-nav-link {
position: relative;
display: inline-block;
vertical-align: top;
text-decoration: none;
color: #222222;
padding: 20px;
text-align: left;
margin-left: auto;
margin-right: auto;
}
.w-nav-link.w--current {
color: #0082f3;
}
.w-nav-menu {
position: relative;
float: right;
}
[data-nav-menu-open] {
display: block !important;
position: absolute;
top: 100%;
left: 0;
right: 0;
background: #C8C8C8;
text-align: center;
overflow: visible;
min-width: 200px;
}
.w--nav-link-open {
display: block;
position: relative;
}
.w-nav-overlay {
position: absolute;
overflow: hidden;
display: none;
top: 100%;
left: 0;
right: 0;
width: 100%;
}
.w-nav-overlay [data-nav-menu-open] {
top: 0;
}
.w-nav[data-animation='over-left'] .w-nav-overlay {
width: auto;
}
.w-nav[data-animation='over-left'] .w-nav-overlay,
.w-nav[data-animation='over-left'] [data-nav-menu-open] {
right: auto;
z-index: 1;
top: 0;
}
.w-nav[data-animation='over-right'] .w-nav-overlay {
width: auto;
}
.w-nav[data-animation='over-right'] .w-nav-overlay,
.w-nav[data-animation='over-right'] [data-nav-menu-open] {
left: auto;
z-index: 1;
top: 0;
}
.w-nav-button {
position: relative;
float: right;
padding: 18px;
font-size: 24px;
display: none;
cursor: pointer;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
tap-highlight-color: rgba(0, 0, 0, 0);
user-select: none;
}
.w-nav-button:focus {
outline: 0;
}
.w-nav-button.w--open {
background-color: #C8C8C8;
color: white;
}
.w-nav[data-collapse='all'] .w-nav-menu {
display: none;
}
.w-nav[data-collapse='all'] .w-nav-button {
display: block;
}
.w--nav-dropdown-open {
display: block;
}
.w--nav-dropdown-toggle-open {
display: block;
}
.w--nav-dropdown-list-open {
position: static;
}
@media screen and (max-width: 991px) {
.w-nav[data-collapse='medium'] .w-nav-menu {
display: none;
}
.w-nav[data-collapse='medium'] .w-nav-button {
display: block;
}
}
@media screen and (max-width: 767px) {
.w-nav[data-collapse='small'] .w-nav-menu {
display: none;
}
.w-nav[data-collapse='small'] .w-nav-button {
display: block;
}
.w-nav-brand {
padding-left: 10px;
}
}
@media screen and (max-width: 479px) {
.w-nav[data-collapse='tiny'] .w-nav-menu {
display: none;
}
.w-nav[data-collapse='tiny'] .w-nav-button {
display: block;
}
}
.w-tabs {
position: relative;
}
.w-tabs:before,
.w-tabs:after {
content: " ";
display: table;
grid-column-start: 1;
grid-row-start: 1;
grid-column-end: 2;
grid-row-end: 2;
}
.w-tabs:after {
clear: both;
}
.w-tab-menu {
position: relative;
}
.w-tab-link {
position: relative;
display: inline-block;
vertical-align: top;
text-decoration: none;
padding: 9px 30px;
text-align: left;
cursor: pointer;
color: #222222;
background-color: #dddddd;
}
.w-tab-link.w--current {
background-color: #C8C8C8;
}
.w-tab-link:focus {
outline: 0;
}
.w-tab-content {
position: relative;
display: block;
overflow: hidden;
}
.w-tab-pane {
position: relative;
display: none;
}
.w--tab-active {
display: block;
}
@media screen and (max-width: 479px) {
.w-tab-link {
display: block;
}
}
.w-ix-emptyfix:after {
content: "";
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.w-dyn-empty {
padding: 10px;
background-color: #dddddd;
}
.w-dyn-hide {
display: none !important;
}
.w-dyn-bind-empty {
display: none !important;
}
.w-condition-invisible {
display: none !important;
}
.wf-layout-layout {
display: grid;
}