.jq-checkbox {
top: -1px;
vertical-align: middle;
cursor: pointer;
position: relative;
width: 22px;
height: 22px;
margin-right: 13px;
background: #EDEDED;
border: 1px solid #CFCFCF;
box-sizing: border-box;
border-radius: 2px;
overflow: visible !important;
}
.jq-checkbox.checked .jq-checkbox__div {
position: absolute;
left: 4px;
top: 5px;
width: 12px;
height: 9px;
display: inline-block;
vertical-align: top;
background: url(//piemaggio.shop/wp-content/themes/piemaggio/img/check.svg) 50% 50% no-repeat;
}
.jq-checkbox.disabled {
opacity: .55;
cursor: default;
}
.jq-radio {
top: -1px;
vertical-align: middle;
cursor: pointer;
margin: 0 13px 0 0;
width: 22px;
height: 22px;
background: #EDEDED;
border: 1px solid #CFCFCF;
box-sizing: border-box;
border-radius: 30px;
}
.jq-radio.checked .jq-radio__div {
width: 14px;
height: 14px;
border-radius: 20px;
background: #01C471;
margin: 3px 0 0 3px;
}
.jq-radio.disabled {
opacity: .55;
}
.jq-file {
width: 100%;
border-radius: 5px;
border: 1px dotted #EBEBEB;
border-radius: 2px;
padding: 3px;
}
.jq-file input {
height: auto;
line-height: 1em;
cursor: pointer;
}
.jq-file__name {
overflow: hidden;
box-sizing: border-box;
width: 100%;
height: 51px;
padding: 0 100px 0 23px;
white-space: nowrap;
line-height: 51px;
text-overflow: ellipsis;
color: #85898A;
font-size: 16px;
-webkit-overflow-scrolling: touch;
}
.jq-file__browse {
position: absolute;
top: 3px;
right: 3px;
bottom: 3px;
width: 85px; border-radius: 2px;
}
.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
border-color: #CCC;
background: #F5F5F5;
box-shadow: none;
color: #888;
}
.jq-number {
position: relative;
display: inline-block;
vertical-align: middle;
padding: 0 36px 0 0;
}
.jq-number__field {
width: 100px;
border: 1px solid #CCC;
border-bottom-color: #B3B3B3;
border-radius: 4px;
box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
}
.jq-number__field:hover {
border-color: #B3B3B3;
}
.jq-number__field input {
box-sizing: border-box;
width: 100%;
padding: 8px 9px;
border: none;
outline: none;
background: none;
font: 14px Arial, sans-serif;
color: #333;
text-align: left; -moz-appearance: textfield;
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
margin: 0; -webkit-appearance: none;
}
.jq-number__spin {
position: absolute;
top: 0;
right: 0;
width: 32px;
height: 14px;
border: 1px solid #CCC;
border-bottom-color: #B3B3B3;
border-radius: 4px;
background: #F5F5F5;
background: -webkit-linear-gradient(#FFF, #E6E6E6);
background: linear-gradient(#FFF, #E6E6E6);
box-shadow: 0 1px 2px rgba(0,0,0,.1);
box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
text-shadow: 1px 1px #FFF;
cursor: pointer;
}
.jq-number__spin.minus {
top: auto;
bottom: 0;
}
.jq-number__spin:hover {
background: #E6E6E6;
background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-number__spin:active {
background: #F5F5F5;
box-shadow: inset 1px 1px 3px #DDD;
}
.jq-number__spin:after {
content: '';
position: absolute;
top: 4px;
left: 11px;
width: 0;
height: 0;
border-right: 5px solid transparent;
border-bottom: 5px solid #999;
border-left: 5px solid transparent;
}
.jq-number__spin.minus:after {
top: 5px;
border-top: 5px solid #999;
border-right: 5px solid transparent;
border-bottom: none;
border-left: 5px solid transparent;
}
.jq-number__spin.minus:hover:after {
border-top-color: #000;
}
.jq-number__spin.plus:hover:after {
border-bottom-color: #000;
}
.jq-number.focused .jq-number__field {
border: 1px solid #5794BF;
}
.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
border-color: #CCC;
background: #F5F5F5;
box-shadow: none;
color: #888;
}
.jq-number.disabled .jq-number__spin:after {
border-bottom-color: #AAA;
}
.jq-number.disabled .jq-number__spin.minus:after {
border-top-color: #AAA;
}
.jq-selectbox {
vertical-align: middle;
cursor: pointer;
width: 100%;
z-index: 5 !important;
}
.jq-selectbox__select {
line-height: 46px;
height: 46px;
font-size: 16px;
border: 1px solid #E7E7E8;
box-sizing: border-box;
border-radius: 2px;
padding: 0 60px 0 25px;
}
.jq-selectbox.js-selected .jq-selectbox__select {
background-color: #212736;
}
.jq-selectbox.disabled .jq-selectbox__select {
border-color: #CCC;
background: #F5F5F5;
box-shadow: none;
color: #888;
}
.jq-selectbox__select-text {
display: block;
overflow: hidden;
width: 100%;
white-space: nowrap;
text-overflow: ellipsis;
max-width: 100%;
-webkit-overflow-scrolling: touch;
}
.jq-selectbox .placeholder {
color: #888;
}
.jq-selectbox__trigger {
position: absolute;
top: 0;
right: 0;
width: 44px;
height: 100%;
border-left: 1px solid #E7E7E8;
}
.jq-selectbox__trigger-arrow {
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
background: url(//piemaggio.shop/wp-content/themes/piemaggio/img/down.svg) 50% 50% no-repeat;
-webkit-background-size: 9px 6px;
background-size: 9px 6px;
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
border-top-color: #AAA;
}
.jq-selectbox__dropdown {
box-sizing: border-box;
min-width: 100% !important;
margin: 10px 0;
padding: 10px 0;
border: 1px solid #EBEBEB;
border-radius: 5px;
background-color: #ffffff;
color: #9097a7;
font-size: 16px;
top: 100% !important;
bottom: auto !important;
}
.jq-selectbox__search {
margin: 5px;
}
.jq-selectbox__search input {
box-sizing: border-box;
width: 100%;
margin: 0;
padding: 5px 27px 6px 8px;
border: 1px solid #CCC;
border-radius: 3px;
outline: none;
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
box-shadow: inset 1px 1px #F1F1F1;
color: #333;
-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
-webkit-appearance: none;
}
.jq-selectbox__not-found {
margin: 5px;
padding: 5px 8px 6px;
background: #F0F0F0;
font-size: 13px;
}
.jq-selectbox ul {
margin: 0;
padding: 0;
}
.jq-selectbox li {
padding: 8px 25px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap;
color: #9097a7;
}
.jq-selectbox li.selected,
.jq-selectbox li:hover {
color: #212736;
}
.jq-selectbox li.disabled {
color: #AAA;
}
.jq-selectbox li.disabled:hover {
background: none;
}
.jq-selectbox li.optgroup {
font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
background: none;
color: #231F20;
cursor: default;
}
.jq-selectbox li.option {
padding-left: 25px;
}
.jq-select-multiple {
box-sizing: border-box;
padding: 1px;
border: 1px solid #CCC;
border-bottom-color: #B3B3B3;
border-radius: 4px;
background: #FFF;
box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
font: 14px/18px Arial, sans-serif;
color: #333;
cursor: default;
}
.jq-select-multiple.focused {
border: 1px solid #5794BF;
}
.jq-select-multiple.disabled {
border-color: #CCC;
background: #F5F5F5;
box-shadow: none;
color: #888;
}
.jq-select-multiple ul {
margin: 0;
padding: 0;
}
.jq-select-multiple li {
padding: 3px 9px 4px;
list-style: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap;
}
.jq-select-multiple li:first-child {
border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
background: #08C;
color: #FFF;
}
.jq-select-multiple li.disabled {
color: #AAA;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
background: #CCC;
color: #FFF;
}
.jq-select-multiple li.optgroup {
font-weight: bold;
}
.jq-select-multiple li.option {
padding-left: 25px;
}
input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
padding: 8px 9px;
border: 1px solid #CCC;
border-bottom-color: #B3B3B3;
border-radius: 4px;
box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
font: 14px Arial, sans-serif;
color: #333;
}
input[type='search'].styler {
-webkit-appearance: none;
}
textarea.styler {
overflow: auto;
-webkit-overflow-scrolling: touch;
}
input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
border-color: #B3B3B3;
}
input[type='email'].styler:focus,
input[type='password'].styler:focus,
input[type='search'].styler:focus,
input[type='tel'].styler:focus,
input[type='text'].styler:focus,
input[type='url'].styler:focus,
textarea.styler:focus {
border-color: #CCC;
border-top-color: #B3B3B3;
outline: none;
box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
overflow: visible;
padding: 8px 11px;
border: 1px solid #CCC;
border-bottom-color: #B3B3B3;
border-radius: 4px;
outline: none;
background: #F5F5F5;
background: -webkit-linear-gradient(#FFF, #E6E6E6);
background: linear-gradient(#FFF, #E6E6E6);
box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
font: 14px Arial, sans-serif;
color: #333;
text-shadow: 1px 1px #FFF;
cursor: pointer;
}
button.styler::-moz-focus-inner,
input[type='button'].styler::-moz-focus-inner,
input[type='submit'].styler::-moz-focus-inner,
input[type='reset'].styler::-moz-focus-inner {
padding: 0;
border: 0;
}
button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
background: #E6E6E6;
background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
background: linear-gradient(#F6F6F6, #E6E6E6);
}
button.styler:not([disabled]):active,
input[type='button'].styler:not([disabled]):active,
input[type='submit'].styler:not([disabled]):active,
input[type='reset'].styler:active {
background: #F5F5F5;
box-shadow: inset 1px 1px 3px #DDD;
}
button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
border-color: #CCC;
background: #F5F5F5;
box-shadow: none;
color: #888;
}  .owl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent; position: relative;
z-index: 1;
}
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px);
-webkit-overflow-scrolling: touch;
}
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
display: block;
-webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
cursor: pointer;
cursor: hand;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel .owl-nav .owl-prev.disabled,
.owl-carousel .owl-nav .owl-next.disabled {
opacity: 0;
pointer-events: none;
}
.owl-carousel.owl-loaded {
display: block;
}
.owl-carousel.owl-loading {
opacity: 0;
display: block;
}
.owl-carousel.owl-hidden {
opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
display: none;
}
.owl-carousel.owl-drag .owl-item {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel.owl-grab {
cursor: move;
cursor: grab;
}
.owl-carousel.owl-rtl {
direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
float: right;
} .no-js .owl-carousel {
display: block;
} .owl-carousel .animated {
animation-duration: 1000ms;
animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
z-index: 0;
}
.owl-carousel .owl-animated-out {
z-index: 1;
}
.owl-carousel .fadeOut {
animation-name: fadeOut;
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
} .owl-height {
transition: height 500ms ease-in-out;
} .owl-carousel .owl-item .owl-lazy {
opacity: 0;
transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
transform-style: preserve-3d;
} .owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000;
}
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url(//piemaggio.shop/wp-content/themes/piemaggio/css/owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
-ms-transform: scale(1.3, 1.3);
transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
display: none;
}
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
height: 100%;
width: 100%;
}html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none !important;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
-webkit-overflow-scrolling: touch;
}
figure {
margin: 1em 40px;
}
hr {
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
-webkit-overflow-scrolling: touch;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
display: block;
width: 100%;
max-width: 100%;
padding: 0;
margin-bottom: 0.5rem;
font-size: 1.5rem;
line-height: inherit;
color: inherit;
white-space: normal;
}
textarea {
overflow: auto;
-webkit-overflow-scrolling: touch;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
}
* {
box-sizing: border-box;
}
*:before,
*:after {
box-sizing: border-box;
}
html {
font-size: 10px;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
figure {
margin: 0;
}
img {
vertical-align: middle;
}
.img-responsive {
display: block;
max-width: 100%;
height: auto;
}
.img-rounded {
border-radius: 6px;
}
.img-thumbnail {
padding: 4px;
line-height: 1.42857143;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
transition: all .2s ease-in-out;
display: inline-block;
max-width: 100%;
height: auto;
}
.img-circle {
border-radius: 50%;
}
hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #eee;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
-webkit-overflow-scrolling: touch;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}
[role="button"] {
cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-family: inherit;
font-weight: 500;
line-height: 1.1;
color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
font-weight: normal;
line-height: 1;
color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
margin-top: 20px;
margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
margin-top: 10px;
margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
font-size: 75%;
}
h1,
.h1 {
font-size: 36px;
}
h2,
.h2 {
font-size: 30px;
}
h3,
.h3 {
font-size: 24px;
}
h4,
.h4 {
font-size: 18px;
}
h5,
.h5 {
font-size: 14px;
}
h6,
.h6 {
font-size: 12px;
}
p {
margin: 0 0 10px;
}
.lead {
margin-bottom: 20px;
font-size: 16px;
font-weight: 300;
line-height: 1.4;
}
small,
.small {
font-size: 85%;
}
mark,
.mark {
background-color: #fcf8e3;
padding: .2em;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
.text-justify {
text-align: justify;
}
.text-nowrap {
white-space: nowrap;
}
.text-lowercase {
text-transform: lowercase;
}
.text-uppercase {
text-transform: uppercase;
}
.text-capitalize {
text-transform: capitalize;
}
.text-muted {
color: #777;
}
.text-primary {
color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
color: #286090;
}
.text-success {
color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
color: #2b542c;
}
.text-info {
color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
color: #245269;
}
.text-warning {
color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
color: #66512c;
}
.text-danger {
color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
color: #843534;
}
.bg-primary {
color: #fff;
background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
background-color: #286090;
}
.bg-success {
background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
background-color: #c1e2b3;
}
.bg-info {
background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
background-color: #afd9ee;
}
.bg-warning {
background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
background-color: #f7ecb5;
}
.bg-danger {
background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
background-color: #e4b9b9;
}
.page-header {
padding-bottom: 9px;
margin: 40px 0 20px;
border-bottom: 1px solid #eee;
}
ul,
ol {
margin-top: 0;
margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
margin-bottom: 0;
}
.list-unstyled {
padding-left: 0;
list-style: none;
}
.list-inline {
padding-left: 0;
list-style: none;
margin-left: -5px;
}
.list-inline>li {
display: inline-block;
padding-left: 5px;
padding-right: 5px;
}
dl {
margin-top: 0;
margin-bottom: 20px;
}
dt,
dd {
line-height: 1.42857143;
}
dt {
font-weight: bold;
}
dd {
margin-left: 0;
}
abbr[title],
abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted #777;
}
.initialism {
font-size: 90%;
text-transform: uppercase;
}
blockquote {
padding: 10px 20px;
margin: 0 0 20px;
font-size: 17.5px;
border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
display: block;
font-size: 80%;
line-height: 1.42857143;
color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
padding-right: 15px;
padding-left: 0;
border-right: 5px solid #eee;
border-left: 0;
text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
content: '\00A0 \2014';
}
address {
margin-bottom: 20px;
font-style: normal;
line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}
code {
padding: 2px 4px;
font-size: 90%;
color: #c7254e;
background-color: #f9f2f4;
border-radius: 4px;
}
kbd {
padding: 2px 4px;
font-size: 90%;
color: #fff;
background-color: #333;
border-radius: 3px;
box-shadow: inset 0 -1px 0 rgba(0,0,0,0.25);
}
kbd kbd {
padding: 0;
font-size: 100%;
font-weight: bold;
box-shadow: none;
}
pre {
display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 13px;
line-height: 1.42857143;
word-break: break-all;
word-wrap: break-word;
color: #333;
background-color: #f5f5f5;
border: 1px solid #ccc;
border-radius: 4px;
}
pre code {
padding: 0;
font-size: inherit;
color: inherit;
white-space: pre-wrap;
background-color: transparent;
border-radius: 0;
}
.pre-scrollable {
max-height: 340px;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
}
table {
background-color: transparent;
}
caption {
padding-top: 8px;
padding-bottom: 8px;
color: #777;
text-align: left;
}
th {
text-align: left;
}
.table {
width: 100%;
max-width: 100%;
margin-bottom: 20px;
}
.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
padding: 8px;
line-height: 1.42857143;
vertical-align: top;
border-top: 1px solid #ddd;
}
.table>thead>tr>th {
vertical-align: bottom;
border-bottom: 2px solid #ddd;
}
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
border-top: 0;
}
.table>tbody+tbody {
border-top: 2px solid #ddd;
}
.table .table {
background-color: #fff;
}
.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
padding: 5px;
}
.table-bordered {
border: 1px solid #ddd;
}
.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
border: 1px solid #ddd;
}
.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
border-bottom-width: 2px;
}
.table-striped>tbody>tr:nth-of-type(odd) {
background-color: #f9f9f9;
}
.table-hover>tbody>tr:hover {
background-color: #f5f5f5;
}
table col[class*="col-"] {
position: static;
float: none;
display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
position: static;
float: none;
display: table-cell;
}
.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
background-color: #f5f5f5;
}
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
background-color: #e8e8e8;
}
.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
background-color: #dff0d8;
}
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
background-color: #d0e9c6;
}
.table>thead>tr>td.info,
.table>tbody>tr>td.info,
.table>tfoot>tr>td.info,
.table>thead>tr>th.info,
.table>tbody>tr>th.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>tbody>tr.info>td,
.table>tfoot>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr.info>th,
.table>tfoot>tr.info>th {
background-color: #d9edf7;
}
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
background-color: #c4e3f3;
}
.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
background-color: #fcf8e3;
}
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
background-color: #faf2cc;
}
.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
background-color: #f2dede;
}
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
background-color: #ebcccc;
}
.table-responsive {
overflow-x: auto;
min-height: 0.01%;
-webkit-overflow-scrolling: touch;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after {
content: " ";
display: table;
}
.clearfix:after,
.dl-horizontal dd:after {
clear: both;
}
.center-block {
display: block;
margin-left: auto;
margin-right: auto;
}
.pull-right {
float: right !important;
}
.pull-left {
float: left !important;
}
.hide {
display: none !important;
}
.show {
display: block !important;
}
.invisible {
visibility: hidden;
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.hidden {
display: none !important;
}
.affix {
position: fixed;
}
::-moz-selection {
background: #ed1c24;
color: #fff;
text-shadow: none;
}
::selection {
background: #ed1c24;
color: #fff;
text-shadow: none;
}
::-webkit-input-placeholder {
color: #a09e9e;
}
:-moz-placeholder {
color: #a09e9e;
}
::-moz-placeholder {
color: #a09e9e;
}
:-ms-input-placeholder {
color: #a09e9e;
}
* {
min-width: 0;
min-height: 0;
-webkit-tap-highlight-color: rgba(0,0,0,0);
box-sizing: border-box;
}
html {
font-size: 16px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
font-weight: 400;
color: #5a5a5a;
background-color: #fff;
-webkit-font-feature-settings: kern, liga, onum;
font-feature-settings: kern, liga, onum;
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
font-size: inherit;
font-family: 'Roboto', sans-serif;
font-weight: inherit;
color: inherit;
background-color: inherit;
}
blockquote {
font-style: normal;
padding: 15px;
padding-left: 20px;
border-left: 5px solid #ed1c24;
background-color: rgba(237,28,36,0.03);
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
font-family: 'Poiret One', cursive;
color: #ed1c24;
text-transform: none;
}
h1::-moz-selection,
.h1::-moz-selection,
h2::-moz-selection,
.h2::-moz-selection,
h3::-moz-selection,
.h3::-moz-selection,
h4::-moz-selection,
.h4::-moz-selection,
h5::-moz-selection,
.h5::-moz-selection,
h6::-moz-selection,
.h6::-moz-selection {
background: #ed1c24;
color: #fff;
text-shadow: none;
}
h1::selection,
.h1::selection,
h2::selection,
.h2::selection,
h3::selection,
.h3::selection,
h4::selection,
.h4::selection,
h5::selection,
.h5::selection,
h6::selection,
.h6::selection {
background: #ed1c24;
color: #fff;
text-shadow: none;
}
h1,
.h1 {
font-size: 34px;
margin: 0 0 40px;
}
h2,
.h2 {
font-size: 48px;
}
h3,
.h3 {
font-size: 42px;
}
h4,
.h4 {
font-size: 26px;
}
h5,
.h5 {
font-size: 25px;
font-family: 'Roboto', sans-serif;
font-weight: normal;
}
h6,
.h6 {
font-size: 14px;
}
template,
[hidden] {
display: none;
}
.font-thin {
font-weight: 100;
}
.font-light {
font-weight: 300;
}
.font-regular {
font-weight: 400;
}
.font-medium {
font-weight: 500;
}
.font-bold {
font-weight: 700;
}
.font-black {
font-weight: 900;
}
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
-webkit-overflow-scrolling: touch;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
}
svg:not(:root) {
overflow: hidden;
-webkit-overflow-scrolling: touch;
}
img {
max-width: 100%;
vertical-align: middle;
height: auto;
}
a {
color: #ed1c24;
transition: all 0.3s ease;
}
a:hover {
text-decoration: none;
color: #ED1C24;
}
button {
cursor: pointer;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea {
-webkit-appearance: none;
box-shadow: none;
border: 1px solid #CFCFCF;
border-radius: 25px;
width: 100%;
height: 44px;
max-width: 100%;
outline: none;
padding: 0 25px;
background: #fff;
color: #888;
font-size: 22px;
font-weight: 300;
}
input[type="text"].error,
input[type="password"].error,
input[type="email"].error,
input[type="tel"].error,
input[type="number"].error,
textarea.error {
border-color: #f90a0a;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
}
input[type="number"] {
-moz-appearance: textfield;
}
textarea {
height: auto;
padding: 15px 25px;
}
.jq-selectbox {
font-size: 15px;
position: relative;
}
.jq-selectbox.opened .jq-selectbox__select {
background: #fff;
color: #000;
}
.jq-selectbox.opened .jq-selectbox__select .placeholder {
color: #000;
}
.jq-selectbox.opened .jq-selectbox__select:before {
background: #000;
}
.jq-selectbox.opened .jq-selectbox__trigger-arrow {
border-top-color: #000;
}
.jq-selectbox__select {
border: none;
background: #414042;
height: auto;
padding: 9px 36px;
position: relative;
cursor: pointer;
font-size: 16px;
line-height: 1;
color: #fff;
text-align: center;
}
.jq-selectbox__select .placeholder {
color: #fff;
}
.jq-selectbox__select:before {
content: "";
position: absolute;
left: 25px;
top: 50%;
width: 6px;
height: 6px;
margin-top: -3px;
border-radius: 100%;
background: #fff;
}
.jq-selectbox__trigger {
position: absolute;
width: auto;
height: auto;
right: 20px;
top: 50%;
margin-top: -6px;
border: none;
}
.jq-selectbox__trigger-arrow {
position: static;
background: none;
border-style: solid;
border-width: 12px 7px 0 7px;
border-color: transparent;
border-top-color: #fff;
}
.jq-selectbox__dropdown {
position: absolute;
left: 0;
top: 0;
right: 0;
background: #fff;
border: none;
border-radius: 0;
margin-bottom: 0;
margin-top: 0;
}
.jq-selectbox__dropdown ul {
padding: 0;
margin: 0;
list-style: none;
}
.jq-selectbox__dropdown ul li {
cursor: pointer;
padding: 19px 20px 18px;
color: #000;
font-size: 18px;
line-height: 1;
border-bottom: 1px solid #414042;
text-align: center;
}
.jq-selectbox__dropdown ul li:last-child {
border-bottom: none;
}
.jq-selectbox__dropdown ul li:hover,
.jq-selectbox__dropdown ul li.selected,
.jq-selectbox__dropdown ul li:focus {
color: #ed1c24;
}
.button,
a.button {
background: none;
border: none;
box-shadow: none;
outline: none;
text-decoration: none;
display: inline-block;
text-align: center;
transition: all 0.2s ease;
line-height: 1;
border-radius: 0;
padding: 16px 30px;
}
.button--1,
a.button--1 {
font-size: 24px;
line-height: 1;
color: #fff;
background: #ed1c24;
border-radius: 25px;
}
.button--1:hover,
a.button--1:hover {
background: #ef333a;
}
.button--2,
a.button--2 {
position: relative;
font-size: 18px;
line-height: 1;
font-weight: 400;
color: #fff;
padding: 12px 42px;
background: #5a5a5a;
border-radius: 25px;
}
.button--2:hover,
a.button--2:hover {
background: #ed1c24;
}
.button--2:after,
a.button--2:after,
.button--2:before,
a.button--2:before {
content: "";
position: absolute;
top: 50%;
left: 30px;
width: 7px;
height: 7px;
border-radius: 100%;
background: #fff;
margin-top: -3px;
}
.button--2:after,
a.button--2:after {
left: auto;
right: 30px;
}
.button--2.added,
a.button--2.added {
background-color: #ed1c24;
}
.button {
user-select: none;
}
.button[disabled] {
pointer-events: none;
opacity: .7;
}
.button--mini {
min-width: 0 !important;
}s
.close {
position: relative;
display: inline-block;
cursor: pointer;
width: 15px;
height: 15px;
}
.close:after,
.close:before {
content: "";
position: absolute;
left: -2px;
right: 14px;
top: 50%;
height: 2px;
background: #ed1c24;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.close:after {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.main-svg-sprite {
display: none;
}
.svg-icon {
display: inline-block;
width: 24px;
height: 24px;
fill: currentColor;
font-size: 0;
}
.svg-icon__spinner {
fill: inherit;
width: inherit;
height: inherit;
-webkit-animation-name: spinner;
animation-name: spinner;
-webkit-animation-duration: 0.7s;
animation-duration: 0.7s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.svg-icon__link {
vertical-align: top;
fill: inherit;
width: inherit;
height: inherit;
}
@-webkit-keyframes spinner {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes spinner {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.gallery {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 20px 0 0 -15px;
}
.gallery a {
display: block;
background-image: none;
}
.gallery img,
.gallery .attachment-thumbnail {
vertical-align: top;
width: 100%;
height: auto;
}
.gallery .gallery-caption {
padding: 15px 0;
}
.gallery.gallery-columns-1 .gallery-item {
max-width: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
padding: 0 0 15px 15px;
margin: 0;
}
.gallery.gallery-columns-2 .gallery-item {
max-width: 50%;
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
padding: 0 0 15px 15px;
margin: 0;
}
.gallery.gallery-columns-3 .gallery-item {
max-width: 33.333333333333336%;
-ms-flex-preferred-size: 33.333333333333336%;
flex-basis: 33.333333333333336%;
padding: 0 0 15px 15px;
margin: 0;
}
.gallery.gallery-columns-4 .gallery-item {
max-width: 25%;
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
padding: 0 0 15px 15px;
margin: 0;
}
.gallery.gallery-columns-5 .gallery-item {
max-width: 20%;
-ms-flex-preferred-size: 20%;
flex-basis: 20%;
padding: 0 0 15px 15px;
margin: 0;
}
.gallery.gallery-columns-6 .gallery-item {
max-width: 16.666666666666668%;
-ms-flex-preferred-size: 16.666666666666668%;
flex-basis: 16.666666666666668%;
padding: 0 0 15px 15px;
margin: 0;
}
.gallery.gallery-columns-7 .gallery-item {
max-width: 14.285714285714286%;
-ms-flex-preferred-size: 14.285714285714286%;
flex-basis: 14.285714285714286%;
padding: 0 0 15px 15px;
margin: 0;
}
.gallery.gallery-columns-8 .gallery-item {
max-width: 12.5%;
-ms-flex-preferred-size: 12.5%;
flex-basis: 12.5%;
padding: 0 0 15px 15px;
margin: 0;
}
.gallery.gallery-columns-9 .gallery-item {
max-width: 11.11111111111111%;
-ms-flex-preferred-size: 11.11111111111111%;
flex-basis: 11.11111111111111%;
padding: 0 0 15px 15px;
margin: 0;
} .browserupgrade {
margin: 20px 0;
background: #ccc;
color: #000;
padding: 20px 0;
}
.demo-box {
background-color: #009688;
color: #fff;
text-align: center;
padding: 20px;
}
.theme-color {
color: #ed1c24;
}
.theme-bgc {
background-color: #ed1c24;
}
.overflowHidden {
overflow: hidden;
-webkit-overflow-scrolling: touch;
}
.container {
width: 100%;
max-width: 1240px;
margin: 0 auto;
padding: 0 20px;
}
.app-footer {
z-index: 1;
-ms-flex: none;
flex: none;
background: #4a4a4a;
border-top: 4px solid #d83939;
overflow: hidden;
}
.app-footer__content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.app-footer__content-left {
-webkit-box-flex: 0;
-ms-flex: 0 0 56%;
flex: 0 0 56%;
max-width: 56%;
padding: 32px 0 65px 0;
}
.app-footer__content-right {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
position: relative;
border-left: 1px solid #BFBFBF;
padding-top: 23px;
padding-left: 50px;
padding-bottom: 65px;
}
.app-footer__content-right:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 8000px;
height: 100%;
background-color: #F0F0F0;
}
._content-right-wrapper {
position: relative;
z-index: 5;
}
.app-footer__contacts {
-ms-flex: 0 0 410px;
flex: 0 0 410px;
}
.app-footer__phone {
font-size: 13px;
color: #414042;
margin-bottom: 9px;
}
.app-footer__phone-title {
display: inline-block;
}
.app-footer__phone a {
text-decoration: none;
font-weight: bold;
color: #414042;
}
.app-footer__mail {
font-size: 13px;
color: #414042;
margin-bottom: 9px;
}
.app-footer__mail-title {
display: inline-block;
font-weight: bold;
}
.app-footer__mail a {
text-decoration: none;
color: #414042;
}
.app-footer__mail a:hover {
text-decoration: underline;
}
.app-footer__menu {
}
.app-footer__menu ul {
font-size: 0;
line-height: 1;
padding: 0;
margin: 0;
list-style: none;
}
.app-footer__menu > ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.app-footer__menu > ul > li {
display: inline-block;
vertical-align: top;
padding-left: 35px;
margin-bottom: 16px;
max-width: 50%;
min-width: 17%;
}
.app-footer__menu > ul > li:first-child {
padding-left: 0;
}
.app-footer__menu > ul > li:last-child .sub-menu {
padding-left: 0;
border: none;
}
.app-footer__menu > ul > li > a {
display: inline-block;
text-decoration: none;
color: #ffffff;
font-size: 14px;
font-weight: 500;
margin-bottom: 22px;
}
.app-footer__menu > ul > li > a:hover { color: #ed1c24;
}
.app-footer__menu .sub-menu {
font-size: 13px;
border-right: 1px solid #5c5c5c;
padding-right: 35px;
}
.app-footer__menu .sub-menu a {
text-decoration: none;
color: #faf5ec;
}
.app-footer__menu .sub-menu a:hover,
.app-footer__menu .sub-menu a:focus { color: #ed1c24;
}
.app-footer__menu .sub-menu li {
margin-bottom: 13px;
}
.app-footer__social {
font-size: 0;
line-height: 1;
margin-bottom: 36px;
}
.app-footer__social-item {
display: -ms-inline-flexbox;
display: inline-flex;
vertical-align: top;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
height: 36px;
width: 36px;
border-radius: 100%;
margin-right: 16px;
transition: all .2s ease;
color: #4f4f4f;
}
.app-footer__social-item:hover,
.app-footer__social-item:focus {
background: #faf5ec;
color: #ed1c24;
}
.app-footer__social-item path {
fill: currentColor;
}
.app-footer__social-item img {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
.app-footer .b-subscribe {
margin-bottom: 56px;
}
.app-footer__meta {
font-size: 14px;
line-height: 16px;
color: #FFF;
background-color: #4a4a4a;
border-top: 1px solid #040404;
padding: 19px 20px;
}
.app-footer__meta a {
text-decoration: none;
color: #fff;
}
.app-footer__meta a:hover,
.app-footer__meta a:focus {
text-decoration: underline;
}
.app-footer__meta-info {
}
.app-footer__meta .copyrights {
display: inline-block;
margin-right: 61px;
}
.b-subscribe {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}
.b-subscribe__title {
font-size: 24px;
color: #000;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.b-subscribe label {
display: block;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
margin-left: 10px;
}
.b-subscribe input[type="email"] {
background: none;
border-bottom: 2px solid #414042;
height: 18px;
font-size: 12px;
text-align: center;
color: #000;
padding: 15px 0;
border-radius: 0;
border-width: 0 0 2px;
}
.b-subscribe ::-webkit-input-placeholder {
color: #000;
}
.b-subscribe ::-moz-placeholder {
color: #000;
}
.b-subscribe :-moz-placeholder {
color: #000;
}
.b-subscribe :-ms-input-placeholder {
color: #000;
}
.b-subscribe [type="submit"] {
box-shadow: none;
border: none;
font-size: 0;
padding: 0;
vertical-align: top;
background: none;
}
.b-subscribe [type="submit"] svg path {
transition: all 0.3s ease;
}
.b-subscribe [type="submit"]:hover svg path {
fill: #ED1C24 !important;
}
.app-header {
-ms-flex: none;
flex: none;
position: relative;
background: #faf5ec;
z-index: 11;
}
.app-header__logo-box {
position: absolute;
right: 50%;
top: 0;
bottom: 0;
left: 0;
margin-right: 362px;
background: #faf5ec;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: end;
justify-content: flex-end;
}
.app-header__logo {
display: inline-block;
margin-right: 70px;
}
.app-header__topline-in {
padding-left: 250px;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-align: center;
align-items: center;
padding-top: 7px;
padding-bottom: 7px;
}
.app-header__topline-left {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
margin-right: 10px;
}
.app-header__bottomline-in .app-header__topline-left {
padding-bottom: 0;
}
.app-header__bottomline-in .app-header__topline-left .app-header__links {
margin-bottom: 0;
}
.app-header__bottomline .mobile-under-btn,
.app-header__bottomline .mobile-buttons-list,
.app-header__bottomline .mobile-phone,
.app-header__bottomline .b-head-social-wr {
display: none;
}
.app-header__topline-right {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
padding: 10px 0;
}
.app-header__middle {
padding-top: 7px;
padding-bottom: 7px;
}
.app-header__middle .b-head-social {
margin-bottom: 0;
}
.app-header__middle-in,
.app-header__bottomline-in {
padding-left: 258px;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-align: center;
align-items: center;
}
.app-header__bottomline {
background: #ed1c24;
}
.app-header__bottomline .app-header__topline-left {
display: none;
}
.app-header .b-head-social {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.app-header__links {
font-size: 0;
line-height: 1;
}
.app-header__links-list {
margin: 0;
padding: 0;
font-size: 0;
line-height: 1;
}
.app-header__links-list .menu-item {
border-right: 1px solid #C6C6C6;
display: inline-block;
vertical-align: top;
}
.app-header__links-list .menu-item:last-child {
border-right: none;
}
.app-header__links-list .menu-link {
display: inline-block;
text-decoration: none;
font-size: 13px;
color: #414042;
font-weight: bold;
padding: 7px 17px 8px;
}
.app-header__links-list .menu-link:hover {
text-decoration: underline;
}
.app-header__contacts {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.app-header__burger {
position: relative;
-ms-flex: 0 0 26px;
flex: 0 0 26px;
margin-right: 16px;
position: relative;
width: 26px;
height: 16px;
border: 2px solid #ed1c24;
border-left: none;
border-right: none;
cursor: pointer;
display: none;
}
.app-header__burger:before,
.app-header__burger:after {
content: "";
position: absolute;
left: 0;
right: 0;
top: 50%;
height: 2px;
margin-top: -1px;
background: #ed1c24;
}
.app-header__closepopup {
display: none;
}
.app-header .headphone {
margin-right: 15px;
}
.product-searchform {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
max-width: 532px
}
.product-searchform__input-wrapper {
position: relative;
max-width: 358px;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.product-searchform__input-wrapper .svg-icon--search {
width: 15px;
height: 15px;
position: absolute;
top: 50%;
margin-top: -7px;
right: 7px;
}
.product-searchform__input {
background-color: #FEFCF8;
border: 1px solid #FEFCF8;
border-radius: 0;
padding: 0 31px;
font-size: 16px;
font-weight: 300;
height: 27px;
width: 100%;
text-overflow: ellipsis;
}
.product-searchform__input:hover,
.product-searchform__input:focus {
border-color: #DEDEDE;
}
.product-searchform__input:hover ~ .svg-icon,
.product-searchform__input:focus ~ .svg-icon {
fill: #ED1C24;
}
.product-searchform__submit {
margin-left: 15px;
min-width: 95px;
text-align: center;
background-color: #FEFCF8;
border: 1px solid #BCBCBC;
transition: all 0.3s ease;
}
.product-searchform__submit:hover,
.product-searchform__submit:focus {
background-color: #ED1C24;
border-color: #ED1C24;
color: #FFFDE9;
}
.b-headmenu ul {
padding: 0;
margin: 0;
list-style: none;
}
.b-headmenu > ul >li {
display: inline-block;
vertical-align: top;
margin: 0 12px;
position: relative;
}
.b-headmenu > ul >li:hover > a > span {
border-color: #fff;
}
.b-headmenu > ul >li:hover > ul {
display: block;
}
.b-headmenu > ul >li > a {
display: block;
text-decoration: none;
font-size: 13px;
font-weight: bold;
line-height: 1;
color: #fff;
padding: 16px 12px 13px;
}
.b-headmenu > ul >li > a > span {
position: relative;
padding-top: 2px;
padding-bottom: 4px;
display: block;
overflow: hidden;
}
.b-headmenu > ul >li > a > span:after {
content: '';
display: block;
position: absolute;
bottom: 0;
height: 2px;
background-color: #fff;
width: 100%;
-webkit-transform: translateX(-101%);
transform: translateX(-101%);
-webkit-transition: -webkit-transform 300ms linear;
transition: -webkit-transform 300ms linear;
transition: transform 300ms linear;
transition: transform 300ms linear, -webkit-transform 300ms linear;
}
.b-headmenu > ul > li.current-menu-item > a > span:after,
.b-headmenu > ul > li.current-menu-ancesstor > a > span:after,
.b-headmenu > ul > li > a:hover > span:after {
-webkit-transform: translateX(0);
transform: translateX(0);
}
.b-headmenu > ul >li > ul {
position: absolute;
top: 100%;
left: 0;
background: #faf5ec;
padding: 6px 0;
width: 120px;
display: none;
}
.b-headmenu > ul >li > ul > li a {
display: block;
text-decoration: none;
color: #414042;
font-size: 14px;
line-height: 1;
font-weight: bold;
padding: 13px 12px;
}
.b-headmenu > ul >li > ul > li a:hover {
text-decoration: underline;
}
.mobile-city-select {
background-color: #ed1c24;
display: none;
}
.mobile-city-select .location {
padding: 13px 43px 14px 46px;
color: #fff;
}
.mobile-city-select .location-title {
color: #414042;
font-size: 14px;
line-height: 1;
font-weight: bold;
padding: 17px 3px 5px 20px;
}
.mobile-city-select .location .svg-icon svg {
display: none;
}
.mobile-city-select .location .svg-icon {
left: 16px;
width: 24px;
height: 24px;
margin-top: -12px;
background : url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.3599 22.5397V11.6401H0.461212L22.5388 0.460449L11.3599 22.5397Z' fill='white'/%3E%3C/svg%3E%0A") 0 0 no-repeat;
background-size: contain;
}
.mobile-city-select .location__location-title {
font-size: 14px;
}
.mobile-city-select .location__location-title span {
font-size: 11px;
font-weight: 300;
display: inline-block;
padding-left: 10px;
border-left: 1px solid #F3ECCF;
margin-left: 10px;
}
.b-head-social {
font-size: 0;
line-height: 1;
}
.b-head-social__item {
display: inline-block;
vertical-align: bottom;
max-width: 20px;
text-align: center;
margin-left: 20px;
color: #4f4f4f;
}
.b-head-social__item:hover svg path,
.b-head-social__item:hover {
color: #ed1c24;
fill: #ed1c24 !important;
}
.headphone {
font-size: 13px;
color: #414042;
font-weight: bold;
position: relative;
padding-left: 22px;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
min-height: 16px;
}
.headphone .svg-icon {
position: absolute;
left: 0;
top: 50%;
margin-top: -8px;
width: 16px;
height: 16px;
}
.headphone a {
text-decoration: none;
color: #414042;
}
.location {
font-size: 13px;
color: #414042;
position: relative;
padding-left: 22px;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
min-height: 16px;
cursor: pointer;
}
.location:hover {
color: #ED1C24;
}
.location .svg-icon {
position: absolute;
left: 1px;
top: 50%;
margin-top: -7px;
width: 14px;
height: 14px;
}
.headmail {
font-size: 13px;
overflow: hidden;
text-overflow: ellipsis;
max-width: 130px;
text-decoration: none;
}
.cabinet {
font-size: 13px;
color: #414042;
position: relative;
padding-left: 22px;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
min-height: 16px;
cursor: pointer;
text-decoration: none;
}
.cabinet .svg-icon {
position: absolute;
left: 0;
top: 50%;
margin-top: -8px;
width: 16px;
height: 16px;
}
.wpm-language-switcher {
font-size: 0;
line-height: 1;
}
.wpm-language-switcher li {
font-size: 13px;
display: inline-block;
vertical-align: top;
text-decoration: none;
color: #414042;
margin-right: 10px;
}
.wpm-language-switcher li:last-child {
margin-right: 0;
}
.wpm-language-switcher li a:hover,
.wpm-language-switcher li a.active {
color: #ed1c24;
}
html,
body {
margin: 0;
padding: 0;
}
html {
min-height: 100%;
min-height: 100vh;
}
.app {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
height: 100%;
}
.app__wrapper {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
height: 100%;
padding-bottom: 51px;
}
.app__content {
display: -ms-flexbox;
display: flex;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
width: 100%;
padding-bottom: 40px;
}
.app__main {
-ms-flex: 1 1;
flex: 1 1;
}
.app__aside--left {
-ms-flex-order: -1;
order: -1;
-ms-flex: 0 0 200px;
flex: 0 0 200px;
margin-right: 30px;
}
.app__aside--right {
-ms-flex: 0 0 300px;
flex: 0 0 300px;
}
.b-about-information {
-ms-flex: none;
flex: none;
background: #faf5ec;
}
.b-about-information__in {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: justify;
justify-content: space-between;
}
.b-about-information__text {
-ms-flex: 1 0 42%;
flex: 1 0 42%;
font-size: 16px;
line-height: 1.5;
padding: 70px 0;
}
.b-about-information__image {
-ms-flex: 0 0 49%;
flex: 0 0 49%;
margin-left: 9%;
background: #606060;
font-size: 18px;
color: #fff;
}
.b-about-information__image-description {
padding: 20px 30px 20px 40px;
}
.b-about-text-block {
margin-bottom: 30px;
}
.b-about-text-block__group {
margin-bottom: 20px;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
font-size: 16px;
line-height: 1.5;
}
.b-about-text-block__group:last-child {
margin-bottom: 0;
}
.b-about-text-block__group p {
margin: 0 0 20px;
}
.b-about-text-block__group h5,
.b-about-text-block__group .h5 {
font-weight: normal;
margin: 0 0 20px;
}
.b-about-text-block__group .textcenter {
text-align: center;
}
.b-about-text-block__column p:last-child {
margin-bottom: 0;
}
.b-about-text-block__column--image {
-ms-flex: 0 0 430px;
flex: 0 0 430px;
margin-right: 20px;
-ms-flex-order: 0;
order: 0;
}
.b-about-text-block__column--text {
-ms-flex-order: 2;
order: 2;
-ms-flex: 1 1;
flex: 1 1;
max-width: 680px;
}
.b-action-list {
margin-bottom: 40px;
}
.b-action-list__list {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.b-action-list__item {
-ms-flex: 0 0 49%;
flex: 0 0 49%;
margin-right: 2%;
margin-bottom: 40px;
}
.b-action-list__item:nth-child(2n) {
margin-right: 0;
}
.b-action-thumbs {
height: 100%;
border-left: 2px solid #a09e9e;
padding: 0 0 0 32px;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.b-action-thumbs__text {
-ms-flex: 1 1;
flex: 1 1;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: justify;
justify-content: space-between;
}
.b-action-thumbs__image {
-ms-flex: 0 0 220px;
flex: 0 0 220px;
display: -ms-flexbox;
display: flex;
-ms-flex-align: end;
align-items: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
margin-left: 10px;
}
.b-action-thumbs__date {
font-size: 28px;
color: #ed1c24;
font-weight: bold;
margin-bottom: 40px;
}
.b-action-thumbs__name {
font-size: 24px;
margin-bottom: 20px;
}
.b-action-thumbs__name a {
text-decoration: none;
color: #414042;
}
.b-action-thumbs__name strong {
color: #ed1c24;
}
.b-cabinet-form .button,
.comment-form .button {
font-size: 18px;
padding: 14px 44px;
display: block;
min-width: 280px;
}
.b-cabinet-form .button--1,
.comment-form .button--1 {
display: inline-block;
position: relative;
}
.b-cabinet-form .button--1:after,
.b-cabinet-form .button--1:before,
.comment-form .button--1:after,
.comment-form .button--1:before {
content: "";
position: absolute;
top: 50%;
left: 40px;
width: 4px;
height: 4px;
border-radius: 100%;
background: #fff;
margin-top: -2px;
}
.b-cabinet-form .button--1:after,
.comment-form .button--1:after {
left: auto;
right: 40px;
}
.b-cabinet-form .button--1:after {
left: 27px;
}
.b-cabinet-form .button--1:before {
left: auto;
right: 27px;
}
.b-cabinet-form .button--mini {
font-size: 16px;
padding: 11px 16px;
}
.b-cabinet-form .button--mini:before,
.b-cabinet-form .button--mini:after {
content: none;
}
.b-cart-product-list {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: justify;
justify-content: space-between;
}
.b-cart-product-list__item {
-ms-flex: 0 0 48%;
flex: 0 0 48%;
max-width: 410px;
margin-right: 4%;
margin-bottom: 20px;
}
.b-cart-product-list__item:nth-child(2n) {
margin-right: 0;
}
.b-cart-product {
display: -ms-flexbox;
display: flex;
}
.b-cart-product__image {
position: relative;
-ms-flex: 0 0 110px;
flex: 0 0 110px;
margin-right: 15px;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}
.b-cart-product__image img {
max-height: 330px;
}
.b-cart-product__body {
-ms-flex: 1 1;
flex: 1 1;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: justify;
justify-content: space-between;
}
.b-cart-product__delete {
text-align: right;
margin-bottom: 20px;
}
.b-cart-product__delete .svg-icon {
width: 26px;
height: 26px;
fill: #5a5a5a;
}
.b-cart-product__name {
display: inline-block;
max-width: 180px;
font-size: 24px;
text-decoration: none;
}
.b-cart-product__discounts {
margin-top: 15px;
}
.b-cart-product__name-wr {
margin-bottom: 10px;
}
.b-cart-product__bottom {
margin-bottom: 20px;
border: 1px solid #5a5a5a;
border-left: none;
border-right: none;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}
.b-cart-product__bottom .b-quantity {
-ms-flex: 0 0 80px;
flex: 0 0 80px;
}
.b-cart-product__price-wr {
-ms-flex: 1 1;
flex: 1 1;
}
.b-cart-product__price-item {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
font-size: 16px;
line-height: 1;
color: #3d3d3d;
padding: 10px 5px;
}
.b-cart-product__price-item--price {
color: #ed1c24;
border-bottom: 1px solid #5a5a5a;
}
.b-cart-total-price {
text-align: right;
font-size: 18px;
line-height: 1.5;
color: #000;
margin-bottom: 15px;
}
.b-cart-total-price span {
color: #ed1c24;
}
.b-cart-checkout {
text-align: center;
}
.b-cart-checkout .button {
min-width: 240px;
}
.b-cart-checkout .button:before {
left: 24px;
}
.b-cart-checkout .button:after {
right: 24px;
}
.b-contatcs-block + .b-map-block {
margin-top: 40px;
}
.b-contatcs-block__city {
font-size: 16px;
margin-bottom: 15px;
}
.b-contatcs-block__city a {
text-decoration: none;
color: #5a5a5a;
}
.b-contatcs-block__city a.active,
.b-contatcs-block__city a:hover {
color: #ed1c24;
}
.b-contatcs-block__tab-item {
display: none;
line-height: 1.5;
font-size: 16px;
color: #5a5a5a;
}
.b-contatcs-block__tab-item.active {
display: block;
}
.b-contatcs-block__tab-item a {
text-decoration: none;
color: #5a5a5a;
}
.b-contatcs-block__address {
margin-bottom: 10px;
}
.b-features-block {
-ms-flex: none;
flex: none;
background: linear-gradient(0deg, #f5f5f5, #f5f5f5), #fbeae4;
border-top: 12px solid #3d3d3d;
}
.b-features-block__in {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: justify;
justify-content: space-between;
padding-top: 60px;
padding-bottom: 40px;
}
.b-features-block__text {
-ms-flex: 0 0 370px;
flex: 0 0 370px;
margin-right: 30px;
font-size: 13px;
line-height: 1.5;
}
.b-features-block__text p {
margin: 0 0 30px;
}
.b-features-block__title {
color: #ed1c24;
margin-top: 0;
font-weight: 300;
margin-bottom: 35px;
}
.b-features-block__slider {
-ms-flex: 1 1;
flex: 1 1;
max-width: 604px;
}
.b-features-block__slider-body {
position: relative;
}
.b-features-block__button .button {
min-width: 242px;
max-width: 100%;
}
.b-features-block .owl-nav {
position: absolute;
top: 50%;
left: 22px;
right: 22px;
height: 0;
}
.b-features-block .owl-nav > div {
position: absolute;
right: 0;
top: 50%;
margin-top: -20px;
width: 24px;
height: 40px;
}
.b-features-block .owl-nav > div.owl-prev {
left: 0;
right: auto;
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.b-features-block .owl-nav > div svg {
fill: #fff;
transition: all 0.3s ease;
}
.b-features-block .owl-nav > div:hover svg {
fill: #ED1C24;
}
.b-fixed-bottomline {
position: fixed;
left: 0;
right: 0;
bottom: 0;
background: #2e2e2e;
border: 1px solid #3d3d3d;
z-index: 11;
height: 51px;
}
.b-fixed-bottomline__in {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-align: center;
align-items: center;
padding-top: 6px;
padding-bottom: 20px;
}
.b-fixed-bottomline__link {
-ms-flex: 0 0 250px;
flex: 0 0 250px;
}
.b-fixed-bottomline__link a {
display: block;
text-decoration: none;
font-size: 14px;
line-height: 1;
font-weight: bold;
color: #5a5a5a;
background: #fff;
padding: 10px 20px;
text-align: center;
transition: all 0.2s ease;
}
.b-fixed-bottomline__link a:hover {
background: #5A5A5A;
color: #fff;
}
.b-fixed-bottomline__cart {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
margin-right: 80px;
}
.b-fixed-bottomline__cart-title {
padding: 2px 25px 0 30px;
border-right: 1px solid #c4c4c4;
font-size: 14px;
color: #fff;
font-weight: bold;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
height: 100%;
min-height: 36px;
background-image: url("data:image/svg+xml,%3Csvg width='34' height='37' viewBox='0 0 34 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E %23cartbox %7B fill: none; stroke: %23fff; %7D %3C/style%3E%3Cpath id='cartbox' d='M1.60525 31.5619L4.20142 8H17H29.7986L31.3532 22.1095L32.3948 31.5619C32.6557 33.9302 30.8014 36 28.4188 36H5.58119C3.1986 36 1.3443 33.9302 1.60525 31.5619Z' stroke-width='2'/%3E%3Crect x='12' y='2' width='2' height='15' fill='%23fff' /%3E%3Crect x='22' width='2' height='10' transform='rotate(90 22 0)' fill='%23fff' /%3E%3Crect x='20' y='2' width='2' height='15' fill='%23fff' /%3E%3C/svg%3E%0A");
background-repeat: no-repeat;
background-size: 22px 22px;
background-position: 0 50%;
text-decoration: none;
}
.b-fixed-bottomline__cart-title:hover {
text-decoration: underline;
}
.mini-cart-count {
min-width: 34px;
padding: 8px 10px 7px;
background: #d83939;
text-align: center;
font-size: 18px;
color: #faf5ec;
line-height: 1;
border-radius: 24px;
margin-left: 10px;
margin-top: -1px;
}
.b-fixed-bottomline__cart-body {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
font-size: 24px;
font-weight: bold;
color: #fff;
}
.b-fixed-bottomline__cart-value {
padding: 0 30px 0 18px;
}
.b-fixed-bottomline__cart-button a {
display: block;
text-decoration: none;
font-size: 14px;
font-weight: bold;
color: #5a5a5a;
background: #fff;
padding: 10px 35px;
text-align: center;
border-left: 5px solid #3d3d3d;
}
.b-fixed-bottomline__cart-button a:hover {
background: #5A5A5A;
color: #fff;
border-color: #fff;
}
.b-fixed-bottomline__cart-button .svg-icon {
display: none;
}
.b-lot-card {
margin-bottom: 30px;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: space-around;
}
.b-lot-card--sets .b-lot-card__left {
display: block;
max-width: 720px;
}
.b-lot-card--sets .b-lot-card__image {
margin: 0 0 45px;
padding-right: 0;
max-width: none;
}
.b-lot-card--sets .b-lot-card__info {
max-width: 100%;
}
.b-lot-card--sets .b-lot-card__description {
margin: 0;
}
.b-lot-card__left {
-ms-flex: 1 1;
flex: 1 1;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: justify;
justify-content: space-between;
max-width: 680px;
}
.b-lot-card__right {
-ms-flex: 0 0 310px;
flex: 0 0 310px;
margin-left: 20px;
}
.b-lot-card__image {
-ms-flex: 0 0 260px;
flex: 0 0 260px;
max-width: 260px;
-ms-flex-order: 1;
order: 1;
margin-left: 20px;
position: relative;
}
.b-lot-card__image .b-lot-card__awards {
display: none;
}
.b-lot-card__info {
-ms-flex: 1 1;
flex: 1 1;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: justify;
justify-content: space-between;
max-width: 450px;
}
.b-lot-card__description {
font-size: 14px;
line-height: 1.5;
color: #000;
margin-bottom: 20px;
}
.b-lot-card__params {
max-width: 340px;
}
.b-lot-card__params-item {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
border-bottom: 1px solid #f9f9f9;
font-size: 14px;
line-height: 1;
color: #5a5a5a;
padding-bottom: 8px;
margin-bottom: 15px;
}
.b-lot-card__params-item:last-child {
border: none;
}
.b-lot-card__params-item--price {
font-weight: bold;
color: #ed1c24;
}
.b-lot-card__params-item--price .b-lot-card__params-name {
-ms-flex: none;
flex: none;
}
.b-lot-card__params-item--price .b-lot-card__params-value {
-ms-flex: 1 1;
flex: 1 1;
text-align: right;
}
.b-lot-card__params-name {
-ms-flex: 1 1;
flex: 1 1;
}
.b-lot-card__params-titlle {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.b-lot-card__params-value {
-ms-flex: 0 1 190px;
flex: 0 1 190px;
margin-left: 10px;
}
.b-lot-card__params-value a {
text-decoration: none;
color: #3e3e3e;
}
.b-lot-card__awards {
font-size: 0;
line-height: 1;
margin-bottom: 30px;
}
.b-lot-card__awards-item {
display: inline-block;
vertical-align: top;
margin-bottom: 6px;
width: 58px;
height: 58px;
margin-right: 30px;
} .b-lot-card .b-quantity {
height: 34px;
padding: 0 20px;
}
.b-lot-card .b-quantity button { width: 15px;
}
.b-lot-card .b-quantity button:before {
transform: rotate(90deg);
}
.b-lot-card .b-quantity button.b-quantity__minus:before {
transform: rotate(-90deg);
}
.b-lot-card .b-quantity button.b-quantity__minus {
right: auto;
left: 0;
top: 0;
}
.b-lot-card .b-quantity button.b-quantity__plus {
bottom: 0;
}
.b-lot-card .b-quantity input[type="number"] {
border-bottom: 1px solid #E0E0E0;
border-right: none;
}
.b-lot-card__price-list {
display: flex;
flex-wrap: wrap;
margin-bottom: 40px;
}
.b-lot-card__price-item {
flex: 1 0 50%;
flex-basis: calc(50% - 15px);
border-right: 1px solid #E3E3E3;
margin-right: 30px;
}
.b-lot-card__price-item:last-child,
.b-lot-card__price-item:nth-child(2n) {
margin-right: 0;
border-right: none;
}
.b-lot-card__total-price-title {
font-size: 12px;
color: #000;
margin-bottom: 12px;
}
.b-lot-card__price-item--spec .b-lot-card__total-price-title {
color: #D83939;
}
.b-lot-card__total-price-value {
font-family: 'Poiret One';
font-size: 24px;
color: #0B0B0B;
}
.b-lot-card__option {
max-width: 210px;
margin-bottom: 22px;
}
.b-lot-card__button-wr {
display: flex;
align-items: center;
margin-bottom: 30px;
}
.b-lot-card__button-add {
max-width: 250px;
flex: 1 1 0;
margin: 0 20px 0 0;
}
.b-lot-card__button-add .button {
width: 100%;
font-size: 16px;
padding: 9px 32px;
position: relative;
}
.b-lot-card__button-add .button:after,
.b-lot-card__button-add .button:before {
content: "";
position: absolute;
left: 25px;
top: 50%;
width: 6px;
height: 6px;
margin-top: -3px;
border-radius: 100%;
background: #fff;
}
.b-lot-card__button-add .button:after {
right: 25px;
left: auto;
}
.b-lot-card__action {
max-width: 210px;
padding-left: 25px;
font-size: 14px;
line-height: 1.5;
color: #000;
min-height: 42px; background: url("data:image/svg+xml,%3Csvg width='16' height='35' viewBox='0 0 16 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 0H0V35L8 29.717L16 35V0Z' fill='%23ED1C24'/%3E%3Cpath d='M2.70312 13.9507V13.3867C2.70312 12.9814 2.79102 12.6128 2.9668 12.2808C3.14258 11.9487 3.40137 11.6826 3.74316 11.4824C4.08496 11.2822 4.50488 11.1821 5.00293 11.1821C5.51562 11.1821 5.94287 11.2822 6.28467 11.4824C6.63135 11.6826 6.89014 11.9487 7.06104 12.2808C7.23682 12.6128 7.32471 12.9814 7.32471 13.3867V13.9507C7.32471 14.3462 7.23682 14.71 7.06104 15.042C6.89014 15.374 6.63379 15.6401 6.29199 15.8403C5.9502 16.0405 5.52783 16.1406 5.0249 16.1406C4.51709 16.1406 4.08984 16.0405 3.74316 15.8403C3.40137 15.6401 3.14258 15.374 2.9668 15.042C2.79102 14.71 2.70312 14.3462 2.70312 13.9507ZM4.10205 13.3867V13.9507C4.10205 14.1216 4.13379 14.2852 4.19727 14.4414C4.26562 14.5928 4.36816 14.7173 4.50488 14.8149C4.64648 14.9077 4.81738 14.9541 5.01758 14.9541C5.22754 14.9541 5.39844 14.9077 5.53027 14.8149C5.66211 14.7173 5.75977 14.5928 5.82324 14.4414C5.88672 14.2852 5.91846 14.1216 5.91846 13.9507V13.3867C5.91846 13.2061 5.88428 13.04 5.81592 12.8887C5.75244 12.7324 5.65234 12.6079 5.51562 12.5151C5.38379 12.4175 5.21289 12.3687 5.00293 12.3687C4.80762 12.3687 4.6416 12.4175 4.50488 12.5151C4.36816 12.6079 4.26562 12.7324 4.19727 12.8887C4.13379 13.04 4.10205 13.2061 4.10205 13.3867ZM7.80078 19.9492V19.3853C7.80078 18.9849 7.88867 18.6187 8.06445 18.2866C8.24512 17.9546 8.50635 17.6885 8.84814 17.4883C9.19482 17.2881 9.61963 17.188 10.1226 17.188C10.6304 17.188 11.0552 17.2881 11.397 17.4883C11.7388 17.6885 11.9976 17.9546 12.1733 18.2866C12.3491 18.6187 12.437 18.9849 12.437 19.3853V19.9492C12.437 20.3496 12.3491 20.7158 12.1733 21.0479C12.0024 21.3799 11.7461 21.646 11.4043 21.8462C11.0625 22.0464 10.6401 22.1465 10.1372 22.1465C9.62939 22.1465 9.20215 22.0464 8.85547 21.8462C8.50879 21.646 8.24512 21.3799 8.06445 21.0479C7.88867 20.7158 7.80078 20.3496 7.80078 19.9492ZM9.20703 19.3853V19.9492C9.20703 20.125 9.24609 20.291 9.32422 20.4473C9.40234 20.6035 9.50977 20.728 9.64648 20.8208C9.78809 20.9136 9.95166 20.96 10.1372 20.96C10.3716 20.96 10.5547 20.9136 10.6865 20.8208C10.8184 20.728 10.9087 20.6035 10.9575 20.4473C11.0112 20.291 11.0381 20.125 11.0381 19.9492V19.3853C11.0381 19.2095 11.0039 19.0459 10.9355 18.8945C10.8672 18.7383 10.7646 18.6138 10.6279 18.521C10.4961 18.4233 10.3276 18.3745 10.1226 18.3745C9.91748 18.3745 9.74658 18.4233 9.60986 18.521C9.47803 18.6138 9.37793 18.7383 9.30957 18.8945C9.24121 19.0459 9.20703 19.2095 9.20703 19.3853ZM10.6426 12.8594L5.43506 21.1943L4.40967 20.6523L9.61719 12.3174L10.6426 12.8594Z' fill='white'/%3E%3C/svg%3E%0A") 0 4px no-repeat;
}
.b-lot-card__action-item {
margin-bottom: 9px;
}
.b-main-slider {
position: relative;
margin-bottom: 35px;
-ms-flex: none;
flex: none;
}
.b-main-slider__item {
height: 460px;
background-repeat: no-repeat;
background-position: 50% 0;
background-size: cover;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}
.b-main-slider__text {
width: 100%;
text-align: right;
}
.b-main-slider__text-box {
display: inline-block;
background: rgba(0,0,0,0.5);
max-width: 480px;
width: 100%;
text-align: left;
color: #fff;
padding: 20px 20px 10px;
margin-right: 35px;
}
.b-main-slider__title {
font-size: 64px;
font-family: 'Poiret One';
margin-bottom: 16px;
}
.b-main-slider__description {
font-size: 16px;
}
.b-main-slider .owl-nav {
position: absolute;
top: 50%;
left: 50%;
margin-left: -560px;
max-width: 1120px;
width: 100%;
height: 0;
}
.b-main-slider .owl-nav > div {
position: absolute;
right: 0;
top: 50%;
margin-top: -32px;
width: 35px;
height: 63px;
}
.b-main-slider .owl-nav > div.owl-prev {
left: 0;
right: auto;
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.b-main-slider .owl-nav > div svg {
fill: #fff;
transition: all 0.3s ease;
}
.b-main-slider .owl-nav > div:hover svg {
fill: #ED1C24;
}
.b-main-slider .owl-dots {
position: absolute;
bottom: 12px;
left: 0;
right: 0;
text-align: center;
}
.b-main-slider .owl-dots > div {
display: inline-block;
vertical-align: top;
width: 18px;
height: 18px;
border-radius: 100%;
margin: 0 15px;
background: #fff;
}
.b-main-slider .owl-dots > div.active {
background: #ed1c24;
}
.b-map-block__btns {
display: none;
}
.b-map-block__btns.active {
display: block;
}
.b-map-block__title {
font-size: 21px;
line-height: 32px;
color: #5a5a5a;
margin-bottom: 30px;
}
.b-map-block__title a {
display: inline-block;
text-decoration: none;
color: #5a5a5a;
border-bottom: 1px solid transparent;
}
.b-map-block__title a:hover,
.b-map-block__title a.active {
color: #ed1c24;
border-color: #ed1c24;
}
.b-map-block__body {
height: 400px;
margin-bottom: -50px;
}
.b-my-popup {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: rgba(0,0,0,0.18);
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
transition: all 0.2s ease;
opacity: 0;
visibility: hidden;
z-index: 999;
overflow: auto;
padding: 0 10px;
-webkit-overflow-scrolling: touch;
}
.b-my-popup.opened {
opacity: 1;
visibility: visible;
}
.b-my-popup__in {
position: relative;
max-width: 570px;
margin: 20px 0;
width: 100%;
background-color: #fff;
padding: 120px 90px 90px;
max-height: 100%;
overflow-y: auto;
font-size: 18px;
color: #262626;
max-height: calc(100vh - 40px);
-webkit-overflow-scrolling: touch;
}
.b-my-popup__in--information {
max-width: 1200px;
}
.b-my-popup__close {
position: absolute;
top: 20px;
right: 20px;
width: 30px;
height: 30px;
cursor: pointer;
}
.b-my-popup__close.button {
position: static;
top: auto;
right: auto;
height: auto;
}
.b-my-popup__title {
font-size: 40px;
color: #ed1c24;
text-align: center;
margin-bottom: 40px;
}
.b-my-popup__description {
font-size: 24px;
color: #5a5a5a;
text-align: center;
margin-bottom: 50px;
}
.b-my-popup__buttons {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: start;
align-items: flex-start;
}
.b-my-popup__buttons .button {
position: relative;
-ms-flex: 0 0 48%;
flex: 0 0 48%;
margin-right: 4%;
font-size: 28px;
padding: 19px 55px;
}
.b-my-popup__buttons .button:after,
.b-my-popup__buttons .button:before {
content: "";
position: absolute;
top: 50%;
left: 50px;
width: 6px;
height: 6px;
border-radius: 100%;
background: #fff;
margin-top: -3px;
}
.b-my-popup__buttons .button:after {
left: auto;
right: 50px;
}
.b-my-popup__buttons .button:nth-child(2n) {
margin-right: 0;
}
.b-my-popup__after-form-link {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-top: 10px;
}
.b-my-popup__after-form-link a {
font-size: 18px;
color: #5a5a5a;
}
.b-my-popup .b-my-popup__in {
padding: 60px 20px 50px;
border-radius: 15px;
}
.b-my-popup.b-my-popup--enterlogin .b-my-popup__in,
.b-my-popup.b-my-popup--registration .b-my-popup__in,
.b-my-popup.b-my-popup--location .b-my-popup__in {
max-width: 356px;
}
.b-my-popup.b-my-popup--registration .b-form.b-form--signin,
.b-my-popup.b-my-popup--location .b-form.b-form--location {
max-width: 250px;
margin: 0 auto;
}
.b-my-popup .b-my-popup__in--information {
max-width: 440px;
}
.b-my-popup .b-my-popup__title {
font-size: 24px;
margin-bottom: 25px;
}
.b-my-popup .b-my-popup__description {
font-size: 16px;
max-width: 300px;
margin: 0 auto 35px;
}
.b-my-popup .b-my-popup__buttons {
display: block;
max-width: 254px;
margin: 0 auto;
}
.b-my-popup .b-form .button--1,
.b-my-popup .b-my-popup__buttons .button {
font-size: 16px;
padding: 12px 20px;
width: 100%;
margin: 0 0 14px;
border-radius: 30px;
position: static;
}
.b-my-popup .b-form .button--1 {
padding: 0;
}
.b-my-popup .b-form .button--1:after, .b-my-popup .button--1:before,
.b-my-popup .b-my-popup__buttons .button:before,
.b-my-popup .b-my-popup__buttons .button:after {
display: none;
}
.b-my-popup .b-my-popup__buttons .button:last-child {
margin-bottom: 0;
background: #282828;
}
.b-my-popup .b-my-popup__close {
width: 40px;
height: 40px;
top: 10px;
right: 10px;
}
.b-my-popup .close:after,
.b-my-popup .close:before {
left: 50%;
right: auto;
width: 22px;
margin-left: -11px;
}
.b-my-popup .b-form label input[type="radio"] ~ span,
.b-my-popup .b-form label input[type="checkbox"] ~ span {
font-size: 16px;
}
.b-form label {
display: block;
margin-bottom: 25px;
}
.b-form label input[type="radio"],
.b-form label input[type="checkbox"] {
width: 0;
height: 0;
opacity: 0;
}
.b-form label input[type="radio"] ~ span,
.b-form label input[type="checkbox"] ~ span {
display: inline-block;
padding-left: 36px;
font-size: 24px;
cursor: pointer;
position: relative;
}
.b-form label input[type="radio"] ~ span:before,
.b-form label input[type="checkbox"] ~ span:before {
content: "";
position: absolute;
left: 5px;
top: 50%;
width: 12px;
height: 12px;
margin-top: -6px;
border-radius: 100%;
background: #cbcbcb;
border: 2px solid #fff;
box-shadow: 0 0 0 2px #cbcbcb; }
.b-form label input[type="radio"]:checked ~ span:before,
.b-form label input[type="checkbox"]:checked ~ span:before {
background: #ed1c24;
box-shadow: 0 0 0 2px #ed1c24;
}
.b-form .button {
width: 100%;
}
.b-form .button--1 {
position: relative;
}
.b-form .button--1:after,
.b-form .button--1:before {
content: "";
position: absolute;
top: 50%;
left: 26px;
width: 6px;
height: 6px;
border-radius: 100%;
background: #fff;
margin-top: -3px;
}
.b-form .button--1:after {
left: auto;
right: 26px;
}
.b-notification-block {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: #fff;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
transition: all 0.2s ease;
opacity: 0;
visibility: hidden;
z-index: 999;
overflow: auto;
padding: 0 10px;
-webkit-overflow-scrolling: touch;
pointer-events: none;
}
.b-notification-block.opened {
opacity: 1;
visibility: visible;
pointer-events: auto;
}
.b-notification-block__in {
position: relative;
max-width: 650px;
margin: 20px 0;
width: 100%;
background-color: #ed1c24;
padding: 56px 64px 64px;
max-height: 100%;
overflow-y: auto;
font-size: 18px;
color: #262626;
max-height: calc(100vh - 40px);
text-align: center;
color: #fff;
font-size: 16px;
line-height: 1.5;
-webkit-overflow-scrolling: touch;
}
.b-notification-block__desc {
margin: 0 0 30px;
}
.b-notification-block h2 {
color: #fff;
margin: 0 0 30px;
}
.b-notification-block .button--2,
.b-notification-block a.button--2 {
background: #333;
width: 100%;
max-width: 320px;
}
.b-notification-block .button--2:hover,
.b-notification-block a.button--2:hover {
background: #474747;
}
.pagination {
margin-bottom: 30px;
text-align: center;
font-size: 0;
}
.pagination__container {
font-size: 0;
display: inline-block;
}
.page-numbers,
.pagination__item {
display: inline-block;
vertical-align: top;
text-decoration: none;
width: 40px;
height: 40px;
border: 1px solid #414042;
background-color: #fff;
text-align: center;
color: #787878;
font-size: 24px;
font-weight: 400;
line-height: 38px;
margin-right: 10px;
}
.pagination .page-numbers.current,
.pagination a.pagination__item.active,
.pagination a.pagination__item:hover {
color: #fff;
background: #ed1c24;
border-color: #ed1c24;
}
.pagination .prev,
.pagination .next,
.pagination__first-page,
.pagination__last-page {
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
vertical-align: top;
text-decoration: none;
height: 40px;
color: #fff;
font-size: 24px;
line-height: 38px;
background: #ed1c24;
border: 1px solid #ed1c24;
padding: 0 20px;
}
.pagination__first-page {
margin-right: 10px;
}
.before-content {
-ms-flex: none;
flex: none;
padding-top: 50px;
width: 100%;
}
.b-before-text {
margin-bottom: 40px;
font-size: 16px;
line-height: 1.5;
}
.b-path {
font-size: 14px;
font-family: 'Poiret One' bold ;
color: #000;
margin-bottom: 35px;
}
.b-path a {
color: #000;
text-decoration: none;
}
.b-path a .svg-icon {
width: 20px;
height: 20px;
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
margin: -3px 0 0 -3px;
vertical-align: top;
}
.b-path a .svg-icon svg {
width: 13px;
height: 13px;
}
.badge-label {
display: inline-block;
vertical-align: top;
margin: 0 5px 5px 0;
font-size: 14px;
line-height: 1;
font-weight: 600px;
padding: 6px 14px 7px;
color: #fff;
text-transform: lowercase;
}
.badge-label--newest {
background-color: #414042;
}
.badge-labels {
position: absolute;
left: 0;
top: -36px;
}
.b-lot-card__badges .badge-label--newest {
margin-bottom: 15px;
}
.b-popuplar-product {
-ms-flex: none;
flex: none;
margin-bottom: 90px;
position: relative;
}
.b-popuplar-product--recomendet {
background: #faf5ec;
margin-bottom: 0;
padding-top: 34px;
padding-bottom: 20px;
}
.b-popuplar-product__title {
position: relative;
text-align: center;
margin-bottom: 35px;
margin-top: 0;
font-weight: bold;
overflow: hidden;
font-size: 22px;
}
.b-popuplar-product__title a {
position: relative;
display: inline-block;
text-decoration: none;
border: 2px solid #ddd;
padding: 7px 18px;
border-radius: 25px;
color: #4c4c4c;
}
}
._allview-decor {
position: relative;
display: inline-block;
}
.b-popuplar-product__title a:before,
.b-popuplar-product__title a:after,
.b-popuplar-product__allview ._allview-decor:before,
.b-popuplar-product__allview ._allview-decor:after {
content: '';
position: absolute;
top: 50%;
margin-top: -1px;
width: 1000px;
height: 2px;
background-color: #ECECEC;
}
.b-popuplar-product__title a:before,
.b-popuplar-product__allview ._allview-decor:before {
right: 110%;
}
.b-popuplar-product__title a:after,
.b-popuplar-product__allview ._allview-decor:after {
left: 110%;
}
.b-popuplar-product__body {
margin-bottom: 50px;
max-width: 1098px;
}
.b-popuplar-product__allview {
position: relative;
overflow: hidden;
text-align: center;
}
.b-popuplar-product__allview .button {
font-size: 14px;
padding: 20px 60px 19px;
position: relative;
min-width: 320px;
text-transform: uppercase;
}
.b-popuplar-product__allview .button:before,
.b-popuplar-product__allview .button:after {
content: "";
position: absolute;
top: 50%;
left: 40px;
width: 10px;
height: 10px;
margin-top: -5px;
border-radius: 100%;
background: #fff;
}
.b-popuplar-product__allview .button:after {
left: auto;
right: 40px;
}
.b-popuplar-product__back-bg {
position: absolute;
left: 0;
right: 0;
}
.b-popuplar-product__back-bg:after,
.b-popuplar-product__back-bg:before {
content: "";
position: absolute;
top: 36px;
bottom: -55px;
left: 0;
right: 50%;
margin-right: 650px;
background: #ededed;
}
.b-popuplar-product__back-bg:after {
right: 0;
left: 50%;
margin-left: 650px;
margin-right: 0;
}
.b-popuplar-product .owl-carousel .b-product-list__item {
margin-bottom: 0;
margin-right: 0;
}
.b-popuplar-product .owl-carousel .b-product-thumbs {
display: block;
}
.b-popuplar-product .owl-carousel .owl-item img {
display: inline-block;
}
.b-popuplar-product .owl-nav {
position: absolute;
right: -80px;
left: -80px;
top: 50%;
height: 0;
}
.b-popuplar-product .owl-nav > div {
position: absolute;
right: 0;
top: 50%;
width: 25px;
height: 46px;
margin-top: -23px;
}
.b-popuplar-product .owl-nav > div.owl-prev {
left: 0;
right: auto;
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.b-popuplar-product .owl-nav > div svg {
fill: #ed1c24;
width: 25px;
height: 46px;
transition: all 0.3s ease;
}
.b-popuplar-product .owl-nav > div:hover svg {
fill: #5A5A5A;
}
.b-popuplar-product .owl-dots {
text-align: center;
margin-top: 20px;
display: none;
}
.b-popuplar-product .owl-dots > div {
display: inline-block;
vertical-align: top;
width: 18px;
height: 18px;
border-radius: 100%;
margin: 0 10px;
background: #ededed;
}
.b-popuplar-product .owl-dots > div.active {
background: #ed1c24;
}
.b-popuplar-product.b-popuplar-product--recomendet .owl-dots {
margin-top: 30px;
}
.b-popuplar-product.b-popuplar-product--recomendet .owl-dots > div {
background: #fff;
}
.b-popuplar-product.b-popuplar-product--recomendet .owl-dots > div.active {
background: #ed1c24;
}
.b-popuplar-product .b-product-thumbs__name {
font-size: 18px;
line-height: 32px;
text-align: center;
color: #5A5A5A;
}
.b-product-list {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 10px;
}
.b-product-list--sets .b-product-list__item .b-product-thumbs:hover .b-product-thumbs__image img {
margin-top: 0;
-webkit-transform: scale(1);
transform: scale(1);
}
.b-product-list--sets .b-product-list__item .b-product-thumbs:hover .b-product-thumbs__image-bg:before {
top: 0;
}
.b-product-list--sets .b-product-list__item .b-product-thumbs__description {
max-width: 240px;
width: 100%;
margin: 0 auto;
}
.b-product-list--sets .b-product-list__item .b-product-thumbs__name {
text-align: left;
color: #ed1c24;
}
.b-product-list--sets .b-product-list__item .b-product-thumbs__image-box {
max-width: 100%;
height: auto;
}
.b-product-list--sets .b-product-list__item .b-product-thumbs__bottom {
max-width: 240px;
width: 100%;
margin: 0 auto;
}
.b-product-list__item {
-ms-flex: 0 0 23%;
flex: 0 0 23%;
margin-bottom: 60px;
margin-right: 2%;
text-align: center;
}
.b-product-list__item:nth-child(4n) {
margin-right: 0;
}
.b-product-thumbs {
height: 100%;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: justify;
justify-content: space-between;
}
.b-product-thumbs--popular .b-product-thumbs__button .button {
width: auto;
font-size: 13px;
padding: 10px 14px;
}
.b-product-thumbs:hover .b-product-thumbs__name {
color: #ed1c24;
}
.b-product-thumbs:hover .b-product-thumbs__image img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
margin-top: -15px;
}
.b-product-thumbs:hover .b-product-thumbs__image-bg:before {
top: 0;
}
.b-product-thumbs__top {
text-decoration: none;
display: block;
margin-bottom: 10px;
}
.b-product-thumbs__name {
font-size: 18px;
color: #5a5a5a;
margin-bottom: 15px;
}
.b-product-thumbs__image-box {
position: relative;
height: 320px;
margin: 0 auto;
}
.b-product-thumbs__image {
position: relative;
}
.b-product-thumbs__image img {
max-height: 320px;
transition: all 0.3s ease;
}
.b-product-thumbs__image-bg {
position: absolute;
bottom: 37px;
left: 0;
right: 0;
height: 246px;
background-repeat: no-repeat;
background-position: 50% 0;
background-size: cover;
}
.b-product-thumbs__image-bg:before {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 230px;
background: #ed1c24;
transition: top 0.3s ease;
}
.product-thumb-awards {
position: sticky;
left: 4px;
bottom: -19px;
}
.product-thumb-awards-item {
display: block;
width: 70px;
padding: 5px;
}
.b-product-thumbs__flag {
position: absolute;
top: 0;
right: 0;
width: 38px;
background: url("data:image/svg+xml,%3Csvg width='48' height='81' viewBox='0 0 48 81' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M48.0001 80.9231L23.579 64.8332L0 80.9231V0.473877H48.0001V80.9231Z' fill='%23ED1C24'/%3E%3C/svg%3E") 0 100% no-repeat;
background-size: cover;
font-size: 14px;
font-weight: bold;
line-height: 1;
color: #fff;
padding: 10px 0 26px;
z-index: 1;
}
.b-product-thumbs__description {
font-size: 14px;
line-height: 1.4;
color: #5a5a5a;
padding: 0 10px;
}
.b-product-thumbs__prices-box {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: distribute;
justify-content: space-around;
margin-bottom: 15px;
}
.b-product-thumbs__price {
font-size: 22px;
color: #5a5a5a;
font-weight: 500;
}
.b-product-thumbs__oldprice {
color: #ed1c24;
font-weight: bold;
font-size: 22px;
-webkit-text-decoration-line: line-through;
text-decoration-line: line-through;
}
.b-product-thumbs__button .button {
width: 100%;
}
.breadcrumb_last {
color: #ed1c24;
}
.b-product-thumbs__more {
margin-bottom: 15px;
}
.b-product-thumbs__more a {
font-size: 13px;
color: #5a5a5a;
}
.b-quantity {
position: relative;
height: 40px;
padding-right: 40px;
width: 80px;
}
.b-quantity button {
position: absolute;
right: 0;
top: 0;
bottom: 50%;
border: none;
background: none;
box-shadow: none;
outline: none;
width: 40px;
font-size: 0;
}
.b-quantity button:hover:before {
border-bottom-color: #ed1c24;
}
.b-quantity button:before {
content: "";
position: absolute;
left: 50%;
top: 50%;
border-style: solid;
border-width: 0px 5px 7px 5px;
border-color: transparent;
border-bottom-color: #5a5a5a;
margin-left: -5px;
margin-top: -4px;
}
.b-quantity button.b-quantity__minus {
bottom: 0;
top: 50%;
}
.b-quantity button.b-quantity__minus:before {
margin-top: -3px;
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.b-quantity input[type="text"],
.b-quantity input[type="number"] {
padding: 0 5px;
height: 100%;
font-size: 24px;
background: #fff;
color: #5a5a5a;
text-align: center;
border-right: 1px solid #5a5a5a;
border-radius: 0;
border-width: 0 1px 0 0;
}
.rating-block {
margin: 15px 0 14px;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
}
.rating-block--cardlot {
-ms-flex-pack: start;
justify-content: flex-start;
margin: 0 0 25px;
}
.rating-block__body {
text-align: left;
width: 80px;
height: 15px;
background: url("data:image/svg+xml,%0A%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 0L9.79611 5.52786H15.6085L10.9062 8.94427L12.7023 14.4721L8 11.0557L3.29772 14.4721L5.09383 8.94427L0.391548 5.52786H6.20389L8 0Z' fill='%23ccc'/%3E%3C/svg%3E") 0 0 repeat-x;
}
.rating-block__body span {
display: inline-block;
height: 15px;
background: url("data:image/svg+xml,%0A%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 0L9.79611 5.52786H15.6085L10.9062 8.94427L12.7023 14.4721L8 11.0557L3.29772 14.4721L5.09383 8.94427L0.391548 5.52786H6.20389L8 0Z' fill='%23ED1C24'/%3E%3C/svg%3E") 0 0 repeat-x;
}
.rating-block__title {
color: #000;
font-size: 14px;
line-height: 1;
margin: 1px 0 0 6px;
}
.b-shop-filter {
border-top: 8px solid #ed1c24;
padding: 30px 0;
margin-bottom: 20px;
}
.b-shop-filter-widget.hideParam .b-shop-filter-widget__title .svg-icon {
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.b-shop-filter-widget.hideParam .woocommerce-widget-layered-nav-list {
display: none;
}
.b-shop-filter-widget__title {
font-size: 14px;
color: #ed1c24;
padding: 5px 0;
margin-bottom: 5px;
cursor: pointer;
}
.b-shop-filter-widget__title .svg-icon {
width: 12px;
height: 8px;
vertical-align: middle;
margin-left: 5px;
}
.b-shop-filter-widget .woocommerce-widget-layered-nav-list {
margin: 0;
padding: 0;
list-style-type: none;
}
.woocommerce-widget-layered-nav-list__item {
position: relative;
display: flex;
font-size: 12px;
color: #5a5a5a;
border-radius: 10px; line-height: 1;
padding: 5px 10px 5px 0;
}
.woocommerce-widget-layered-nav-list__item a {
padding-left: 20px;
text-decoration: none;
color: inherit;
line-height: 1;
flex: 1 1 0;
} .woocommerce-widget-layered-nav-list__item:before {
content: "";
position: absolute;
left: 4px;
top: 6px;
width: 10px;
height: 10px;
border: 1px solid #fff;
box-shadow: 0 0 0 1px #E2E2E2;
background: #fff;
pointer-events: none;
border-radius: 100%;
}
.woocommerce-widget-layered-nav-list__item:hover,
.woocommerce-widget-layered-nav-list__item--chosen {
background: #FDF1F2;
}
.woocommerce-widget-layered-nav-list__item--chosen:before {
background: #ed1c24;
}
.b-shop-filter__closepopup {
display: none;
}
.b-filter-btn-mobile {
margin-bottom: 30px;
text-align: center;
display: none;
}
.b-filter-btn-mobile .button {
width: 100%;
font-size: 18px;
padding: 15px 60px;
position: relative;
border-radius: 0;
}
.b-filter-btn-mobile .button:before,
.b-filter-btn-mobile .button:after {
content: "";
position: absolute;
top: 50%;
left: 40px;
width: 6px;
height: 6px;
margin-top: -3px;
border-radius: 100%;
background: #fff;
}
.b-filter-btn-mobile .button:after {
left: auto;
right: 40px;
}
.b-tabs {
margin-bottom: 20px;
}
.b-tabs__item {
display: none;
}
.b-tabs__item.opened {
display: block;
}
.b-tabs__item-title {
display: none;
}
.b-tabs__item-body {
font-size: 14px;
line-height: 1.5;
}
.b-tabs__item-title-desc {
padding: 0;
margin: 0 0 40px;
list-style: none;
font-size: 0;
line-height: 1;
}
.b-tabs__item-title-desc > li {
display: inline-block;
vertical-align: top;
cursor: pointer;
position: relative;
min-width: 211px;
font-size: 16px;
color: #fff;
background: #414042;
padding: 9px 32px;
text-align: center;
margin-top: 15px;
margin-right: 45px;
transition: all 0.2s ease;
border-radius: 25px;
}
.b-tabs__item-title-desc > li:hover,
.b-tabs__item-title-desc > li.opened {
background: #ed1c24;
}
.b-tabs__item-title-desc > li:last-child {
margin-right: 0;
}
.b-tabs__item-title-desc > li:after,
.b-tabs__item-title-desc > li:before {
content: "";
position: absolute;
left: 25px;
top: 50%;
width: 6px;
height: 6px;
margin-top: -3px;
border-radius: 100%;
background: #fff;
}
.b-tabs__item-title-desc > li:after {
right: 25px;
left: auto;
}
.b-details {
max-width: 300px;
}
.b-details__title {
color: #ed1c24;
font-weight: bold;
font-size: 14px;
margin-bottom: 20px;
}
.b-details__item {
font-size: 14px;
line-height: 1.5;
margin-bottom: 7px;
}
.b-reviews-product__title {
font-size: 26px;
line-height: 1.3;
color: #ed1c24;
margin-bottom: 25px;
max-width: 320px;
}
.b-reviews-product__body {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.b-reviews-product__item {
-ms-flex: 0 0 43%;
flex: 0 0 43%;
font-size: 14px;
color: #000;
margin-right: 14%;
margin-bottom: 20px;
}
.b-reviews-product__item:nth-child(2n) {
margin-right: 0;
}
.b-reviews-product__item-photo {
width: 126px;
float: left;
margin: 0 20px 10px 0;
}
.b-reviews-product__item-name {
margin: 40px 0 20px;
color: #ed1c24;
}
.b-text-block-plain {
-ms-flex: none;
flex: none;
}
.b-text-block-plain__in {
padding-top: 50px;
padding-bottom: 78px;
}
.b-text-block-plain__image {
margin-bottom: 25px;
}
.b-text-block-plain__title {
margin-left: 75px;
margin-right: 75px;
}
.b-text-block-plain__text {
padding: 15px 75px;
font-size: 16px;
line-height: 1.5;
position: relative;
margin-bottom: 40px;
}
.b-text-block-plain__text:after,
.b-text-block-plain__text:before {
content: "";
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 24px;
background: url("data:image/svg+xml,%3Csvg width='17' height='124' viewBox='0 0 17 124' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.7351 87.7369C17.459 83.5905 17.5894 78.7838 15.0687 76.6049C13.4461 75.2052 12.0988 74.6902 11.1572 74.5317C10.7081 74.4393 10.3025 74.2412 10.8095 73.5281C12.9101 70.7682 12.9825 67.7178 9.94028 65.09C8.2453 63.6242 5.53624 63.4526 3.08794 65.8163C1.98693 66.8859 1.72617 68.6158 2.89961 69.6194C3.68191 70.3061 4.9133 70.3457 5.79701 69.5005C6.86904 68.4705 6.17367 67.1632 5.42035 66.8199C5.10163 66.6482 4.72497 66.3181 5.07266 65.9748C5.81149 65.2617 7.63685 65.3145 8.44812 66.0276C10.1576 67.4934 9.60708 69.6326 7.89762 71.27C6.13021 72.9735 5.15958 73.5413 3.84127 74.809C0.900412 77.6481 1.11772 81.1607 3.45012 83.1679C5.89841 85.2807 8.5785 84.7657 10.0562 83.3264C11.7946 81.6625 11.3021 80.4344 10.3314 79.6025C9.49118 78.8762 8.37569 78.8234 7.17327 79.9986C6.31854 80.8306 6.92699 82.2039 7.59339 82.5208C7.88313 82.6661 7.92659 83.0094 7.78172 83.1415C7.53544 83.3792 6.14469 83.3396 5.3624 82.6661C4.55113 81.9662 3.21833 80.0647 5.60868 77.7538C8.20184 75.258 11.3455 75.6145 13.0695 77.0935C14.75 78.5329 14.2139 83.0622 11.9685 87.0766C7.52096 95.0525 -3.38773 101.734 1.04528 111.982C2.03039 114.24 4.60908 117.475 7.98454 117.633C7.59339 118.861 7.46301 120.116 7.97005 121.331C8.8103 123.351 11.2876 124.672 14.3009 123.642C16.2421 122.981 17.3286 121.555 16.5318 119.614C16.0103 118.333 14.6485 118.082 14.1415 118.254C14.0256 118.307 14.0691 118.505 14.2574 118.782C14.8224 119.68 14.1994 120.789 12.9391 121.225C11.867 121.595 10.1141 121.225 9.44772 119.601C9.2449 119.112 8.98414 118.307 9.18696 117.647C9.60708 117.581 10.3314 117.699 11.2876 117.382C12.1568 117.092 12.7508 116.63 12.3886 115.732C12.0554 114.913 11.4614 114.557 10.3894 114.926C9.66503 115.164 8.98414 115.904 8.54953 116.419C8.46261 116.696 8.34671 116.828 7.88313 116.709C5.76803 116.128 4.26139 114.24 3.62396 112.668C0.147091 104.283 12.5769 95.3563 15.7351 87.7369ZM15.7351 36.2499C17.459 40.3963 17.5894 45.2162 15.0687 47.3819C13.4316 48.7816 12.0843 49.2966 11.1572 49.4551C10.6936 49.5475 10.3025 49.7456 10.8095 50.4587C12.9101 53.2186 12.9825 56.269 9.94028 58.8968C8.23082 60.3626 5.53624 60.521 3.08794 58.1573C1.98693 57.1009 1.72617 55.3578 2.89961 54.3542C3.6964 53.6675 4.9133 53.6279 5.79701 54.4731C6.86904 55.5031 6.17367 56.8104 5.42035 57.1537C5.10163 57.3254 4.72497 57.6555 5.07266 57.9988C5.81149 58.7119 7.63685 58.6591 8.44812 57.946C10.1576 56.4802 9.60708 54.341 7.89762 52.6904C6.13021 50.9869 5.15958 50.4191 3.84127 49.1514C0.900412 46.3123 1.11772 42.7997 3.45012 40.8057C5.89841 38.6929 8.5785 39.2079 10.0562 40.6472C11.7946 42.3243 11.3021 43.5524 10.3314 44.3711C9.49118 45.0974 8.37569 45.1502 7.17327 43.9749C6.31854 43.1562 6.92699 41.7697 7.59339 41.4528C7.88313 41.3075 7.92659 40.9642 7.78172 40.8321C7.53544 40.5944 6.14469 40.634 5.3624 41.3075C4.55113 42.0074 3.21833 43.9089 5.60868 46.2198C8.18736 48.7156 11.3455 48.3591 13.0695 46.8801C14.75 45.4275 14.2139 40.9113 11.9685 36.897C7.50647 28.9342 -3.40222 22.2524 1.04528 12.0184C2.03039 9.76033 4.59459 6.53827 7.98454 6.3666C7.59339 5.13852 7.47749 3.88404 7.97005 2.66916C8.79581 0.648773 11.2876 -0.671745 14.3009 0.358253C16.2421 1.01852 17.3286 2.44466 16.5318 4.38583C16.0103 5.66673 14.6485 5.91763 14.1415 5.74596C14.0256 5.70634 14.0691 5.50827 14.2574 5.23096C14.8224 4.33301 14.1994 3.22378 12.9391 2.80121C11.867 2.43147 10.1141 2.80121 9.44772 4.43865C9.2449 4.92724 8.98414 5.73276 9.18696 6.39302C9.60708 6.44584 10.3459 6.32699 11.3021 6.64391C12.1713 6.93443 12.7652 7.39661 12.4031 8.29456C12.0699 9.11328 11.4759 9.46982 10.4039 9.10007C9.694 8.84917 8.99863 8.12289 8.56402 7.60789C8.47709 7.33058 8.3612 7.19853 7.89762 7.31738C5.78252 7.89841 4.27587 9.78674 3.63845 11.3582C0.147089 19.7038 12.5769 28.6305 15.7351 36.2499Z' fill='%23C4C4C4'/%3E%3C/svg%3E%0A") 0 50% repeat-y;
}
.b-text-block-plain__text:after {
left: auto;
right: 0;
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.b-text-block-plain__button {
text-align: center;
}
.b-text-block-plain__button .button {
max-width: 398px;
width: 100%;
}
.b-text-block {
-ms-flex: none;
flex: none;
font-size: 14px;
line-height: 1.5;
margin-bottom: 40px;
}
.b-text-block p {
margin-bottom: 30px;
}
.b-text-block .poiret {
font-family: 'Poiret One', cursive;
color: #ed1c24;
}
.b-text-block__title {
color: #ed1c24;
margin-bottom: 25px;
font-weight: bold;
}
.b-text-block__item {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 40px;
}
.b-text-block__column {
position: relative;
}
.b-text-block__column--left {
-ms-flex-order: 0;
order: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
margin-right: 3%;
}
.b-text-block__column--left img {
height: auto;
}
.b-text-block__column--left .bg-image {
position: relative;
}
.b-text-block__column--left .bg-image:before {
content: "";
position: absolute;
left: 0;
top: 50%;
width: 350px;
height: 400px;
background: url(//piemaggio.shop/wp-content/themes/piemaggio/img/corkscrew.png) 0 0 no-repeat;
margin-left: -191px;
margin-top: -31px;
pointer-events: none;
}
.b-text-block__column--right {
-ms-flex-order: 1;
order: 1;
-ms-flex: 0 0 47%;
flex: 0 0 47%;
}
.b-tours-list {
padding-top: 30px;
margin-bottom: 20px;
border-top: 3px solid #ed1c24;
}
.b-tours-list__list {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: justify;
justify-content: space-between;
}
.b-tours-list__button {
text-align: center;
max-width: 470px;
margin-left: auto;
margin-top: -35px;
}
.b-tours-list__button .button {
max-width: 416px;
width: 100%;
}
.b-tours-list .b-tours-thumbs {
-ms-flex: 0 0 48%;
flex: 0 0 48%;
margin-right: 4%;
max-width: 470px;
margin-bottom: 35px;
font-size: 18px;
line-height: 1.5;
color: #414042;
}
.b-tours-list .b-tours-thumbs:nth-child(2n) {
margin-right: 0;
}
.b-tours-list .b-tours-thumbs__name {
margin-bottom: 25px;
font-size: 18px;
font-weight: bold;
line-height: 1;
color: #faf5ec;
text-align: center;
}
.b-tours-list .b-tours-thumbs__name span {
position: relative;
display: inline-block;
background: #ed1c24;
min-width: 210px;
padding: 9px 30px;
}
.b-tours-list .b-tours-thumbs__name span:after,
.b-tours-list .b-tours-thumbs__name span:before {
content: "";
position: absolute;
top: 50%;
left: 20px;
width: 6px;
height: 6px;
border-radius: 100%;
background: #faf5ec;
margin-top: -3px;
}
.b-tours-list .b-tours-thumbs__name span:after {
left: auto;
right: 20px;
}
.b-tours-list .b-tours-thumbs__image {
background-repeat: no-repeat;
background-position: 50% 0;
background-size: cover;
margin-bottom: 20px;
}
.b-tours-list .b-tours-thumbs__image:before {
content: "";
display: block;
padding-top: 67%;
}
.b-tours-text-block {
margin-bottom: 70px;
padding-bottom: 20px;
border-bottom: 3px solid #ed1c24;
}
.b-tours-text-block__group {
margin-bottom: 70px;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
font-size: 18px;
line-height: 1.5;
}
.b-tours-text-block__group:last-child {
margin-bottom: 0;
}
.b-tours-text-block__group p {
margin: 0 0 20px;
}
.b-tours-text-block__group h5,
.b-tours-text-block__group .h5 {
font-weight: normal;
margin: 0 0 20px;
}
.b-tours-text-block__group .textcenter {
text-align: center;
}
.b-tours-text-block__column {
-ms-flex: 0 0 48%;
flex: 0 0 48%;
margin-right: 4%;
}
.b-tours-text-block__column:nth-child(2n) {
margin-right: 0;
}
.b-tours-text-block__column p:last-child {
margin-bottom: 0;
}
.b-tours-text-block__button {
text-align: center;
margin-top: 90px;
}
.b-tours-text-block__button .button {
width: 100%;
max-width: 400px;
}
.b-view-all-product {
text-align: center;
}
.lmp_load_more_button .button {
min-width: 280px;
font-size: 18px;
padding: 16px 80px;
position: relative;
border-radius: 30px;
}
.lmp_load_more_button .button:before,
.lmp_load_more_button .button:after {
content: "";
position: absolute;
top: 50%;
left: 60px;
width: 10px;
height: 10px;
margin-top: -5px;
border-radius: 100%;
background: #fff;
}
.lmp_load_more_button .button:after {
left: auto;
right: 60px;
}
.screen-reader-text{
clip:rect(1px,1px,1px,1px);
height:1px;
overflow:hidden;
position:absolute!important;
width:1px;
word-wrap:normal!important
}
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
position: relative;
padding: .75rem 1.25rem;
margin-bottom: 2rem;
border: 1px solid transparent;
border-radius: .25rem;
max-width: 580px;
}
.woocommerce-info {
color: #121010;
background-color: #fff;
border-color: #c1c1c1;
}
.woocommerce-message {
color: #121010;
background-color: #fff;
border-color: #ed1c24;
}
.woocommerce-error {
list-style-type: none;
color: #ffffff;
background-color: #d83939;
border-color: #f5c6cb;
}
.update-cart-button {
display: none !important;
}
.woocommerce table.shop_table {
border: 1px solid rgba(0,0,0,.1);
margin: 0 -1px 24px 0;
text-align: left;
width: 100%;
border-collapse: separate;
border-radius: 5px
}
.woocommerce table.shop_table th {
font-weight: 700;
padding: 9px 12px
}
.woocommerce table.shop_table td {
border-top: 1px solid rgba(0,0,0,.1);
padding: 6px 12px;
vertical-align: middle
}
.woocommerce table.shop_table td small {
font-weight: 400
}
.woocommerce table.shop_table tbody:first-child tr:first-child td,.woocommerce table.shop_table tbody:first-child tr:first-child th {
border-top: 0
}
.woocommerce table.shop_table tbody th,.woocommerce table.shop_table tfoot td,.woocommerce table.shop_table tfoot th {
font-weight: 700;
border-top: 1px solid rgba(0,0,0,.1)
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
.container .gutenberg-block.container,
.container .gutenberg-block .container {
padding-left: 0;
padding-right: 0;
}
.change-password-fieldset {
border: 2px solid #cccc !important;
padding: 20px !important;
}
.change-password-fieldset label {
display: block;
margin-bottom: 10px !important;
}
.change-password-fieldset .woocommerce-form-row + .woocommerce-form-row {
margin-top: 20px;
}
.change-password-fieldset .woocommerce-Input {
background-color: #faf5ec !important;
padding: 15px !important;
}
.woocommerce-shipping-methods {
padding-top: 14px;
}
.woocommerce-checkout-review-order-table .woocommerce-shipping-methods label {
display: block;
}
.added_to_cart.wc-forward {
display: none;
}
.b-main-slider__link {
position: absolute;
z-index: 5;
top: 0;
left: 0;
width: 100%;
height: 100%;
font-size: 0;
}
.dicount-popup {
text-align: center;
background-color: #ed1c24;
color: #fff;
}
.dicount-popup__content {
position: relative;
padding: 20px 40px;
}
.dicount-popup__close {
position: absolute;
top: 0;
right: 0;
width: 38px;
height: 38px;
}
.dicount-popup__close:before,
.dicount-popup__close:after {
width: 20px;
left: 50%;
right: auto;
margin-top: -1px;
margin-left: -10px;
background-color: #fff;
}
.dicount-popup .button {
display: block;
text-decoration: none;
font-size: 14px;
font-weight: bold;
color: #5a5a5a;
background: #fff;
padding: 10px 15px 8px;
text-align: center;
border-left: 5px solid #3d3d3d;
margin-top: 20px;
}
.comment-form-row {
margin-bottom: 26px;
}
.comment-form-author {
max-width: 238px;
}
.comment-form-email {
max-width: 334px;
}
.comment-form-comment {
max-width: 628px;
}
.comment-form .comment-control {
padding: 10px 14px;
font-size: 14px;
line-height: 16px;
background-color: #fff;
border: 1px solid #CCC6C6;
}
.comment-form .comment-control:not(textarea) {
height: 44px;
}
.comment-form textarea.comment-control {
padding: 15px;
}
.comment-notes {
display: none;
}
.comment-form-rating {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-transform: uppercase;
font-size: 14px;
line-height: 16px;
}
.comment-form-rating__label {
margin: 6px 20px 0 0;
vertical-align: top;
}
.review-list {
margin: 0;
padding: 0;
list-style-type: none;
font-size: 14px;
line-height: 16px;
}
.review {
padding-bottom: 5px;
border-bottom: 1px solid #D0D0D0;
}
.review-text .rating-block {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
margin: 0 0 0 10px;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.review-text__meta {
padding: 20px 0 0 0;
}
.review-text__author {
font-weight: 400;
vertical-align: top;
}
.review-text__date {
margin-bottom: 15px;
}
.rating-stars {
font-size: 0;
}
.rating-star {
position: relative;
display: inline-block;
vertical-align: top;
width: 26px;
height: 26px;
padding: 2px;
}
.rating-star__ctrl {
opacity: 0;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
cursor: pointer;
}
.rating-star__icon {
display: inline-block;
vertical-align: top;
width: 100%;
height: 100%;
fill: #ccc;
}
.rating-star.active .rating-star__icon {
fill: #ED1C24;
}
.comment-respond__title {
text-transform: uppercase;
}
.points-head {
margin: 1rem 0;
font-size: 1.6rem;
text-decoration: underline;
}
.points-item {
margin-bottom: 1.4rem;
}
.cart_item .variation {
margin-top: 5px;
margin-bottom: 0;
}
.cart_item .variation-key,
.cart_item .variation-value {
display: inline-block;
vertical-align: top;
}
.wc-item-meta {
padding: 0;
list-style-type: none;
}
.wc-item-meta li {
margin: 5px 0;
}
.wc-item-meta p {
display: inline;
margin: 0;
}
.woocommerce-invalid .input-text {
box-shadow: 0 0 0 1px red;
color: red;
}
.cart-discount--qty ._discount {
color: red;
}
.jq-selectbox__select-text {
user-select: none;
}
.catalogue-ordering {
border-bottom: 1px solid #DBDBDB;
margin-bottom: 18px;
padding: 8px 0 16px;
font-size: 14px;
text-transform: lowercase;
}
.ordering-label__icon {
fill: currentColor;
}
.woocommerce-ordering {
display: inline-block;
}
.woocommerce-ordering .jq-selectbox__select {
padding: 6px 35px 8px 30px;
border: 1px solid transparent;
z-index: 10;
background-color: #faf5ec;
border-color: #faf5ec;
color: #5a5a5a;
border-radius: 25px;
}
.woocommerce-ordering .jq-selectbox__select-text {
line-height: 1.2;
}
.woocommerce-ordering .jq-selectbox__select:before {
left: 17px;
background-color: #5a5a5a;
}
.woocommerce-ordering .jq-selectbox__trigger {
right: 13px;
}
.woocommerce-ordering .jq-selectbox__dropdown {
border: 1px solid #b4b4b4;
background-color: #faf5ec;
margin-top: -1px;
padding-top: 0;
padding-bottom: 0;
border-radius: 25px;
}
.woocommerce-ordering .jq-selectbox__dropdown ul li {
font-size: 16px;
padding: 10px 14px 11px;
text-align: left;
border-color: #b4b4b4;
}
.woocommerce-ordering .jq-selectbox.opened .jq-selectbox__select {
border-color: #b4b4b4;
background-color: #faf5ec;
border-bottom-color: transparent;
}
.woocommerce-ordering .jq-selectbox.opened .jq-selectbox__trigger {
transform: rotate(180deg);
}
.woocommerce-ordering .jq-selectbox__trigger-arrow,
.jq-selectbox.opened .jq-selectbox__trigger-arrow {
border-top-color: #ed1c24;
}
.catalogue-ordering .jq-selectbox {
margin-left: 10px;
}
.aside-reset-filter {
text-align: center;
padding: 13px 0 22px;
}
.b-shop-filter .aside-reset-filter {
display: none;
text-align: left;
}
.reset-filters-link {
display: inline-block;
font-size: 14px;
color: #414042;
line-height: 14px;
text-decoration: none;
}
.reset-filters-link:hover,
.reset-filters-link:focus {
color: #ed1c24;
}
.reset-filters-link__label,
.reset-filters-link__icon {
display: inline-block;
vertical-align: top;
}
.reset-filters-link__icon {
margin-left: 3px;
fill: currentColor;
}
.app-header__bottomline .app-header__contacts {
padding: 25px 0 20px;
}
.app-header__bottomline .app-header__contacts .location {
display: none;
}
.cart-badge {
margin: 0 0 0 15px;
}
.cart-badge__link {
position: relative;
display: inline-block;
vertical-align: top;
font-size: 13px;
line-height: 20px;
font-weight: 700;
text-decoration: none;
color: #414042;
white-space: nowrap;
}
.cart-badge__svg-icon {
vertical-align: top;
margin-top: -3px;
}
.cart-badge__count {
position: absolute;
top: -6px;
right: -4px;
display: inline-block;
height: 15px;
min-width: 15px;
border-radius: 15px;
background-color: #ED1C24;
text-align: center;
font-size: 8px;
color: #F3ECCF;
line-height: 1;
padding: 4px;
}
.toolbar-link {
display: none;
}
.app-header__bottomline .app-header__links-list .menu-item {
border-color: #ed1c24;
}
.b-headmenu__list--userpanel {
border-bottom: 1px solid #fff;
display: none;
}
.b-headmenu__list .headmail,
.b-headmenu__list .cabinet {
display: block;
padding: 14px 20px 12px;
color: #fff;
font-weight: 700;
}
.b-headmenu__list .headmail {
max-width: none;
overflow: initial;
}
.b-headmenu__list a.headmail {
color: #fff;
}
.b-headmenu__list .cabinet {
padding-left: 50px !important;
text-decoration: none !important;
}
.b-headmenu__list .cabinet:hover span {
border: none !important;
}
.b-headmenu__list .cabinet .svg-icon {
left: 20px;
}
.b-headmenu__list--mobile {
display: none;
}
.product-share {
margin-top: 20px;
margin-bottom: 30px;
}
.product-share__label {
line-height: 25px;
font-weight: 500;
font-size: 14px;
display: inline-block;
vertical-align: top;
margin-right: 10px;
margin-bottom: 10px;
}
.product-share__label svg,
.product-share .ya-share2 {
display: inline-block;
vertical-align: top;
}
.ya-share2__list {
padding: 0;
margin: 0;
}
.ya-share2__item {
display: inline-block;
vertical-align: top;
margin: 0 10px 8px 0;
}
.ya-share2__item .ya-share2__title {
display: none;
}
.ya-share2 .ya-share2__icon {
display: inline-block;
vertical-align: top;
height: 24px;
width: 24px;
background-size: 20px 20px;
background-repeat: no-repeat;
background-position: center center;
}
.ya-share2__item_service_vkontakte .ya-share2__icon {
background-image: url(//piemaggio.shop/wp-content/themes/piemaggio/img/icons/vkontakte.svg);
}
.ya-share2__item_service_facebook .ya-share2__icon {
background-image: url(//piemaggio.shop/wp-content/themes/piemaggio/img/icons/facebook.svg);
}
.ya-share2__item_service_telegram .ya-share2__icon {
background-image: url(//piemaggio.shop/wp-content/themes/piemaggio/img/icons/telegram.svg);
}
.ya-share2__item_service_twitter .ya-share2__icon {
background-image: url(//piemaggio.shop/wp-content/themes/piemaggio/img/icons/twitter.svg);
}
.ya-share2__item_service_whatsapp .ya-share2__icon {
background-image: url(//piemaggio.shop/wp-content/themes/piemaggio/img/icons/whatsapp.svg);
}
.ya-share2__item_service_vkontakte .ya-share2__link:focus .ya-share2__icon,
.ya-share2__item_service_vkontakte .ya-share2__link:hover .ya-share2__icon {
background-image: url(//piemaggio.shop/wp-content/themes/piemaggio/img/icons/vkontakte.red.svg);
}
.ya-share2__item_service_facebook .ya-share2__link:focus .ya-share2__icon,
.ya-share2__item_service_facebook .ya-share2__link:hover .ya-share2__icon {
background-image: url(//piemaggio.shop/wp-content/themes/piemaggio/img/icons/facebook.red.svg);
}
.ya-share2__item_service_telegram .ya-share2__link:focus .ya-share2__icon,
.ya-share2__item_service_telegram .ya-share2__link:hover .ya-share2__icon {
background-image: url(//piemaggio.shop/wp-content/themes/piemaggio/img/icons/telegram.red.svg);
}
.ya-share2__item_service_twitter .ya-share2__link:focus .ya-share2__icon,
.ya-share2__item_service_twitter .ya-share2__link:hover .ya-share2__icon {
background-image: url(//piemaggio.shop/wp-content/themes/piemaggio/img/icons/twitter.red.svg);
}
.ya-share2__item_service_whatsapp .ya-share2__link:focus .ya-share2__icon,
.ya-share2__item_service_whatsapp .ya-share2__link:hover .ya-share2__icon {
background-image: url(//piemaggio.shop/wp-content/themes/piemaggio/img/icons/whatsapp.red.svg);
}
.product-card-sku-meta {
margin-bottom: 19px;
font-size: 14px;
color: #787878;
}
.sku-meta {
display: inline-block;
padding: 6px 10px;
margin-right: 12px;
white-space: nowrap;
background-color: #F2F2F2;
border-radius: 4px;
color: #5A5A5A;
}
.sku-meta__label {
color: #ACACAC;
}
.tnp-newsletter-profile-url {
display: none;
}
.woocommerce-form.woocommerce-form-login.login {
padding-bottom: 30px;
max-width: 580px;
}
.woocommerce-pagination {
text-align: center;
}
.woocommerce-pagination ul {
padding: 0;
margin: 0;
list-style: none;
font-size: 0;
line-height: 1;
}
.woocommerce-pagination ul > li {
display: inline-block;
vertical-align: top;
font-size: 18px;
line-height: 1;
color: #7c7c7c;
margin: 0 26px 0 0;
}
.woocommerce-pagination ul > li:last-child {
margin-right: 0;
}
.woocommerce-pagination ul > li > a:hover {
color: #43413d;
background: #fff;
border-color: #d83939;
}
.woocommerce-pagination .page-numbers {
display: block;
text-decoration: none;
width: 46px;
height: 46px;
background: #efe8df;
border: 2px solid transparent;
border-radius: 100%;
color: #7c7c7c;
font-size: 18px;
line-height: 1;
text-align: center;
padding: 12px 0;
transition: all 0.3s ease;
}
.woocommerce-pagination .page-numbers.current {
border-color: #d83939;
background: none;
font-weight: 500;
color: #43413d;
}
.woocommerce-pagination .page-numbers.first,
.woocommerce-pagination .page-numbers.last {
width: auto;
font-size: 18px;
color: #6d6d6d;
text-transform: uppercase;
border: none;
background: none;
}
.woocommerce-pagination .page-numbers.first:hover,
.woocommerce-pagination .page-numbers.last:hover {
color: #d83939;
}
.cart-promocodes {
margin-top: 40px;
margin-bottom: 20px;
}
.cart-promocodes__title {
margin-bottom: 15px;
}
.promo-doscount__label,
.promo-doscount__prices {
display: inline-block;
vertical-align: top;
}
.cart-promocodes__list {
list-style-type: none;
padding: 0;
}
.promocode-view {
position: relative;
margin-bottom: 20px;
}
.promocode-view__meta {
text-align: center;
padding: 6px 16px 14px;
border: 2px solid #e8e8e8;
border-radius: 15px 15px 0 0;
}
.promocode-view__meta-title {
font-size: 24px;
line-height: 34px;
color: #555;
}
.promocode-view__meta-info {
-ms-flex: 1;
flex: 1 1;
}
.promocode-view__meta-code {
font-weight: 500;
font-size: 24px;
line-height: 33px;
color: #d83939;
}
.promocode-view__meta-excerpt {
font-size: 14px;
line-height: 20px;
color: #545454;
margin-top: 2px;
}
.promocode-view-discount {
border: 2px solid #e8e8e8;
border-radius: 0 0 15px 15px;
border-top: none;
text-align: center;
background: #fafafa;
padding: 10px 15px 13px;
}
.promocode-view-discount__title {
font-size: 18px;
line-height: 26px;
color: #4d4d4d;
text-transform: lowercase;
margin-bottom: 5px;
}
.promocode-view-discount__price {
font-weight: 500;
font-size: 24px;
line-height: 33px;
color: #d83939;
}
.woocommerce-remove-coupon {
display: inline-block;
margin-top: 6px;
font-size: 15px;
line-height: 17px;
color: #545454;
text-transform: lowercase;
}
.back-to-orders {
margin-bottom: 55px;
}
.order-header {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
font-size: 18px;
margin-bottom: 43px;
}
.order-header__info {
-ms-flex: 1;
flex: 1 1;
}
.order-number {
display: inline-block;
color: #000;
border: 2px solid #d83939;
border-radius: 24px;
padding: 4px 25px;
margin-right: 22px;
}
.order-date {
display: inline-block;
color: #474747;
}
.order-status {
display: inline-block;
color: #000;
border: 2px solid #acacac;
border-radius: 24px;
padding: 4px 25px;
}
.order-status--link {
text-decoration: none;
padding-bottom: 6px;
}
.order-status--link:hover,
.order-status--link:focus {
background-color: #acacac;
color: #fff;
}
.order-header,
.order-metainfo,
.order-totals,
.woo-customer-details,
.cart-product.order_item {
margin-left: auto;
margin-right: auto;
}
.account-form-panel {
padding: 26px 18px 25px;
background: #f7f7f7;
border: 1px solid #e3e3e3;
box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
border-radius: 10px;
max-width: 500px;
margin: 0 auto 80px;
}
.account-form-panel .lost_password a {
color: #515151;
}
.account-form-panel .form-row {
margin-bottom: 22px;
}
.account-form-panel .form-row--submit {
margin-bottom: 25px;
}
.account-form-panel .input-text {
background: #fbfbfb;
border: 2px solid #c1c1c1;
box-sizing: border-box;
border-radius: 0;
padding-left: 29px;
padding-right: 29px;
font-size: 18px;
color: #515151;
}
.account-form-panel .woocommerce-form__label-for-checkbox {
margin-left: 28px;
cursor: pointer;
}
.account-form-panel .woocommerce-form__label-for-checkbox input + span {
padding-left: 38px;
}
.account-form-panel .woocommerce-form__label-for-checkbox input + span:before {
box-shadow: 0 0 0 1px #707073, inset 0 0 0 1px #707073;
width: 26px;
height: 26px;
border-radius: 50%;
top: -2px;
}
.account-form-panel__nav {
margin-bottom: 25px;
}
.account-form-panel__item {
display: none;
}
.account-form-panel__item.js-active {
display: block;
}
.account-panel-link {
display: inline-block;
vertical-align: top;
font-size: 19px;
line-height: 22px;
color: #515151;
text-decoration: none;
}
.account-panel-link.js-active,
.account-panel-link:hover {
color: #cf152d;
text-decoration: none;
}
.account-panel-link-sep {
display: inline-block;
vertical-align: top;
width: 2px;
height: 34px;
margin: -6px 18px 0;
background: #d83939;
border-radius: 25px;
}
.account-panel-link .svg-icon {
color: #d83939;
width: 18px;
height: 18px;
vertical-align: top;
margin-top: 4px;
margin-right: 10px;
}
.woocommerce-account h1 {
text-align: center;
}
.order_item_header {
margin-top: 20px;
}
.order_item_header,
.order_item_header .cart-product__name {
font-family: Roboto, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 21px;
color: #6f6f6f;
}
.order_item_header .cart-product__name {
padding-left: 10px;
}
.order_item_header .price--cart {
padding-left: 16px;
}
.order-metainfo {
font-size: 18px;
color: #515151;
font-family: 'Roboto', sans-serif;
font-weight: 300;
}
.order-metainfo strong {
font-weight: 500;
}
.order-metainfo__item {
margin-bottom: 22px;
}
.order-totals {
margin: 20px 0;
font-family: 'Roboto', sans-serif;
font-style: normal;
font-weight: 300;
font-size: 36px;
line-height: 42px;
color: #676767;
text-align: right;
}
.order-totals .order-total-prices {
white-space: nowrap;
}
.order-totals .order-total-price {
font-weight: 500;
color: #d83939;
}
.order-totals .order-sutotal-price {
color: #919191;
-webkit-text-decoration-line: line-through;
text-decoration-line: line-through;
margin-left: 15px;
}
.woo-customer-details {
margin-bottom: 40px;
}
.woo-customer-details__title {
font-weight: 700;
font-size: 18px;
line-height: 21px;
margin-bottom: 22px;
}
.woo-customer-details__address {
font-size: 18px;
line-height: 21px;
}
.cart-product {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
margin-bottom: 30px;
max-width: 890px;
}
.cart-product.order_item {
max-width: none;
}
.cart-product__main {
-ms-flex: 1 1;
flex: 1 1;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
margin-right: 20px;
}
.cart-product__image {
-ms-flex: 0 0 72px;
flex: 0 0 72px;
margin-right: 15px;
text-align: center;
}
.cart-product__image img {
max-height: 106px;
height: auto;
width: auto;
}
.cart-product__information {
-ms-flex: 1 1;
flex: 1 1;
}
.cart-product__name {
font-size: 14px;
margin-bottom: 5px;
}
.cart-product__desc {
color: #515151;
text-transform: lowercase;
font-size: 14px;
}
.cart-product__middle {
-ms-flex: 0 0 260px;
flex: 0 0 260px;
margin-right: 20px;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
}
.cart-product__delete {
font-family: Roboto, sans-serif;
color: #444;
font-weight: bold;
font-size: 12px;
}
.cart-product__delete:hover {
color: #d83939;
}
.cart-product__quantity {
-ms-flex: 0 0 152px;
flex: 0 0 152px;
}
.cart-product__remove--order {
font-size: 18px;
}
.cart-product .price {
-ms-flex: 0 0 180px;
flex: 0 0 180px;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
line-height: 1;
margin: 0;
}
.cart-product .price__current,
.cart-product .price__base {
white-space: nowrap;
}
.cart-product .price__current {
font-weight: bold;
color: #ed1c24;
font-size: 20px;
line-height: 1;
margin-right: 16px;
margin-left: 16px;
}
.cart-product .price__base {
color: #919191;
-webkit-text-decoration-line: line-through;
text-decoration-line: line-through;
font-family: Roboto, sans-serif;
font-weight: bold;
font-size: 16px;
line-height: 1;
}
.cart-quantity {
background: rgba(196,196,196,0.26);
height: 48px;
border-radius: 15px;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
padding: 0 10px;
}
.cart-quantity input {
color: #d83939;
font-size: 24px;
height: 48px;
background: none;
border: none;
-ms-flex: 1 1;
flex: 1 1;
padding: 0;
text-align: center;
}
.cart-quantity button {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background: none;
border: none;
font-size: 24px;
height: 48px;
outline: none;
-ms-flex: 0 0 40px;
flex: 0 0 40px;
}
.cart-quantity button:hover,
.cart-quantity button:focus {
color: #d83939;
}
.woocommerce-order-details .cart-block__list {
border-bottom: 4px solid #efefef;
padding-bottom: 30px;
margin-bottom: 34px;
}
.woocommerce-order-details .cart-product__quantity {
-ms-flex: none;
flex: none;
}
.woocommerce-order-details .cart-product__middle {
-ms-flex-pack: center;
justify-content: center;
}
.cart-block__list {
margin-bottom: 80px;
}
.cart-block__bottom {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: justify;
justify-content: space-between;
}
.cart-block__total-price-box {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
background: #e8e8e8;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
margin-left: 15px;
border-radius: 0 15px 15px 0;
padding: 14px 30px 13px 40px;
font-family: Roboto, sans-serif;
line-height: 1;
font-size: 18px;
}
.cart-block__total-price-title {
color: #43413d;
text-transform: uppercase;
}
.cart-block__total-price {
color: #d83939;
font-weight: bold;
margin: 0 20px 0 10px;
}
.cart-block__total-oldprice {
color: #43413d;
font-weight: bold;
-webkit-text-decoration-line: line-through;
text-decoration-line: line-through;
}
.woocommerce-order-details .cart-block__list {
border-bottom: 4px solid #efefef;
padding-bottom: 30px;
margin-bottom: 34px;
}
.woocommerce-order-details .cart-product__quantity {
-ms-flex: none;
flex: none;
}
.woocommerce-order-details .cart-product__middle {
-ms-flex-pack: center;
justify-content: center;
}
.woocommerce-OrderUpdates.commentlist {
margin-bottom: 40px;
}
.b-cabinet-form__item--checkbox,
.ctrl-checkbox {
margin-bottom: 14px;
}
.b-cabinet-form__item--checkbox input[type="checkbox"],
.b-cabinet-form__item--checkbox input[type="radio"],
.ctrl-checkbox input[type="checkbox"],
.ctrl-checkbox input[type="radio"] {
display: none;
width: 0;
height: 0;
border: none;
background: none;
}
.b-cabinet-form__item--checkbox input[type="checkbox"]:checked ~ span:before,
.b-cabinet-form__item--checkbox input[type="radio"]:checked ~ span:before,
.ctrl-checkbox input[type="checkbox"]:checked ~ span:before,
.ctrl-checkbox input[type="radio"]:checked ~ span:before {
border-color: #ed1c24;
background: #ed1c24;
box-shadow: inset 0 0 0 2px #fff;
}
.b-cabinet-form__item--checkbox input[type="checkbox"] ~ span,
.b-cabinet-form__item--checkbox input[type="radio"] ~ span,
.ctrl-checkbox input[type="checkbox"] ~ span,
.ctrl-checkbox input[type="radio"] ~ span {
padding-left: 25px;
position: relative;
font-size: 16px;
}
.b-cabinet-form__item--checkbox input[type="checkbox"] ~ span:before,
.b-cabinet-form__item--checkbox input[type="radio"] ~ span:before,
.ctrl-checkbox input[type="checkbox"] ~ span:before,
.ctrl-checkbox input[type="radio"] ~ span:before {
content: "";
position: absolute;
left: 0;
top: 1px;
width: 15px;
height: 15px;
border: 1px solid #5a5a5a;
}
.b-cabinet-form__item--checkbox input[type="radio"] ~ span:before,
.ctrl-checkbox input[type="radio"] ~ span:before {
border-radius: 50%;
}
.divina_birthday_input {
margin-top: 15px;
}
.divina_birthday_select {
border-radius: 7px;
box-shadow: 2px 4px 2px rgb(0 0 0 / 5%);
padding: 3px 20px 3px 8px;
font-size: 16px;
border: 1px solid rgb(90 90 90);
-moz-appearance: auto;
-webkit-appearance: auto;
appearance: auto;
}
.divina_birthday_select_wrap {
display: inline-block;
margin-right: 7px;
}
.divina_birthday_select_wrap .jq-selectbox__select {
border-radius: 7px;
border: none;
background-color:#d83939;
display: inline-block;
width:auto;
box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.05);
}
.divina_birthday_select_wrap .jq-selectbox__select-text {
padding: 3px 31px 4px 8px;
font-size: 16px;
color: #fff;
}
.divina_birthday_select_wrap .jq-selectbox__trigger {
background: none;
top: 0;
right: 0;
width: 22px;
height: 23px;
background-color: #fff;
border-radius: 0 5px 5px 0;
margin-top: 0;
transform: rotate(0deg);
transition: none;
}
.divina_birthday_select_wrap .jq-selectbox__trigger:before {
content: '';
border-color: #888 transparent transparent transparent;
border-style: solid;
border-width: 5px 4px 0 4px;
height: 0;
left: 50%;
margin-left: -4px;
margin-top: -2px;
position: absolute;
top: 50%;
width: 0;
transition: transform 160ms linear;
}
.divina_birthday_select_wrap .opened .jq-selectbox__trigger:before {
transform: rotate(180deg);
}
.divina_birthday_select_wrap .jq-selectbox__dropdown {
margin: 5px 0;
padding: 10px 0;
border-radius: 15px;
border: 1px solid #616161;
}
.divina_birthday_select_wrap .jq-selectbox__dropdown ul {
max-height: 240px;
}
.divina_birthday_select_wrap .jq-selectbox__dropdown ul::-webkit-scrollbar {
width: 5px;
height: 5px;
border-radius: 2px;
background: #f1f2f4
}
.divina_birthday_select_wrap .jq-selectbox__dropdown ul::-webkit-scrollbar-track {
background: none
}
.divina_birthday_select_wrap .jq-selectbox__dropdown ul::-webkit-scrollbar-thumb {
width: 5px;
cursor: pointer;
border-radius: 2px;
background: #ddd
}
.divina_birthday_select_wrap .jq-selectbox__dropdown ul::-webkit-scrollbar-thumb:hover {
background: #979797
}
.divina_birthday_select_wrap .jq-selectbox__dropdown ul::-webkit-scrollbar-corner {
background: transparent
}
.b-lot-card__image .b-lot-card__badges {
display: none;
}
.woocommerce-checkout.woocommerce-page .app__main > .small-h1 {
display: none;
}
.mobile-nav-fixed-footer {
display: none;
}
#billing_country_field {
display: none;
}
@media all and (min-width: 521px) {
.b-product-list--sets .b-product-list__item {
-ms-flex: 0 0 49%;
flex: 0 0 49%;
margin-right: 2%;
}
.b-product-list--sets .b-product-list__item:nth-child(3n) {
margin-right: 2%;
}
.b-product-list--sets .b-product-list__item:nth-child(2n) {
margin-right: 0;
}
.b-product-list--sets .b-product-list__item .b-product-thumbs {
padding: 0 35px 0 0;
}
.b-product-list--sets .b-product-list__item .b-product-thumbs__name {
margin-bottom: 35px;
}
.b-product-list--sets .b-product-list__item .b-product-thumbs__image-bg {
right: -35px;
bottom: 0;
top: 0;
height: auto;
}
.b-product-list--sets .b-product-list__item .b-product-thumbs__image-bg:before {
top: calc(100% - 16px);
}
}
@media (min-width: 760px) {
.comment-form {
margin-bottom: 68px;
}
.comment-form-rating {
padding-left: 15px;
}
.comment-form-rating__label {
margin-right: 31px;
}
.review {
padding: 22px 15px 32px;
}
.review-text {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.review-text__meta {
max-width: 126px;
-webkit-box-flex: 0;
-ms-flex: 0 0 126px;
flex: 0 0 126px;
padding: 0 13px 0 0;
}
.review-text__date-text {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.review-text .rating-block {
margin: 15px 0;
}
.dicount-popup__content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.dicount-popup .button {
margin-top: 0;
margin-left: 20px;
}
.dicount-popup__close {
top: 50%;
transform: translateY(-50%);
}
.promocode-view {
margin-bottom: 40px;
}
.promocode-view__meta {
display: -ms-flexbox;
display: flex;
padding: 13px 30px;
padding-right: 250px;
text-align: left;
}
.promocode-view__meta-title {
margin-right: 10px;
}
.promocode-view-discount {
position: absolute;
right: 0;
top: -14px;
bottom: -14px;
width: 100%;
max-width: 234px;
border-top-style: solid;
border-top-color: #e8e8e8;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
}
.woocommerce-remove-coupon {
font-size: 12px;
}
.account-form-panel {
padding: 45px 66px 30px;
border-radius: 20px;
}
.account-form-panel__nav {
margin-bottom: 55px;
}
.account-panel-link {
font-size: 24px;
line-height: 24px;
}
.account-panel-link-sep {
margin: -6px 36px 0;
}
.account-form-panel .form-row {
margin-bottom: 33px;
}
}
@media (min-width:768px) {
.lead {
font-size: 21px;
}
.dl-horizontal dt {
float: left;
width: 160px;
clear: left;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
}
.dl-horizontal dd {
margin-left: 180px;
}
.woocommerce-checkout.woocommerce-page .app__main > .small-h1 {
display: block;
}
}
@media all and (min-width: 1025px) {
.b-popuplar-product__title--type2 span {
position: relative;
display: inline-block;
padding: 0 45px;
}
.b-popuplar-product__title--type2 span:before,
.b-popuplar-product__title--type2 span:after {
content: "";
position: absolute;
left: 100%;
top: 50%;
width: 118px;
height: 4px;
background: #ed1c24;
}
.b-popuplar-product__title--type2 span:after {
right: 100%;
left: auto;
}
.b-shop-filter-widget .woocommerce-widget-layered-nav-list {
max-height: 176px;
overflow: auto;
-webkit-overflow-scrolling: touch;
}
.b-shop-filter-widget .woocommerce-widget-layered-nav-list::-webkit-scrollbar {
background: linear-gradient(90deg, #EDEBE8 0%, rgba(255, 252, 245, 0) 100%);
width: 6px;
box-sizing: border-box;
border-radius: 3px;
padding: 2px 2px;
}
.b-shop-filter-widget .woocommerce-widget-layered-nav-list::-webkit-scrollbar-thumb {
background: linear-gradient(180deg, #ED1C24 13.49%, #C50505 90.48%);
border-radius: 3px;
border: 1px solid #fff;
}
}
@media (max-width: 1240px) {
.app-header__logo-box {
width: 258px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.app-header__logo {
margin-right: 0;
}
}
@media all and (max-width: 1160px) {
.b-popuplar-product .owl-nav {
display: none;
}
.b-popuplar-product .owl-dots {
display: block;
}
}
@media all and (max-width: 1120px) {
.b-main-slider .owl-nav {
display: none;
}
}
@media all and (max-width: 1080px) {
.app-header__logo-box {
right: 100%;
margin-right: -250px;
}
}
@media all and (max-width: 1024px) {
h1,
.h1 {
font-size: 26px;
margin-bottom: 20px;
}
h2,
.h2 {
font-size: 30px;
}
h3,
.h3 {
font-size: 26px;
}
h4,
.h4 {
font-size: 22px;
}
.app-header {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 6px 20px;
}
.app-header__logo-box {
position: static;
margin: 0;
height: 40px;
-ms-flex: 0 0 108px;
flex: 0 0 108px;
}
.app-header__burger {
display: block;
}
.app-header__closepopup {
position: absolute;
left: 320px;
top: 0;
width: 40px;
height: 40px;
display: block;
}
.app-header__closepopup:before,
.app-header__closepopup:after {
content: "";
position: absolute;
left: 50%;
top: 50%;
height: 2px;
width: 22px;
background: #fff;
margin: -1px 0 0 -11px;
transform: rotate(45deg);
}
.app-header__closepopup:after {
transform: rotate(-45deg);
}
.app-header__logo {
margin: 0;
}
.app-header__logo img {
height: 40px;
}
.app-header__topline-in {
padding: 0;
}
.app-header__topline-left {
margin: 0;
display: block;
background: #faf5ec;
padding: 0 20px 14px;
}
.app-header__links {
margin-bottom: 14px;
}
.app-header__link-item {
display: block;
padding: 14px 0;
border-right: none;
border-bottom: 1px solid #ccc;
}
.app-header .app-header__topline {
-webkit-box-flex:1;
-ms-flex:1;
flex:1;
}
.app-header__topline .app-header__topline-left {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-bottom: 0;
}
.app-header__topline .app-header__links {
margin-bottom: 0;
}
.app-header__bottomline {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 42px;
background: rgba(0,0,0,0.55);
transition: opacity 0.3s ease;
opacity: 0;
visibility: hidden;
z-index: 999;
}
.app-header__middle {
width: 100%;
padding-bottom: 4px;
}
.app-header__middle-in {
padding-left: 0;
padding-right: 0;
}
.product-searchform__input-wrapper {
max-width: none;
}
.b-headmenu__list--userpanel {
display: block;
border: none;
background: #282828;
}
.b-headmenu__list .cabinet .svg-icon svg {
display: none;
}
.b-headmenu__list .cabinet .svg-icon {
width: 22px;
height: 22px;
margin-top: -11px;
background: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 20.9C16.4676 20.9 20.9 16.4676 20.9 11C20.9 5.53245 16.4676 1.1 11 1.1C5.53245 1.1 1.1 5.53245 1.1 11C1.1 16.4676 5.53245 20.9 11 20.9ZM11 22C17.0753 22 22 17.0753 22 11C22 4.9247 17.0753 0 11 0C4.9247 0 0 4.9247 0 11C0 17.0753 4.9247 22 11 22Z' fill='white'/%3E%3Cpath d='M4.39998 17.3966C4.39998 16.8284 4.82458 16.3483 5.38998 16.2856C9.63323 15.8159 12.386 15.8582 16.6199 16.296C16.8313 16.3182 17.0317 16.4015 17.1966 16.5357C17.3614 16.6699 17.4836 16.8493 17.5483 17.0518C17.6129 17.2543 17.6172 17.4713 17.5605 17.6762C17.5039 17.8811 17.3888 18.0651 17.2293 18.2056C12.2325 22.5611 9.37693 22.5011 4.75198 18.21C4.52648 18.001 4.39998 17.704 4.39998 17.3971V17.3966Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.5632 16.8427C12.3629 16.4082 9.64973 16.3675 5.44993 16.8323C5.16723 16.8636 4.94998 17.1051 4.94998 17.3971C4.94998 17.5544 5.01543 17.7035 5.12598 17.8069C7.41838 19.9332 9.15528 20.894 10.8531 20.9001C12.557 20.9061 14.3874 19.953 16.8679 17.7915C16.9467 17.7213 17.0035 17.6298 17.0312 17.528C17.059 17.4262 17.0566 17.3186 17.0243 17.2181C16.992 17.1177 16.9313 17.0288 16.8494 16.9623C16.7676 16.8957 16.6681 16.8544 16.5632 16.8433V16.8427ZM5.32948 15.7389C9.61728 15.2642 12.4102 15.3071 16.6771 15.7487C16.9952 15.7819 17.2966 15.9072 17.5446 16.1091C17.7926 16.311 17.9764 16.5808 18.0734 16.8855C18.1704 17.1903 18.1764 17.5167 18.0908 17.8248C18.0052 18.1329 17.8315 18.4093 17.5912 18.6203C15.0749 20.8137 12.9794 22.0083 10.8498 22.0001C8.71418 21.9924 6.71108 20.7774 4.37853 18.6132C4.21152 18.4576 4.07839 18.2693 3.98745 18.0599C3.89651 17.8506 3.84971 17.6248 3.84998 17.3966C3.84918 16.9865 3.99969 16.5905 4.27269 16.2846C4.54569 15.9786 4.92198 15.7841 5.32948 15.7383V15.7389Z' fill='white'/%3E%3Cpath d='M15.4 8.80015C15.4 9.9671 14.9365 11.0863 14.1113 11.9114C13.2861 12.7366 12.167 13.2002 11 13.2002C9.83307 13.2002 8.71391 12.7366 7.88875 11.9114C7.06359 11.0863 6.60002 9.9671 6.60002 8.80015C6.60002 7.6332 7.06359 6.51404 7.88875 5.68888C8.71391 4.86372 9.83307 4.40015 11 4.40015C12.167 4.40015 13.2861 4.86372 14.1113 5.68888C14.9365 6.51404 15.4 7.6332 15.4 8.80015Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 12.1002C11.8752 12.1002 12.7146 11.7525 13.3335 11.1336C13.9524 10.5147 14.3 9.67536 14.3 8.80015C14.3 7.92493 13.9524 7.08557 13.3335 6.4667C12.7146 5.84783 11.8752 5.50015 11 5.50015C10.1248 5.50015 9.28544 5.84783 8.66657 6.4667C8.0477 7.08557 7.70002 7.92493 7.70002 8.80015C7.70002 9.67536 8.0477 10.5147 8.66657 11.1336C9.28544 11.7525 10.1248 12.1002 11 12.1002ZM11 13.2002C12.167 13.2002 13.2861 12.7366 14.1113 11.9114C14.9365 11.0863 15.4 9.9671 15.4 8.80015C15.4 7.6332 14.9365 6.51404 14.1113 5.68888C13.2861 4.86372 12.167 4.40015 11 4.40015C9.83307 4.40015 8.71391 4.86372 7.88875 5.68888C7.06359 6.51404 6.60002 7.6332 6.60002 8.80015C6.60002 9.9671 7.06359 11.0863 7.88875 11.9114C8.71391 12.7366 9.83307 13.2002 11 13.2002Z' fill='white'/%3E%3C/svg%3E%0A") 0 0 no-repeat;
background-size: contain;
}
.app-header .b-headmenu .b-headmenu__list--userpanel > li > a {
color: #fff;
font-size: 14px;
font-weight: normal;
padding: 15px 15px;
} .app-header__bottomline._closing .app-header__bottomline-in {
-webkit-transform: translateX(-320px);
transform: translateX(-320px);
transition-duration: 400ms;
transition-delay: 300ms;
}
.app-header__bottomline._closing {
opacity: 1;
visibility: visible;
}
.app-header__bottomline._closed {
opacity: 0;
visibility: hidden;
}
.app-header__bottomline._closed .app-header__bottomline-in {
-webkit-transform: translateX(-320px);
transform: translateX(-320px);
}
.app-header__bottomline._opening,
.app-header__bottomline.opened {
opacity: 1;
visibility: visible;
}
.app-header__bottomline._opening .app-header__bottomline-in,
.app-header__bottomline.opened .app-header__bottomline-in {
-webkit-transform: translateX(0);
transform: translateX(0);
}
.app-header__bottomline._opening .app-header__contacts,
.app-header__bottomline.opened .app-header__contacts,
.app-header__bottomline._opening .app-header__links,
.app-header__bottomline.opened .app-header__links,
.app-header__bottomline._opening .b-head-social__item,
.app-header__bottomline.opened .b-head-social__item,
.app-header__bottomline._opening .app-header .b-headmenu > ul li,
.app-header__bottomline.opened .app-header .b-headmenu > ul li,
.app-header__bottomline._opening .mobile-nav__section,
.app-header__bottomline.opened .mobile-nav__section {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
.app-header__bottomline .app-header .b-headmenu > ul li {
opacity: 0;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
transition-property: opacity, -webkit-transform;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
transition-duration: 300ms;
will-change: transform, opacity;
}
.app-header__bottomline .app-header__contacts,
.app-header__bottomline .app-header__links,
.app-header__bottomline .b-head-social__item,
.app-header__bottomline .mobile-nav__section {
opacity: 0;
-webkit-transform: translateX(-33%);
transform: translateX(-33%);
transition-property: opacity, -webkit-transform;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
transition-duration: 300ms;
will-change: transform, opacity;
}
.app-header__bottomline-in {
width: 320px;
display: block;
padding: 0;
background: #FAF5EC;
height: 100%;
overflow-y: auto;
margin: 0;
padding-bottom: 160px;
-webkit-transform: translateX(-320px);
transform: translateX(-320px);
transition: -webkit-transform 0.3s ease;
transition: transform 0.3s ease;
transition: transform 0.3s ease, -webkit-transform 0.3s ease;
-webkit-overflow-scrolling: touch;
}
.app-header__bottomline .app-header__topline-left {
display: block;
}
.app-header__bottomline .b-head-social {
display: block;
padding: 5px 0;
background-color: #faf5ec;
}
.app-header__bottomline .b-head-social__item {
max-width: 36px;
padding: 9px;
margin-left: 12px;
}
.app-header__bottomline .app-header__links-list .menu-link {
padding: 16px 17px 15px;
}
.app-header__middle .b-head-social {
margin-bottom: 0;
}
.app-header .b-headmenu > ul > li {
display: block;
margin: 0;
}
.app-header .b-headmenu > ul  li.menu-item-has-children > a > span {
position: relative;
display: inline-block;
padding-right: 20px;
}
.app-header .b-headmenu > ul  li.menu-item-has-children > a > span:before {
content: "";
position: absolute;
right: 0;
top: 50%;
width: 10px;
height: 10px;
border: 2px solid #e61c25;
border-left: none;
border-top: none;
transform: rotate(45deg);
margin-top: -8px;
}
.app-header .b-headmenu > ul li.current-menu-item > a > span {
display: inline-block;
padding-left: 10px;
margin-left: -10px;
border-left: 1px solid #e61c25;
}
.app-header .b-headmenu > ul > li > a {
padding: 5px 15px;
color: #000;
font-size: 16px;
font-weight: normal;
}
.b-headmenu > ul >li > a > span {
border: none;
padding: 0;
}
.app-header .b-headmenu > ul > li > a:hover {
color: #D83939;
}
.app-header .b-headmenu > ul > li > ul {
display: block;
position: static;
width: 100%;
padding: 0 20px 0 35px;
}
.app-header .b-headmenu > ul > li > ul > li > a {
padding: 4px 0;
font-size: 14px;
font-weight: normal;
}
.app-header .b-headmenu > ul > li > ul > li ul a {
font-weight: 300;
}
.app__wrapper {
padding-bottom: 42px;
}
.mobile-city-select {
display: block;
margin-bottom: 10px;
}
.app-header__bottomline .mobile-under-btn, .app-header__bottomline .mobile-phone, .app-header__bottomline .b-head-social-wr {
display: block;
}
.mobile-under-btn {
overflow: hidden;
padding: 0 10px;
margin: -23px 0 15px;
}
.mobile-under-btn a {
position: relative;
display: inline-block;
background: #E61C25;
border-radius: 16px;
text-decoration: none;
line-height: 1;
font-size: 15px;
font-weight: 500;
color: #fff;
padding: 7px 15px 7px;
text-align: center;
min-height: 46px;
display: flex;
align-items: center;
justify-content: center;
}
.mobile-under-btn a:before {
content: "";
position: absolute;
left: -150px;
right: -150px;
top: 50%;
height: 1px;
background: #E61C25;
z-index: -1;
}
.b-about-text-block__column--image {
-ms-flex: 0 0 48%;
flex: 0 0 48%;
margin-right: 2%;
}
.app-header__bottomline .mobile-buttons-list {
margin-bottom: 20px;
display: flex;
flex-wrap: wrap;
padding: 0 10px;
}
.mobile-button-item {
flex: 0 0 52%;
margin-right: 1%;
display: flex;
flex-wrap: wrap;
align-items: center;
text-decoration: none;
}
.mobile-button-item:nth-child(2n) {
margin-right: 0;
flex: 0 0 47%;
}
.mobile-phone-title {
padding: 0 15px;
font-size: 14px;
color: #5A5A5A;
}
.mobile-phone-body {
padding: 10px 15px 0;
}
.mobile-phone-body div {
margin-bottom: 10px;
}
.mobile-phone-body div:last-child {
margin-bottom: 0;
}
.mobile-phone-body a {
display: inline-block;
padding-left: 30px;
text-decoration: none;
color: #272727;
font-size: 14px;
font-weight: 500;
line-height: 16px;
background: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.84335 4.3926L5.13696 1.26879C4.82497 0.908811 4.25297 0.910411 3.89057 1.27359L1.66498 3.50306C1.00259 4.16622 0.812987 5.15096 1.19618 5.94051C3.48547 10.6802 7.30819 14.5081 12.0449 16.8039C12.8337 17.187 13.8177 16.9974 14.4801 16.3343L16.7265 14.084C17.0905 13.72 17.0913 13.1449 16.7281 12.8329L13.5921 10.1411C13.2641 9.85947 12.7545 9.89627 12.4257 10.2259L11.3345 11.3186C11.2787 11.3771 11.2051 11.4157 11.1252 11.4284C11.0453 11.4412 10.9634 11.4273 10.8921 11.389C9.1085 10.3619 7.62894 8.88052 6.60416 7.09564C6.56578 7.02425 6.55188 6.94223 6.5646 6.86218C6.57731 6.78213 6.61594 6.70846 6.67456 6.65247L7.76255 5.56373C8.09215 5.23255 8.12815 4.72058 7.84335 4.3918V4.3926Z' stroke='%23272727' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") 0 0 no-repeat;
background-size: 16px auto;
}
.mobile-button-item-icon {
display: block;
flex: 0 0 40px;
margin-right: 5px;
}
.mobile-button-item-text {
flex: 1 1 0;
display: block;
}
.mobile-button-item-categor {
color: #D83939;
font-size: 11px;
display: block;
margin-bottom: 5px;
}
.mobile-button-item-name {
color: #272727;
font-size: 12px;
display: block;
font-weight: bold;
}
.b-about-text-block__column--text {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
}
.b-action-thumbs__image {
-ms-flex: 0 0 130px;
flex: 0 0 130px;
}
.b-action-thumbs__image img {
max-height: 170px;
width: auto;
}
.b-action-thumbs__date {
margin-bottom: 10px;
}
.b-fixed-bottomline {
height: 42px;
}
.b-fixed-bottomline__in {
padding-top: 5px;
padding-bottom: 5px;
}
.b-fixed-bottomline__link {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
margin-left: 15px;
}
.b-fixed-bottomline__link a {
font-size: 12px;
padding: 9px 20px;
}
.b-fixed-bottomline__cart {
margin-right: 0;
}
.b-fixed-bottomline__cart-title {
position: relative;
font-size: 0;
width: 30px;
min-height: 30px;
padding: 0;
margin-right: 10px;
border: none;
position: relative;
}
.b-fixed-bottomline__cart-title:before {
content: "";
position: absolute;
top: 0;
bottom: 0;
right: -10px;
width: 1px;
background: #c4c4c4;
}
.b-fixed-bottomline__cart-value {
font-size: 16px;
padding: 0 15px 0 10px;
}
.b-fixed-bottomline__cart-button a {
font-size: 0;
padding: 3px;
width: 30px;
height: 30px;
border-left: none;
background-color: #fff;
}
.b-fixed-bottomline__cart-button .svg-icon {
display: block;
}
.mini-cart-count {
position: absolute;
top: -1px;
right: -5px;
font-size: 12px;
min-width: 21px;
padding: 5px 7px 4px;
}
.b-main-slider__item {
height: 380px;
}
.b-main-slider__title {
font-size: 30px;
}
.b-main-slider__description {
font-size: 14px;
}
.b-main-slider .owl-dots {
bottom: 5px;
}
.b-main-slider .owl-dots > div {
width: 14px;
height: 14px;
margin: 0 6px;
}
.b-my-popup__buttons .button {
font-size: 24px;
}
.b-my-popup__in {
padding: 40px 30px;
}
.b-my-popup__title {
margin-bottom: 30px;
font-size: 30px;
}
.b-my-popup__after-form-link a {
font-size: 18px;
}
.before-content {
padding-top: 30px;
}
.b-path {
display: inherit;
white-space: nowrap;
overflow: auto;
}
.b-popuplar-product {
margin-bottom: 30px;
}
.b-popuplar-product--recomendet {
margin-bottom: 0;
}
.b-popuplar-product__body {
margin-bottom: 30px;
}
.b-popuplar-product__back-bg {
display: none;
}
.b-product-list--no-carousel .b-product-list__item {
-ms-flex: 0 0 31%;
flex: 0 0 31%;
margin-right: 2%;
}
.b-product-list--no-carousel .b-product-list__item:nth-child(3n) {
margin-right: 2%;
}
.b-product-list--no-carousel .b-product-list__item:nth-child(3n) {
margin-right: 0;
}
.b-product-list--no-carousel .b-product-list__item:nth-child(2n) {
margin-right: 2%;
}
.b-product-list__item {
-ms-flex: 0 0 45%;
flex: 0 0 45%;
margin-right: 10%;
}
.b-product-list__item:nth-child(4n) {
margin-right: 10%;
}
.b-product-list__item:nth-child(2n) {
margin-right: 0;
}
.app-footer__content-left {
max-width: 52%;
}
.woocommerce-pagination ul {
white-space: nowrap;
overflow: auto;
-webkit-overflow-scrolling: touch;
}
.woocommerce-pagination ul > li {
margin-right: 15px;
}
.woocommerce-pagination .page-numbers {
width: 30px;
height: 30px;
padding: 4px 0;
}
.woocommerce-pagination .page-numbers.first,
.woocommerce-pagination .page-numbers.last {
width: auto;
font-size: 16px;
}
.b-head-social-wr,
.mobile-phone {
margin-top: 15px;
}
}
@media screen and (max-width: 960px) {
.app-footer__content {
display: block;
}
.app-footer__content-left {
max-width: none;
padding-bottom: 0;
}
.app-footer__content-right {
border: none;
margin: 0 -20px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 20px;
}
.app-footer .b-subscribe {
margin-bottom: 30px;
}
}
@media screen and (max-width: 768px) {
.app-header .app-header__contacts {
display: none;
}
.app-header__bottomline-in .app-header__contacts {
display: block;
}
}
@media screen and (max-width:767px) {
.table-responsive {
width: 100%;
margin-bottom: 15px;
overflow-y: hidden;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid #ddd;
-webkit-overflow-scrolling: touch;
}
.table-responsive>.table {
margin-bottom: 0;
}
.table-responsive>.table>thead>tr>th,
.table-responsive>.table>tbody>tr>th,
.table-responsive>.table>tfoot>tr>th,
.table-responsive>.table>thead>tr>td,
.table-responsive>.table>tbody>tr>td,
.table-responsive>.table>tfoot>tr>td {
white-space: nowrap;
}
.table-responsive>.table-bordered {
border: 0;
}
.table-responsive>.table-bordered>thead>tr>th:first-child,
.table-responsive>.table-bordered>tbody>tr>th:first-child,
.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.table-responsive>.table-bordered>thead>tr>td:first-child,
.table-responsive>.table-bordered>tbody>tr>td:first-child,
.table-responsive>.table-bordered>tfoot>tr>td:first-child {
border-left: 0;
}
.table-responsive>.table-bordered>thead>tr>th:last-child,
.table-responsive>.table-bordered>tbody>tr>th:last-child,
.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.table-responsive>.table-bordered>thead>tr>td:last-child,
.table-responsive>.table-bordered>tbody>tr>td:last-child,
.table-responsive>.table-bordered>tfoot>tr>td:last-child {
border-right: 0;
}
.table-responsive>.table-bordered>tbody>tr:last-child>th,
.table-responsive>.table-bordered>tfoot>tr:last-child>th,
.table-responsive>.table-bordered>tbody>tr:last-child>td,
.table-responsive>.table-bordered>tfoot>tr:last-child>td {
border-bottom: 0;
}
}
@media all and (max-width: 766px) {
h5,
.h5 {
font-size: 20px;
}
.app__content {
display: block;
}
.b-about-information__in {
display: block;
}
.b-about-information__text {
padding: 30px 0 20px;
}
.b-about-information__image {
margin: 0 -20px;
text-align: center;
font-size: 15px;
}
.b-about-information__image-description {
padding: 20px 20px;
}
.b-about-text-block__group {
display: block;
}
.b-about-text-block__column {
margin: 0 0 20px;
}
.b-about-text-block__column--image {
margin-right: 0;
}
.b-about-text-block__column--text {
max-width: 100%;
}
.b-action-list__list {
display: block;
}
.b-action-list__item {
margin-right: 0;
text-decoration: none;
}
.b-action-thumbs {
margin-bottom: 20px;
padding-left: 0;
padding-bottom: 20px;
border-left: none;
border-bottom: 1px solid #a09e9e;
}
.b-action-thumbs__date {
font-size: 18px;
margin-bottom: 0;
}
.b-action-thumbs__name {
font-size: 16px;
}
.b-cabinet-form {
margin-bottom: 40px;
}
.b-cabinet-form__item--input {
margin-left: 0;
}
.b-cabinet-form__item--checkbox {
margin-left: 0;
}
.b-cart-product-list {
display: block;
}
.b-cart-product-list__item {
max-width: 100%;
margin-right: 0;
}
.b-features-block__in {
display: block;
padding-top: 40px;
padding-bottom: 30px;
}
.b-features-block__title {
margin-bottom: 20px;
}
.b-features-block__text {
margin: 0 0 20px;
}
.b-features-block__text p {
margin-bottom: 20px;
}
.b-features-block__slider {
margin: 0 auto;
}
.b-lot-card {
display: block;
}
.b-lot-card__right {
margin-left: 0; }
.b-lot-card__right .b-lot-card__badges {
display: none;
}
.b-lot-card__image .b-lot-card__badges {
display: block;
position: absolute;
left: 0;
top: 0;
} .b-lot-card__button-add .button {
max-width: 350px;
} .b-lot-card__price-list {
margin-bottom: 30px;
max-width: 350px;
} .b-lot-card__image {
padding-right: 0px;
-ms-flex: 0 0 200px;
flex: 0 0 200px;
max-width: 200px;
}
.b-lot-card__image .b-lot-card__awards {
display: block;
position: absolute;
top: 0;
right: 0;
}
.b-lot-card__image .b-lot-card__awards-item {
display: block;
margin-right: 0;
}
.b-lot-card__right .b-lot-card__awards {
display: none;
}
.b-main-slider__item {
height: 240px;
}
.b-my-popup__description {
font-size: 18px;
margin-bottom: 30px;
}
.b-my-popup__buttons {
display: block;
}
.b-my-popup__buttons .button {
margin-right: 0;
margin-bottom: 10px;
width: 100%;
padding: 16px 10px;
}
.b-my-popup__buttons .button:after,
.b-my-popup__buttons .button:before {
display: none;
}
.b-notification-block__in {
padding: 20px 20px 20px;
}
.b-shop-filter {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: rgba(0,0,0,0.18);
z-index: 999;
padding: 0;
margin: 0;
border: none;
transition: opacity 0.3s ease;
opacity: 0;
visibility: hidden;
}
.b-shop-filter.opened {
opacity: 1;
visibility: visible;
}
.b-shop-filter.opened .b-shop-filter__in {
-webkit-transform: translateX(0);
transform: translateX(0);
}
.b-shop-filter__in { max-width: 320px;
display: block;
padding: 0;
background: #faf5ec;
height: 100%;
overflow: auto;
margin: 0 60px 0 0;
padding: 0 20px 10px;
-webkit-transform: translateX(-320px);
transform: translateX(-320px);
transition: -webkit-transform 0.3s ease;
transition: transform 0.3s ease;
transition: transform 0.3s ease, -webkit-transform 0.3s ease;
-webkit-overflow-scrolling: touch;
}
.phone_label {
text-align: left;
float: left;
line-height: 55px;
}
.phone_input {
float: left;
}
.phone_button {
float: left;
padding-top: 6px;
padding-left: 10px;
}
.b-shop-filter__closepopup {
display: block;
color: #fff;
font-size: 18px;
padding: 15px 20px;
margin: 0 -20px 10px;
border-bottom: 1px solid #ccc;
cursor: pointer;
background: linear-gradient(0deg, #515151, #515151);
}
.b-shop-filter__closepopup .svg-icon {
vertical-align: middle;
width: 16px;
height: 16px;
}
.b-filter-btn-mobile {
display: block;
}
.b-tabs__item {
display: block;
}
.b-tabs__item.opened .b-tabs__item-title {
background: #ed1c24;
}
.b-tabs__item.opened .b-tabs__item-body {
display: block;
}
.b-tabs__item-body {
padding-bottom: 20px;
display: none;
}
.b-tabs__item-title-desc {
display: none;
}
.b-tabs__item-title {
position: relative;
display: block;
margin-bottom: 20px;
font-size: 16px;
color: #fff;
background: #414042;
padding: 9px 32px;
text-align: center;
border-radius: 25px;
}
.b-tabs__item-title:after,
.b-tabs__item-title:before {
content: "";
position: absolute;
left: 25px;
top: 50%;
width: 6px;
height: 6px;
margin-top: -3px;
border-radius: 100%;
background: #fff;
}
.b-tabs__item-title:after {
right: 25px;
left: auto;
}
.b-reviews-product__body {
display: block;
}
.b-reviews-product__item {
margin-right: 0;
}
.b-reviews-product__item-photo {
margin: 0 0 10px;
float: none;
text-align: center;
width: auto;
}
.b-reviews-product__item-name {
text-align: center;
margin: 0 10px;
}
.b-text-block-plain__text {
padding: 0;
}
.b-text-block-plain__text:before,
.b-text-block-plain__text:after {
display: none;
}
.b-text-block-plain__title {
margin-left: 0;
margin-right: 0;
}
.b-text-block {
margin-bottom: 30px;
}
.b-text-block__title {
margin-top: 0;
margin-bottom: 15px;
}
.b-text-block p {
margin-bottom: 20px;
}
.b-text-block__item {
display: block;
}
.b-text-block__column--left .bg-image:before {
display: none;
}
.b-tours-list__list {
display: block;
}
.b-tours-list .b-tours-thumbs {
font-size: 16px;
margin: 0 auto 30px;
}
.b-tours-list .b-tours-thumbs:nth-child(2n) {
margin-right: auto;
}
.b-tours-list__button {
max-width: 100%;
margin-left: 0;
margin-top: 0;
}
.b-tours-text-block {
margin-bottom: 30px;
}
.b-tours-text-block__group {
display: block;
margin-bottom: 20px;
font-size: 16px;
}
.b-tours-text-block__column {
margin: 0 0 20px;
}
.b-tours-text-block__button {
margin-top: 0;
}
.b-shop-filter .aside-reset-filter {
display: block;
}
.app__aside--left > .aside-reset-filter {
display: none;
}
.sku-meta-atts {
display: block;
margin-top: 15px;
}
.back-to-orders {
margin-bottom: 1rem;
}
.order_item_header {
display: none;
}
.order-metainfo__item {
margin-bottom: 14px;
font-size: 16px;
line-height: 19px;
}
.order-header {
display: block;
font-size: 16px;
}
.order-header__status {
margin-top: 5px;
}
.order-number,
.order-status {
padding: 0px 10px;
margin-right: 11px;
border-radius: 6px;
}
.order-totals {
text-align: left;
font-size: 32px;
line-height: 36px;
}
.order-metainfo__item {
margin-bottom: 14px;
font-size: 16px;
line-height: 19px;
}
.cart-product {
display: block;
border-bottom: 1px solid #e3dac8;
padding-bottom: 20px;
}
.cart-product__main {
margin: 0 0 10px;
}
.cart-product__middle {
margin: 0 0 10px;
}
.cart-product .price {
-ms-flex-pack: justify;
justify-content: space-between;
}
.woocommerce-order-details .cart-product__main {
padding-right: 45px;
}
.cart-product.order_item_header .price {
display: none;
}
.cart-product.order_item_header .cart-product__remove--order {
font-size: 18px;
}
.cart-product__remove--order {
font-size: 24px;
}
.woocommerce-order-details .cart-product__middle {
-ms-flex-pack: justify;
justify-content: space-between;
margin-top: -36px;
}
.catalogue-ordering {
display: flex;
margin: 0 -20px 50px;
padding: 0;
border: 1px solid #DDDDDD;
border-left: none;
border-right: none;
}
.b-filter-btn-mobile {
padding: 0;
flex: 0 0 50%;
margin: 0;
}
.b-filter-btn-mobile .button {
font-size: 15px;
text-transform: uppercase;
padding-left: 10px;
padding-right: 10px;
}
.b-filter-btn-mobile .button:before,
.b-filter-btn-mobile .button:after {
display: none;
}
.b-filter-btn-mobile .button span {
position: relative;
display: inline-block;
padding-left: 40px;
}
.b-filter-btn-mobile .button span:before {
content: "";
position: absolute;
left: 0;
top: 50%;
width: 20px;
height: 20px;
margin-top: -10px;
border-radius: 0;
background: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 0H1C0.734784 0 0.48043 0.105357 0.292893 0.292893C0.105357 0.48043 0 0.734784 0 1V3.59C0 4.113 0.213 4.627 0.583 4.997L6 10.414V18C6.0002 18.1704 6.04387 18.3379 6.1269 18.4867C6.20992 18.6354 6.32955 18.7605 6.47444 18.8502C6.61934 18.9398 6.78471 18.9909 6.9549 18.9988C7.1251 19.0066 7.29447 18.9709 7.447 18.895L11.447 16.895C11.786 16.725 12 16.379 12 16V10.414L17.417 4.997C17.787 4.627 18 4.113 18 3.59V1C18 0.734784 17.8946 0.48043 17.7071 0.292893C17.5196 0.105357 17.2652 0 17 0ZM10.293 9.293C10.2 9.38571 10.1262 9.4959 10.0759 9.61724C10.0256 9.73857 9.99981 9.86866 10 10V15.382L8 16.382V10C8.00019 9.86866 7.9744 9.73857 7.92412 9.61724C7.87383 9.4959 7.80004 9.38571 7.707 9.293L2 3.59V2H16.001L16.003 3.583L10.293 9.293Z' fill='white'/%3E%3C/svg%3E%0A") 50% 50% no-repeat;
}
.shop-sorting-wr {
position: relative;
flex: 0 0 50%;
}
.shop-sorting-wr .ordering-label {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
font-size: 15px;
text-transform: uppercase;
padding: 12px 0;
text-align: center;
pointer-events: none;
}
.shop-sorting-wr .woocommerce-ordering .jq-selectbox__select {
padding: 12px 35px 12px 30px;
opacity: 0;
}
.shop-sorting-wr .woocommerce-ordering select {
opacity: 0;
}
.shop-sorting-wr .woocommerce-ordering {
width: 100%;
}
.catalogue-ordering .jq-selectbox {
margin-left: 0;
}
.woocommerce-widget-layered-nav-list__item:hover,
.woocommerce-widget-layered-nav-list__item--chosen {
background: #FFFFFF;
}
}
@media all and (max-width: 760px) {
.b-product-list--no-carousel .b-product-list__item {
-ms-flex: 0 0 48%;
flex: 0 0 48%;
margin-right: 4%;
}
.b-product-list--no-carousel .b-product-list__item:nth-child(3n) {
margin-right: 2%;
}
.b-product-list--no-carousel .b-product-list__item:nth-child(4n),
.b-product-list--no-carousel .b-product-list__item:nth-child(2n) {
margin-right: 0;
}
} @media (max-width: 640px) {
.product-searchform__input {
padding-left: 11px;
}
.app-header__middle .b-head-social {
display: none;
}
.b-product-thumbs__flag {
width: 26px;
font-size: 10px;
padding: 16px 0 18px;
}
}
@media all and (max-width: 580px) {
.app-header .app-header__topline {
-ms-flex: none;
flex: none;
}
.app-header__topline-in .app-header__topline-left {
display: none;
}
}
@media all and (max-width: 530px) {
.page-numbers,
.pagination__item {
margin-right: 5px;
}
.pagination .prev,
.pagination .next,
.pagination__first-page,
.pagination__last-page {
display: none;
}
}
@media all and (max-width: 520px) {
.b-product-list--sets .b-product-list__item .b-product-thumbs__image-bg:before {
display: none;
} .b-before-text {
font-size: 12px;
}
.badge-label {
padding: 5px 8px 5px;
font-size: 10px;
}
.b-product-thumbs__description {
font-size: 12px;
}
.product-thumb-awards-item {
width: 40px;
padding: 3px;
}
.b-popuplar-product .b-product-thumbs__name,
.b-product-thumbs__name {
margin-bottom: 10px;
font-size: 14px;
line-height: 1.5;
}
.b-product-thumbs__image img {
max-height: 230px;
}
.b-product-thumbs__image-box {
height: 230px;
}
.b-product-thumbs__image-bg {
height: 160px;
bottom: 20px
}
.b-product-thumbs__image-bg:before {
top: 152px
}
.b-product-thumbs .rating-block {
margin-top: 8px
}
.b-product-thumbs__bottom {
display: flex;
align-items: flex-end;
flex-wrap: wrap;
}
.b-product-thumbs__button {
flex: 1 0 auto;
margin-top: 5px;
max-width: 80px;
}
.b-product-thumbs__button .button {
font-size: 10px;
text-transform: uppercase;
padding: 8px 5px;
border-radius: 5px;
width: 100%;
} .b-product-thumbs__button .button:after, .b-product-thumbs__button .button:before {
display: none;
}
.b-product-thumbs__prices-box {
flex: 1 0 auto;
margin-bottom: 0;
display: block;
text-align: left;
}
.b-product-thumbs__price {
font-size: 14px;
}
.b-product-thumbs__oldprice {
font-size: 10px;
}
.lmp_load_more_button .button {
min-width: 0;
width: 100%;
padding: 15px 60px;
}
.lmp_load_more_button .button:before,
.lmp_load_more_button .button:after {
width: 6px;
height: 6px;
margin-top: -3px;
left: 40px;
}
.lmp_load_more_button .button:after {
left: auto;
right: 40px;
}
.app-footer__menu > ul {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.app-footer__menu > ul > li {
width: 50%;
max-width: none;
padding-left: 0;
}
.app-footer__menu > ul > li:nth-child(3) {
width: 100%;
}
.app-footer__menu .sub-menu {
border: none;
}
}
@media all and (max-width: 480px) {
.b-subscribe {
display: block;
}
.b-subscribe__title {
margin-bottom: 10px;
}
.b-subscribe label {
display: inline-block;
vertical-align: middle;
margin-left: 0;
margin-right: 10px;
}
.b-fixed-bottomline__in {
-ms-flex-pack: center;
justify-content: center;
}
.b-fixed-bottomline__link {
display: none;
}
.app-footer__meta .copyrights {
margin-right: 0;
margin-bottom: 15px;
display: block;
}
.b-popuplar-product__allview .button {
min-width: 242px;
} .app__wrapper  {
padding-top: 52px;
}
.app-header {
padding-right: 10px;
position: fixed;
left: 0;
right: 0;
top: 0;
z-index: 11;
}
.app-header .app-header__topline {
display: none;
}
.app-header__middle {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
padding-left: 15px;
padding: 0 0 0 15px;
}
.app-header__middle-in {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.cart-badge {
margin-right: 15px;
margin-bottom: -3px;
margin-left: 17px;
}
.cart-badge__link:before {
content: '';
position: absolute;
top: -12px;
bottom: -10px;
left: -10px;
right: -10px;
}
.cart-badge__label {
display: none;
}
.cart-badge__count {
font-size: 12px;
height: 19px;
min-width: 19px;
padding: 4px;
top: -9px;
right: -7px;
}
.product-searchform {
display: none;
}
.product-searchform.is-active {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: absolute;
top: 100%;
width: 100%;
left: 0;
padding: 5px;
box-shadow: 0 4px 9px -7px #000;
background-color: #faf5ec;
}
.product-searchform__input-wrapper .svg-icon--search {
display: none;
}
.product-searchform__input {
height: 42px;
padding-left: 17px;
border-color: #DEDEDE;
}
.product-searchform__submit {
margin-left: 5px;
min-width: 0;
padding: 0 20px;
}
.toolbar-link {
display: block;
position: relative;
padding: 12px;
background: none;
border: #faf5ec;
margin: -4px;
}
.toolbar-link .svg-icon {
vertical-align: top;
}
.toolbar-link.is-active {
background-color: #ece7dd;
}
.b-fixed-bottomline__cart-button {
display: none;
}
.b-fixed-bottomline__cart-title {
background-image: url("data:image/svg+xml,%3Csvg width='40' height='36' viewBox='0 0 40 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M38.6087 7.94558C38.2655 7.35097 37.7741 6.85547 37.1824 6.50738C36.5906 6.1593 35.9188 5.97053 35.2323 5.95947H9.81022L8.65828 1.47088C8.54189 1.03759 8.28223 0.656467 7.92159 0.389591C7.56094 0.122714 7.12056 -0.0141942 6.67218 0.00116481H2.69997C2.17322 0.00116481 1.66805 0.210414 1.29558 0.582881C0.923117 0.955347 0.713867 1.46052 0.713867 1.98727C0.713867 2.51401 0.923117 3.01919 1.29558 3.39165C1.66805 3.76412 2.17322 3.97337 2.69997 3.97337H5.16274L10.6444 24.3508C10.7608 24.7841 11.0204 25.1652 11.3811 25.4321C11.7417 25.6989 12.1821 25.8359 12.6305 25.8205H30.5054C30.8722 25.8194 31.2315 25.7167 31.5435 25.5239C31.8555 25.3311 32.108 25.0557 32.273 24.7281L38.7875 11.6993C39.0698 11.1075 39.2013 10.455 39.1701 9.79997C39.1389 9.14498 38.946 8.5079 38.6087 7.94558Z' fill='white'/%3E%3Cpath d='M11.6374 35.7509C13.2827 35.7509 14.6165 34.417 14.6165 32.7717C14.6165 31.1264 13.2827 29.7925 11.6374 29.7925C9.99202 29.7925 8.6582 31.1264 8.6582 32.7717C8.6582 34.417 9.99202 35.7509 11.6374 35.7509Z' fill='white'/%3E%3Cpath d='M31.4987 35.7509C33.144 35.7509 34.4778 34.417 34.4778 32.7717C34.4778 31.1264 33.144 29.7925 31.4987 29.7925C29.8533 29.7925 28.5195 31.1264 28.5195 32.7717C28.5195 34.417 29.8533 35.7509 31.4987 35.7509Z' fill='white'/%3E%3C/svg%3E%0A");
}
.mini-cart-count {
padding: 2px 2px;
min-width: 22px;
right: -2px;
}
}
@media all and (max-width: 420px) {
.sms, .phone {
display: flow-root!important;
}
.headmail {
display: none;
}
.b-cart-product__bottom {
margin: 0 0 0 -85px;
}
.b-lot-card__left {
display: block;
}
.b-lot-card__awards-item {
margin-right: 20px;
}
.b-lot-card--sets .b-lot-card__image {
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
width: auto;
margin-bottom: 25px;
}
.b-cart-product__image {
-ms-flex: 0 0 70px;
flex: 0 0 70px;
padding-bottom: 88px;
text-align: center; margin-bottom: 10px;
width: 180px;
max-width: none; }
.b-cart-product__image img {
max-height: 230px;
}
.ordering-label {
display: block;
margin-bottom: 10px;
}
.woocommerce-ordering {
max-width: 100%;
}
.woocommerce-ordering .jq-selectbox {
margin-left: 0;
}
.product_title {
font-size: 20px;
}
.b-lot-card__image {
max-width: 100%;
margin: 0 0 15px;
text-align: center;
}
.b-lot-card__image img {
max-height: 220px;
}
.b-lot-card__image .b-lot-card__awards {
right: 0;
}
}
.you_card img {
float: left;
padding-right: 50px;
} .cart-product-badge {
display: inline-block;
vertical-align: top;
margin: 0 10px 10px 0;
padding: 2px 6px 2px;
border: 2px solid #5a5a5a;
border-radius: 6px;
font-size: 13px;
font-weight: 700;
background-color: #faf5ec;
}
.order-step-devider {
margin-top: 2rem;
}
.order-steps {
margin-bottom: 40px;
}
.order-steps__title {
font-family: "Poiret One", sans-serif;
font-size: 42px;
line-height: 1.1;
text-align: center;
margin-bottom: 46px;
}
.order-steps__title span {
display: inline-block;
position: relative;
padding: 0 110px;
}
.order-steps__title span:before {
content: "";
position: absolute;
top: 50%;
left: 0;
width: 80px;
height: 2px;
margin-top: -1px;
background: #e60006;
}
.order-steps__body .woocommerce-billing-fields__field-wrapper {
max-width: 376px;
}
.order-steps__body .woocommerce-billing-fields__field-wrapper .form-row {
position: relative;
margin-bottom: 35px;
}
.order-steps__body .woocommerce-billing-fields__field-wrapper .form-row > label {
position: absolute;
height: 44px;
top: 0;
right: 24px;
left: 24px;
line-height: 44px;
font-size: 22px;
margin: 0;
font-weight: 300;
color: #888;
pointer-events: none;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
-webkit-overflow-scrolling: touch;
}
.order-steps__body .woocommerce-billing-fields__field-wrapper .form-row > label.hide {
opacity: 0;
}
.order-steps__body .woocommerce-billing-fields__field-wrapper .form-row > label[for="billing_phone"] {
left: 88px;
z-index: 11;
}
.order-steps__body .woocommerce-billing-fields__field-wrapper .form-row .required {
color: #ed1c24;
border: none;
text-decoration: none;
}
.woocommerce-form .dig_wc_countrycodecontainer input,
.order-steps__body .dig_wc_countrycodecontainer input { margin: 0px;
height: 44px;
width: 80px !important;
padding: 0 12px;
}
.order-steps__check-city {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 35px;
}
.order-steps__check-city-title {
font-weight: 300;
color: #000;
font-size: 22px;
margin-right: 18px;
}
.order-steps__check-city-body {
position: relative;
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.order-steps__check-city-body:before {
content: "";
position: absolute;
right: 15px;
top: 50%;
border-style: solid;
border-width: 12px 8px 0 8px;
border-color: #d83939 transparent transparent;
margin-top: -6px;
pointer-events: none;
}
.order-steps__check-city-body select {
cursor: pointer;
background: none;
outline: none;
width: 100%;
border: 1px solid #d83939;
border-radius: 25px;
color: #161616;
font-size: 14px;
font-weight: 400;
line-height: 1;
height: auto;
padding: 14px 35px 14px 24px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.order-steps__shipping {
margin-bottom: 59px;
}
.order-steps__shipping .woocommerce-shipping-methods {
padding: 0;
}
.order-steps__shipping label {
display: block;
cursor: pointer;
margin-bottom: 18px;
}
.order-steps__shipping input[type="checkbox"] ~ span,
.order-steps__shipping input[type="radio"] ~ span {
font-size: 18px;
font-weight: 300;
display: inline-block;
}
.order-steps__shipping input[type="checkbox"] ~ span:before,
.order-steps__shipping input[type="radio"] ~ span:before {
width: 18px;
height: 18px;
border-color: #cbcbcb;
background: #cbcbcb;
-webkit-box-shadow: inset 0 0 0 2px #fff;
box-shadow: inset 0 0 0 2px #fff;
}
.order-steps__privace {
margin-bottom: 90px;
}
.order-steps__privace label {
display: inline-block;
cursor: pointer;
margin: 0;
padding: 0;
}
.order-steps__privace input[type="radio"],
.order-steps__privace input[type="checkbox"] {
display: none;
width: 0;
height: 0;
border: none;
background: none;
}
.order-steps__privace input[type="radio"]:checked ~ span:not(.required):before,
.order-steps__privace input[type="checkbox"]:checked ~ span:not(.required):before {
background: #d83939;
border: 1px solid #d83939;
}
.order-steps__privace input[type="radio"] ~ span:not(.required),
.order-steps__privace input[type="checkbox"] ~ span:not(.required) {
font-size: 14px;
line-height: 1.5;
color: #000;
position: relative;
display: inline-block;
padding-left: 25px;
}
.order-steps__privace input[type="radio"] ~ span:not(.required):before,
.order-steps__privace input[type="checkbox"] ~ span:not(.required):before {
content: "";
border-radius: 100%;
position: absolute;
left: 0;
top: 1px;
width: 18px;
height: 18px;
background: #cbcbcb;
-webkit-box-shadow: inset 0 0 0 2px #fff;
box-shadow: inset 0 0 0 2px #fff;
border: 1px solid #cbcbcb;
}
.order-steps__finish-price {
text-align: center;
margin-bottom: 40px;
font-size: 42px;
color: #000;
}
.order-steps__finish-price strong {
font-weight: 300;
}
.order-steps__finish-price span {
color: #d83939;
}
.order-steps__finish-button {
text-align: center;
}
.order-steps__finish-button .button {
min-width: 290px;
background: #ed1c24;
font-weight: 300;
font-size: 18px;
text-transform: uppercase;
}
.order-steps__finish-button .button:hover {
background: #5a5a5a;
}
.cart-box__product-list {
margin-bottom: 20px;
}
.cart-box__product-item {
margin-bottom: 30px;
}
.cart-box__product-item:last-child {
margin-bottom: 0;
}
.cart-box__bottom {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 40px;
}
.cart-box__bottom-left {
-webkit-box-flex: 1;
-ms-flex: 1 1;
flex: 1 1;
margin-right: 15px;
font-size: 20px;
color: #000;
line-height: 1.5;
font-weight: 300;
}
.cart-box__bottom-left span {
color: #d83939;
}
.cart-box__bottom-price {
-webkit-box-flex: 0;
-ms-flex: 0 0 210px;
flex: 0 0 210px;
color: #d83939;
font-size: 42px;
font-weight: 300;
}
.cart-box__bottom-price strong {
font-weight: 300;
}
.cart-box__head {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
font-family: "Poiret One", sans-serif;
color: #000;
font-size: 44px;
margin-bottom: 45px;
}
.cart-box__head-right {
-webkit-box-flex: 0;
-ms-flex: 0 0 490px;
flex: 0 0 490px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.cart-box__head-left {
-webkit-box-flex: 1;
-ms-flex: 1 1;
flex: 1 1;
margin-right: 15px;
}
.cart-box__head-quantity-wr {
-webkit-box-flex: 1;
-ms-flex: 1 1;
flex: 1 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-right: 10px;
}
.cart-box__head-price {
-webkit-box-flex: 0;
-ms-flex: 0 0 150px;
flex: 0 0 150px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.cart-box__head-delete {
-webkit-box-flex: 1;
-ms-flex: 1 1;
flex: 1 1;
}
.cart-box__head-quantity {
-webkit-box-flex: 0;
-ms-flex: 0 0 150px;
flex: 0 0 150px;
font-size: 24px;
}
.cart-box .woocommerce-form-coupon {
max-width: 620px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.cart-box .woocommerce-form-coupon p {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
}
.cart-box .woocommerce-form-coupon p.form-row-first {
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
margin-right: 15px;
}
.cart-box .woocommerce-form-coupon p.form-row-last {
-webkit-box-flex: 0;
-ms-flex: 0 0 230px;
flex: 0 0 230px;
}
.cart-box .woocommerce-form-coupon input[type="text"] {
text-align: center;
font-size: 24px;
color: #000;
}
.cart-box .woocommerce-form-coupon .button--2,
.cart-box .woocommerce-form-coupon a.button--2 {
background: #414042;
font-weight: 300;
font-size: 18px;
text-transform: uppercase;
width: 100%;
}
.cart-box .woocommerce-form-coupon .button--2:hover,
.cart-box .woocommerce-form-coupon a.button--2:hover {
background: #5a5a5a;
}
.cart-product-horizontal {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.cart-product-horizontal__right {
-webkit-box-flex: 0;
-ms-flex: 0 0 490px;
flex: 0 0 490px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.cart-product-horizontal__left {
-webkit-box-flex: 1;
-ms-flex: 1 1;
flex: 1 1;
margin-right: 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.cart-product-horizontal__content {
-webkit-box-flex: 1;
-ms-flex: 1 1;
flex: 1 1;
font-size: 18px;
line-height: 1.2;
}
.cart-product-horizontal__image {
-webkit-box-flex: 0;
-ms-flex: 0 0 30px;
flex: 0 0 30px;
margin-right: 20px;
}
.cart-product-horizontal__name {
font-weight: 300;
color: #d83939;
}
.cart-product-horizontal__name a {
text-decoration: none;
}
.cart-product-horizontal__name a:hover {
text-decoration: underline;
}
.cart-product-horizontal__params-item span {
color: #d83939;
font-weight: 300;
}
.cart-product-horizontal__quantity-wr {
-webkit-box-flex: 1;
-ms-flex: 1 1;
flex: 1 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
justify-content: space-between;
order: 2;
}
.cart-product-horizontal__price-wr {
padding-right: 20px;
flex: 0 0 100px;
max-width: 100px;
order: 1;
}
.cart-product-horizontal__price,
.cart-product-horizontal__oldprice {
display: block;
}
.cart-product-horizontal__price {
font-size: 20px;
font-weight: 300;
color: #d83939;
line-height: 1.2;
}
.cart-product-horizontal__oldprice {
font-size: 16px;
font-weight: 300;
color: #414042;
line-height: 1.2;
-webkit-text-decoration-line: line-through;
text-decoration-line: line-through;
}
.cart-product-horizontal__delete a {
font-size: 12px;
line-height: 1;
color: #444;
text-decoration: none;
}
.cart-product-horizontal__delete a:hover {
color: #d83939;
}
.cart-product-horizontal__quantity {
-webkit-box-flex: 0;
-ms-flex: 0 0 114px;
flex: 0 0 114px;
margin-right: 20px;
}
.cart-product-horizontal .b-quantity {
height: 36px;
width: 100%;
padding: 0;
}
.cart-product-horizontal .b-quantity input[type="text"],
.cart-product-horizontal .b-quantity input[type="number"] {
color: #4D4D4D;
font-size: 18px;
font-weight: normal;
grid-template: 48px;
border: none;
padding: 0 35px;
background: rgba(196,196,196,0.26);
border-radius: 25px;
}
.cart-product-horizontal .b-quantity button {
top: 0;
bottom: 0;
width: 40px;
padding: 0;
}
.cart-product-horizontal .b-quantity button:before {
content: "";
position: absolute;
left: 50%;
top: 50%;
height: 1px;
width: 12px;
background: #000;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
border: none;
margin: 0;
}
.cart-product-horizontal .b-quantity button:after {
content: "";
position: absolute;
left: 50%;
top: 50%;
width: 1px;
height: 12px;
background: #000;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.cart-product-horizontal .b-quantity button:first-child {
right: auto;
left: 4px;
font-size: 0;
}
.cart-product-horizontal .b-quantity button:first-child:before {
width: 12px;
}
.cart-product-horizontal .b-quantity button:first-child:after {
display: none;
}
.woocommerce-checkout-review-order-table .woocommerce-shipping-methods .city_method {
display: none;
}
.woocommerce-checkout-review-order-table .woocommerce-shipping-methods .city_method_showed {
display: block;
}
.cart-counted-discount strong {
font-weight: 500;
}
.backlink {
display: flex;
align-items: center;
color: #828282;
font-size: 12px;
line-height: 14px;
margin-bottom: 25px;
text-transform: uppercase;
text-decoration: none;
transition: color 0.3s ease;
}
.backlink svg {
margin-right: 5px;
}
.checkout.woocommerce-checkout {
position: relative;
z-index: 1;
}
@media (min-width: 768px) {
.cart-box__head-right,
.cart-product-horizontal__right {
-webkit-box-flex: 0;
-ms-flex: 0 0 420px;
flex: 0 0 420px;
padding-left: 20px;
}
.cart-product-horizontal__quantity-wr {
order: 1;
padding-right: 30px;
}
.cart-product-horizontal__price-wr {
order: 2;
padding-right: 0;
-webkit-box-flex: 0;
-ms-flex: 0 0 150px;
flex: 0 0 150px;
max-width: 150px;
}
.cart-product-horizontal__price {
font-size: 24px;
}
.cart-product-horizontal__oldprice {
font-size: 20px;
}
}
@media (min-width: 1024px) {
.b-fixed-bottomline__cart-title {
background-image: url("data:image/svg+xml,%3Csvg width='34' height='31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M33.414 6.89a3.445 3.445 0 0 0-2.927-1.722H8.443l-.999-3.893A1.722 1.722 0 0 0 5.722.001H2.278a1.722 1.722 0 0 0 0 3.444h2.135l4.753 17.67a1.723 1.723 0 0 0 1.723 1.274h15.499a1.723 1.723 0 0 0 1.533-.947l5.648-11.297a3.445 3.445 0 0 0-.155-3.255ZM10.027 31a2.583 2.583 0 1 0 0-5.166 2.583 2.583 0 0 0 0 5.166ZM27.25 31a2.583 2.583 0 1 0 0-5.166 2.583 2.583 0 0 0 0 5.166Z' fill='%23fff'/%3E%3C/svg%3E");
}
}
@media (min-width: 1025px) {
h1.small-h1 {
font-size: 48px;
}
}
@media (min-width: 1400px) {
.cart-box__head-right, .cart-product-horizontal__right {
-webkit-box-flex: 0;
-ms-flex: 0 0 500px;
flex: 0 0 500px;
max-width: 500px;
}
.cart-product-horizontal__quantity-wr {
padding-right: 50px;
}
.cart-product-horizontal__quantity {
-webkit-box-flex: 0;
-ms-flex: 0 0 150px;
flex: 0 0 150px
}
.cart-product-horizontal .b-quantity {
height: 48px;
}
.cart-product-horizontal .b-quantity input[type="text"],
.cart-product-horizontal .b-quantity input[type="number"] {
font-size: 24px;
}
}
@media (max-width: 1024px) {
.order-steps__title {
font-size: 24px;
margin-bottom: 25px;
}
.order-steps__title span {
padding: 0 50px;
}
.order-steps__title span:before {
width: 40px;
}
.order-steps__body .woocommerce-billing-fields__field-wrapper .form-row {
margin-bottom: 15px;
}
.order-steps__body .woocommerce-billing-fields__field-wrapper .form-row > label {
font-size: 18px;
}
.b-headmenu__list--default {
display: none;
}
.b-headmenu__list--mobile {
display: block;
}
.mobile-nav-fixed-footer {
display: block;
position: absolute;
left: 0;
bottom: 0;
z-index: 20;
width: 320px;
background-color: #FAF5EC;
transition-delay: 0ms !important;
-webkit-transform: translateX(-320px);
transform: translateX(-320px);
transition: -webkit-transform 0.3s ease;
transition: transform 0.3s ease;
transition: transform 0.3s ease, -webkit-transform 0.3s ease;
-webkit-overflow-scrolling: touch;
}
.opened .mobile-nav-fixed-footer {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@media (max-width: 766px) {
.order-steps__check-city {
display: block;
}
.order-steps__check-city-title {
margin: 0 0 10px;
text-align: center;
}
.order-steps__shipping {
margin-bottom: 35px;
}
.order-steps__shipping input[type="checkbox"] ~ span,
.order-steps__shipping input[type="radio"] ~ span {
font-size: 16px;
}
.order-steps__privace {
margin-bottom: 35px;
}
.order-steps__finish-price {
font-size: 36px;
margin-bottom: 30px;
}
.cart-box__head {
display: none;
}
.cart-product-horizontal {
display: block;
border-bottom: 2px solid #f7f7f7;
padding-bottom: 30px;
}
.cart-product-horizontal__left {
margin: 0 0 15px;
}
.cart-box__bottom {
display: block;
}
.cart-box__bottom-left .cart-counted-discount {
margin-bottom: 10px;
}
.cart-box__bottom-left {
font-size: 18px;
line-height: 1.3;
margin-right: 0;
}
.cart-box__bottom-price {
font-size: 36px;
}
.cart-box__bottom-price:before {
content: "Итого";
color: #000;
display: inline-block;
margin-right: 5px;
font-size: 30px;
}
.order-step-devider {
opacity: 0;
margin-right: 1rem;
}
}
@media (max-width: 620px) {
.cart-box .woocommerce-form-coupon input[type="text"] {
font-size: 17px;
}
}
@media (max-width: 540px) {
.cart-box .woocommerce-form-coupon {
display: block;
}
.cart-box .woocommerce-form-coupon p.form-row-first {
margin: 0 0 10px;
}
.cart-product-horizontal__content {
font-size: 14px;
}
.order-steps__finish-button .button {
font-size: 16px;
min-width: 0;
}
}
@media (max-width: 360px) {
.app-header__bottomline-in,
.mobile-nav-fixed-footer {
width: 280px;
}
.app-header__closepopup {
left: 280px;
}
}.stocks-tags-nav {
display: none;
border-radius: 5px;
background-color: #fbfbfb;
margin-bottom: 30px;
margin-left: -20px;
margin-right: -20px;
}
.stocks-tags-nav__list {
margin: 0;
padding: 5px 20px;
list-style-type: none;
white-space: nowrap;
overflow-y: auto;
}
.stocks-tags-nav__list::-webkit-scrollbar-track {
border-radius: 10px;
background-color: #dedede;
}
.stocks-tags-nav__list::-webkit-scrollbar {
width: 2px;
height: 2px;
background-color: #f5f5f5;
}
.stocks-tags-nav__list::-webkit-scrollbar-thumb {
border-radius: 10px;
background-color: #43413d;
}
.stocks-tags-nav__item {
display: inline-block;
vertical-align: top;
margin-right: 20px;
}
.tag-nav-item {
position: relative;
user-select: none;
padding: 8px 0 7px 13px;
display: inline-block;
vertical-align: top;
text-transform: uppercase;
text-decoration: none;
font-size: 14px;
line-height: 12px;
color: #000;
}
.tag-nav-item:before {
content: "";
position: absolute;
left: 0;
top: 50%;
margin-top: -7px;
width: 5px;
height: 13px;
background-color: #d9d9d9;
}
.tag-nav-item:hover,
.tag-nav-item:focus {
text-decoration: none;
}
.tag-nav-item:hover:before,
.tag-nav-item:focus:before,
.tag-nav-item.is-active:before {
background-color: #cf152d;
}
.stocks-tags-nav--mobile {
display: block;
}
.stocks-tags-nav--mobile .tag-nav-item {
display: block;
}
.stock-snippets__list {
margin-left: -20px;
margin-right: -20px;
}
.snippet-stock {
display: block;
background-color: #fff;
margin-bottom: 20px;
}
.snippet-stock .post-snippet-meta {
padding-right: 0;
line-height: 1;
}
.snippet-stock__thumb-wrap {
display: block;
background-color: #f8f8f8;
border-radius: 15px 15px 0 0;
padding: 20px 20px 0 20px;
}
.snippet-stock__thumb {
vertical-align: top;
width: 100%;
height: auto;
}
.snippet-stock__meta-data {
border: 1px solid #f8f8f8;
border-style: none solid solid solid;
border-radius: 0 0 15px 15px;
padding: 13px 20px;
box-shadow: 0 7px 0 0 #f8f8f8;
}
.snippet-stock__meta {
text-align: center;
}
.snippet-stock__title {
font-weight: 600;
font-size: 18px;
line-height: 105%;
margin: 0 0 14px 0;
color: #3d3b3b;
}
.snippet-stock__title-link {
color: currentColor;
text-decoration: none;
}
.snippet-stock__times {
margin: 0 0 18px;
}
.snippet-stock__times p {
margin: 0;
}
.snippet-stock__footer {
display: flex;
align-items: center;
justify-content: space-between;
}
.post-snippet--stock {
margin-top: 0;
}
.stock-titles-and-meta .post-snippet-title {
text-transform: none; font-size: 22px;
font-weight: 700;
color: #3d3b3b;
line-height: 130%; margin: 0 0 14px 0;
text-align: left;
}
.stock-titles-hint {
font-size: 18px;
margin-bottom: 14px;
}
.stock-titles-hint p:last-child {
margin-bottom: 0;
}
.stock-titles-and-meta .post-meta-view {
margin-left: 0;
margin-right: 7px;
margin-bottom: 14px;
margin-bottom: 0;
}
.stock-titles-and-meta .post-meta-view__icon {
margin-left: 0;
}
.stock-meta-share {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 14px;
}
.stock-meta-share .post-snippet-meta {
line-height: 1;
}
.post-snippet__stock-thumb {
vertical-align: top;
max-width: 100%;
height: auto;
}
.post-snippet__meta .post-snippet-meta {
position: absolute;
right: 0;
top: 13px;
}
.post-snippet-meta {
padding-right: 5px;
white-space: nowrap;
}
.post-meta-view {
display: inline-block;
vertical-align: top;
font-size: 12px;
color: #707073;
line-height: 14px;
margin-left: 5px;
}
.post-meta-view__icon {
display: inline-block;
vertical-align: top;
width: 18px;
height: 14px;
margin: 0 2px 0 4px;
}
.post-meta-view--likes {
cursor: pointer;
}
.post-meta-view--likes:hover {
color: #cf152d;
}
.post-snippet__link-cover {
position: absolute;
z-index: 15;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.post-snippet__tags {
display: flex;
margin-left: -10px;
margin-top: 11px;
margin-bottom: 20px;
}
.post-snippet__tag {
margin-left: 10px;
display: flex;
align-items: center;
}
.post-snippet__tag:before {
content: "";
display: block;
margin-right: 10px;
flex: 0 0 9px;
max-width: 9px;
width: 9px;
height: 12px;
background: #ddd;
}
.post-snippet__tag-link {
font-size: 9px;
line-height: 11px;
text-transform: uppercase;
color: #838383;
text-decoration: none;
}
.post-snippet__tag-link:hover {
color: #838383;
text-decoration: none;
}
.post-snippet-date {
position: absolute;
background-color: transparent;
color: #fffde9;
text-align: right;
padding: 11px 5px 2px 5px;
min-width: 91px;
top: 7px;
right: 10px;
}
.post-snippet-date__day {
display: block;
font-family: Roboto, sans-serif;
font-size: 24px;
line-height: 30px;
}
.post-snippet-date__month {
text-transform: uppercase;
font-size: 14px;
line-height: 18px;
}
.post-snippet-date--archive {
background-color: transparent !important;
right: auto !important;
left: 10px;
text-align: center;
color: #fffde9 !important;
}
.post-snippet__title {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
font-weight: 400;
font-size: 20px;
line-height: 24px;
color: #fffde9;
background-color: rgba(66, 66, 66, 0.6);
margin: 0;
padding: 10px 15px 15px 15px;
}
.post-snippet__meta {
position: relative;
padding: 10px 0;
}
.post-snippet__link {
position: relative;
display: inline-block;
font-size: 14px;
line-height: 18px;
color: #515151;
padding: 11px 31px;
}
.post-snippet__link:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 4px;
background: #d83939;
border-radius: 6px;
}
.post-snippet--wide .post-snippet__content:before {
max-width: none;
background-color: #c4c4c4;
}
.post-snippet--wide .post-snippet__title {
padding: 10px 15px 15px 15px;
}
.post-snippet--wide .post-snippet-date {
top: -2px;
}
.post-snippet--stock .post-snippet__content:before,
.post-snippet--stock .post-snippet__content:after {
content: none;
}
.post-snippet--stock .post-snippet__title {
color: #fff;
background-color: rgba(66, 66, 66, 0.45);
}
.post-snippet--stock .post-snippet-date {
color: #43413d;
background-color: #edebdf;
}
.post-snippet--stock .post-snippet__meta {
text-align: left;
}
.post-snippet--single.post-snippet--stock .post-snippet__meta {
padding-left: 0;
}
.post-snippet--wide.post-snippet--stock .post-snippet__meta {
padding-top: 13px;
}
.post-snippet--wide.post-snippet--stock .post-snippet-meta {
top: 13px;
}
.post-snippet--single {
margin-top: 20px;
margin-bottom: 15px;
}
.post-snippet--single .post-snippet__title {
margin: 0;
text-align: left;
text-transform: none;
}
.post-snippet--single .post-snippet__meta {
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-align: center;
align-items: center;
}
.post-snippet--stock .post-snippet__meta {
display: block;
}
.post-snippet--stock .post-snippet__meta .taglist {
margin-bottom: 10px;
}
.single-stock .product-share {
margin: 0;
}
.single-stock .product-share__label {
margin-bottom: 0;
}
.single-stock .ya-share2__item {
margin: 0 10px 0 0;
}
@media (min-width: 640px) {
.stocks-tags-nav {
display: block;
margin-left: 0;
margin-right: 0;
}
.stocks-tags-nav--mobile {
display: none;
}
.tag-nav-item.is-active:after {
content: "";
pointer-events: none;
position: absolute;
width: 100%;
height: 2px;
border-radius: 4px;
left: 0;
bottom: -5px;
background-color: #515151;
}
}
@media (min-width:768px) {
.stock-snippets__list {
margin-left: -24px;
margin-right: 0;
display: flex;
flex-wrap: wrap;
}
.stock-snippets__item {
padding: 0 0 4px 24px;
flex: 0 0 50%;
max-width: 50%;
}
.post-snippet-columns {
display: flex;
}
.post-snippet-columns__aside {
flex: 0 0 34%;
max-width: 34%;
padding-right: 20px;
}
.post-snippet-columns__content {
flex: 1;
}
.post-snippet__meta .taglist:before {
content: "";
display: inline-block;
vertical-align: top;
background: #d83939;
width: 98px;
height: 4px;
border-radius: 4px;
margin: 23px 15px 0 0;
}
.post-snippet-date--archive {
padding-top: 41px;
}
}
@media (min-width:1200px) {
.post-snippet--stock .post-snippet__meta {
padding-left: 32px;
}
.stock-snippets__list {
margin-left: -48px;
}
.stock-snippets__item {
padding: 0 0 44px 48px;
flex: 0 0 33.33%;
max-width: 33.33%;
}
.post-snippet-columns__aside {
flex: 0 0 395px;
max-width: 395px;
max-width: 395px;
padding-right: 35px;
}
.stock-titles-and-meta .post-snippet-title {
font-size: 26px;
margin: 0 0 21px 0;
}
.stock-titles-hint {
font-size: 20px;
}
.stock-titles-hint {
margin-bottom: 28px;
}
.stock-titles-tags,
.stock-meta-share {
margin-bottom: 28px;
}
}