@-ms-viewport {
width: device-width;
}
html {
box-sizing: border-box;
-ms-overflow-style: scrollbar;
}
*,
*::before,
*::after {
box-sizing: inherit;
}
.container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.container {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container {
max-width: 1140px;
}
}
.container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.no-gutters {
margin-right: 0;
margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
padding-right: 0;
padding-left: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.col {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-first {
-ms-flex-order: -1;
order: -1;
}
.order-last {
-ms-flex-order: 13;
order: 13;
}
.order-0 {
-ms-flex-order: 0;
order: 0;
}
.order-1 {
-ms-flex-order: 1;
order: 1;
}
.order-2 {
-ms-flex-order: 2;
order: 2;
}
.order-3 {
-ms-flex-order: 3;
order: 3;
}
.order-4 {
-ms-flex-order: 4;
order: 4;
}
.order-5 {
-ms-flex-order: 5;
order: 5;
}
.order-6 {
-ms-flex-order: 6;
order: 6;
}
.order-7 {
-ms-flex-order: 7;
order: 7;
}
.order-8 {
-ms-flex-order: 8;
order: 8;
}
.order-9 {
-ms-flex-order: 9;
order: 9;
}
.order-10 {
-ms-flex-order: 10;
order: 10;
}
.order-11 {
-ms-flex-order: 11;
order: 11;
}
.order-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-1 {
margin-left: 8.333333%;
}
.offset-2 {
margin-left: 16.666667%;
}
.offset-3 {
margin-left: 25%;
}
.offset-4 {
margin-left: 33.333333%;
}
.offset-5 {
margin-left: 41.666667%;
}
.offset-6 {
margin-left: 50%;
}
.offset-7 {
margin-left: 58.333333%;
}
.offset-8 {
margin-left: 66.666667%;
}
.offset-9 {
margin-left: 75%;
}
.offset-10 {
margin-left: 83.333333%;
}
.offset-11 {
margin-left: 91.666667%;
}
@media (min-width: 576px) {
.col-sm {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-sm-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-sm-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-sm-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-sm-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-sm-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-sm-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-sm-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-sm-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-sm-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-sm-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-sm-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-sm-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-sm-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-sm-first {
-ms-flex-order: -1;
order: -1;
}
.order-sm-last {
-ms-flex-order: 13;
order: 13;
}
.order-sm-0 {
-ms-flex-order: 0;
order: 0;
}
.order-sm-1 {
-ms-flex-order: 1;
order: 1;
}
.order-sm-2 {
-ms-flex-order: 2;
order: 2;
}
.order-sm-3 {
-ms-flex-order: 3;
order: 3;
}
.order-sm-4 {
-ms-flex-order: 4;
order: 4;
}
.order-sm-5 {
-ms-flex-order: 5;
order: 5;
}
.order-sm-6 {
-ms-flex-order: 6;
order: 6;
}
.order-sm-7 {
-ms-flex-order: 7;
order: 7;
}
.order-sm-8 {
-ms-flex-order: 8;
order: 8;
}
.order-sm-9 {
-ms-flex-order: 9;
order: 9;
}
.order-sm-10 {
-ms-flex-order: 10;
order: 10;
}
.order-sm-11 {
-ms-flex-order: 11;
order: 11;
}
.order-sm-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-sm-0 {
margin-left: 0;
}
.offset-sm-1 {
margin-left: 8.333333%;
}
.offset-sm-2 {
margin-left: 16.666667%;
}
.offset-sm-3 {
margin-left: 25%;
}
.offset-sm-4 {
margin-left: 33.333333%;
}
.offset-sm-5 {
margin-left: 41.666667%;
}
.offset-sm-6 {
margin-left: 50%;
}
.offset-sm-7 {
margin-left: 58.333333%;
}
.offset-sm-8 {
margin-left: 66.666667%;
}
.offset-sm-9 {
margin-left: 75%;
}
.offset-sm-10 {
margin-left: 83.333333%;
}
.offset-sm-11 {
margin-left: 91.666667%;
}
}
@media (min-width: 768px) {
.col-md {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-md-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-md-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-md-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-md-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-md-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-md-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-md-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-md-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-md-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-md-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-md-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-md-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-md-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-md-first {
-ms-flex-order: -1;
order: -1;
}
.order-md-last {
-ms-flex-order: 13;
order: 13;
}
.order-md-0 {
-ms-flex-order: 0;
order: 0;
}
.order-md-1 {
-ms-flex-order: 1;
order: 1;
}
.order-md-2 {
-ms-flex-order: 2;
order: 2;
}
.order-md-3 {
-ms-flex-order: 3;
order: 3;
}
.order-md-4 {
-ms-flex-order: 4;
order: 4;
}
.order-md-5 {
-ms-flex-order: 5;
order: 5;
}
.order-md-6 {
-ms-flex-order: 6;
order: 6;
}
.order-md-7 {
-ms-flex-order: 7;
order: 7;
}
.order-md-8 {
-ms-flex-order: 8;
order: 8;
}
.order-md-9 {
-ms-flex-order: 9;
order: 9;
}
.order-md-10 {
-ms-flex-order: 10;
order: 10;
}
.order-md-11 {
-ms-flex-order: 11;
order: 11;
}
.order-md-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-md-0 {
margin-left: 0;
}
.offset-md-1 {
margin-left: 8.333333%;
}
.offset-md-2 {
margin-left: 16.666667%;
}
.offset-md-3 {
margin-left: 25%;
}
.offset-md-4 {
margin-left: 33.333333%;
}
.offset-md-5 {
margin-left: 41.666667%;
}
.offset-md-6 {
margin-left: 50%;
}
.offset-md-7 {
margin-left: 58.333333%;
}
.offset-md-8 {
margin-left: 66.666667%;
}
.offset-md-9 {
margin-left: 75%;
}
.offset-md-10 {
margin-left: 83.333333%;
}
.offset-md-11 {
margin-left: 91.666667%;
}
}
@media (min-width: 992px) {
.col-lg {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-lg-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-lg-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-lg-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-lg-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-lg-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-lg-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-lg-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-lg-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-lg-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-lg-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-lg-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-lg-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-lg-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-lg-first {
-ms-flex-order: -1;
order: -1;
}
.order-lg-last {
-ms-flex-order: 13;
order: 13;
}
.order-lg-0 {
-ms-flex-order: 0;
order: 0;
}
.order-lg-1 {
-ms-flex-order: 1;
order: 1;
}
.order-lg-2 {
-ms-flex-order: 2;
order: 2;
}
.order-lg-3 {
-ms-flex-order: 3;
order: 3;
}
.order-lg-4 {
-ms-flex-order: 4;
order: 4;
}
.order-lg-5 {
-ms-flex-order: 5;
order: 5;
}
.order-lg-6 {
-ms-flex-order: 6;
order: 6;
}
.order-lg-7 {
-ms-flex-order: 7;
order: 7;
}
.order-lg-8 {
-ms-flex-order: 8;
order: 8;
}
.order-lg-9 {
-ms-flex-order: 9;
order: 9;
}
.order-lg-10 {
-ms-flex-order: 10;
order: 10;
}
.order-lg-11 {
-ms-flex-order: 11;
order: 11;
}
.order-lg-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-lg-0 {
margin-left: 0;
}
.offset-lg-1 {
margin-left: 8.333333%;
}
.offset-lg-2 {
margin-left: 16.666667%;
}
.offset-lg-3 {
margin-left: 25%;
}
.offset-lg-4 {
margin-left: 33.333333%;
}
.offset-lg-5 {
margin-left: 41.666667%;
}
.offset-lg-6 {
margin-left: 50%;
}
.offset-lg-7 {
margin-left: 58.333333%;
}
.offset-lg-8 {
margin-left: 66.666667%;
}
.offset-lg-9 {
margin-left: 75%;
}
.offset-lg-10 {
margin-left: 83.333333%;
}
.offset-lg-11 {
margin-left: 91.666667%;
}
}
@media (min-width: 1200px) {
.col-xl {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-xl-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-xl-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-xl-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-xl-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-xl-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-xl-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-xl-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-xl-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-xl-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-xl-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-xl-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-xl-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-xl-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-xl-first {
-ms-flex-order: -1;
order: -1;
}
.order-xl-last {
-ms-flex-order: 13;
order: 13;
}
.order-xl-0 {
-ms-flex-order: 0;
order: 0;
}
.order-xl-1 {
-ms-flex-order: 1;
order: 1;
}
.order-xl-2 {
-ms-flex-order: 2;
order: 2;
}
.order-xl-3 {
-ms-flex-order: 3;
order: 3;
}
.order-xl-4 {
-ms-flex-order: 4;
order: 4;
}
.order-xl-5 {
-ms-flex-order: 5;
order: 5;
}
.order-xl-6 {
-ms-flex-order: 6;
order: 6;
}
.order-xl-7 {
-ms-flex-order: 7;
order: 7;
}
.order-xl-8 {
-ms-flex-order: 8;
order: 8;
}
.order-xl-9 {
-ms-flex-order: 9;
order: 9;
}
.order-xl-10 {
-ms-flex-order: 10;
order: 10;
}
.order-xl-11 {
-ms-flex-order: 11;
order: 11;
}
.order-xl-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-xl-0 {
margin-left: 0;
}
.offset-xl-1 {
margin-left: 8.333333%;
}
.offset-xl-2 {
margin-left: 16.666667%;
}
.offset-xl-3 {
margin-left: 25%;
}
.offset-xl-4 {
margin-left: 33.333333%;
}
.offset-xl-5 {
margin-left: 41.666667%;
}
.offset-xl-6 {
margin-left: 50%;
}
.offset-xl-7 {
margin-left: 58.333333%;
}
.offset-xl-8 {
margin-left: 66.666667%;
}
.offset-xl-9 {
margin-left: 75%;
}
.offset-xl-10 {
margin-left: 83.333333%;
}
.offset-xl-11 {
margin-left: 91.666667%;
}
}
.d-none {
display: none !important;
}
.d-inline {
display: inline !important;
}
.d-inline-block {
display: inline-block !important;
}
.d-block {
display: block !important;
}
.d-table {
display: table !important;
}
.d-table-row {
display: table-row !important;
}
.d-table-cell {
display: table-cell !important;
}
.d-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.d-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
@media (min-width: 576px) {
.d-sm-none {
display: none !important;
}
.d-sm-inline {
display: inline !important;
}
.d-sm-inline-block {
display: inline-block !important;
}
.d-sm-block {
display: block !important;
}
.d-sm-table {
display: table !important;
}
.d-sm-table-row {
display: table-row !important;
}
.d-sm-table-cell {
display: table-cell !important;
}
.d-sm-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.d-sm-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 768px) {
.d-md-none {
display: none !important;
}
.d-md-inline {
display: inline !important;
}
.d-md-inline-block {
display: inline-block !important;
}
.d-md-block {
display: block !important;
}
.d-md-table {
display: table !important;
}
.d-md-table-row {
display: table-row !important;
}
.d-md-table-cell {
display: table-cell !important;
}
.d-md-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.d-md-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 992px) {
.d-lg-none {
display: none !important;
}
.d-lg-inline {
display: inline !important;
}
.d-lg-inline-block {
display: inline-block !important;
}
.d-lg-block {
display: block !important;
}
.d-lg-table {
display: table !important;
}
.d-lg-table-row {
display: table-row !important;
}
.d-lg-table-cell {
display: table-cell !important;
}
.d-lg-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.d-lg-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 1200px) {
.d-xl-none {
display: none !important;
}
.d-xl-inline {
display: inline !important;
}
.d-xl-inline-block {
display: inline-block !important;
}
.d-xl-block {
display: block !important;
}
.d-xl-table {
display: table !important;
}
.d-xl-table-row {
display: table-row !important;
}
.d-xl-table-cell {
display: table-cell !important;
}
.d-xl-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.d-xl-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media print {
.d-print-none {
display: none !important;
}
.d-print-inline {
display: inline !important;
}
.d-print-inline-block {
display: inline-block !important;
}
.d-print-block {
display: block !important;
}
.d-print-table {
display: table !important;
}
.d-print-table-row {
display: table-row !important;
}
.d-print-table-cell {
display: table-cell !important;
}
.d-print-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.d-print-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
.flex-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
@media (min-width: 576px) {
.flex-sm-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-sm-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-sm-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-sm-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-sm-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-sm-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-sm-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-sm-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-sm-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-sm-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-sm-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-sm-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-sm-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-sm-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-sm-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-sm-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-sm-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-sm-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-sm-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-sm-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-sm-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-sm-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-sm-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-sm-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-sm-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-sm-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-sm-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-sm-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-sm-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-sm-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-sm-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-sm-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-sm-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-sm-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
@media (min-width: 768px) {
.flex-md-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-md-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-md-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-md-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-md-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-md-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-md-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-md-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-md-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-md-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-md-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-md-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-md-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-md-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-md-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-md-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-md-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-md-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-md-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-md-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-md-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-md-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-md-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-md-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-md-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-md-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-md-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-md-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-md-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-md-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-md-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-md-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-md-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-md-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
@media (min-width: 992px) {
.flex-lg-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-lg-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-lg-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-lg-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-lg-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-lg-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-lg-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-lg-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-lg-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-lg-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-lg-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-lg-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-lg-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-lg-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-lg-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-lg-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-lg-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-lg-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-lg-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-lg-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-lg-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-lg-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-lg-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-lg-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-lg-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-lg-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-lg-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-lg-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-lg-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-lg-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-lg-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-lg-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-lg-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-lg-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
@media (min-width: 1200px) {
.flex-xl-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-xl-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-xl-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-xl-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-xl-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-xl-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-xl-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-xl-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-xl-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-xl-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-xl-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-xl-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-xl-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-xl-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-xl-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-xl-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-xl-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-xl-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-xl-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-xl-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-xl-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-xl-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-xl-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-xl-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-xl-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-xl-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-xl-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-xl-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-xl-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-xl-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-xl-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-xl-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-xl-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-xl-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}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}a{background-color:rgba(0,0,0,0)}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:.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}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}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;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}body{-ms-word-wrap:break-word;word-wrap:break-word}body,button,input,textarea{color:#43454b;font-family:"Source Sans Pro","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;line-height:1.618;text-rendering:optimizeLegibility;font-weight:400}select{color:initial;font-family:"Source Sans Pro","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;max-width:100%}summary{display:list-item}h1,h2,h3,h4,h5,h6{clear:both;font-weight:300;margin:0 0 .5407911001em;color:#131315}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{font-weight:300}h1,.alpha{font-size:2.617924em;line-height:1.214;letter-spacing:-1px}h2,.beta{font-size:2em;line-height:1.214}h2+h3,.beta+h3{border-top:1px solid rgba(0,0,0,.05);padding-top:.5407911001em}h3,.gamma{font-size:1.618em}h4,.delta{font-size:1.41575em}.alpha,.beta,.gamma,.delta{display:block}p+h2,p+header h2,p+h3,p+h4,ul+h2,ul+header h2,ul+h3,ul+h4,ol+h2,ol+header h2,ol+h3,ol+h4,table+h2,table+header h2,table+h3,table+h4,blockquote+h2,blockquote+header h2,blockquote+h3,blockquote+h4,form+h2,form+header h2,form+h3,form+h4{margin-top:2.2906835em}hr{background-color:#ccc;border:0;height:1px;margin:0 0 1.41575em}p{margin:0 0 1.41575em}ul,ol{margin:0 0 1.41575em 3em;padding:0}ul{list-style:disc}ol{list-style:decimal}li>ul,li>ol{margin-bottom:0;margin-left:1em}dt{font-weight:600}dd{margin:0 0 1.618em}b,strong{font-weight:600}dfn,cite,em,i{font-style:italic}blockquote{padding:0 1em;border-left:3px solid rgba(0,0,0,.05);font-style:italic}address{margin:0 0 1.41575em}pre{background:rgba(0,0,0,.1);font-family:"Courier 10 Pitch",Courier,monospace;margin-bottom:1.618em;padding:1.618em;overflow:auto;max-width:100%}code,kbd,tt,var{font-family:Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;background-color:rgba(0,0,0,.05);padding:.202em .5407911001em}abbr,acronym{border-bottom:1px dotted #666;cursor:help}mark,ins{text-decoration:none;font-weight:600;background:rgba(0,0,0,0)}sup,sub{font-size:75%;height:0;line-height:0;position:relative;vertical-align:baseline}sup{bottom:1ex}sub{top:.5ex}small{font-size:75%}big{font-size:125%}figure{margin:0}img{height:auto;max-width:100%;display:block;border-radius:3px}a{color:#2c2d33;text-decoration:none}a:focus,input:focus,textarea:focus,button:focus{outline:2px solid #7f54b3}.storefront-cute *{font-family:"Comic Sans MS",sans-serif}*{box-sizing:border-box}body{background-color:#fff;overflow-x:hidden}.site{overflow-x:hidden}.site-content,.header-widget-region{-webkit-tap-highlight-color:rgba(0,0,0,0)}.site-header{background-color:#2c2d33;padding-top:1.618em;padding-bottom:1.618em;color:#9aa0a7;background-position:center center;position:relative;z-index:999;border-bottom:1px solid rgba(0,0,0,0)}.site-header .site-logo-anchor,.site-header .site-logo-link,.site-header .custom-logo-link{display:block;margin-bottom:0}.site-header .site-logo-anchor img,.site-header .site-logo-link img,.site-header .custom-logo-link img{width:100%;max-width:210px}.site-header .widget{margin-bottom:0}.home.blog .site-header,.home.page:not(.page-template-template-homepage) .site-header,.home.post-type-archive-product .site-header{margin-bottom:4.235801032em}.no-wc-breadcrumb .site-header{margin-bottom:4.235801032em}.no-wc-breadcrumb.page-template-template-homepage .site-header{margin-bottom:0}.header-widget-region{position:relative;z-index:99}.header-widget-region::before,.header-widget-region::after{content:"";display:table}.header-widget-region::after{clear:both}.header-widget-region .widget{margin:0;padding:1em 0;font-size:.875em}.site-branding{float:left;margin-bottom:0;width:calc(100% - 120px)}.site-branding .site-title{font-size:2em;letter-spacing:-1px;margin:0}.site-branding .site-title a{font-weight:700}.site-branding .site-description{font-size:.875em;display:none}.site-branding .logo{margin:0}.site-main{margin-bottom:2.617924em}.site-content{outline:none}.page-template-template-homepage:not(.has-post-thumbnail) .site-main{padding-top:4.235801032em}.page-template-template-homepage .type-page{padding-top:2.617924em;padding-bottom:2.617924em;position:relative}.page-template-template-homepage .type-page .storefront-hero__button-edit{position:absolute;top:1em;right:1em;font-size:.875em}.page-template-template-homepage .entry-content{font-size:1.1em}.page-template-template-homepage .entry-content p:last-child{margin-bottom:0}.page-template-template-homepage .entry-header h1{font-size:3.706325903em;margin-bottom:.2360828548em}.page-template-template-homepage .entry-content,.page-template-template-homepage .entry-header{max-width:41.0994671405em;margin-left:auto;margin-right:auto;text-align:center}.page-template-template-homepage.has-post-thumbnail .type-page.has-post-thumbnail{background-size:cover;background-position:center center;padding-top:6.8535260698em;padding-bottom:6.8535260698em}.page-template-template-homepage.has-post-thumbnail .type-page.has-post-thumbnail .entry-content,.page-template-template-homepage.has-post-thumbnail .type-page.has-post-thumbnail .entry-title{opacity:0;transition:all,ease,.5s}.page-template-template-homepage.has-post-thumbnail .type-page.has-post-thumbnail .entry-content.loaded,.page-template-template-homepage.has-post-thumbnail .type-page.has-post-thumbnail .entry-title.loaded{opacity:1}.site-footer{background-color:#f3f3f3;color:#3b3c3f;padding:1.618em 0 3.706325903em}.site-footer h1,.site-footer h2,.site-footer h3,.site-footer h4,.site-footer h5,.site-footer h6{color:#333437}.site-footer a{color:#2c2d33;text-decoration:underline}.site-footer a:hover{text-decoration:none}.site-footer a.button,.site-footer a.components-button:not(.is-link),.site-footer a.wp-block-button__link{text-decoration:none}.site-info{padding:2.617924em 0}.site-info span[role=separator]{padding:0 .2360828548em 0 .3342343017em}.site-info span[role=separator]::before{content:"|"}.alignleft{display:inline;float:left;margin-right:1em}.alignright{display:inline;float:right;margin-left:1em}.aligncenter{clear:both;display:block;margin:0 auto}.screen-reader-text{border:0;clip:rect(1px, 1px, 1px, 1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal !important}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto !important;display:block;font-weight:700;height:auto;left:0;line-height:normal;padding:1em 1.618em;text-decoration:none;top:0;width:auto;z-index:100000;outline:none}.screen-reader-text.skip-link:focus{-webkit-clip-path:none;clip-path:none}.clear::before,.clear::after,.entry-content::before,.entry-content::after,.comment-content::before,.comment-content::after,.site-header::before,.site-header::after,.site-content::before,.site-content::after,.site-footer::before,.site-footer::after{content:"";display:table}.clear::after,.entry-content::after,.comment-content::after,.site-header::after,.site-content::after,.site-footer::after{clear:both}table{border-spacing:0;width:100%;margin:0 0 1.41575em;border-collapse:separate}table caption{padding:1em 0;font-weight:600}table td,table th{padding:1em 1.41575em;text-align:left;vertical-align:top}table td p:last-child,table th p:last-child{margin-bottom:0}table th{font-weight:600}table thead th{padding:1.41575em;vertical-align:middle}table tbody h2{font-size:1em;letter-spacing:normal;font-weight:400}table tbody h2 a{font-weight:400}.error404 .site-content .widget_product_search{padding:1.618em;background-color:rgba(0,0,0,.025)}.error404 .site-content .widget_product_search form{margin:0}.error404.right-sidebar .content-area,.error404.left-sidebar .content-area{width:100%}.error404 .fourohfour-columns-2{padding:2.617924em 0;border:1px solid rgba(0,0,0,.05);border-width:1px 0;margin-bottom:2.617924em}.error404 .fourohfour-columns-2::before,.error404 .fourohfour-columns-2::after{content:"";display:table}.error404 .fourohfour-columns-2::after{clear:both}.error404 .fourohfour-columns-2 ul.products li.product,.error404 .fourohfour-columns-2 .widget{margin-bottom:0}.error404 .fourohfour-columns-2 .col-1 ul.products{margin-bottom:2.2906835em}.error404 .fourohfour-columns-2 .col-1 ul.products li.product{width:45.4545454545%;float:left;margin-right:9.0909090909%}.error404 .fourohfour-columns-2 .col-1 ul.products li.product:last-child{margin-right:0}.error404 .fourohfour-columns-2 .col-2{padding:1.618em;background-color:rgba(0,0,0,.025)}#comments{padding-top:2.617924em}#comments .comments-title{border-bottom:1px solid rgba(0,0,0,.05);padding-bottom:.5407911001em;margin-bottom:1.618em}#comments .comment-list{list-style:none;margin-left:0}#comments .comment-list .comment-body::before,#comments .comment-list .comment-body::after{content:"";display:table}#comments .comment-list .comment-body::after{clear:both}#comments .comment-list .comment-content{padding-bottom:1.618em;margin-bottom:1.618em}#comments .comment-list .comment-content .comment-text{padding:1.618em;border-radius:3px}#comments .comment-list .comment-content .comment-text p:last-child{margin-bottom:0}#comments .comment-list .comment-meta{margin-bottom:1em}#comments .comment-list .comment-meta .avatar{margin-bottom:1em;max-width:64px;height:auto}#comments .comment-list .comment-meta a.comment-date{font-size:.875em}#comments .comment-list .comment-meta cite{font-style:normal;clear:both;display:block}#comments .comment-list .reply{margin-bottom:1.618em;padding-top:.6180469716em}#comments .comment-list .reply::before,#comments .comment-list .reply::after{content:"";display:table}#comments .comment-list .reply::after{clear:both}#comments .comment-list .reply a{display:inline-block;margin-right:1em}#comments .comment-list .reply a:last-child{margin-right:0}#comments .comment-list .children{list-style:none}.comment-content a{word-wrap:break-word}#respond{clear:both;padding:1.618em;background-color:rgba(0,0,0,.0125);position:relative}#respond .comment-form-author input,#respond .comment-form-email input,#respond .comment-form-url input{width:100%}#respond .form-submit,#respond form{margin-bottom:0}#respond #cancel-comment-reply-link{position:absolute;top:.5407911001em;right:.5407911001em;display:block;height:1em;width:1em;overflow:hidden;line-height:1;font-size:1.41575em;text-align:center;transition:transform,ease,.3s}#respond #cancel-comment-reply-link:hover{transform:scale(1.3)}.hentry{margin:0 0 4.235801032em}.hentry .wp-post-image{margin-bottom:1.618em;margin-left:auto;margin-right:auto}.hentry .entry-header{margin-bottom:1em;border-bottom:1px solid rgba(0,0,0,.05)}.hentry .entry-header .posted-on,.hentry .entry-header .post-author,.hentry .entry-header .post-comments,.hentry .entry-header .byline{font-size:.875em}.hentry .entry-header .posted-on a,.hentry .entry-header .post-author a,.hentry .entry-header .post-comments a,.hentry .entry-header .byline a{font-weight:600;text-decoration:underline}.hentry .entry-header .posted-on a:hover,.hentry .entry-header .post-author a:hover,.hentry .entry-header .post-comments a:hover,.hentry .entry-header .byline a:hover{text-decoration:none}.hentry .entry-content a{text-decoration:underline}.hentry .entry-content a:hover{text-decoration:none}.hentry .entry-content a.button,.hentry .entry-content a.components-button:not(.is-link),.hentry .entry-content a.wp-block-button__link{text-decoration:none}.hentry .entry-taxonomy{margin:1.41575em 0 0;padding-top:1em;border-top:1px solid rgba(0,0,0,.05)}.hentry.type-page .entry-header{border-bottom:0;margin-bottom:0}.cat-links,.tags-links{font-size:.875em}.cat-links a,.tags-links a{color:#727272;font-weight:600;text-decoration:underline}.byline,.updated:not(.published){display:none}.single .byline,.group-blog .byline{display:inline}.page-links{clear:both;margin:0 0 1em}form{margin-bottom:1.618em}button,input,select,textarea{font-size:100%;margin:0}button,input[type=button],input[type=reset],input[type=submit],.button,.wc-block-grid__products .wc-block-grid__product .wp-block-button__link,.added_to_cart{border:0;border-radius:0;background:none;background-color:#43454b;border-color:#43454b;color:#fff;cursor:pointer;padding:.6180469716em 1.41575em;text-decoration:none;font-weight:600;text-shadow:none;display:inline-block;-webkit-appearance:none}button::after,input[type=button]::after,input[type=reset]::after,input[type=submit]::after,.button::after,.wc-block-grid__products .wc-block-grid__product .wp-block-button__link::after,.added_to_cart::after{display:none}button.cta,button.alt,input[type=button].cta,input[type=button].alt,input[type=reset].cta,input[type=reset].alt,input[type=submit].cta,input[type=submit].alt,.button.cta,.button.alt,.wc-block-grid__products .wc-block-grid__product .wp-block-button__link.cta,.wc-block-grid__products .wc-block-grid__product .wp-block-button__link.alt,.added_to_cart.cta,.added_to_cart.alt{background-color:#2c2d33;border-color:#2c2d33}button.cta:hover,button.alt:hover,input[type=button].cta:hover,input[type=button].alt:hover,input[type=reset].cta:hover,input[type=reset].alt:hover,input[type=submit].cta:hover,input[type=submit].alt:hover,.button.cta:hover,.button.alt:hover,.wc-block-grid__products .wc-block-grid__product .wp-block-button__link.cta:hover,.wc-block-grid__products .wc-block-grid__product .wp-block-button__link.alt:hover,.added_to_cart.cta:hover,.added_to_cart.alt:hover{background-color:#2c2d33}button:hover,input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover,.button:hover,.wc-block-grid__products .wc-block-grid__product .wp-block-button__link:hover,.added_to_cart:hover{color:#fff}button.loading,input[type=button].loading,input[type=reset].loading,input[type=submit].loading,.button.loading,.wc-block-grid__products .wc-block-grid__product .wp-block-button__link.loading,.added_to_cart.loading{opacity:.5}button.small,input[type=button].small,input[type=reset].small,input[type=submit].small,.button.small,.wc-block-grid__products .wc-block-grid__product .wp-block-button__link.small,.added_to_cart.small{padding:.5407911001em .875em;font-size:.875em}button.disabled,button:disabled,input[type=button].disabled,input[type=button]:disabled,input[type=reset].disabled,input[type=reset]:disabled,input[type=submit].disabled,input[type=submit]:disabled,.button.disabled,.button:disabled,.wc-block-grid__products .wc-block-grid__product .wp-block-button__link.disabled,.wc-block-grid__products .wc-block-grid__product .wp-block-button__link:disabled,.added_to_cart.disabled,.added_to_cart:disabled{opacity:.5 !important;cursor:not-allowed}button.disabled:hover,button:disabled:hover,input[type=button].disabled:hover,input[type=button]:disabled:hover,input[type=reset].disabled:hover,input[type=reset]:disabled:hover,input[type=submit].disabled:hover,input[type=submit]:disabled:hover,.button.disabled:hover,.button:disabled:hover,.wc-block-grid__products .wc-block-grid__product .wp-block-button__link.disabled:hover,.wc-block-grid__products .wc-block-grid__product .wp-block-button__link:disabled:hover,.added_to_cart.disabled:hover,.added_to_cart:disabled:hover{opacity:.5 !important}.button.woocommerce-MyAccount-downloads-file{overflow-wrap:anywhere;word-break:break-word;-ms-word-break:break-all}.wc-block-components-button:not(.is-link).disabled,.wc-block-components-button:not(.is-link):disabled{opacity:.5;cursor:not-allowed}.wc-block-components-button:not(.is-link).disabled:hover,.wc-block-components-button:not(.is-link):disabled:hover{opacity:.5}input[type=checkbox],input[type=radio]{padding:0}input[type=checkbox]+label,input[type=radio]+label{margin:0 0 0 .3819820591em}input[type=search]::-webkit-search-decoration{-webkit-appearance:none}input[type=search]{box-sizing:border-box}input[type=search]::placeholder{color:#616161}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input[type=text],input[type=number],input[type=email],input[type=tel],input[type=url],input[type=password],input[type=search],textarea,.input-text{padding:.6180469716em;background-color:#f2f2f2;color:#43454b;border:0;-webkit-appearance:none;box-sizing:border-box;font-weight:400;box-shadow:inset 0 1px 1px rgba(0,0,0,.125)}input[type=text]:focus,input[type=number]:focus,input[type=email]:focus,input[type=tel]:focus,input[type=url]:focus,input[type=password]:focus,input[type=search]:focus,textarea:focus,.input-text:focus{background-color:#ededed}textarea{overflow:auto;padding-left:.875em;vertical-align:top;width:100%}label{font-weight:400}label.inline input{width:auto}fieldset{padding:1.618em;padding-top:1em;border:0;margin:0;margin-bottom:1.618em;margin-top:1.618em}fieldset legend{font-weight:600;padding:.6180469716em 1em;margin-left:-1em}[placeholder]:focus::-webkit-input-placeholder{-webkit-transition:opacity .5s .5s ease;transition:opacity .5s .5s ease;opacity:0}.page-content img.wp-smiley,.entry-content img.wp-smiley,.comment-content img.wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0;display:inline-block;border-radius:0}.wp-caption{margin-bottom:1em;max-width:100%}.wp-caption img[class*=wp-image-]{display:block;margin:0 auto}.wp-caption .wp-caption-text{text-align:left;font-style:italic;border-bottom:2px solid rgba(0,0,0,.05);padding:1em 0}.gallery{margin-bottom:1em}.gallery::before,.gallery::after{content:"";display:table}.gallery::after{clear:both}.gallery .gallery-item{float:left}.gallery .gallery-item .gallery-icon a{display:block}.gallery .gallery-item .gallery-icon img{border:none;height:auto;margin:0 auto}.gallery .gallery-item .gallery-caption{margin:0;text-align:center}.gallery.gallery-columns-1 .gallery-item{width:100%}.gallery.gallery-columns-2 .gallery-item{width:50%}.gallery.gallery-columns-3 .gallery-item{width:33.3%}.gallery.gallery-columns-4 .gallery-item{width:25%}.gallery.gallery-columns-5 .gallery-item{width:20%}.gallery.gallery-columns-6 .gallery-item{width:16.666666667%}.gallery.gallery-columns-7 .gallery-item{width:14.285714286%}.gallery.gallery-columns-8 .gallery-item{width:12.5%}.gallery.gallery-columns-9 .gallery-item{width:11.111111111%}embed,iframe,object,video{max-width:100%}.secondary-navigation{display:none}button.menu-toggle{cursor:pointer;text-align:left;float:right;position:relative;border:2px solid rgba(0,0,0,0);box-shadow:none;border-radius:2px;background-image:none;padding:.6180469716em .875em .6180469716em 2.617924em;font-size:.875em;max-width:120px}button.menu-toggle:hover{background-image:none}button.menu-toggle span::before{transition:all,ease,.2s}button.menu-toggle::before,button.menu-toggle::after,button.menu-toggle span::before{content:"";display:block;height:2px;width:14px;position:absolute;top:50%;left:1em;margin-top:-1px;transition:all,ease,.2s;border-radius:3px}button.menu-toggle::before{transform:translateY(-4px)}button.menu-toggle::after{transform:translateY(4px)}.toggled button.menu-toggle::before,.toggled button.menu-toggle::after{transform:rotate(45deg)}.toggled button.menu-toggle::after{transform:rotate(-45deg)}.toggled button.menu-toggle span::before{opacity:0}.primary-navigation{display:none}.main-navigation::before,.main-navigation::after{content:"";display:table}.main-navigation::after{clear:both}.main-navigation div.menu{display:none}.main-navigation div.menu:last-child{display:block}.main-navigation .menu{clear:both}.handheld-navigation,.nav-menu,.main-navigation div.menu>ul:not(.nav-menu){overflow:hidden;max-height:0;transition:all,ease,.8s}.handheld-navigation{clear:both}.handheld-navigation ul{margin:0}.handheld-navigation ul.menu li{position:relative}.handheld-navigation ul.menu li button::after{transition:all,ease,.9s}.handheld-navigation ul.menu li button.toggled-on::after{transform:rotate(180deg)}.handheld-navigation ul.menu .sub-menu{visibility:hidden;opacity:0;max-height:0;transition:all,ease,.9s}.handheld-navigation ul.menu .sub-menu.toggled-on{visibility:visible;max-height:9999px;opacity:1}.handheld-navigation .dropdown-toggle{background:rgba(0,0,0,0);position:absolute;top:0;right:0;display:block}.main-navigation.toggled .handheld-navigation,.main-navigation.toggled .menu>ul:not(.nav-menu),.main-navigation.toggled ul[aria-expanded=true]{max-height:9999px}.main-navigation ul{margin-left:0;list-style:none;margin-bottom:0}.main-navigation ul ul{display:block;margin-left:1.41575em}.main-navigation ul li a{padding:.875em 0;display:block}.main-navigation ul li a:hover{color:#e6e6e6}.site-main nav.navigation{clear:both;padding:2.617924em 0}.site-main nav.navigation::before,.site-main nav.navigation::after{content:"";display:table}.site-main nav.navigation::after{clear:both}.site-main nav.navigation .nav-previous a,.site-main nav.navigation .nav-next a{display:inline-block}.site-main nav.navigation .nav-previous{float:left;width:50%}.site-main nav.navigation .nav-next{float:right;text-align:right;width:50%}.pagination,.woocommerce-pagination{padding:1em 0;border:1px solid rgba(0,0,0,.05);border-width:1px 0;text-align:center;clear:both}.pagination ul.page-numbers::before,.pagination ul.page-numbers::after,.woocommerce-pagination ul.page-numbers::before,.woocommerce-pagination ul.page-numbers::after{content:"";display:table}.pagination ul.page-numbers::after,.woocommerce-pagination ul.page-numbers::after{clear:both}.pagination .page-numbers,.woocommerce-pagination .page-numbers{list-style:none;margin:0;vertical-align:middle}.pagination .page-numbers li,.woocommerce-pagination .page-numbers li{display:inline-block}.pagination .page-numbers li .page-numbers,.woocommerce-pagination .page-numbers li .page-numbers{border-left-width:0;display:inline-block;padding:.3342343017em .875em;background-color:rgba(0,0,0,.025);color:#43454b}.pagination .page-numbers li .page-numbers.current,.woocommerce-pagination .page-numbers li .page-numbers.current{background-color:#2c2d33;border-color:#2c2d33}.pagination .page-numbers li .page-numbers.dots,.woocommerce-pagination .page-numbers li .page-numbers.dots{background-color:rgba(0,0,0,0)}.pagination .page-numbers li .page-numbers.prev,.pagination .page-numbers li .page-numbers.next,.woocommerce-pagination .page-numbers li .page-numbers.prev,.woocommerce-pagination .page-numbers li .page-numbers.next{padding-left:1em;padding-right:1em}.pagination .page-numbers li a.page-numbers:hover,.woocommerce-pagination .page-numbers li a.page-numbers:hover{background-color:rgba(0,0,0,.05)}.rtl .pagination a.next,.rtl .pagination a.prev,.rtl .woocommerce-pagination a.next,.rtl .woocommerce-pagination a.prev{transform:rotateY(180deg)}.widget{margin:0 0 3.706325903em}.widget select{max-width:100%}.widget .widget-search .search-submit{border:0;clip:rect(1px, 1px, 1px, 1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal !important}.widget .widget-title,.widget .widgettitle{font-size:1.41575em;letter-spacing:0;border-bottom:1px solid rgba(0,0,0,.05);padding:0 0 1em;margin-bottom:1em;font-weight:300}.widget ul{margin-left:0;list-style:none}.widget ul ul{margin-left:1.618em}.widget-area .widget{font-size:.875em;font-weight:400}.widget-area .widget h1.widget-title{font-size:1.41575em}.widget-area .widget a{font-weight:600;text-decoration:underline}.widget-area .widget a:hover{text-decoration:none}.widget-area .widget a.button,.widget-area .widget a.components-button:not(.is-link),.widget-area .widget a.wp-block-button__link{text-decoration:none}.widget-area .widget a.button{font-weight:600 !important}.widget_search form:not(.wp-block-search),.widget_product_search form:not(.wp-block-search){position:relative}.widget_search form:not(.wp-block-search) input[type=text],.widget_search form:not(.wp-block-search) input[type=search],.widget_product_search form:not(.wp-block-search) input[type=text],.widget_product_search form:not(.wp-block-search) input[type=search]{width:100%}.widget_search form:not(.wp-block-search) input[type=submit],.widget_search form:not(.wp-block-search) button[type=submit],.widget_product_search form:not(.wp-block-search) input[type=submit],.widget_product_search form:not(.wp-block-search) button[type=submit]{border:0;clip:rect(1px, 1px, 1px, 1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal !important;top:0;left:0}.widget_recent_entries ul,.widget_pages ul,.widget_categories ul,.widget_archive ul,.widget_recent_comments ul,.widget_nav_menu ul,.widget_links ul,.widget_product_categories ul,.widget_layered_nav ul,.widget_layered_nav_filters ul{margin:0}.widget_recent_entries ul li,.widget_pages ul li,.widget_categories ul li,.widget_archive ul li,.widget_recent_comments ul li,.widget_nav_menu ul li,.widget_links ul li,.widget_product_categories ul li,.widget_layered_nav ul li,.widget_layered_nav_filters ul li{list-style:none;margin-bottom:1em;line-height:1.41575em}.widget_recent_entries ul .children,.widget_pages ul .children,.widget_categories ul .children,.widget_archive ul .children,.widget_recent_comments ul .children,.widget_nav_menu ul .children,.widget_links ul .children,.widget_product_categories ul .children,.widget_layered_nav ul .children,.widget_layered_nav_filters ul .children{margin-left:0;margin-top:1em}#wp-calendar th,#wp-calendar td,.wp-calendar-table th,.wp-calendar-table td{padding:.236em;text-align:center}.widget_recent_entries ul ul.children,.widget_pages ul ul.children{margin:.6180469716em 0 0 1.41575em}.widget_rating_filter .wc-layered-nav-rating{margin-bottom:.6180469716em}.widget_rating_filter .wc-layered-nav-rating a{text-decoration:none !important}.widget_rating_filter .wc-layered-nav-rating .star-rating{display:inline-block;height:1em;line-height:1}@media(min-width: 768px){table.shop_table_responsive tbody tr td,table.shop_table_responsive tbody tr th{text-align:left}.site-header{padding-top:2.617924em;padding-bottom:0}.site-header .site-branding{display:block;width:100%;float:left;margin-left:0;margin-right:0;clear:both}.site-header .site-branding img{height:auto;max-width:230px;max-height:none}.woocommerce-active .site-header .site-branding{width:73.9130434783%;float:left;margin-right:4.347826087%}.woocommerce-active .site-header .site-search{width:21.7391304348%;float:right;margin-right:0;clear:none}.woocommerce-active .site-header .main-navigation{width:73.9130434783%;float:left;margin-right:4.347826087%;clear:both}.woocommerce-active .site-header .site-header-cart{width:21.7391304348%;float:right;margin-right:0;margin-bottom:0}.storefront-secondary-navigation .site-header .site-branding{width:39.1304347826%;float:left;margin-right:4.347826087%}.storefront-secondary-navigation .site-header .secondary-navigation{width:56.5217391304%;float:right;margin-right:0}.storefront-secondary-navigation.woocommerce-active .site-header .site-branding{width:21.7391304348%;float:left;margin-right:4.347826087%}.storefront-secondary-navigation.woocommerce-active .site-header .secondary-navigation{width:47.8260869565%;float:left;margin-right:4.347826087%}.site-branding .site-description{margin-bottom:0;display:block}.site-branding,.site-search,.site-header-cart,.site-logo-anchor,.site-logo-link,.custom-logo-link{margin-bottom:1.41575em}.site-header .subscribe-and-connect-connect{float:right;margin-bottom:1em}.site-header .subscribe-and-connect-connect .icons{list-style:none;margin:0}.site-header .subscribe-and-connect-connect .icons a{font-size:1em !important}.site-header .subscribe-and-connect-connect .icons li{margin:0 0 0 .5407911001em !important;display:inline-block}.col-full{max-width:66.4989378333em;margin-left:auto;margin-right:auto;padding:0 2.617924em;box-sizing:content-box}.col-full::before,.col-full::after{content:"";display:table}.col-full::after{clear:both}.col-full:after{content:" ";display:block;clear:both}.site-content::before,.site-content::after{content:"";display:table}.site-content::after{clear:both}.content-area{width:73.9130434783%;float:left;margin-right:4.347826087%}.widget-area{width:21.7391304348%;float:right;margin-right:0}.right-sidebar .content-area{width:73.9130434783%;float:left;margin-right:4.347826087%}.right-sidebar .widget-area{width:21.7391304348%;float:right;margin-right:0}.left-sidebar .content-area{width:73.9130434783%;float:right;margin-right:0}.left-sidebar .widget-area{width:21.7391304348%;float:left;margin-right:4.347826087%}.storefront-full-width-content .content-area{width:100%;float:left;margin-left:0;margin-right:0}.content-area,.widget-area{margin-bottom:2.617924em}.page-template-template-fullwidth-php .content-area,.page-template-template-homepage-php .content-area{width:100%;float:left;margin-left:0;margin-right:0}.footer-widgets{padding-top:4.235801032em;border-bottom:1px solid rgba(0,0,0,.05)}.footer-widgets::before,.footer-widgets::after{content:"";display:table}.footer-widgets::after{clear:both}.footer-widgets.col-2 .block{width:47.8260869565%;float:left;margin-right:4.347826087%}.footer-widgets.col-2 .block.footer-widget-2{float:right;margin-right:0}.footer-widgets.col-3 .block{width:30.4347826087%;float:left;margin-right:4.347826087%}.footer-widgets.col-3 .block.footer-widget-3{float:right;margin-right:0}.footer-widgets.col-4 .block{width:21.7391304348%;float:left;margin-right:4.347826087%}.footer-widgets.col-4 .block.footer-widget-4{float:right;margin-right:0}.comment-list::before,.comment-list::after{content:"";display:table}.comment-list::after{clear:both}.comment-list .comment{clear:both}.comment-list .comment-meta{width:17.6470588235%;float:left;margin-right:5.8823529412%;text-align:right}.comment-list .comment-meta .avatar{float:right}.comment-list .comment-content{padding-bottom:3.706325903em;margin-bottom:3.706325903em}.comment-list .comment-content,.comment-list #respond{width:76.4705882353%;float:right;margin-right:0}.comment-list #respond{float:right}.comment-list #respond .comment-form-author,.comment-list #respond .comment-form-email,.comment-list #respond .comment-form-url{width:100%;margin-right:0}.comment-list .comment-body #respond{box-shadow:0 6px 2em rgba(0,0,0,.2);margin-bottom:2.617924em;margin-top:-1.618em}.comment-list .reply{clear:both;text-align:right}.comment-list ol.children{width:88.2352941176%;float:right;margin-right:0;list-style:none}.comment-list ol.children .comment-meta{width:20%;float:left;margin-right:6.6666666667%}.comment-list ol.children .comment-content,.comment-list ol.children #respond{width:73.3333333333%;float:right;margin-right:0}.comment-list ol.children ol.children{width:86.6666666667%;float:right;margin-right:0}.comment-list ol.children ol.children .comment-meta{width:23.0769230769%;float:left;margin-right:7.6923076923%}.comment-list ol.children ol.children .comment-content,.comment-list ol.children ol.children #respond{width:69.2307692308%;float:right;margin-right:0}.comment-list ol.children ol.children ol.children{width:84.6153846154%;float:right;margin-right:0}.comment-list ol.children ol.children ol.children .comment-meta{width:27.2727272727%;float:left;margin-right:9.0909090909%}.comment-list ol.children ol.children ol.children .comment-content,.comment-list ol.children ol.children ol.children #respond{width:63.6363636364%;float:right;margin-right:0}.comment-list ol.children ol.children ol.children ol.children{width:81.8181818182%;float:right;margin-right:0}.comment-list ol.children ol.children ol.children ol.children .comment-meta{width:33.3333333333%;float:left;margin-right:11.1111111111%}.comment-list ol.children ol.children ol.children ol.children .comment-content,.comment-list ol.children ol.children ol.children ol.children #respond{width:55.5555555556%;float:right;margin-right:0}#respond{padding:2.617924em}#respond .comment-form-author,#respond .comment-form-email,#respond .comment-form-url{width:29.4117647059%;float:left;margin-right:5.8823529412%}#respond .comment-form-url{float:right;margin-right:0}#respond .comment-form-comment{clear:both}.hentry .entry-header{margin-bottom:2.617924em}.menu-toggle,.handheld-navigation,.main-navigation.toggled .handheld-navigation,.main-navigation.toggled div.menu{display:none}.primary-navigation{display:block}.main-navigation,.secondary-navigation{clear:both;display:block;width:100%}.main-navigation ul,.secondary-navigation ul{list-style:none;margin:0;padding-left:0;display:block}.main-navigation ul li,.secondary-navigation ul li{position:relative;display:inline-block;text-align:left}.main-navigation ul li a,.secondary-navigation ul li a{display:block}.main-navigation ul li a::before,.secondary-navigation ul li a::before{display:none}.main-navigation ul li:hover>ul,.main-navigation ul li.focus>ul,.secondary-navigation ul li:hover>ul,.secondary-navigation ul li.focus>ul{left:0;display:block}.main-navigation ul li:hover>ul li>ul,.main-navigation ul li.focus>ul li>ul,.secondary-navigation ul li:hover>ul li>ul,.secondary-navigation ul li.focus>ul li>ul{left:-9999px}.main-navigation ul li:hover>ul li>ul.sub-menu--is-touch-device,.main-navigation ul li.focus>ul li>ul.sub-menu--is-touch-device,.secondary-navigation ul li:hover>ul li>ul.sub-menu--is-touch-device,.secondary-navigation ul li.focus>ul li>ul.sub-menu--is-touch-device{display:none;left:0}.main-navigation ul li:hover>ul li:hover>ul,.main-navigation ul li:hover>ul li.focus>ul,.main-navigation ul li.focus>ul li:hover>ul,.main-navigation ul li.focus>ul li.focus>ul,.secondary-navigation ul li:hover>ul li:hover>ul,.secondary-navigation ul li:hover>ul li.focus>ul,.secondary-navigation ul li.focus>ul li:hover>ul,.secondary-navigation ul li.focus>ul li.focus>ul{left:100%;top:0;display:block}.main-navigation ul ul,.secondary-navigation ul ul{float:left;position:absolute;top:100%;z-index:99999;left:-9999px}.main-navigation ul ul.sub-menu--is-touch-device,.secondary-navigation ul ul.sub-menu--is-touch-device{display:none;left:0}.main-navigation ul ul li,.secondary-navigation ul ul li{display:block}.main-navigation ul ul li a,.secondary-navigation ul ul li a{width:200px}ul.menu li.current-menu-item>a{color:#43454b}.storefront-primary-navigation{clear:both}.storefront-primary-navigation::before,.storefront-primary-navigation::after{content:"";display:table}.storefront-primary-navigation::after{clear:both}.main-navigation div.menu{display:block}.main-navigation ul.menu,.main-navigation ul.nav-menu{max-height:none;overflow:visible;margin-left:-1em;transition:none}.main-navigation ul.menu>li>a,.main-navigation ul.nav-menu>li>a{padding:1.618em 1em}.main-navigation ul.menu>li.menu-item-has-children:hover::after,.main-navigation ul.menu>li.page_item_has_children:hover::after,.main-navigation ul.nav-menu>li.menu-item-has-children:hover::after,.main-navigation ul.nav-menu>li.page_item_has_children:hover::after{display:block}.main-navigation ul.menu ul,.main-navigation ul.nav-menu ul{margin-left:0}.main-navigation ul.menu ul li a,.main-navigation ul.nav-menu ul li a{padding:.875em 1.41575em;font-weight:400;font-size:.875em}.main-navigation ul.menu ul li:last-child,.main-navigation ul.nav-menu ul li:last-child{border-bottom:0}.main-navigation ul.menu ul ul,.main-navigation ul.nav-menu ul ul{margin-left:0;box-shadow:none}.main-navigation ul.menu ul a:hover,.main-navigation ul.menu ul li:hover>a,.main-navigation ul.menu ul li.focus,.main-navigation ul.nav-menu ul a:hover,.main-navigation ul.nav-menu ul li:hover>a,.main-navigation ul.nav-menu ul li.focus{background-color:rgba(0,0,0,.025)}.main-navigation a{padding:0 1em 2.2906835em}.secondary-navigation{margin:0 0 1.618em;width:auto;clear:none;line-height:1}.secondary-navigation .menu{font-size:.875em;width:auto;float:right}.secondary-navigation .menu>li:hover>a{text-decoration:none}.secondary-navigation .menu ul a{padding:.326em .875em;background:rgba(0,0,0,.05)}.secondary-navigation .menu ul li:first-child a{padding-top:1em}.secondary-navigation .menu ul li:last-child a{padding-bottom:1em}.secondary-navigation .menu ul ul{margin-top:-.6180469716em}.secondary-navigation .menu a{padding:1em .875em;color:#737781;font-weight:400}.secondary-navigation .menu a:hover{text-decoration:none}.error404 .fourohfour-columns-2 .col-1{width:47.8260869565%;float:left;margin-right:4.347826087%}.error404 .fourohfour-columns-2 .col-1 ul.products{margin-bottom:0}.error404 .fourohfour-columns-2 .col-2{width:47.8260869565%;float:right;margin-right:0}}@media(max-width: 66.4989378333em){.col-full{margin-left:2.617924em;margin-right:2.617924em;padding:0}}@media(max-width: 568px){.col-full{margin-left:1.41575em;margin-right:1.41575em;padding:0}}@font-face {
font-family: 'Verdana';
src: url(//selenta.su/wp-content/themes/storefront-child/fonts/Verdana/Verdana-BoldItalic.eot);
src: local('Verdana Bold Italic'), local('Verdana-BoldItalic'),
url(//selenta.su/wp-content/themes/storefront-child/fonts/Verdana/Verdana-BoldItalic.eot?#iefix) format('embedded-opentype'),
url(//selenta.su/wp-content/themes/storefront-child/fonts/Verdana/Verdana-BoldItalic.woff) format('woff'),
url(//selenta.su/wp-content/themes/storefront-child/fonts/Verdana/Verdana-BoldItalic.ttf) format('truetype');
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: 'Verdana';
src: url(//selenta.su/wp-content/themes/storefront-child/fonts/Verdana/Verdana.eot);
src: local('Verdana'),
url(//selenta.su/wp-content/themes/storefront-child/fonts/Verdana/Verdana.eot?#iefix) format('embedded-opentype'),
url(//selenta.su/wp-content/themes/storefront-child/fonts/Verdana/Verdana.woff) format('woff'),
url(//selenta.su/wp-content/themes/storefront-child/fonts/Verdana/Verdana.ttf) format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Verdana';
src: url(//selenta.su/wp-content/themes/storefront-child/fonts/Verdana/Verdana-Bold.eot);
src: local('Verdana Bold'), local('Verdana-Bold'),
url(//selenta.su/wp-content/themes/storefront-child/fonts/Verdana/Verdana-Bold.eot?#iefix) format('embedded-opentype'),
url(//selenta.su/wp-content/themes/storefront-child/fonts/Verdana/Verdana-Bold.woff) format('woff'),
url(//selenta.su/wp-content/themes/storefront-child/fonts/Verdana/Verdana-Bold.ttf) format('truetype');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Verdana';
src: url(//selenta.su/wp-content/themes/storefront-child/fonts/Verdana/Verdana-Italic.eot);
src: local('Verdana Italic'), local('Verdana-Italic'),
url(//selenta.su/wp-content/themes/storefront-child/fonts/Verdana/Verdana-Italic.eot?#iefix) format('embedded-opentype'),
url(//selenta.su/wp-content/themes/storefront-child/fonts/Verdana/Verdana-Italic.woff) format('woff'),
url(//selenta.su/wp-content/themes/storefront-child/fonts/Verdana/Verdana-Italic.ttf) format('truetype');
font-weight: normal;
font-style: italic;
}
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap&subset=cyrillic");
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h2,
h3,
h3,
h4,
h4,
h5,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline; } article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block; }
.ul {
list-style: none; }
.li { list-style: none; }
blockquote,
q {
quotes: none; }
blockquote:after,
blockquote:before,
q:after,
q:before {
content: '';
content: none; }
svg {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0; }
a {
text-decoration: none;
outline: none;
color: #000; }
body,
html {
min-height: 100%; }
html {
box-sizing: border-box;
scroll-behavior: smooth; }
*,
*::after,
*::before {
box-sizing: inherit;
outline: none; }   a {
color: inherit; }
a:visited {
color: inherit; }
a:hover, a:focus, a:active {
color: inherit; }
a:focus {
outline: none; }
a:hover, a:active {
outline: none; }
body {
font-family: Arial, sans-serif;
color: #000;
}
* {
font-family: inherit; }
.wrapper {
display: flex;
flex-direction: column;
min-height: 100%;
overflow-x: hidden; }
.content {
flex: 1 0 auto; }
.footer-wrap {
flex: 0 0 auto; }
.center {
text-align: center; }
.container { }
a,
input,
textarea {
outline: none; }
strong {
font-weight: 700; }
h1 {
font-size: 36px;
line-height: 53px;
margin-bottom: 35px; }
h2 {
font-size: 36px; }
.clear {
clear: both; }
div[class^="block"] h2, .related-block h2 {
display: block;
font-weight: 600;
font-size: 36px;
position: relative;
text-align: center;
text-transform: uppercase;
margin-bottom: 62px; }
div[class^="block"] h2:before, .related-block h2:before {
position: absolute;
content: "";
width: 75px;
height: 5px;
background: #76a242;
left: 50%;
transform: translate(-50%, 0);
bottom: -11px; }
div[class^="block"] h2 strong, .related-block h2 strong {
font-weight: inherit;
color: #77a443; }
h3 {
font-size: 20px;
line-height: 1; }
h4 {
font-size: 20px; }
a.showcoupon {
color: #fff !important;
}
.button1 {
display: inline-block;
font-size: 16px !important;
padding: 16px 27px !important;
border: none !important;
outline: none !important;
box-shadow: 0px 9px 8.9px 1.1px rgba(178, 177, 178, 0.75) !important;
background: #77a443 !important;
color: #fff !important;
text-transform: uppercase;
border-radius: 6px !important;
font-weight: 700 !important;
cursor: pointer !important;
transition: all 0.5s !important;
line-height: inherit !important;
font-family: 'Verdana' !important; }
.button1:hover {
background: #4c6a2a !important;
color: #fff !important; }
.button1_small {
font-size: 14px !important;
padding: 11px 21px !important;
box-shadow: 0px 2px 4px 1.1px rgba(178, 177, 178, 0.75) !important; }
.button1_big {
font-size: 18px !important;
padding: 17px 10px !important; }
form.common-form {
padding: 26px 90px;
box-sizing: border-box;
background: #fff;
border: 2px solid #79a744;
border-radius: 6px;
max-width: 507px; }
form.common-form .form-title {
font-size: 20px;
text-transform: uppercase;
margin-bottom: 25px;
text-align: center; }
form.common-form input {
width: 100%; }
form.common-form input[type="text"] {
display: block !important;
outline: none !important;
border: 1px solid #c6c6c5;
border-radius: 6px !important;
padding: 16px 20px 16px 53px !important;
font-size: 17px !important;
font-weight: 100 !important;
color: #5c5c5c !important;
margin-bottom: 16px !important;
background: #fff !important;
font-family: 'Verdana' !important; }
form.common-form .form-input {
position: relative;
display: inline-block;
color: #77a443;
font-size: 20px;
width: 100%; }
form.common-form .form-input span.formico {
position: absolute;
left: 20px;
top: 15px; }
form.common-form .form-input .formico-phone {
transform: rotate(110deg); }
.header-top {
padding: 10px 0px; }
.header-top .header-top__inner {
display: flex;
justify-content: space-between;
align-items: center; }
.header-top .header-top-col-2 span, .header-top .header-top-col-2 a {
display: block; }
.header-top .header-top-col-2 a {
color: #50811b;
font-size: 14px; }
.header-top .header-top-col-2 a:hover {
text-decoration: underline; }
.header-top .header-top-col-2 .header-phone {
font-size: 17px;
font-weight: 700;
color: #000;
text-decoration: none; }
.header-top .header-top-col-2 .header-phone:hover {
text-decoration: none; }
.main-menu, .footer-menu {
display: flex; }
.main-menu li, .footer-menu li {
display: block;
margin-right: 35px; }
.main-menu li:last-child, .footer-menu li:last-child {
margin-right: 0px; }
.main-menu li a, .footer-menu li a {
font-size: 15px;
font-weight: 700;
color: #000; }
.main-menu li a:hover, .footer-menu li a:hover {
text-decoration: underline; }
.header-basket {
display: flex; }
.header-basket a {
display: flex;
color: #000; }
.header-basket .header-basket__left {
width: 45px;
height: 47px;
background: url(https://selenta.su/wp-content/themes/storefront-child/img/baslet-ico.png) no-repeat top center;
margin-top: 6px;
position: relative; }
.header-basket .header-basket__left span {
display: block;
width: 20px;
height: 20px;
border-radius: 50%;
background: #ca140f;
font-size: 11px;
line-height: 20px;
text-align: center;
font-weight: 600;
position: absolute;
right: -7px;
top: -5px;
color: #fff; }
.header-basket .header-basket__right {
padding-left: 25px;
font-size: 13px;
font-weight: 700; }
.header-basket .header-basket__right span.top-basket-title {
display: block;
margin-bottom: 5px;
text-transform: uppercase;
font-size: 14px; }
.header-basket .header-basket__right span.top-basket-text {
display: block; }
.header-basket .header-basket__right .tov-count {
display: inline-block; }
.header-bottom {
background: #f6f6f6;
box-shadow: 0px 4px 2.76px 0.24px rgba(178, 177, 178, 0.16);
padding: 8px 0px;
width: 100%;
min-width: 1149px; }
.header-bottom .header-bottom__inner {
display: flex;
justify-content: space-between;
align-items: center; }
.header-bottom .header-bottom__inner .header-bottom__left {
font-size: 16px;
font-weight: 700; }
.header-bottom .header-bottom__inner .header-bottom__left a {
font-weight: 700;
font-size: 20px;
color: #000; }
.header-bottom .header-bottom__inner .header-bottom__right {
display: flex;
align-items: center; }
.header-bottom .header-bottom__inner .header-bottom__right span {
font-size: 16px;
font-weight: 700; }
.header-bottom .header-bottom__inner .header-bottom__right a {
display: inline-block;
margin-left: 20px;
color: #7aa946;
font-size: 28px; }
.header-bottom .header-bottom__inner .header-bottom__right a:hover {
color: #4c6a2a; }
.header-bottom_fixed {
position: fixed;
top: 0px;
left: 0px;
width: 100%;
z-index: 999; }
.block1 {
width: 100%;
background: url(https://selenta.su/wp-content/themes/storefront-child/img/block1_bg.jpg) no-repeat top center;
padding: 30px 0px;
position: relative;
padding: 49px 0px 72px 0px; }
.block1 .block1__inner {
text-align: center;
position: relative;
z-index: 6;
display: flex;
justify-content: flex-end; }
.block1 .block1-content .block1__img {
display: inline-block;
border-bottom: 2px solid #80b046;
padding-bottom: 15px;
margin-bottom: 28px; }
.block1 .block1-content .block1-title {
font-size: 35px;
line-height: 35px;
text-transform: uppercase;
margin-bottom: 15px;
font-weight: 600; }
.block1 .block1-content .block1-subtitle {
font-size: 24px;
margin-bottom: 71px;
font-weight: 600; }
.block1 .block1-content form {
position: relative;
width: 100%;
z-index: 6;
padding-top: 38px; }
.block1 .block1-content form .form-title {
z-index: 8;
position: absolute;
left: 40%;
transform: translate(-33%, 0);
padding: 0px 9px;
top: -19px; }
.block1 .block1-content form .form-title-whitebg {
position: absolute;
width: 70%;
background: #fff;
height: 5px;
left: 50%;
transform: translate(-50%, 0);
z-index: 7;
top: -2px; }
.block2 {
width: 100%;
font-size: 18px;
line-height: 24px;
padding: 0;
}
.block2 .block2__left{
display: flex;
align-items: center;
}
.block2 h2:before {
bottom: -20px !important; }
.block2 p:nth-of-type(1) {
margin-bottom: 25px; }
.block2 .block2__inner {
display: flex;
justify-content: space-between;
max-width: 90%;
}
.block2 .block2__inner .block2__right {
width: 80%;
}
.block2 .block2__inner .block2__left {
width: 350px;  
}
.block3 {
width: 100%;
background: #f6f6f6;
padding: 59px 0px 54px 0px;
min-width: 1149px; }
.block3 h2 {
margin-bottom: 112px !important; }
.block3 .block3-col {
width: 20%;
float: left; }
.block3 .step-item {
text-align: center; }
.block3 .step-item .step-item__title {
display: inline-block;
text-align: center;
background: #7ba945;
color: #fff;
font-size: 21px;
font-weight: 700;
padding: 0px;
width: 148px;
height: 27px;
line-height: 27px;
margin-bottom: 30px; }
.block3 .step-item .step-item__img {
width: 203px;
margin: 0 auto; }
.block3 .step-item .step-item__img img {
border-radius: 50%;
display: inline-block;
border: 7px solid #ebeef6; } .block4 {
width: 100%;
background: url(https://selenta.su/wp-content/themes/storefront-child/img/block4_bg.jpg) no-repeat top center;
padding: 59px 0px 70px 0px;
border-bottom: 4px solid #9bbd73;
position: relative; }
.block4 h2 {
position: relative;
z-index: 5; }
.block4 .block4__inner {
position: relative;
z-index: 5;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 0px 30px; }
.block4 .effect-item {
display: flex;
align-items: center;
margin-bottom: 0;
width: 50%;
flex-flow: row-reverse;
justify-content: flex-end; }
.block4 .effect-item .effect-item__text {
font-size: 22px;
color: #000;
line-height: 30px;
font-weight: 600; }
.block4 .effect-item:nth-child(2n) {
flex-flow: row; }
.block4 .effect-item .effect-item__img {
position: relative; }
.block4 .effect-item .effect-item__text {
margin-right: 13px;
text-align: left; }
.block4 .effect-item:nth-child(2n) .effect-item__img {
margin-right: 22px; }
.block4 .effect-item:nth-of-type(1) {
padding-left: 40px;
margin-top: 48px; }
.block4 .effect-item:nth-of-type(1) .effect-item__img:before {
position: absolute;
content: "";
width: 60px;
height: 114px;
background: url(https://selenta.su/wp-content/themes/storefront-child/img/efp1.png) no-repeat top center;
right: -56px;
top: 55px; }
.block4 .effect-item:nth-of-type(2) {
padding-right: 12px;
margin-top: 65px; }
.block4 .effect-item:nth-of-type(2) .effect-item__img:before {
position: absolute;
content: "";
width: 84px;
height: 114px;
background: url(https://selenta.su/wp-content/themes/storefront-child/img/efp5.png) no-repeat top center;
left: -80px;
top: 57px; }
.block4 .effect-item:nth-of-type(3) {
padding-left: 79px;
margin-top: -30px; }
.block4 .effect-item:nth-of-type(3) .effect-item__img:before {
position: absolute;
content: "";
width: 110px;
height: 24px;
background: url(https://selenta.su/wp-content/themes/storefront-child/img/efp2.png) no-repeat top center;
right: -107px;
top: 50px; }
.block4 .effect-item:nth-of-type(4) {
margin-top: 95px; }
.block4 .effect-item:nth-of-type(4) .effect-item__img:before {
position: absolute;
content: "";
width: 108px;
height: 24px;
background: url(https://selenta.su/wp-content/themes/storefront-child/img/efp6.png) no-repeat top left;
left: -105px;
top: 50px; }
.block4 .effect-item:nth-of-type(5) {
padding-left: 32px;
margin-top: -120px; }
.block4 .effect-item:nth-of-type(5) .effect-item__img:before {
position: absolute;
content: "";
width: 74px;
height: 24px;
background: url(https://selenta.su/wp-content/themes/storefront-child/img/efp3.png) no-repeat top center;
right: -69px;
top: 50px; }
.block4 .effect-item:nth-of-type(6) {
padding-right: 40px;
margin-top: 95px; }
.block4 .effect-item:nth-of-type(6) .effect-item__img:before {
position: absolute;
content: "";
width: 85px;
height: 24px;
background: url(https://selenta.su/wp-content/themes/storefront-child/img/efp7.png) no-repeat top center;
left: -82px;
top: 45px; }
.block4 .effect-item:nth-of-type(7) {
padding-left: 50px;
margin-top: -55px; }
.block4 .effect-item:nth-of-type(7) .effect-item__img:before {
position: absolute;
content: "";
width: 110px;
height: 24px;
background: url(https://selenta.su/wp-content/themes/storefront-child/img/efp4.png) no-repeat top center;
right: -108px;
top: 50px; } .block5 {
width: 100%;
padding: 52px 0px 40px 0px;
background: url(https://selenta.su/wp-content/themes/storefront-child/img/block6_bg.jpg) no-repeat top center;
position: relative;
}
.block5 h2 {
position: relative;
z-index: 5; }
.block5 .block5__inner {
position: relative;
z-index: 5;
display: flex;
justify-content: space-between; }
.block5 .component-item {
max-width: 534px;
margin-bottom: 18px;
display: flex; }
.block5 .component-item img {
width: 100%;
height: auto; }
.block5 .component-item .component-item__right {
width: 90%; }
.block5 .component-item .component-item__title {
font-size: 22px;
font-weight: 600;
margin-bottom: 4px; }
.block5 .component-item .component-item__text {
font-size: 16px; }
.block5 .component-item .component-item__left {
width: 10%; }
.block5 .component-item__img {
margin-right: 25px; }
.block5 .component-item .component-item__right {
margin-right: 15px; }
.block5 .component-item-wrap{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.block5 .component-item-wrap .component-item{
width: 50%; }
.block5 .component-item:nth-child(2n){
text-align: right;
flex-flow: row-reverse; }
.block5 .component-item:nth-child(2n) .component-item__right {
margin-right: 0;
margin-left: 15px; }
.block5 .component-item:nth-child(2n) .component-item__img {
margin-left: 25px;
margin-right: 0; }
.block6, .block-catalog {
width: 100%;
padding: 0px 0px 40px 0px;
}
.block6 .catalog-item, .block-catalog .catalog-item {
margin-bottom: 65px; }
.block6 .catalog-col, .block-catalog .catalog-col {
width: 25%;
float: left;
padding: 0 15px; }
.block6 .container, .block-catalog .container {
position: relative; }
.block6 .container .cat-bg, .block-catalog .container .cat-bg {
position: absolute;
bottom: 50px;
right: 0px; }
.block-catalog {
padding: 0px; }
.block7 {
width: 100%;
padding: 32px 0px 40px 0px;
background: url(https://selenta.su/wp-content/themes/storefront-child/img/block7_bg.jpg) no-repeat top center;
}
.block7 .spec-opinion-wrap {
display: flex;
justify-content: flex-end;
margin-bottom: 10px; }
.block7 .spec-opinion-wrap .spec-opinion {
width: 730px;
padding: 40px 40px 20px 60px; }
.block7 .spec-opinion-wrap .spec-opinion > p {
font-size: 16px;
line-height: 24px; }
.block7 .spec-opinion-wrap .spec-opinion > p:nth-of-type(1) {
margin-bottom: 23px; }
.block7 .spec-opinion-wrap .spec-opinion .spec-opinion-bottom {
display: flex;
justify-content: space-between;
align-items: center; }
.block7 .spec-opinion-wrap .spec-opinion .spec-opinion-bottom strong {
display: block;
font-size: 24px;
margin-bottom: 12px; }
.block7 .spec-opinion-wrap .spec-opinion .spec-opinion-bottom p {
font-style: italic; font-family: 'Verdana', sans-serif;
font-size: 15px; }
.block7 .block7-results {
width: 100%;
display: flex;
justify-content: space-between; }
.block7 .block7-results .block7-results__left, .block7 .block7-results .block7-results__right {
display: flex;
width: 50%; }
.block7 .block7-results .block7-results__right {
justify-content: flex-end; }
.block7 .block7-results .result-img {
border: 5px solid #ebeef6;
border-radius: 6px;
position: relative;
width: 271px;
position: relative; }
.block7 .block7-results .result-img img {
width: 100%;
height: 100%;
object-fit: cover; }
.block7 .block7-results .result-img span {
position: absolute;
padding: 12px 20px;
color: #fff;
background: #cc150f;
font-size: 20px;
top: 54px; }
.block7 .block7-results .result-img .result-before {
left: 0px;
border-top-right-radius: 6px;
border-bottom-right-radius: 6px; }
.block7 .block7-results .result-img .result-after {
background: #79a744;
right: 0px;
border-top-left-radius: 6px;
border-bottom-left-radius: 6px; }
.block8 {
width: 100%;
padding: 57px 0px 57px 0px;
background: #f6f6f6;
}
.block8 .order-col {
width: 25%;
float: left; }
.block9 {
width: 100%;
padding: 40px 0px 20px 0px;
background: url(https://selenta.su/wp-content/themes/storefront-child/img/block9_bg_new.jpg) no-repeat top center;
background-size: cover;
border-bottom: 4px solid #77a443;
position: relative;
z-index: 7;
}
.block9 form {
z-index: 6;
position: relative;
margin-top: 245px; }
.block9 .block9__form {
display: flex;
justify-content: flex-end;
width: 100%; }
.block9 h2 {
max-width: 60%; }
.order-item {
text-align: center;
max-width: 292px; }
.order-item .order-item__ico {
width: 100%;
height: 120px;
margin-bottom: 20px; }
.order-item .order-item__nubmer {
position: relative;
margin-bottom: 58px; }
.order-item .order-item__nubmer:before {
position: absolute;
content: "";
background: #e4e1e1;
width: 170px;
height: 2px;
left: 50%;
transform: translate(-50%, 0); }
.order-item .order-item__nubmer span {
display: block;
position: absolute;
left: 50%;
transform: translate(-50%, 0);
font-size: 22px;
font-weight: 600;
background: #77a443;
padding: 5px 10px;
color: #fff;
margin-top: -20px; }
.order-item .order-item__title {
font-weight: 600;
font-size: 22px;
text-transform: uppercase;
margin-bottom: 7px; }
.order-item .order-item__desc {
max-width: 205px;
margin: 0 auto;
font-size: 16px; }
.order-item .button1 {
margin-top: 22px;
width: 203px; }
.card-page {
padding-bottom: 36px; }
.card-page__inner {
display: flex;
justify-content: space-between; }
.card-page__inner .card-left {
width: 100%;
max-width: 462px;
padding-right: 15px; }
.card-page__inner .card-left .topslider {
margin-bottom: 36px;
width: 100%;
height: auto; }
.card-page__inner .card-left .topslider .slick-list,
.card-page__inner .card-left .topslider .slick-track {
height: 100%; }
.card-page__inner .card-left .topslider .slick-list img,
.card-page__inner .card-left .topslider .slick-track img {
position: relative;
width: 100%;
object-fit: contain; }
.card-page__inner .card-left .topslider .slick-slide {
position: relative; }
.card-page__inner .card-left .topslider .slick-slide .grouped_element {
width: 100%;
height: 465px; }
.card-page__inner .card-left .topslider .slick-slide .grouped_element img {
width: 100%;
object-fit: contain; }
.card-page__inner .card-left .topslider .slick-slide:hover .loupe {
display: block; }
.card-page__inner .card-left .topslider .slick-slide .loupe {
display: none;
position: absolute;
right: 12px;
bottom: 12px;
width: 44px;
height: 44px;
background: url(https://selenta.su/wp-content/themes/storefront-child/img/loupe.png) no-repeat top center; }
.card-page__inner .card-left .thumb-slider {
text-align: center;
max-width: 364px;
margin: 0 auto 40px;
position: relative; }
.card-page__inner .card-left .thumb-slider .slick-slide {
margin-left: 3px;
margin-right: 3px;
height: 110px;
height: 110px;
border-radius: 3px;
border: 1px solid #F8F9FA; }
.card-page__inner .card-left .thumb-slider .slick-slide img {
width: 100%;
object-fit: contain;
overflow: hidden; }
.card-page__inner .card-left .thumb-slider .arrow-next, .card-page__inner .card-left .thumb-slider .arrow-prev {
display: block;
width: 10px;
height: 30px;
background: red;
cursor: pointer;
outline: none;
position: absolute;
top: 50%;
margin-top: -15px; }
.card-page__inner .card-left .thumb-slider .arrow-next {
background: url(https://selenta.su/wp-content/themes/storefront-child/img/arr_right_small.png) no-repeat top center;
right: -50px; }
.card-page__inner .card-left .thumb-slider .arrow-prev {
background: url(https://selenta.su/wp-content/themes/storefront-child/img/arr_left_small.png) no-repeat top center;
left: -50px; }
.card-page__inner .card-middle {
width: 100%;
font-size: 14px;
max-width: 430px;
padding-right: 40px; }
.card-page__inner .card-right {
width: 100%;
position: relative;
max-width: 214px; }
.card-page__inner .card-right:before {
position: absolute;
content: "";
width: 1px;
height: 550px;
background: #e2e2e2;
top: 0px;
left: -30px; }
.card-page__inner .card-right .card-right__title {
font-size: 16px;
font-weight: 700;
margin-bottom: 10px; }
.card-page__inner .card-right .card-right__desc {
font-size: 14px;
margin-bottom: 22px; }
.card-rate .card-rate__reviews {
color: #707070;
font-size: 14px;
font-weight: 100; }
.card-price .card-price__top {
display: flex;
align-items: center;
margin-bottom: 8px; }
.card-price .card-price__top .card-price__old {
display: inline-block;
margin-right: 46px;
color: #c9c9c9;
font-size: 24px;
font-weight: 600;
position: relative;
text-decoration: line-through; }
.card-price .card-price__top .card-price__value span {
color: #fe7111;
font-size: 14px;
font-weight: 100;
padding: 5px 17px;
border: 1px solid #fe7111;
border-radius: 4px; }
.card-price .card-price__bottom {
font-size: 36px;
font-weight: 700;
margin-bottom: 15px; }
.card-to-basket {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px; }
.card-to-basket .tov-count {
margin-right: 20px; }
.card-to-basket .tov-count input[type="text"] {
background: #fff !important;
border: none !important; }
.card-to-basket form {
display: flex;
justify-content: space-between;
align-items: center; }
.card-to-basket .quantity{
margin-right: 25px;
}
.card-having {
display: flex;
align-items: center;
color: #707070;
margin-bottom: 47px; }
.card-having .card-checkbox {
color: #fff;
width: 20px;
height: 20px;
background: #77a443;
border-radius: 50%;
text-align: center;
line-height: 20px;
margin-right: 14px; }
.cart-values .cart-valueItem {
display: flex;
justify-content: space-between;
margin-bottom: 10px; }
.cart-values .cart-valueItem .cart-valueItem__left {
width: 50%; }
.cart-values .cart-valueItem .cart-valueItem__right {
width: 50%; }
.cart-rightItem {
display: flex;
justify-content: space-between;
margin-bottom: 10px; }
.cart-rightItem .cart-rightItem__left {
width: 50%;
color: #65ba5a; }
.cart-rightItem .cart-rightItem__right {
width: 50%; }
.card-delivery-item {
margin-bottom: 10px; }
.card-delivery-item .card-delivery-item__left {
color: #65ba5a;
margin-bottom: 4px; }
.card-delivery-item .card-delivery-item__right {
text-transform: none; }
.rating > input {
display: none; }
.rating > label:before {
font-size: 1em;
font-family: FontAwesome;
display: inline-block;
content: "\f005"; }
.rating > .half:before {
content: "\f089";
position: absolute; }
.rating > label {
color: #ddd;
float: right; }
.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
color: #FFD700; }
.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
color: #FFED85; }
.review-rate-box {
width: 71px;
position: relative;
font-size: 12px;
margin-left: -8px;
margin-bottom: 20px; }
.review-rate-box:before, .review-rate-box:after {
position: absolute;
content: "";
display: block;
clear: both; }
.review-rate-box .rating > label:before {
margin-left: 2px; }
.review-rate-box .rating label:nth-of-type(10), .review-rate-box .rating label:nth-of-type(9), .review-rate-box .rating label:nth-of-type(8), .review-rate-box .rating label:nth-of-type(7), .review-rate-box .rating label:nth-of-type(6), .review-rate-box .rating label:nth-of-type(5) {
color: #f5aa33; }
.card-rate {
display: flex;
align-items: center;
margin-bottom: 20px; }
.card-rate .card-rate-stars {
width: 112px;
position: relative;
font-size: 18px; }
.card-rate .card-rate-stars:before, .card-rate .card-rate-stars:after {
position: absolute;
content: "";
display: block;
clear: both; }
.card-rate .card-rate-stars .rating > label:before {
margin-left: 4px; }
.card-rate .star-rating span::before {
color: #f5aa33; }
.tab {
width: 100%;
display: flex; }
.tab button {
display: inline-block;
border: none;
outline: none;
background: #f6f6f6;
transition: 0.1s;
padding: 8px 8px;
font-size: 18px;
cursor: pointer;
margin-right: 6px;
border-top: 1px solid #f6f6f6;
border-left: 1px solid #f6f6f6;
border-right: 1px solid #f6f6f6; }
.tab .tab-active {
background: none;
color: #007437;
border-top: 1px solid #e2e2e2;
border-left: 1px solid #e2e2e2;
border-right: 1px solid #e2e2e2;
position: relative; }
.tab .tab-active:before {
position: absolute;
content: "";
background: #007437;
width: 100%;
height: 4px;
top: 1px;
left: 0px; }
.tab .tab-active:after {
position: absolute;
content: "";
background: #fff;
width: 100%;
height: 15px;
bottom: -5px;
left: 0px;
z-index: 6; }
.tab-container {
position: relative; }
.tabcontent {
display: none;
padding: 40px 35px;
border: 1px solid #e2e2e2;
z-index: 5;
margin-bottom: 70px; }
.tabcontent:first-child {
display: block; }
.review-top {
margin-bottom: 20px;
display: flex;
justify-content: space-between;
align-items: center; }
.review-top .review-top__left {
display: flex;
align-items: center;
align-content: center; }
.review-top .review-top__left h3 {
margin-right: 22px;
margin-bottom: 0; }
.review-top .review-top__left .review-top__counts {
color: #acacac;
font-size: 24px; }
.review-item .review-item-top {
display: flex;
margin-bottom: 14px; }
.review-item .review-item-top .review-item-top__left {
margin-right: 13px; }
.review-item .review-item-top .review-item-top__left .review-item__ava img {
border-radius: 50%; }
.review-item .review-item-top .review-item-top__right .review-item__name {
font-size: 18px;
margin-bottom: 4px; }
.review-item .review-item-top .review-item-top__right .review-item_rightBottom {
font-size: 15px;
color: #979797; }
.review-item .review-item-top .review-item-top__right .review-item_rightBottom .review-item__date, .review-item .review-item-top .review-item-top__right .review-item_rightBottom .review-item__city {
display: inline-block; }
.review-item .review-item-text {
clear: both;
font-size: 15px;
line-height: 22px;
border-bottom: 1px solid #e7e7e7;
padding-bottom: 20px;
margin-bottom: 20px; }
.navigation {
text-align: center;
margin-bottom: 30px;
margin-top: 30px;
text-align: right; }
.nav-links .page-numbers {
display: inline-block;
height: 30px;
padding: 0px 13px;
border: 1px solid #cdcdcd;
border-radius: 3px;
text-align: center;
line-height: 30px;
font-weight: 100;
font-size: 14px;
color: #464646;
margin-right: 4px; background: white; background: -moz-linear-gradient(top, white 0%, #f1f1f1 100%); background: -webkit-linear-gradient(top, white 0%, #f1f1f1 100%); background: linear-gradient(to bottom, white 0%, #f1f1f1 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 ); }
.nav-links .current {
background: #edf4e6;
border: 1px solid #909090; }
.nav-links span.page-points {
margin-right: 10px;
margin-left: 6px; }
.woocommerce-pagination {
margin-bottom: 30px; }
#review_form, .send-review {
font-size: 15px; }
#review_form h3, .send-review h3 {
text-align: center;
margin-bottom: 23px; }
#review_form form, .send-review form {
border: 1px solid #e6e6e6;
border-radius: 0px;
background: #f2f2f2;
width: 100%;
max-width: 862px;
margin: 0 auto;
padding: 46px 53px; }
#review_form .review-formTop, .send-review .review-formTop {
margin-bottom: 5px;
display: flex;
justify-content: space-between; }
#review_form .review-formTop .review-formTop__left, .send-review .review-formTop .review-formTop__left {
width: 40%;
order: 1; }
#review_form .review-formTop .review-formTop__right, .send-review .review-formTop .review-formTop__right {
width: 60%;
padding-left: 56px;
order: 2; }
#review_form input[type="text"], .send-review input[type="text"], #review_form input[type="email"] {
height: 42px;
line-height: 42px;
border: 1px solid #e6e6e6;
border-radius: 3px;
padding: 0px 19px;
font-size: 16px;
font-weight: 100;
width: 100%;
background: #fff;
margin-bottom: 11px; }
#review_form textarea, .send-review textarea {
height: 96px;
border: 1px solid #e6e6e6;
border-radius: 3px;
padding: 14px 19px;
font-size: 16px;
font-weight: 100;
resize: none;
width: 100%;
background: #fff; }
#review_form textarea:focus, .send-review textarea:focus {
outline: none; }
#review_form .send-review__rate, .send-review .send-review__rate {
position: relative; }
#review_form .send-review__rate:before, #review_form .send-review__rate:after, .send-review .send-review__rate:before, .send-review .send-review__rate:after {
display: block;
position: absolute;
content: "";
clear: both; }
#review_form .review-form-rate, .send-review .review-form-rate {
margin-bottom: 22px;
display: flex;
align-items: center; }
#review_form .review-form-rate span, .send-review .review-form-rate span {
margin-right: 23px; }
#review_form .review-form-rate .starrev, .send-review .review-form-rate .starrev {
display: inline-block;
width: 40px;
height: 37px;
background: url(https://selenta.su/wp-content/themes/storefront-child/img/star_no_light.png) no-repeat top center;
margin-right: 3px; }
#review_form .review-form-rate .starrev:hover, .send-review .review-form-rate .starrev:hover {
background: url(https://selenta.su/wp-content/themes/storefront-child/img/star_light.png) no-repeat top center; }
.comment-notes{
margin-bottom: 11px;
display: none;
}
p.stars a {
width: 2em;
height: 2em; }
p.stars a::before {
font-size: 30px; }
.selected a:before {
color: #f5aa33 !important; }
p.stars a:hover ~ a::before {
color: #f5aa33 !important; }
p.stars:hover a::before {
color: #f5aa33 !important; }
#respond {
background: #fff; }
.tov-count {
display: flex;
justify-content: center;
align-items: center;
height: 42px; }
.tov-count span {
display: block;
text-align: center;
width: 37px;
height: 100%;
border: 1px solid #edf4e6;
cursor: pointer;
background: #edf4e6;
color: #858b7e;
font-size: 30px; }
.tov-count input {
width: 51px;
height: 100%;
border: none;
border-top: 1px solid #edf4e6;
border-bottom: 1px solid #edf4e6;
text-align: center;
outline: none;
color: #383838;
font-size: 19px; }
.catalog-item {
width: 100%;
max-width: 253px;
margin: 0 auto; }
.catalog-item .catalog-item__img {
margin-bottom: 24px;
position: relative; }
.catalog-item .catalog-item__img span.bestseller-label {
display: block;
position: absolute;
top: 14px;
left: 0px;
background: #66bb2a;
color: #fff;
padding: 6px 9px;
font-weight: 600;
font-size: 13px; }
.catalog-item .catalog-item__img span.effect-label {
display: block;
position: absolute;
top: 14px;
left: 0px;
background: #cc150f;
color: #fff;
padding: 6px 9px;
font-weight: 600;
font-size: 13px; }
.catalog-item .catalog-item__title {
display: inline-block;
font-size: 16px;
line-height: 22px;
font-weight: 600;
margin-bottom: 15px;
color: #000; }
.catalog-item .catalog-item__desc {
font-size: 14px;
margin-bottom: 21px; }
.catalog-item .catalog-item__bottom {
display: flex;
justify-content: space-between;
align-items: center;
height: 54px; }
.catalog-item .catalog-item__price span {
display: block; }
.catalog-item .catalog-item__price .catalog-old-price {
margin-bottom: 4px; }
.catalog-item .catalog-item__price .catalog-old-price span {
display: inline-block;
font-size: 18px;
color: #9b9a9a;
position: relative;
font-weight: 600; }
.catalog-item .catalog-item__price .catalog-old-price span:before {
position: absolute;
content: "";
width: 100%;
height: 1px;
background: #db5b57;
left: 0px;
top: 50%;
transform: translate(0, -50%); }
.catalog-item .catalog-item__price .catalog-actual-price {
font-weight: 700;
font-size: 24px; }
.catalog-item:hover .catalog-item__title {
color: #999; }
.related-slider {
position: relative; }
.related-slider .arrow-next, .related-slider .arrow-prev {
display: block;
width: 17px;
height: 49px;
background: red;
cursor: pointer;
outline: none;
position: absolute;
top: 125px; }
.related-slider .arrow-next {
background: url(https://selenta.su/wp-content/themes/storefront-child/img/arr_right.png) no-repeat top center;
right: -20px; }
.related-slider .arrow-prev {
background: url(https://selenta.su/wp-content/themes/storefront-child/img/arr_left.png) no-repeat top center;
left: -20px; }
.footer {
background: #edf3e5; }
.footer-margin-top {
margin-top: 67px; }
.footer-top {
padding: 34px 0px 24px 0px;
}
.footer-top .footer-top__inner {
display: flex;
justify-content: space-between; }
.footer-top .footer-top__inner .footer-top__left {
width: 68%; }
.footer-top .footer-top__inner .footer-top__left .footer-top__leftTop {
display: flex;
align-items: center;
margin-bottom: 35px; }
.footer-top .footer-top__inner .footer-top__left .footer-top__leftTop .logo {
display: inline-block; }
.footer-top .footer-top__inner .footer-top__left .footer-top__leftTop .footer-menu {
margin-left: 103px;
margin-top: -4px; }
.footer-top .footer-top__inner .footer-top__left .footer-top__leftMiddle {
margin-bottom: 30px;
font-size: 14px;
display: flex;
justify-content: space-between; }
.footer-top .footer-top__inner .footer-top__left .footer-top__leftMiddle .fmidleft {
font-size: 12px; }
.footer-top .footer-top__inner .footer-top__left .footer-top__leftMiddle .fmidright {
text-transform: uppercase;
display: flex;
justify-content: space-between;
align-items: center; }
.footer-top .footer-top__inner .footer-top__left .footer-top__leftMiddle .fmidright a {
display: inline-block;
margin-left: 15px;
color: #7aa946;
font-size: 28px; }
.footer-top .footer-top__inner .footer-top__left .footer-top__leftMiddle .fmidright a:hover {
color: #4c6a2a; }
.footer-top .footer-top__inner .footer-top__left .footer-top__leftBottom {
display: flex;
justify-content: space-between;
align-items: center;
max-width: 713px; }
.footer-top .footer-top__inner .footer-top__left .footer-top__leftBottom .footer-phoneBox {
display: flex;
align-items: center; }
.footer-top .footer-top__inner .footer-top__left .footer-top__leftBottom .footer-phoneBox .footer-phoneBox__left {
margin-right: 14px;
color: #8bc541; }
.footer-top .footer-top__inner .footer-top__left .footer-top__leftBottom .footer-phoneBox .footer-phoneBox__left i {
transform: rotate(110deg); top: -20px; position: relative; }
.footer-top .footer-top__inner .footer-top__left .footer-top__leftBottom .footer-phoneBox .footer-phoneBox__right {
text-align: left; }
.footer-top .footer-top__inner .footer-top__left .footer-top__leftBottom .footer-phoneBox .footer-phoneBox__right a {
display: block;
font-size: 20px;
color: #000; }
.footer-top .footer-top__inner .footer-top__left .footer-top__leftBottom .footer-phoneBox .footer-phoneBox__right p {
font-size: 14px;
font-weight: 100;
margin-top: 7px; }
.footer-top .footer-top__inner .footer-top__left .footer-top__leftBottom .footer-socBox span {
display: block;
font-size: 14px;
text-transform: uppercase;
margin-bottom: 7px; }
.footer-top .footer-top__inner .footer-top__left .footer-top__leftBottom .footer-socBox a {
display: inline-block;
width: 31px;
height: 31px;
line-height: 31px;
border-radius: 50%;
border: 1px solid #7ba946;
text-align: center;
margin-right: 13px;
color: #7ba946;
font-size: 20px; }
.footer-top .footer-top__inner .footer-top__left .footer-top__leftBottom .footer-socBox a:last-child {
margin-right: 0px; }
.footer-top .footer-top__inner .footer-top__left .footer-top__leftBottom .footer-socBox a:hover {
color: #4c6a2a; }
.footer-top .footer-top__inner .footer-top__right {
width: 24.2%;
padding-top: 20px; }
.footer-top .footer-top__inner .footer-top__right span {
font-size: 14px;
text-transform: uppercase;
display: block;
margin-bottom: 13px; }
.footer-top .footer-top__inner .footer-top__right .footer-top__logos {
margin-bottom: 30px;
display: flex;
align-items: center; }
.footer-top .footer-top__inner .footer-top__right .footer-top__logos img {
display: inline-block;
align-self: center;
margin-right: 20px; }
.footer-top .footer-top__inner .footer-top__right .footer-delivery-logos {
display: flex;
justify-content: space-between; }
.footer-top .footer-top__inner .footer-top__right .footer-delivery-logos:nth-of-type(1) {
margin-bottom: 15px; }
.footer-top .footer-top__inner .footer-top__right .footer-delivery-logos img {
display: inline-block;
align-self: normal; }
.footer-bottom {
border-top: 1px solid #8bc541;
padding: 24px 0px;
font-size: 14px;
margin-top: 25px;
}
.footer-bottom .footer-bottom__inner {
display: flex;
justify-content: space-between;
align-items: center; }
.footer-bottom .footer-bottom__inner .footer-bottom__left, .footer-bottom .footer-bottom__inner .footer-bottom__right {
width: 50%; }
.footer-bottom .footer-bottom__inner .footer-bottom__left {
margin-bottom: 25px; }
.footer-bottom .footer-bottom__inner .footer-bottom__right {
padding-left: 125px; }
.footer-bottom a {
color: #000;
text-decoration: underline; }
.footer-bottom a:hover {
text-decoration: none; }
.breadcrumbs-block {
margin-top: 26px;
margin-bottom: 26px;
font-size: 14px;
color: #8f8f8f; }
.breadcrumbs-block a {
color: #8f8f8f;
text-decoration: underline; }
.breadcrumbs-block .kb_sep {
margin-left: 8px;
margin-right: 8px; }
.inner-page h2, .inner-page h3, .inner-page h4 {
margin-bottom: 25px; }
.inner-page p {
margin-bottom: 20px; }
.inner-page q, .inner-page quote, .inner-page i {
font-style: italic; }
.mask {
position: fixed;
background: #000;
top: 0;
left: 0;
opacity: 0.5;
width: 100%;
height: 100%;
z-index: 999; }
.modal-close {
cursor: pointer;
position: absolute;
display: block;
top: 10px;
right: 20px;
width: 17px;
height: 17px;
font-size: 25px; }
@media (min-width: 990px) {
.modal-close {
right: -25px;
top: -25px;
color: #fff;
font-size: 30px; } }
.modal-window {
z-index: 1001;
position: fixed;
top: 0;
left: 0px;
background: #fff;
display: none;
border: 2px solid #79a744;
border-radius: 6px;
padding: 36px 60px 30px 60px;
width: 100%;
max-width: 506px;
text-align: center; }
@media (max-width: 550px) {
.modal-window {
padding: 26px 26px; } }
.call-form {
padding: 0px !important;
border: none;
box-sizing: border-box;
background: #fff; }
.call-form .form-input {
width: 100%;
max-width: 320px;
margin: 0 auto; }
.call-form input {
width: 100%; }
.call-form .form-title {
font-size: 24px;
text-transform: uppercase;
margin-bottom: 25px;
text-align: center; }
.call-form input {
width: 100%; }
.call-form input[type="text"] {
display: block !important;
outline: none !important;
border: 1px solid #c6c6c5;
border-radius: 6px !important;
padding: 16px 20px 16px 53px !important;
font-size: 17px !important;
font-weight: 100 !important;
color: #5c5c5c !important;
margin-bottom: 16px !important;
background: #fff !important;
font-family: 'Verdana' !important; }
.call-form .form-input {
position: relative;
display: inline-block;
color: #77a443;
font-size: 20px;
width: 100%; }
.call-form .form-input span.formico {
position: absolute;
left: 20px;
top: 15px; }
.call-form .form-input .formico-phone {
transform: rotate(110deg); }
.modal-thanks {
z-index: 1001;
position: fixed;
top: 0;
left: 0px;
background: #77a443;
display: none;
border-radius: 6px;
padding: 47px 25px 40px 20px;
width: 100%;
text-align: center;
color: #fff;
box-shadow: 4px 7px 20px 0px rgba(102, 102, 102, 0.7); }
@media (min-width: 990px) {
.modal-thanks {
max-width: 670px; } }
.modal-title {
display: block;
font-size: 24px;
margin-bottom: 28px; }
.error-input {
border: 1px solid #d70000 !important; }
.no-scroll {
overflow: hidden; }
.modal-window-body {
padding: 17px 25px;
width: 100%;
height: 90%; }
.mobile-window {
z-index: 1000;
position: fixed;
top: 0px;
left: 0px;
background: #fff;
display: none;
width: 100%;
height: 100vh; }
.mobile-window .col-md-12 {
position: relative; }
.mobile-window .close-window {
cursor: pointer;
display: block;
top: 45px;
position: fixed;
right: 30px;
width: 25px;
height: 25px; }
.mobile-window .close-window span {
position: relative; }
.mobile-window .close-window span:before, .mobile-window .close-window span:after {
position: absolute;
left: 15px;
content: ' ';
height: 25px;
width: 2px;
background-color: #000; }
.mobile-window .close-window span:before {
transform: rotate(45deg); }
.mobile-window .close-window span:after {
transform: rotate(-45deg); }
.mobile-window__header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 32px 0px; }
.lockers-slider .proj-buttons {
top: 100px; }
#customer_details .optional, .woocommerce-shipping-fields {
display: none; }
.cart-subtotal th {
width: 50%; }
.star-rating span:before {
color: #f5aa33; }
.review-item-rate .review-rate-box {
margin-left: 0px; }
.comment-form .center {
margin-top: 35px; }  .text-wrap{
line-height: 1.5em;
}
.text-wrap iframe {
width: 100%;
margin-bottom: 40px;
height: 360px; }
.text-wrap h1, .text-wrap h2, .text-wrap h3, .text-wrap h4, .text-wrap h5, .text-wrap h6{
margin-top: 0px;
margin-bottom: 0.8em;
}
.text-wrap h2{
font-size: 36px;
}
.text-wrap h3{
font-size: 32px;
padding: 0;
border: none;
}
.text-wrap h4{
font-size: 28px;
}
.text-wrap h5{
font-size: 24px;
}
.text-wrap h6{
font-size: 20px;
}
.text-wrap em{
font-style: italic;
}
.text-wrap a{
color: #7aa946;
}
.text-wrap a:hover{
text-decoration: underline;
color: #4c6a2a;
}
.text-wrap blockquote {
margin: 35px 0 35px 30px;
padding: 0 0 0 30px;
font-style: italic;
color: #303b4e;
border-left: 3px solid #7aa946;
position: relative;
letter-spacing: 1px;
}
.text-wrap hr {
margin: 35px 0; }
.text-wrap p + h2, .text-wrap p + h3, .text-wrap ul + h3, .text-wrap ol + h3, .text-wrap p + h4, .text-wrap p + h3, .text-wrap p + h5, .text-wrap p + h6, .text-wrap .gallery + h2, .text-wrap .gallery + h3, .text-wrap .gallery + h4 {
margin-top: 1em; }
.text-wrap p {
margin: 0 0 1em;
}
.text-wrap ol, .text-wrap ul {
margin-bottom: 1em;
margin-left: 30px; }
.text-wrap ul li {
list-style: none;
margin-bottom: 0.4em;
padding-left: 30px;
position: relative; }
.text-wrap ul li:before {
content: "";
position: absolute;
top: 10px;
left: 3px;
width: 6px;
height: 6px;
background: #7aa946;
border-radius: 50%; }
.text-wrap ol {
counter-reset: myCounter; }
.text-wrap ol li {
list-style: none;
margin-bottom: 0.4em;
padding-left: 30px;
position: relative; }
.text-wrap ol li:before {
counter-increment: myCounter;
content: counter(myCounter) ".";
color: #7aa946;
font-weight: 400;
float: left;
margin: 0px 0px 0 0;
position: absolute;
left: 0;
top: 0; }
.text-wrap img {
margin-top: 0.3em;
margin-bottom: 1.8em; }
.text-wrap .alignright {
float: right;
margin: 5px 0 30px 20px; }
.text-wrap .alignleft {
float: left;
margin: 5px 30px 20px 0; }
.text-wrap .alignnone {
margin: 5px 0px 20px 0; }
.text-wrap .aligncenter {
display: block;
margin: 20px auto;
text-align: center; } .text-wrap table {
border-collapse: collapse;
width: 100%;
margin: 10px 0 30px; }
.text-wrap table th {
padding: 20px 15px;
text-align: left;
color: #000;
background: none;
font-size: 14px;
line-height: 1.3em;
border-bottom: 2px solid #7aa946; }
.text-wrap table td {
padding: 20px 15px;
border-bottom: 1px solid #ccc; }
.card-page__inner .card-middle, .card-page__inner .card-right .card-right__desc, .card-rate .card-rate__reviews{
font-size: 16px;
} #order_comments{
height: 140px;
}
#order_review li, .woocommerce-order-overview li{
padding-left: 0;
}
#order_review li:before, .woocommerce-order-overview li:before{
display: none;
}
#order_details li:before, .woocommerce li:before{
display: none;
}
ul.order_details{
display: none;
}
.text-wrap ul.order_details{
margin: 3.706325903em 0;
}
.col2-set.addresses .col-1,
.col2-set.addresses .col-2{
max-width: none;
flex: none;
} .block75{
padding: 40px 0;
margin-bottom: 30px;
}
.block75 .item{
padding: 0 15px;
}
.block75 .item a{
display: block;
border: 1px solid #fff;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
align-items: center;
justify-content: center;
transition-duration: 0.3s;
}
.block75 .item a:not(.video-item):hover{
border-color: #75a242;
}
.block75 .item img{
width: 100%;
}
.slick-carousel .slick-arrow {
display: block;
width: 50px;
height: 50px;
border: none;
background: none;
-webkit-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
transition-duration: 0.2s;
cursor: pointer;
position: relative;
overflow: hidden;
text-indent: -1000px;
position: absolute;
top: 50%;
right: -25px;
margin-top: -25px;
z-index: 5;
outline: none !important; }
.slick-carousel .slick-arrow:before{
content: '';
width: 22px;
height: 22px;
border-right: 5px solid #79a744;
border-bottom: 5px solid #79a744;
position: absolute;
left: 50%;
top: 50%;
-webkit-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
margin: -11px 0 0 -15px; }
.slick-carousel .slick-arrow.slick-prev {
left: -25px;
right: auto;
-webkit-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
transform: rotate(-180deg); }
.slick-carousel .slick-arrow:hover {
background: none; }
.slick-carousel .slick-arrow:hover:before {
border-color: #4c6a2a; }
@media (max-width: 575px){
.block75 .item{
text-align: center;
}
.block75 .item img{
width: auto;
display: inline-block;
}
} #respond{
padding: 0;
}
.woocommerce .order_details + p + form input[type="submit"]{
background: #77a443;
color: #fff;
transition-duration: 0.2s;
border-radius: 5px;
font-weight: bold;
}
.woocommerce .order_details + p + form input[type="submit"]:hover{
background: #4c6a2a;
color: #fff;
}
.xoo-wsc-container {
z-index: 100000;
} .recommend{
padding: 10px 0 15px;
border-top: 2px solid #77a443;
border-bottom: 2px solid #77a443;
width: 100%;
}
.recommend h3{
font-size: 20px;
font-weight: bold;
}
.recommend p{
margin: 5px 0;
display: flex;
align-items: center;
justify-content: space-between;
}
.recommend a{
display: flex;
align-items: center;
color: #000;
font-size: 15px;
}
.recommend p img{
width: 20px;
margin-right: 7px;
}
.recommend .rating{
font-size: 14px;
color: #fe7111;
margin-left: auto;
}
.recommend .count{
margin-left: 10px;
}
@media (max-width: 991px){
.recommend p{
flex-wrap: wrap;
font-size: 14px;
}
.recommend p a{
width: 100%;
}
.recommend .rating{
margin-left: 27px;
}
}
@media (max-width: 575px){
.recommend p{
justify-content: space-between;
}
.recommend p a{
width: auto;
}
.recommend .rating{
margin-left: auto;
}
} @media (min-width: 992px){
.header-top-col-3{
width: 60%;
text-align: right;
}
.main-menu{
display: inline-block !important;
white-space: nowrap;
}
.main-menu li{
display: inline-block !important;
margin-right: 30px;
}
.priority-nav-has-dropdown .priority-nav__dropdown-toggle{
margin-left: 25px;
background: none;
border: none;
font-size: 28px;
padding: 0px;
display: inline-block;
vertical-align: middle;
height: 40px;
width: 40px;
text-align: center;
line-height: 40px;
position: relative;
}
.priority-nav-has-dropdown .priority-nav__dropdown-toggle:after{
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.priority-nav-has-dropdown .priority-nav__dropdown-toggle:focus{
outline: none !important;
}
.priority-nav-has-dropdown.is-open .priority-nav__dropdown-toggle{
font-size: 24px;
}
.priority-nav-has-dropdown.is-open .priority-nav__dropdown-toggle .fa-bars:before{
content: "\f00d";
}
.is-open .priority-nav__dropdown{
position: absolute;
right: 0;
top: 30px;
background: #fff;
padding: 15px;
margin: 0;
box-shadow: 0px 4px 2.76px 0.24px rgba(178, 177, 178, 0.16);
z-index: 100;
}
.priority-nav__dropdown li{
font-size: 15px;
font-weight: 700;
color: #000;
text-align: right;
list-style: none;
margin-bottom: 5px;
}
.priority-nav__dropdown li a{
color: #000;
}
.priority-nav__dropdown li:hover a{
text-decoration: underline;
}
} .where-buy{
margin-bottom: 20px;  
}
.where-buy .item{
margin-bottom: 30px;
text-align: center;
}
.where-buy .item a{
display: block;
border: 1px solid #fff;
padding: 5px;
transition-duration: 0.3s;
}
.where-buy .item a:hover{
border-color: #76a242;
}
.where-buy .row-1{
justify-content: center;
}
#dealers2{
display: none;
}
.text-center{
text-align: center;
}
.text-right{
text-align: right;
}
.dealers-toggle .show-text {
display: inline-block; }
.dealers-toggle .hide-text {
display: none; }
.dealers-toggle.active .show-text {
display: none; }
.dealers-toggle.active .hide-text {
display: inline-block; } .where-buy-page .item{
padding-bottom: 30px;
border-bottom: 1px solid #ccc;
margin-bottom: 30px;
display: flex;
align-items: center;
}
.where-buy-page .item .item-top{
margin-bottom: 15px;
display: flex;
align-items: center;
}
.where-buy-page .item .image{
margin-right: 30px;
max-width: 35%;
}
.where-buy-page .item .image a{
display: block;
padding: 5px;
border: 1px solid #fff;
transition-duration: 0.3s;
}
.where-buy-page .item .image a:hover{
border-color: #76a242;
}
.where-buy-page .item h2{
margin: 0;
}
.where-buy-page .item p{
margin: 0;
} .recommend .where-buy-wrap{
border-bottom: 2px solid #77a443;
padding-bottom: 15px;
margin-bottom: 15px;
}
.recommend .where-buy{
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 5px;
}
.recommend .where-buy .item{
margin-bottom: 5px;
display: flex;
justify-content: flex-start;
align-items: center;
}
.recommend .where-buy .item .image{
max-width: 90px;
margin-right: 10px;
}
.recommend .where-buy .item .image a{
padding: 3px;
}
.recommend .where-buy .item p{
margin-bottom: 0;
}
.recommend .all{
text-decoration: underline;
display: inline-block;
}
.recommend .all:hover{
text-decoration: none;
}
@media (max-width: 575px){
.where-buy-page .item{
flex-wrap: wrap;
}
.where-buy-page .item .image{
margin-right: 0;
max-width: 100%;
width: 100%;
margin-bottom: 10px;
}
.where-buy-page .item .desc{
width: 100%;
}
} .alm-btn-wrap{
text-align: center;
}
.alm-btn-wrap .done{
display: none;
} .all-reviews{
margin: 30px 0 0;
float: right;
}
.reviews-box, .reviews-desc{
margin-bottom: 0px;
}
.reviews-box.row > div{
display: flex;
}
.reviews-box .item{
margin-bottom: 30px;
border: 1px solid #50811b;
text-align: center;
width: 100%;
position: relative;
}
.reviews-box .item a{
display: block;
}
.reviews-box .item img{
display: inline-block;
}
.reviews-box .item.video-item a, a.video-item{
position: relative;
display: block;
}
.reviews-box .item.video-item a:after, a.video-item:after{
content: '\f04b';
font-family: 'Font Awesome 5 Free';
font-weight: 900;
font-size: 40px;
color: #fff;
opacity: 0.7;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
transition-duration: 0.3s;
}
.reviews-box .item.video-item a:hover:after, a.video-item:hover:after{
opacity: 1;
}
.reviews-box .item.video-item img{
display: block;
}
.reviews-btn{
display: block !important;
margin: 0 auto 30px;
width: 250px;
text-align: center;
}
a:focus, .button:focus{
outline: none !important;
}
.fancybox-thumbs__list a:before{
border: 3px solid #77a443;
}
.quantity{
display: flex;
justify-content: center;
height: 42px; }
.quantity .minus, .quantity .plus{
display: block;
text-align: center;
width: 37px;
border: 1px solid #edf4e6;
cursor: pointer;
background: #edf4e6;
color: #858b7e !important;
font-size: 30px;
line-height: normal;
font-weight: 400;
padding: 0;
outline: none !important; }
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
-webkit-appearance: none; 
} @import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap");
.wrapper-new{
display: flex;
justify-content: center;
margin-bottom: 82px;
}
.container-new{
width: 1148px;
}
.container__banner{ 
display: grid;
grid-template-areas: 
"nav nav ads"
"header header ads";
grid-template-rows: 309px 305px;
grid-template-columns: 364px 364px 364px;
grid-gap: 35px 28px;
padding: 39px 0 0 0;
}
#pageHeader {
grid-area: header;
display: flex;
justify-content: space-between;
}
#mainArticle { 
grid-area: article;      
}
#mainNav { 
grid-area: nav; 
background-image: url(//selenta.su/wp-content/themes/wp-content/themes/storefront-child/img/banner-bg4.jpg);
}
#siteAds { 
grid-area: ads; 
background-image: url(//selenta.su/wp-content/themes/wp-content/themes/storefront-child/img/banner-bg3.png);
}
.banner{
width: 364px;
height: 305px;
}
.banner-1{
background-image: url(//selenta.su/wp-content/themes/wp-content/themes/storefront-child/img/banner-bg1.png); 
height: 244px;
}
.banner-2{
background-image: url(//selenta.su/wp-content/themes/wp-content/themes/storefront-child/img/banner-bg2.png);
position: relative;
}
.new{
height: 61px;
background-color: #edf3e5;
color: #000000;
font-family: Arial, sans-serif;
font-size: 24px;
font-weight: 700;
font-style: normal;
letter-spacing: normal;
line-height: normal;
text-transform: uppercase;
display: flex;
align-items: center;
justify-content: center;
}
.banner__text{
color: #000000;
font-family: Arial, sans-serif;
font-size: 22px;
font-weight: 400;
font-style: normal;
letter-spacing: normal;
line-height: normal;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.banner-2__inner{
margin: 168px 0 0 137px;
}
.banner__text span{
font-size: 24px;
font-weight: 700;
text-transform: uppercase;
}
.banner-3__inner{
margin: 127px 0 0 496px;
}
.banner-4__inner{
margin-top: 73px;
margin-right:50%-75px;
}
.main__slider{
height: 500px;
width: 100%;
position: relative;
}
.main__slider .swiper-slide{
object-fit: cover;
}
.main__slider .swiper-pagination-bullet{
height: 10px;
width: 10px;
background: transparent;
border: 1px solid #76a242;
box-sizing: content-box;
opacity: 1;
}
.main__slider .swiper-pagination-bullet-active{
background:#76a242;
}
.btns__container{
display: flex;
flex-direction: column;
align-items: center;
margin-top: 50px;
width: 100%;
}
.btns__row{
display: flex;
justify-content: space-between;
width: 100%;
}
.btns__row:first-child{
margin-bottom: 25px;
}
.btns__row--container{
display: flex;
justify-content: space-between;
width: calc(50% - 13px);
}
.btns__item{
background-color: #77a443;
border-radius: 4px;
width: 270px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
font-family: Arial, sans-serif;
font-size: 16px;
color:#fff!important;
text-transform: uppercase;
}
.btns__item:hover{
background: #4c6a2a;
color: #fff !important;
}
.wrapper h2{
display: block;
font-weight: 600;
font-size: 36px;
position: relative;
text-align: center;
text-transform: uppercase;
margin-bottom: 62px;
}
.wrapper h2::before{
position: absolute;
content: "";
width: 75px;
height: 5px;
background: #76a242;
left: 50%;
transform: translate(-50%, 0);
bottom: -11px;
}
@media (max-width:1200px){
.container-new{
width: auto;
}
.container__banner{
grid-template-areas: 
"nav nav"
"header ads"
"header ads";
grid-template-columns: 364px 364px;
}
#pageHeader{
flex-direction: column;
}
}
@media (max-width:1200px){
.container-new{
width:auto;
}
.container__banner{
grid-template-areas: 
"nav nav"
"header ads"
"header ads";
grid-template-columns: 364px 364px;
}
#pageHeader{
flex-direction: column;
}
}
@media (max-width:767px){
.container__banner{
grid-template-areas: 
"nav "
"ads "
"header"
"header";
grid-template-columns: 364px;
grid-template-rows: 260px 260px 260px 260px;
grid-gap: 35px 28px;
}
#mainNav{
background-color: rgb(236, 251, 230);
background-image: url(//selenta.su/wp-content/themes/img/banner-bg-mobile.jpg);;
}
.banner-3__inner{
margin: 100px 0 0 0;
text-align: center;
}
#siteAds{
background-image: url(//selenta.su/wp-content/themes/img/banner-bg-mobile2.png);
background-size: cover;
}
.banner-2{
margin-top:25px;
}
.banner-4__inner{
margin-top: 100px;
}
}
@media (max-width:480px){
.container__banner{
grid-template-columns: 300px;
}
.banner-3__inner{
margin: 15px 0 0 0;
}
.banner-1{
background-size: contain;
height: 201px;
}
.banner-2{
background-size: cover;
}
.banner{
width: 300px;
height: 245px;
}
.banner-2__inner{
margin: 118px 0 0 117px;
}
.banner-4__inner{
margin-top: 53px;
}
#pageHeader{
flex-direction: column-reverse;
}
}
.menu-item{
position: relative;
}
.sub-menu{
display: none;
}
.sub-menu-arrow{
height: 35px;
width: 35px;
right:15px;
left: auto;
top: 0px;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
}
.sub-menu-arrow svg{
width: 8px;
height: 13px;
position: relative;
transition: all 0.5s;
}
.sub-menu-arrow.active svg{
transform: rotate(90deg);
transition: all 0.5s;
}
.header__icon{
position: absolute;
top: 50%;
transform: translate(0, -50%);
display: none;
}
@media (max-width:991px){
.header-top-col-3{
align-items: flex-start;
}
.main-menu{
margin: 0;
margin-left: 0;
}
.main-menu li{
margin-right: 0;
}
.main-menu li>a{
border-bottom: 1px solid #e5e5e5;
padding-left: 15px;
}
.main-menu li>.sub-menu{
margin-left: 0;
}
.main-menu li>.sub-menu li a{
padding-left: 30px;
}
.header__icon{
display: block;
height: 24px;
}
.header__icon svg{
position: relative;
height: 24px;
width: 24px;
}
.header__icon.cart{
right: 0;
}
.header__icon.geo{
right: 34px;
}
.header__icon.search{
right: 68px;
}
.header-top-col-2{
display: none;
}
}
.variations--btns__container{
display:flex;
margin-bottom: 20px;
}
.variations--btn{
margin-right:15px;
background-color:transparent;
border: 2px solid #76a242;
border-radius:20px;
padding: 0 10px;
cursor:pointer;
outline:none;
}
.variations--btn.active{
background-color:#76a242;
border: 2px solid #76a242;
color:#fff;
}
.variations--tab{
display:none;
}
.variations--tab.active{
display:block;
}
.catalog-item__button form{
margin-bottom: 0;
}.priority-nav {
white-space: nowrap; }
.priority-nav > ul {
display: inline-block;
}
.priority-nav > ul > li {
display: inline-block;
}
.priority-nav-has-dropdown .priority-nav__dropdown-toggle {
position: relative;
}
.priority-nav__wrapper {
position: relative;
}
.priority-nav__dropdown {
position: absolute;
visibility: hidden;
}
.priority-nav__dropdown.show {
visibility: visible;
}
.priority-nav__dropdown-toggle {
visibility: hidden;
position: absolute;
}
.priority-nav-is-visible {
visibility: visible;
}
.priority-nav-is-hidden {
visibility: hidden;
}@media (min-width:576px){
.container{max-width:540px}
}
@media (min-width:768px){
.container{max-width:720px}
}
@media (min-width:992px){
.container{max-width:960px}
}
@media (min-width: 1200px){
.container{max-width: 1189px}
} html{ }
.table-responsive {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
button.close {
position: absolute;
top: 15px;
right: 15px;
width: 30px;
height: 30px;
margin: 0;
opacity: 1;
background: none;
border-bottom: none;
z-index: 10;
padding: 0; }
button.close:before {
content: '';
width: 20px;
height: 2px;
background: #000;
position: absolute;
top: 50%;
left: 5px;
margin-top: -1px;
-webkit-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg); }
button.close:after {
content: '';
width: 20px;
height: 2px;
background: #000;
position: absolute;
top: 50%;
left: 5px;
margin-top: -1px;
-webkit-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg); }
button.close:hover:before, button.close:hover:after {
background: #b9c7d0; }
.next,.prev{
position: absolute;
top: 50%;
transform: translate(0, -50%);
height: 26px;
width: 16px;
z-index: 20000;
cursor: pointer;
}
.next svg path,.prev svg path{
fill: #76a242;
transition: all .5s ease;
}
.next:hover svg path,.prev:hover svg path{
fill: #4c6a2a;
transition: all .5s ease;
}		
.next{
right: -25px;
}
.prev{
left: -25px;
}		
.bg-hide{
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
transition: opacity .4s;
opacity: 0;
background: #000;
z-index: -1;
}
.header-top .logo img{
width: 150px;
}
.menu-active .bg-hide{
display: block;
opacity: 0.4;
z-index: 99;
}
.nav-trigger{
display: none;
}
.header-top-col-3 .close{
display: none;
}
.header-bottom{
min-width: 0;
}
.header-bottom .header-bottom__inner .header-bottom__left{
width: 75%;
}
.slick-dots {
margin: 0;
padding: 0px 0 0;
list-style: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
justify-content: center; }
.slick-dots li {
display: inline-block;
margin: 0 5px; }
.slick-dots li button {
width: 6px;
height: 6px;
background: #77a443;
text-indent: -1000px;
overflow: hidden;
border: none;
border-radius: 50%;
cursor: pointer;
padding: 0; }
.slick-dots li.slick-active button {
background: #4c6a2a; }
#reviews p.stars a{
width: 30px;
height: 30px;
}
.comment-form{
margin: 0;
}
.phone-trigger{
display: none;
}
.block1 .mob-title-wrap{
display: none;
}
.block1 .mob-title-wrap .title{
color: #000;
font-size: 23px;
line-height: 1.3em;
margin-bottom: 15px;
text-align: center;
}
.block1 .mob-title-wrap .image{
margin-bottom: 35px;
text-align: center;
}
@media (max-width: 1199px){
.header-top .logo{
display: block;
width: 160px;
margin-right: 15px;
}
.main-menu{
margin-bottom: 0;
margin-left: 15px;
}
.main-menu li, .footer-menu li{
margin-right: 15px;
}
}
@media (min-width: 992px){
.wrapper{
padding-top: 0 !important;
}
}
@media (max-width: 991px){
.block2__left{
display: block;
}
.sticky .header-top{
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 100;
background: #fff;
box-shadow: 0 2px 2px 0 rgba(0,0,0,0.3);
}
.menu-active.sticky .header-top{
position: absolute;
}
.header-basket .header-basket__right{
display: none;
}
.header-top__inner{
position: relative;
padding-left: 55px;
}
.nav-trigger {
width: 36px;
height: 36px;
cursor: pointer;
display: block;
position: absolute;
left: 0;
top: 50%;
margin-top: -18px;
background: #fff; }
.nav-trigger span {
width: 22px;
height: 2px;
background: #000;
position: absolute;
top: 0;
left: 0;
-webkit-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
transition-duration: 0.2s; }
.nav-trigger span {
left: 7px;
top: 10px; }
.nav-trigger span:nth-child(2) {
top: 17px; }
.nav-trigger span:nth-child(3) {
top: 24px; }
.nav-trigger.active span {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
top: 17px; }
.nav-trigger.active span:nth-child(2) {
opacity: 0;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0); }
.nav-trigger.active span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 17px; }
.header-top-col-3{
position: fixed;
z-index: 1010;
top: 0;
bottom: 0;
left: 0;
width: 260px;
margin: 0;
padding: 30px 0 30px;
overflow-x: hidden;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
transform: translateX(-110%);
background: #fff;
transition-duration: 0.4s;
display: flex;
align-items: center;
box-shadow: 2px 0 2px 0 rgba(0,0,0,0.3);
}
.header-top-col-3 .close{
display: block;
}
.header-top-col-3.active{
transform: translateX(0);
}
.main-menu{
flex-wrap: wrap;
}
.main-menu li{	
display: block;
width: 100%;
}
.main-menu li a{
padding: 5px 0;
display: block;
}
.header-top-col-2{
line-height: 1.3em;
}
.header-bottom .header-bottom__inner{
flex-wrap: wrap;
text-align: center;
}
.header-bottom .header-bottom__inner .header-bottom__left{
font-size: 14px;
font-weight: normal;
width: 100%;
}
.header-bottom .header-bottom__inner .header-bottom__right{
width: 100%;
display: flex;
justify-content: center;
}
.header-bottom .header-bottom__inner .header-bottom__right span{
font-size: 14px;
}
}
@media (max-width: 767px){
.header-bottom .header-bottom__inner .header-bottom__left span{
display: block;
}
}
@media (max-width: 575px){
.header-bottom .header-bottom__inner{
line-height: 1.3em;
}
}
@media (max-width: 470px){
.header-top .header-top__inner{
flex-wrap: wrap;
padding-top: 5px;
padding-left: 0;
}
.nav-trigger{
top: 24px;
}
.header-top-col-1{
width: 100%;
text-align: center;
}
.header-top .logo{
margin-right: 0;
display: inline-block;
}
.header-top-col-2{
margin-right: -50px;
line-height: 1.3em;
font-size: 14px;
width: 100%;
text-align: center;
}
.header-top-col-4{
position: absolute;
right: 0;
top: 0;
display: none;
}
.header-basket .header-basket__left{
width: 36px;
height: 36px;
background-size: contain;
}
.header-bottom .header-bottom__inner .header-bottom__left a{
display: block;
text-align: center;
}
.sticky .header-top-col-1{
margin-bottom: 0;
}
.header-top-col-2{
display: none;
padding-top: 10px;
}
.header-bottom{
display: none;
}
.sticky:not(.menu-active) .header-bottom{
position: fixed;
top: 68px;
left: 0;
width: 100%;
z-index: 10;
box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
} .phone-trigger {
display: inline-block;
right: auto;
left: 47px;
position: absolute;
top: 2px;
background: none;
border: none;
color: #77a443;
width: 41px;
height: 43px;
padding: 0;
font-size: 36px;
transform: rotate(90deg);
}
.phone-trigger:hover{
background-color: transparent;
border-color: transparent;
color: #333333;
}
.header__icon.search {
right: 49px;
}
.header__icon.geo{
display: none;
}	
}
.blog__slider{
overflow: hidden;
position: relative;
}
.blog__slider{
display: block;
width: 100%;
text-align: justify;
margin-bottom: 0px; }
.blog__slider:after{
content: "";
width: 80%;
height: 1px;
color: transparent;
display: inline-block;
margin: 0;
padding: 0;
line-height: 1px;
font-size: 1px;
}
.blog__slider .blog__item{
display: inline-block;
width: 252px;
vertical-align: top;
margin-bottom: 0;
}
.blog__item--img img{
height: 252px;
width: 252px;
object-fit: cover;
}
.blog__item--title{
font-size: 18px;
line-height: 22px;
font-weight: 600;
margin-top: 10px;
margin-bottom: 10px;
color: #000;
}
.blog__item--more{
font-size: 16px;
line-height: 22px;
font-weight: 400;
color: #000;
text-decoration: underline;
color:#000;
}
.blog__more--container{
width: 100%;
display: flex;
align-items: center;
justify-content: center;
margin: 50px 0;
}
.blog__more{
font-size: 16px !important;
border: 2px solid #77a443;
outline: none !important;
box-shadow: 0px 9px 8.9px 1.1px rgb(178 177 178 / 75%) !important;
background: transparent;
color: #77a443;
text-transform: uppercase;
border-radius: 6px;
font-weight: 700;
cursor: pointer;
transition: all 0.5s;
padding: 16px 27px;
}
.blog__more:hover{
background: #77a443;
color: #fff;
transition: all 0.5s;
}
@media (max-width: 1000px){
.blog__slider{
text-align: center;
}
.blog__slider:after{
content: "";
display: none;
}
.blog__slider .blog__item{
margin: 10px;
}
}
@media (max-width: 767px){
.blog__slider .blog__item{
width: 190px;
margin: 10px;
}
.blog__item--img img{
height: 190px;
width: 190px;
object-fit: cover;
}
}
@media (max-width: 503px){
.blog__slider .blog__item{
width: 140px;
margin: 5px;
}
.blog__item--img img{
height: 140px;
width: 140px;
object-fit: cover;
}
}
@media (max-width: 460px){
.blog__slider .blog__item{
width: 125px;
margin: 5px;
}
.blog__item--img img{
height: 125px;
width: 125px;
object-fit: cover;
}
} @media (max-width: 1199px){
.block4 .block4__inner {
padding: 0;
}
.block4 .effect-item .effect-item__text{
font-size: 18px;
line-height: 1.3em;
}
.block4 .effect-item{
padding: 0 !important;
}
.block5{
background: none;
}
.block5 .block5__left .component-item{
padding-right: 15px;
}
.block5 .block5__right .component-item{
padding-left: 15px;
}
.block7 .spec-opinion-wrap .spec-opinion {
width: 650px;
padding: 16px 40px 20px 60px;
}
div.block7 h2{
margin-bottom: 40px;
}
}
@media (max-width: 992px){
.block1 {
padding: 49px 0px 72px 0px;
background-position: right top;
background-size: cover;
}
.block1 .block1__inner{
justify-content: center;
}
.block1 .title-wrap{
display: none;
}
.block1 .mob-title-wrap{
display: block;
}
.block2 .block2__left{
order: 2;
}
.block2 .block2__right{
order: 1;
}
.block4{
background: #edf3e5;
}
.block4 .effect-items{
margin-right: -15px;
margin-left: -15px;
}
.block4 .effect-item{
margin: 0 0 30px!important;
padding: 0 15px !important;
flex-flow: row;
justify-content: flex-start;
}
.block4 .effect-item .effect-item__img{
width: 105px;
margin-right: 15px !important;
}
.block4 .effect-item .effect-item__text{
margin: 0;
}
.block4 .effect-item .effect-item__img:before{
display: none;
}
.block5 .component-item{
flex-wrap: wrap;
}
.block5 .component-item__img{
margin: 0 0 0px;
width: 100%;
}
.block5 .component-item .component-item__right{
width: 100%;
}
.block5 .component-item:nth-child(2n) .component-item__right{
margin: 0;
order: 2;
width: 100%;
}
.block5 .component-item:nth-child(2n){
flex-flow: row;
text-align: left;
flex-wrap: wrap;
}
.block5 .component-item img{
width: auto;
height: 113px;
}
.block5 .component-item{
padding: 0 15px;
}
.block5 .component-item:nth-child(2n) .component-item__text{
padding-left: 0 !important;
margin: 0;
}
.block5 .component-item .component-item__right .component-item__text{
line-height: 1.3em;
}
.block5 .component-item:nth-child(2n) .component-item__img{
margin: 0;
}
.block7{
background: #e9f5e9;
}
.block7 .spec-opinion-wrap .spec-opinion{
background: #fff;
padding: 30px 15px;
width: 100%;
box-shadow: 0 2px 5px 0 rgba(0,0,0,0.3);
}
.block7 .spec-opinion-wrap .spec-opinion:before{
content: '';
display: block;
width: 300px;
height: 300px;
margin: 0 auto 15px;
border-radius: 50%;
background: url(//selenta.su/wp-content/themes/storefront-child/img/block7_photo.jpg) no-repeat center center;
-webkit-background-size: cover;
background-size: cover;
box-shadow: 0 2px 5px 0 rgba(0,0,0,0.3);
}
.order-item .order-item__title{
font-size: 18px;
line-height: 1.3em;
}
.order-item .order-item__desc{
font-size: 15px;
line-height: 1.3em;
}
.order-item .button1{
width: auto;
}
}
@media (max-width: 767px){
.block1 {
padding: 30px 0px 30px 0px;
background-position: right top;
background-size: cover;
}
.block2{
padding: 35px 0 0;
}
div[class^="block"] h2, .related-block h2{
margin-bottom: 40px;
font-size: 28px;
}
.block4{
padding: 35px 0;
}
.block4 .effect-items{
max-width: 320px;
margin: 0 auto;
}
.block4 .effect-item{
margin: 0 !important;
}
.block5, .block7{
padding: 35px 0;
}
.block5 .component-item .component-item__right .component-item__title{
font-size: 18px;
}
.block5 .component-item{
max-width: none;
text-align: center !important;
}
.block5 .component-item__img{
text-align: center;
}
.block5 .component-item__img img{
display: inline-block;
}
.block5 .component-item .component-item__right{
margin: 0;
}
.block7 .spec-opinion-wrap{
margin-bottom: 30px;
}
.block7 .block7-results{
flex-wrap: wrap;
}
.block7 .block7-results .block7-results__left, .block7 .block7-results .block7-results__right{
width: 100%;
}
.block75{
margin-bottom: 0px;
padding: 30px 0;	
}
.block8{
padding: 35px 0;
}
.order-item .order-item__ico{
display: none;
}
.order-item .order-item__nubmer{
margin-bottom: 20px;
}
.order-item .order-item__title{
padding-top: 32px;
}
.order-item .button1{
padding: 5px 10px !important;
font-size: 14px !important;
}
.block9 h2{
max-width: 80%;
}
.slick-carousel .slick-arrow:before{
border-right:2px solid #79a744;
border-bottom:2px solid #79a744; }
}
@media (max-width: 575px){
.block1 .block1-content .block1__img {
margin-bottom: 20px;
max-width: 200px;
}
.block1 .block1-content .block1-title{
font-size: 30px;
margin-bottom: 5px;
}
.block1 .block1-content .block1-subtitle{
margin-bottom: 40px;
font-size: 22px;
}
.block1 .block1-content form{
margin-bottom: 0;
}
form.common-form input[type="text"] {
padding: 8px 20px 8px 53px !important;
font-size: 15px !important;
margin-bottom: 15px !important;
}
form.common-form .form-input span.formico{
top: 5px;
}
.button1_big {
font-size: 18px !important;
padding: 8px 20px !important;
}
div[class^="block"] h2, .related-block h2{
font-size: 22px;
}
.block4 .effect-item .effect-item__text{
font-size: 16px;
}
.block5 .block5__inner{
flex-wrap: wrap;
}
.block5 .block5__right .component-item{
padding-left: 0;
}
.block5 .block5__left .component-item{
padding-right: 0;
}
.block8{
padding-bottom: 10px;
}
.block8 .order-cols{
display: flex;
flex-wrap: wrap;
}
.block8 .order-col{
width: 50%;
margin-bottom: 30px;
}
.block9{
background: none;
padding: 35px 0;
}
.block9 h2{
max-width: 100%;
}
.block9 form{
margin: 0;
}	
}
@media (max-width: 470px){
form.common-form{
padding-left: 30px;
padding-right: 30px;
}
.block1 .block1-content form .form-title-whitebg {
width: 80%;
left: 10%;
transform: translate(0%, 0);
}
.block1 .block1-content form .form-title {
left: 10%;
width: 80%;
transform: translate(0%, 0);
padding: 0;
text-align: center;
}
.block7 .spec-opinion-wrap .spec-opinion:before{
width: 260px;
height: 260px;
}
} @media (max-width: 1199px){
.catalog-item .catalog-item__price .catalog-actual-price{
font-size: 20px;
}
.catalog-item__price{
line-height: 1.3em;
}
form.cart{
margin-bottom: 0;
}
}
@media (max-width: 991px){
.block6 .catalog-col, .block-catalog .catalog-col{
width: 33.333%;
}
}
@media (max-width: 767px){
.block6 {
width: 100%;
padding: 0 0px 10px 0px;
}
.block6 .catalog-col, .block-catalog .catalog-col{
width: 50%;
}
.prev{
left: 15px;
}
.next{
right: 15px;
}
}
@media (max-width: 575px){
.block6 .catalog-col, .block-catalog .catalog-col{
padding: 0 10px;
}
.block6 .catalog-item, .block-catalog .catalog-item{
margin-bottom: 30px;
}
.swiper-slide{
width: auto;
}
.catalog-item{
width: 150px;
}
.catalog-item .catalog-item__img{
margin-bottom: 7px;
}
.catalog-item .catalog-item__desc{
display: none;
}
.catalog-item .catalog-item__title{
line-height: 1.2em;
margin-bottom: 10px;
font-size: 14px;
}
.catalog-item .catalog-item__bottom{ height: auto;
display: block;
}
.catalog-item__price{
margin-bottom: 8px;
}
.catalog-item .catalog-item__button{
width: 100%;
}
.button1_small{
padding: 10px 10px !important;
}
.catalog-item .catalog-item__button .button1_small{
width: 100%;
}
} @media (max-width: 1199px){
.footer-top .footer-top__inner .footer-top__left{
width: 73%;
}
.footer-top .footer-top__inner .footer-top__left .footer-top__leftTop .footer-menu{
margin-left: 50px;
}
.footer-top .footer-top__inner .footer-top__right{
padding-top: 5px;
}
.footer-top .footer-top__inner .footer-top__right .footer-delivery-logos{
align-items: center;
}
.footer-top .footer-top__inner .footer-top__right .footer-delivery-logos img{
max-width: 50%;
height: auto;
margin-right: 5px;
align-self: center;
}
.footer-bottom .footer-bottom__inner .footer-bottom__right{
padding-left: 0;
}
}
@media (max-width: 991px){
.footer-menu{
display: none;
}
.footer-top .footer-top__inner .footer-top__left .footer-top__leftMiddle{
flex-wrap: wrap;
}
.footer-top .footer-top__inner .footer-top__left {
width: 60%;
}
.footer-top .footer-top__inner .footer-top__right{
width: 35%;
}
}
@media (max-width: 767px){
.footer-bottom{
padding-bottom: 0;
}
.footer-bottom p{
margin: 0;
}
.footer-bottom .footer-bottom__inner{
flex-wrap: wrap;
}
.footer-bottom .footer-bottom__inner .footer-bottom__left, .footer-bottom .footer-bottom__inner .footer-bottom__right{
width: 100%;
}
.footer-bottom .footer-bottom__inner .footer-bottom__left{
margin-bottom: 10px;
}
}
@media (max-width: 575px){
.footer-top .footer-top__inner .footer-top__left .footer-top__leftTop{
display: none;
}
.footer-top {
padding-top: 15px;
}
.footer-top .footer-top__inner .footer-top__left .footer-top__leftMiddle{
margin-bottom: 15px;
}
.footer-top .footer-top__inner .footer-top__right .footer-delivery-logos{
justify-content: flex-start;
}
.footer-top .footer-top__inner{
flex-wrap: wrap;
}
.footer-top .footer-top__inner .footer-top__left, .footer-top .footer-top__inner .footer-top__right{
width: 100%;
}
} @media (max-width: 1199px){
.card-page__inner .card-left{
max-width: 350px;
padding-right: 30px;
}
.card-page__inner .card-left .topslider{
margin-bottom: 15px;
}
.card-page__inner .card-left .thumb-slider .arrow-prev{
left: -12px;
}
.card-page__inner .card-left .thumb-slider .arrow-next{
right: -12px;
}
.card-having{
margin-bottom: 30px;
}
.cart-values .cart-valueItem{
margin-bottom: 2px;
}
.related-slider .item{
padding: 0 15px;
}
}
@media (max-width: 991px){
.card-page__inner{
flex-wrap: wrap;
}
.card-page__inner .card-left{
width: 45%;
max-width: none;
}
.card-page__inner .card-left .thumb-slider .slick-slide{
height: auto;
}
.card-page__inner .card-middle{
width: 55%;
max-width: none;
padding: 0;
}
.card-rate{
margin-bottom: 10px;
}
.card-price .card-price__top{
margin: 0;
}
.card-price .card-price__bottom{
font-size: 32px;
line-height: 1.3em;
margin-bottom: 15px;
}
.card-having {
margin-bottom: 10px;
}
.cart-values{
line-height: 1.3em;
}
.cart-values .cart-valueItem{
margin-bottom: 5px;
}
.cart-values .cart-valueItem .cart-valueItem__left{
padding-right: 5px;
}
.card-to-basket .button1_big{
font-size: 18px !important;
padding: 10px 15px !important;
}
.card-page__inner .card-right{
max-width: none;
border-top: 1px solid #e2e2e2;
padding-top: 15px;
margin-top: 30px;
}
.card-page__inner .card-right:before{
display: none;
}
.card-page__inner .card-right .card-right__desc{
font-size: 14px;
line-height: 1.3em;
margin-bottom: 10px;
}
.cart-rightItem{
margin-bottom: 5px;
}
.card-page__inner .card-right .card-right__desc p{
text-align: left;
}
#review_form .review-formTop .review-formTop__right, .send-review .review-formTop .review-formTop__right{
padding-left: 15px;
}
#review_form form, .send-review form{
padding: 30px;
}
.comment-form .center{
margin-top: 10px;
}
}
@media (max-width: 767px){
.alpha, h1{
font-size: 32px !important;
}
.text-wrap h2{
font-size: 28px;
}
.card-page{
padding-bottom: 15px;
}
.catalog-item .catalog-item__img{
margin-bottom: 10px;
}
.catalog-item .catalog-item__desc{
display: none;
}
.related-slider .arrow-prev {
left: -13px;
}
.related-slider .arrow-next {
right: -13px;
}
.tab button {
padding: 10px 10px;
font-size: 16px;
margin-right: 0px;
}
.tabcontent {
padding: 15px 15px;
margin-bottom: 35px;
}
.card-page__inner .card-middle{
font-size: 14px;
}
.review-top .review-top__right{
display: none;
}
}
@media (max-width: 575px){
body{
font-size: 14px;
}
.text-wrap ol, .text-wrap ul{
margin-left: 0;
}
.card-page__inner .card-left{
width: 100%;
margin-bottom: 15px;
padding: 0;
}
.card-page__inner .card-middle{
width: 100%;
padding: 0;
}
.related-slider .item{
padding: 0 10px;
}
.tab button{
line-height: 1.3em;
}
#respond{
padding: 0 !important;
margin: 0 -15px -15px;
}
#review_form form, .send-review form{
padding: 15px;
}
#review_form .review-formTop, .send-review .review-formTop{
flex-wrap: wrap;
}
#review_form .review-formTop .review-formTop__right, .send-review .review-formTop .review-formTop__right{
padding: 0;
width: 100%;
}
#review_form .review-formTop .review-formTop__left, .send-review .review-formTop .review-formTop__left{
width: 100%;
}
#review_form .review-form-rate span, .send-review .review-form-rate span {
margin-right: 3px;
}
.comment-form .center{
margin: 0 0 10px; 
}
.tab-container .text-wrap .table-responsive{
margin-right: -15px;
margin-left: -15px;
width: auto;
}
.text-wrap table th, .text-wrap table td {
padding: 10px 5px;
white-space: normal;
}
#customer_details .col-12{
padding: 0;
}
}
.centerlink{
width: 100%;
text-align: center;
}
.centerlink a{
font-size: 18px;
color: #77a443;
transition: all 0.5s;
text-decoration: underline;
}
.centerlink a:hover{
color: #4c6a2a;
}
.main__slider{
height: 250px;
width: 100%;
position: relative;
}
.main__slider .swiper-slide{ background-color: #ffffff;
background-size: auto 100%!important;	
}
.main__slider .swiper-slide img{
width: auto;
height: 100%;
margin: 0 auto;
}
.main__slider .swiper-pagination-bullet{
height: 10px;
width: 10px;
background: transparent;
border: 1px solid #76a242;
box-sizing: content-box;
opacity: 1;
}
.main__slider .swiper-pagination-bullet-active{
background:#76a242;
}
ul.result_list{
list-style: none;
margin-left: 1em;
}
ul.result_list li{
padding-bottom: 10px;
}
ul.result_list li a{
color: #77a443;
}
ul.result_list li a:hover{
color: #4c6a2a;
text-decoration: underline;
}
.desctop_search{
display: block;
width: 40px;
height: 40px; }
.desctop_search svg{
display: block;
width: 30px;
height: 30px;
margin: 5px;
left: auto;
top: auto;
height: auto;
}
@media (max-width: 991px){
.desctop_search{
display: none;
}
}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}a{background-color:rgba(0,0,0,0)}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:.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}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}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;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}body{-ms-word-wrap:break-word;word-wrap:break-word}body,button,input,textarea{color:#43454b;font-family:"Source Sans Pro","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;line-height:1.618;text-rendering:optimizeLegibility;font-weight:400}select{color:initial;font-family:"Source Sans Pro","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;max-width:100%}summary{display:list-item}h1,h2,h3,h4,h5,h6{clear:both;font-weight:300;margin:0 0 .5407911001em;color:#131315}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{font-weight:300}h1,.alpha{font-size:2.617924em;line-height:1.214;letter-spacing:-1px}h2,.beta{font-size:2em;line-height:1.214}h2+h3,.beta+h3{border-top:1px solid rgba(0,0,0,.05);padding-top:.5407911001em}h3,.gamma{font-size:1.618em}h4,.delta{font-size:1.41575em}.alpha,.beta,.gamma,.delta{display:block}p+h2,p+header h2,p+h3,p+h4,ul+h2,ul+header h2,ul+h3,ul+h4,ol+h2,ol+header h2,ol+h3,ol+h4,table+h2,table+header h2,table+h3,table+h4,blockquote+h2,blockquote+header h2,blockquote+h3,blockquote+h4,form+h2,form+header h2,form+h3,form+h4{margin-top:2.2906835em}hr{background-color:#ccc;border:0;height:1px;margin:0 0 1.41575em}p{margin:0 0 1.41575em}ul,ol{margin:0 0 1.41575em 3em;padding:0}ul{list-style:disc}ol{list-style:decimal}li>ul,li>ol{margin-bottom:0;margin-left:1em}dt{font-weight:600}dd{margin:0 0 1.618em}b,strong{font-weight:600}dfn,cite,em,i{font-style:italic}blockquote{padding:0 1em;border-left:3px solid rgba(0,0,0,.05);font-style:italic}address{margin:0 0 1.41575em}pre{background:rgba(0,0,0,.1);font-family:"Courier 10 Pitch",Courier,monospace;margin-bottom:1.618em;padding:1.618em;overflow:auto;max-width:100%}code,kbd,tt,var{font-family:Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;background-color:rgba(0,0,0,.05);padding:.202em .5407911001em}abbr,acronym{border-bottom:1px dotted #666;cursor:help}mark,ins{text-decoration:none;font-weight:600;background:rgba(0,0,0,0)}sup,sub{font-size:75%;height:0;line-height:0;position:relative;vertical-align:baseline}sup{bottom:1ex}sub{top:.5ex}small{font-size:75%}big{font-size:125%}figure{margin:0}img{height:auto;max-width:100%;display:block;border-radius:3px}a{color:#2c2d33;text-decoration:none}a:focus,input:focus,textarea:focus,button:focus{outline:2px solid #7f54b3}.storefront-cute *{font-family:"Comic Sans MS",sans-serif}*{box-sizing:border-box}body{background-color:#fff;overflow-x:hidden}.site{overflow-x:hidden}.site-content,.header-widget-region{-webkit-tap-highlight-color:rgba(0,0,0,0)}.site-header{background-color:#2c2d33;padding-top:1.618em;padding-bottom:1.618em;color:#9aa0a7;background-position:center center;position:relative;z-index:999;border-bottom:1px solid rgba(0,0,0,0)}.site-header .site-logo-anchor,.site-header .site-logo-link,.site-header .custom-logo-link{display:block;margin-bottom:0}.site-header .site-logo-anchor img,.site-header .site-logo-link img,.site-header .custom-logo-link img{width:100%;max-width:210px}.site-header .widget{margin-bottom:0}.home.blog .site-header,.home.page:not(.page-template-template-homepage) .site-header,.home.post-type-archive-product .site-header{margin-bottom:4.235801032em}.no-wc-breadcrumb .site-header{margin-bottom:4.235801032em}.no-wc-breadcrumb.page-template-template-homepage .site-header{margin-bottom:0}.header-widget-region{position:relative;z-index:99}.header-widget-region::before,.header-widget-region::after{content:"";display:table}.header-widget-region::after{clear:both}.header-widget-region .widget{margin:0;padding:1em 0;font-size:.875em}.site-branding{float:left;margin-bottom:0;width:calc(100% - 120px)}.site-branding .site-title{font-size:2em;letter-spacing:-1px;margin:0}.site-branding .site-title a{font-weight:700}.site-branding .site-description{font-size:.875em;display:none}.site-branding .logo{margin:0}.site-main{margin-bottom:2.617924em}.site-content{outline:none}.page-template-template-homepage:not(.has-post-thumbnail) .site-main{padding-top:4.235801032em}.page-template-template-homepage .type-page{padding-top:2.617924em;padding-bottom:2.617924em;position:relative}.page-template-template-homepage .type-page .storefront-hero__button-edit{position:absolute;top:1em;right:1em;font-size:.875em}.page-template-template-homepage .entry-content{font-size:1.1em}.page-template-template-homepage .entry-content p:last-child{margin-bottom:0}.page-template-template-homepage .entry-header h1{font-size:3.706325903em;margin-bottom:.2360828548em}.page-template-template-homepage .entry-content,.page-template-template-homepage .entry-header{max-width:41.0994671405em;margin-left:auto;margin-right:auto;text-align:center}.page-template-template-homepage.has-post-thumbnail .type-page.has-post-thumbnail{background-size:cover;background-position:center center;padding-top:6.8535260698em;padding-bottom:6.8535260698em}.page-template-template-homepage.has-post-thumbnail .type-page.has-post-thumbnail .entry-content,.page-template-template-homepage.has-post-thumbnail .type-page.has-post-thumbnail .entry-title{opacity:0;transition:all,ease,.5s}.page-template-template-homepage.has-post-thumbnail .type-page.has-post-thumbnail .entry-content.loaded,.page-template-template-homepage.has-post-thumbnail .type-page.has-post-thumbnail .entry-title.loaded{opacity:1}.site-footer{background-color:#f3f3f3;color:#3b3c3f;padding:1.618em 0 3.706325903em}.site-footer h1,.site-footer h2,.site-footer h3,.site-footer h4,.site-footer h5,.site-footer h6{color:#333437}.site-footer a{color:#2c2d33;text-decoration:underline}.site-footer a:hover{text-decoration:none}.site-footer a.button,.site-footer a.components-button:not(.is-link),.site-footer a.wp-block-button__link{text-decoration:none}.site-info{padding:2.617924em 0}.site-info span[role=separator]{padding:0 .2360828548em 0 .3342343017em}.site-info span[role=separator]::before{content:"|"}.alignleft{display:inline;float:left;margin-right:1em}.alignright{display:inline;float:right;margin-left:1em}.aligncenter{clear:both;display:block;margin:0 auto}.screen-reader-text{border:0;clip:rect(1px, 1px, 1px, 1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal !important}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto !important;display:block;font-weight:700;height:auto;left:0;line-height:normal;padding:1em 1.618em;text-decoration:none;top:0;width:auto;z-index:100000;outline:none}.screen-reader-text.skip-link:focus{-webkit-clip-path:none;clip-path:none}.clear::before,.clear::after,.entry-content::before,.entry-content::after,.comment-content::before,.comment-content::after,.site-header::before,.site-header::after,.site-content::before,.site-content::after,.site-footer::before,.site-footer::after{content:"";display:table}.clear::after,.entry-content::after,.comment-content::after,.site-header::after,.site-content::after,.site-footer::after{clear:both}table{border-spacing:0;width:100%;margin:0 0 1.41575em;border-collapse:separate}table caption{padding:1em 0;font-weight:600}table td,table th{padding:1em 1.41575em;text-align:left;vertical-align:top}table td p:last-child,table th p:last-child{margin-bottom:0}table th{font-weight:600}table thead th{padding:1.41575em;vertical-align:middle}table tbody h2{font-size:1em;letter-spacing:normal;font-weight:400}table tbody h2 a{font-weight:400}.error404 .site-content .widget_product_search{padding:1.618em;background-color:rgba(0,0,0,.025)}.error404 .site-content .widget_product_search form{margin:0}.error404.right-sidebar .content-area,.error404.left-sidebar .content-area{width:100%}.error404 .fourohfour-columns-2{padding:2.617924em 0;border:1px solid rgba(0,0,0,.05);border-width:1px 0;margin-bottom:2.617924em}.error404 .fourohfour-columns-2::before,.error404 .fourohfour-columns-2::after{content:"";display:table}.error404 .fourohfour-columns-2::after{clear:both}.error404 .fourohfour-columns-2 ul.products li.product,.error404 .fourohfour-columns-2 .widget{margin-bottom:0}.error404 .fourohfour-columns-2 .col-1 ul.products{margin-bottom:2.2906835em}.error404 .fourohfour-columns-2 .col-1 ul.products li.product{width:45.4545454545%;float:left;margin-right:9.0909090909%}.error404 .fourohfour-columns-2 .col-1 ul.products li.product:last-child{margin-right:0}.error404 .fourohfour-columns-2 .col-2{padding:1.618em;background-color:rgba(0,0,0,.025)}#comments{padding-top:2.617924em}#comments .comments-title{border-bottom:1px solid rgba(0,0,0,.05);padding-bottom:.5407911001em;margin-bottom:1.618em}#comments .comment-list{list-style:none;margin-left:0}#comments .comment-list .comment-body::before,#comments .comment-list .comment-body::after{content:"";display:table}#comments .comment-list .comment-body::after{clear:both}#comments .comment-list .comment-content{padding-bottom:1.618em;margin-bottom:1.618em}#comments .comment-list .comment-content .comment-text{padding:1.618em;border-radius:3px}#comments .comment-list .comment-content .comment-text p:last-child{margin-bottom:0}#comments .comment-list .comment-meta{margin-bottom:1em}#comments .comment-list .comment-meta .avatar{margin-bottom:1em;max-width:64px;height:auto}#comments .comment-list .comment-meta a.comment-date{font-size:.875em}#comments .comment-list .comment-meta cite{font-style:normal;clear:both;display:block}#comments .comment-list .reply{margin-bottom:1.618em;padding-top:.6180469716em}#comments .comment-list .reply::before,#comments .comment-list .reply::after{content:"";display:table}#comments .comment-list .reply::after{clear:both}#comments .comment-list .reply a{display:inline-block;margin-right:1em}#comments .comment-list .reply a:last-child{margin-right:0}#comments .comment-list .children{list-style:none}.comment-content a{word-wrap:break-word}#respond{clear:both;padding:1.618em;background-color:rgba(0,0,0,.0125);position:relative}#respond .comment-form-author input,#respond .comment-form-email input,#respond .comment-form-url input{width:100%}#respond .form-submit,#respond form{margin-bottom:0}#respond #cancel-comment-reply-link{position:absolute;top:.5407911001em;right:.5407911001em;display:block;height:1em;width:1em;overflow:hidden;line-height:1;font-size:1.41575em;text-align:center;transition:transform,ease,.3s}#respond #cancel-comment-reply-link:hover{transform:scale(1.3)}.hentry{margin:0 0 4.235801032em}.hentry .wp-post-image{margin-bottom:1.618em;margin-left:auto;margin-right:auto}.hentry .entry-header{margin-bottom:1em;border-bottom:1px solid rgba(0,0,0,.05)}.hentry .entry-header .posted-on,.hentry .entry-header .post-author,.hentry .entry-header .post-comments,.hentry .entry-header .byline{font-size:.875em}.hentry .entry-header .posted-on a,.hentry .entry-header .post-author a,.hentry .entry-header .post-comments a,.hentry .entry-header .byline a{font-weight:600;text-decoration:underline}.hentry .entry-header .posted-on a:hover,.hentry .entry-header .post-author a:hover,.hentry .entry-header .post-comments a:hover,.hentry .entry-header .byline a:hover{text-decoration:none}.hentry .entry-content a{text-decoration:underline}.hentry .entry-content a:hover{text-decoration:none}.hentry .entry-content a.button,.hentry .entry-content a.components-button:not(.is-link),.hentry .entry-content a.wp-block-button__link{text-decoration:none}.hentry .entry-taxonomy{margin:1.41575em 0 0;padding-top:1em;border-top:1px solid rgba(0,0,0,.05)}.hentry.type-page .entry-header{border-bottom:0;margin-bottom:0}.cat-links,.tags-links{font-size:.875em}.cat-links a,.tags-links a{color:#727272;font-weight:600;text-decoration:underline}.byline,.updated:not(.published){display:none}.single .byline,.group-blog .byline{display:inline}.page-links{clear:both;margin:0 0 1em}form{margin-bottom:1.618em}button,input,select,textarea{font-size:100%;margin:0}button,input[type=button],input[type=reset],input[type=submit],.button,.wc-block-grid__products .wc-block-grid__product .wp-block-button__link,.added_to_cart{border:0;border-radius:0;background:none;background-color:#43454b;border-color:#43454b;color:#fff;cursor:pointer;padding:.6180469716em 1.41575em;text-decoration:none;font-weight:600;text-shadow:none;display:inline-block;-webkit-appearance:none}button::after,input[type=button]::after,input[type=reset]::after,input[type=submit]::after,.button::after,.wc-block-grid__products .wc-block-grid__product .wp-block-button__link::after,.added_to_cart::after{display:none}button.cta,button.alt,input[type=button].cta,input[type=button].alt,input[type=reset].cta,input[type=reset].alt,input[type=submit].cta,input[type=submit].alt,.button.cta,.button.alt,.wc-block-grid__products .wc-block-grid__product .wp-block-button__link.cta,.wc-block-grid__products .wc-block-grid__product .wp-block-button__link.alt,.added_to_cart.cta,.added_to_cart.alt{background-color:#2c2d33;border-color:#2c2d33}button.cta:hover,button.alt:hover,input[type=button].cta:hover,input[type=button].alt:hover,input[type=reset].cta:hover,input[type=reset].alt:hover,input[type=submit].cta:hover,input[type=submit].alt:hover,.button.cta:hover,.button.alt:hover,.wc-block-grid__products .wc-block-grid__product .wp-block-button__link.cta:hover,.wc-block-grid__products .wc-block-grid__product .wp-block-button__link.alt:hover,.added_to_cart.cta:hover,.added_to_cart.alt:hover{background-color:#2c2d33}button:hover,input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover,.button:hover,.wc-block-grid__products .wc-block-grid__product .wp-block-button__link:hover,.added_to_cart:hover{color:#fff}button.loading,input[type=button].loading,input[type=reset].loading,input[type=submit].loading,.button.loading,.wc-block-grid__products .wc-block-grid__product .wp-block-button__link.loading,.added_to_cart.loading{opacity:.5}button.small,input[type=button].small,input[type=reset].small,input[type=submit].small,.button.small,.wc-block-grid__products .wc-block-grid__product .wp-block-button__link.small,.added_to_cart.small{padding:.5407911001em .875em;font-size:.875em}button.disabled,button:disabled,input[type=button].disabled,input[type=button]:disabled,input[type=reset].disabled,input[type=reset]:disabled,input[type=submit].disabled,input[type=submit]:disabled,.button.disabled,.button:disabled,.wc-block-grid__products .wc-block-grid__product .wp-block-button__link.disabled,.wc-block-grid__products .wc-block-grid__product .wp-block-button__link:disabled,.added_to_cart.disabled,.added_to_cart:disabled{opacity:.5 !important;cursor:not-allowed}button.disabled:hover,button:disabled:hover,input[type=button].disabled:hover,input[type=button]:disabled:hover,input[type=reset].disabled:hover,input[type=reset]:disabled:hover,input[type=submit].disabled:hover,input[type=submit]:disabled:hover,.button.disabled:hover,.button:disabled:hover,.wc-block-grid__products .wc-block-grid__product .wp-block-button__link.disabled:hover,.wc-block-grid__products .wc-block-grid__product .wp-block-button__link:disabled:hover,.added_to_cart.disabled:hover,.added_to_cart:disabled:hover{opacity:.5 !important}.button.woocommerce-MyAccount-downloads-file{overflow-wrap:anywhere;word-break:break-word;-ms-word-break:break-all}.wc-block-components-button:not(.is-link).disabled,.wc-block-components-button:not(.is-link):disabled{opacity:.5;cursor:not-allowed}.wc-block-components-button:not(.is-link).disabled:hover,.wc-block-components-button:not(.is-link):disabled:hover{opacity:.5}input[type=checkbox],input[type=radio]{padding:0}input[type=checkbox]+label,input[type=radio]+label{margin:0 0 0 .3819820591em}input[type=search]::-webkit-search-decoration{-webkit-appearance:none}input[type=search]{box-sizing:border-box}input[type=search]::placeholder{color:#616161}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input[type=text],input[type=number],input[type=email],input[type=tel],input[type=url],input[type=password],input[type=search],textarea,.input-text{padding:.6180469716em;background-color:#f2f2f2;color:#43454b;border:0;-webkit-appearance:none;box-sizing:border-box;font-weight:400;box-shadow:inset 0 1px 1px rgba(0,0,0,.125)}input[type=text]:focus,input[type=number]:focus,input[type=email]:focus,input[type=tel]:focus,input[type=url]:focus,input[type=password]:focus,input[type=search]:focus,textarea:focus,.input-text:focus{background-color:#ededed}textarea{overflow:auto;padding-left:.875em;vertical-align:top;width:100%}label{font-weight:400}label.inline input{width:auto}fieldset{padding:1.618em;padding-top:1em;border:0;margin:0;margin-bottom:1.618em;margin-top:1.618em}fieldset legend{font-weight:600;padding:.6180469716em 1em;margin-left:-1em}[placeholder]:focus::-webkit-input-placeholder{-webkit-transition:opacity .5s .5s ease;transition:opacity .5s .5s ease;opacity:0}.page-content img.wp-smiley,.entry-content img.wp-smiley,.comment-content img.wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0;display:inline-block;border-radius:0}.wp-caption{margin-bottom:1em;max-width:100%}.wp-caption img[class*=wp-image-]{display:block;margin:0 auto}.wp-caption .wp-caption-text{text-align:left;font-style:italic;border-bottom:2px solid rgba(0,0,0,.05);padding:1em 0}.gallery{margin-bottom:1em}.gallery::before,.gallery::after{content:"";display:table}.gallery::after{clear:both}.gallery .gallery-item{float:left}.gallery .gallery-item .gallery-icon a{display:block}.gallery .gallery-item .gallery-icon img{border:none;height:auto;margin:0 auto}.gallery .gallery-item .gallery-caption{margin:0;text-align:center}.gallery.gallery-columns-1 .gallery-item{width:100%}.gallery.gallery-columns-2 .gallery-item{width:50%}.gallery.gallery-columns-3 .gallery-item{width:33.3%}.gallery.gallery-columns-4 .gallery-item{width:25%}.gallery.gallery-columns-5 .gallery-item{width:20%}.gallery.gallery-columns-6 .gallery-item{width:16.666666667%}.gallery.gallery-columns-7 .gallery-item{width:14.285714286%}.gallery.gallery-columns-8 .gallery-item{width:12.5%}.gallery.gallery-columns-9 .gallery-item{width:11.111111111%}embed,iframe,object,video{max-width:100%}.secondary-navigation{display:none}button.menu-toggle{cursor:pointer;text-align:left;float:right;position:relative;border:2px solid rgba(0,0,0,0);box-shadow:none;border-radius:2px;background-image:none;padding:.6180469716em .875em .6180469716em 2.617924em;font-size:.875em;max-width:120px}button.menu-toggle:hover{background-image:none}button.menu-toggle span::before{transition:all,ease,.2s}button.menu-toggle::before,button.menu-toggle::after,button.menu-toggle span::before{content:"";display:block;height:2px;width:14px;position:absolute;top:50%;left:1em;margin-top:-1px;transition:all,ease,.2s;border-radius:3px}button.menu-toggle::before{transform:translateY(-4px)}button.menu-toggle::after{transform:translateY(4px)}.toggled button.menu-toggle::before,.toggled button.menu-toggle::after{transform:rotate(45deg)}.toggled button.menu-toggle::after{transform:rotate(-45deg)}.toggled button.menu-toggle span::before{opacity:0}.primary-navigation{display:none}.main-navigation::before,.main-navigation::after{content:"";display:table}.main-navigation::after{clear:both}.main-navigation div.menu{display:none}.main-navigation div.menu:last-child{display:block}.main-navigation .menu{clear:both}.handheld-navigation,.nav-menu,.main-navigation div.menu>ul:not(.nav-menu){overflow:hidden;max-height:0;transition:all,ease,.8s}.handheld-navigation{clear:both}.handheld-navigation ul{margin:0}.handheld-navigation ul.menu li{position:relative}.handheld-navigation ul.menu li button::after{transition:all,ease,.9s}.handheld-navigation ul.menu li button.toggled-on::after{transform:rotate(180deg)}.handheld-navigation ul.menu .sub-menu{visibility:hidden;opacity:0;max-height:0;transition:all,ease,.9s}.handheld-navigation ul.menu .sub-menu.toggled-on{visibility:visible;max-height:9999px;opacity:1}.handheld-navigation .dropdown-toggle{background:rgba(0,0,0,0);position:absolute;top:0;right:0;display:block}.main-navigation.toggled .handheld-navigation,.main-navigation.toggled .menu>ul:not(.nav-menu),.main-navigation.toggled ul[aria-expanded=true]{max-height:9999px}.main-navigation ul{margin-left:0;list-style:none;margin-bottom:0}.main-navigation ul ul{display:block;margin-left:1.41575em}.main-navigation ul li a{padding:.875em 0;display:block}.main-navigation ul li a:hover{color:#e6e6e6}.site-main nav.navigation{clear:both;padding:2.617924em 0}.site-main nav.navigation::before,.site-main nav.navigation::after{content:"";display:table}.site-main nav.navigation::after{clear:both}.site-main nav.navigation .nav-previous a,.site-main nav.navigation .nav-next a{display:inline-block}.site-main nav.navigation .nav-previous{float:left;width:50%}.site-main nav.navigation .nav-next{float:right;text-align:right;width:50%}.pagination,.woocommerce-pagination{padding:1em 0;border:1px solid rgba(0,0,0,.05);border-width:1px 0;text-align:center;clear:both}.pagination ul.page-numbers::before,.pagination ul.page-numbers::after,.woocommerce-pagination ul.page-numbers::before,.woocommerce-pagination ul.page-numbers::after{content:"";display:table}.pagination ul.page-numbers::after,.woocommerce-pagination ul.page-numbers::after{clear:both}.pagination .page-numbers,.woocommerce-pagination .page-numbers{list-style:none;margin:0;vertical-align:middle}.pagination .page-numbers li,.woocommerce-pagination .page-numbers li{display:inline-block}.pagination .page-numbers li .page-numbers,.woocommerce-pagination .page-numbers li .page-numbers{border-left-width:0;display:inline-block;padding:.3342343017em .875em;background-color:rgba(0,0,0,.025);color:#43454b}.pagination .page-numbers li .page-numbers.current,.woocommerce-pagination .page-numbers li .page-numbers.current{background-color:#2c2d33;border-color:#2c2d33}.pagination .page-numbers li .page-numbers.dots,.woocommerce-pagination .page-numbers li .page-numbers.dots{background-color:rgba(0,0,0,0)}.pagination .page-numbers li .page-numbers.prev,.pagination .page-numbers li .page-numbers.next,.woocommerce-pagination .page-numbers li .page-numbers.prev,.woocommerce-pagination .page-numbers li .page-numbers.next{padding-left:1em;padding-right:1em}.pagination .page-numbers li a.page-numbers:hover,.woocommerce-pagination .page-numbers li a.page-numbers:hover{background-color:rgba(0,0,0,.05)}.rtl .pagination a.next,.rtl .pagination a.prev,.rtl .woocommerce-pagination a.next,.rtl .woocommerce-pagination a.prev{transform:rotateY(180deg)}.widget{margin:0 0 3.706325903em}.widget select{max-width:100%}.widget .widget-search .search-submit{border:0;clip:rect(1px, 1px, 1px, 1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal !important}.widget .widget-title,.widget .widgettitle{font-size:1.41575em;letter-spacing:0;border-bottom:1px solid rgba(0,0,0,.05);padding:0 0 1em;margin-bottom:1em;font-weight:300}.widget ul{margin-left:0;list-style:none}.widget ul ul{margin-left:1.618em}.widget-area .widget{font-size:.875em;font-weight:400}.widget-area .widget h1.widget-title{font-size:1.41575em}.widget-area .widget a{font-weight:600;text-decoration:underline}.widget-area .widget a:hover{text-decoration:none}.widget-area .widget a.button,.widget-area .widget a.components-button:not(.is-link),.widget-area .widget a.wp-block-button__link{text-decoration:none}.widget-area .widget a.button{font-weight:600 !important}.widget_search form:not(.wp-block-search),.widget_product_search form:not(.wp-block-search){position:relative}.widget_search form:not(.wp-block-search) input[type=text],.widget_search form:not(.wp-block-search) input[type=search],.widget_product_search form:not(.wp-block-search) input[type=text],.widget_product_search form:not(.wp-block-search) input[type=search]{width:100%}.widget_search form:not(.wp-block-search) input[type=submit],.widget_search form:not(.wp-block-search) button[type=submit],.widget_product_search form:not(.wp-block-search) input[type=submit],.widget_product_search form:not(.wp-block-search) button[type=submit]{border:0;clip:rect(1px, 1px, 1px, 1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal !important;top:0;left:0}.widget_recent_entries ul,.widget_pages ul,.widget_categories ul,.widget_archive ul,.widget_recent_comments ul,.widget_nav_menu ul,.widget_links ul,.widget_product_categories ul,.widget_layered_nav ul,.widget_layered_nav_filters ul{margin:0}.widget_recent_entries ul li,.widget_pages ul li,.widget_categories ul li,.widget_archive ul li,.widget_recent_comments ul li,.widget_nav_menu ul li,.widget_links ul li,.widget_product_categories ul li,.widget_layered_nav ul li,.widget_layered_nav_filters ul li{list-style:none;margin-bottom:1em;line-height:1.41575em}.widget_recent_entries ul .children,.widget_pages ul .children,.widget_categories ul .children,.widget_archive ul .children,.widget_recent_comments ul .children,.widget_nav_menu ul .children,.widget_links ul .children,.widget_product_categories ul .children,.widget_layered_nav ul .children,.widget_layered_nav_filters ul .children{margin-left:0;margin-top:1em}#wp-calendar th,#wp-calendar td,.wp-calendar-table th,.wp-calendar-table td{padding:.236em;text-align:center}.widget_recent_entries ul ul.children,.widget_pages ul ul.children{margin:.6180469716em 0 0 1.41575em}.widget_rating_filter .wc-layered-nav-rating{margin-bottom:.6180469716em}.widget_rating_filter .wc-layered-nav-rating a{text-decoration:none !important}.widget_rating_filter .wc-layered-nav-rating .star-rating{display:inline-block;height:1em;line-height:1}@media(min-width: 768px){table.shop_table_responsive tbody tr td,table.shop_table_responsive tbody tr th{text-align:left}.site-header{padding-top:2.617924em;padding-bottom:0}.site-header .site-branding{display:block;width:100%;float:left;margin-left:0;margin-right:0;clear:both}.site-header .site-branding img{height:auto;max-width:230px;max-height:none}.woocommerce-active .site-header .site-branding{width:73.9130434783%;float:left;margin-right:4.347826087%}.woocommerce-active .site-header .site-search{width:21.7391304348%;float:right;margin-right:0;clear:none}.woocommerce-active .site-header .main-navigation{width:73.9130434783%;float:left;margin-right:4.347826087%;clear:both}.woocommerce-active .site-header .site-header-cart{width:21.7391304348%;float:right;margin-right:0;margin-bottom:0}.storefront-secondary-navigation .site-header .site-branding{width:39.1304347826%;float:left;margin-right:4.347826087%}.storefront-secondary-navigation .site-header .secondary-navigation{width:56.5217391304%;float:right;margin-right:0}.storefront-secondary-navigation.woocommerce-active .site-header .site-branding{width:21.7391304348%;float:left;margin-right:4.347826087%}.storefront-secondary-navigation.woocommerce-active .site-header .secondary-navigation{width:47.8260869565%;float:left;margin-right:4.347826087%}.site-branding .site-description{margin-bottom:0;display:block}.site-branding,.site-search,.site-header-cart,.site-logo-anchor,.site-logo-link,.custom-logo-link{margin-bottom:1.41575em}.site-header .subscribe-and-connect-connect{float:right;margin-bottom:1em}.site-header .subscribe-and-connect-connect .icons{list-style:none;margin:0}.site-header .subscribe-and-connect-connect .icons a{font-size:1em !important}.site-header .subscribe-and-connect-connect .icons li{margin:0 0 0 .5407911001em !important;display:inline-block}.col-full{max-width:66.4989378333em;margin-left:auto;margin-right:auto;padding:0 2.617924em;box-sizing:content-box}.col-full::before,.col-full::after{content:"";display:table}.col-full::after{clear:both}.col-full:after{content:" ";display:block;clear:both}.site-content::before,.site-content::after{content:"";display:table}.site-content::after{clear:both}.content-area{width:73.9130434783%;float:left;margin-right:4.347826087%}.widget-area{width:21.7391304348%;float:right;margin-right:0}.right-sidebar .content-area{width:73.9130434783%;float:left;margin-right:4.347826087%}.right-sidebar .widget-area{width:21.7391304348%;float:right;margin-right:0}.left-sidebar .content-area{width:73.9130434783%;float:right;margin-right:0}.left-sidebar .widget-area{width:21.7391304348%;float:left;margin-right:4.347826087%}.storefront-full-width-content .content-area{width:100%;float:left;margin-left:0;margin-right:0}.content-area,.widget-area{margin-bottom:2.617924em}.page-template-template-fullwidth-php .content-area,.page-template-template-homepage-php .content-area{width:100%;float:left;margin-left:0;margin-right:0}.footer-widgets{padding-top:4.235801032em;border-bottom:1px solid rgba(0,0,0,.05)}.footer-widgets::before,.footer-widgets::after{content:"";display:table}.footer-widgets::after{clear:both}.footer-widgets.col-2 .block{width:47.8260869565%;float:left;margin-right:4.347826087%}.footer-widgets.col-2 .block.footer-widget-2{float:right;margin-right:0}.footer-widgets.col-3 .block{width:30.4347826087%;float:left;margin-right:4.347826087%}.footer-widgets.col-3 .block.footer-widget-3{float:right;margin-right:0}.footer-widgets.col-4 .block{width:21.7391304348%;float:left;margin-right:4.347826087%}.footer-widgets.col-4 .block.footer-widget-4{float:right;margin-right:0}.comment-list::before,.comment-list::after{content:"";display:table}.comment-list::after{clear:both}.comment-list .comment{clear:both}.comment-list .comment-meta{width:17.6470588235%;float:left;margin-right:5.8823529412%;text-align:right}.comment-list .comment-meta .avatar{float:right}.comment-list .comment-content{padding-bottom:3.706325903em;margin-bottom:3.706325903em}.comment-list .comment-content,.comment-list #respond{width:76.4705882353%;float:right;margin-right:0}.comment-list #respond{float:right}.comment-list #respond .comment-form-author,.comment-list #respond .comment-form-email,.comment-list #respond .comment-form-url{width:100%;margin-right:0}.comment-list .comment-body #respond{box-shadow:0 6px 2em rgba(0,0,0,.2);margin-bottom:2.617924em;margin-top:-1.618em}.comment-list .reply{clear:both;text-align:right}.comment-list ol.children{width:88.2352941176%;float:right;margin-right:0;list-style:none}.comment-list ol.children .comment-meta{width:20%;float:left;margin-right:6.6666666667%}.comment-list ol.children .comment-content,.comment-list ol.children #respond{width:73.3333333333%;float:right;margin-right:0}.comment-list ol.children ol.children{width:86.6666666667%;float:right;margin-right:0}.comment-list ol.children ol.children .comment-meta{width:23.0769230769%;float:left;margin-right:7.6923076923%}.comment-list ol.children ol.children .comment-content,.comment-list ol.children ol.children #respond{width:69.2307692308%;float:right;margin-right:0}.comment-list ol.children ol.children ol.children{width:84.6153846154%;float:right;margin-right:0}.comment-list ol.children ol.children ol.children .comment-meta{width:27.2727272727%;float:left;margin-right:9.0909090909%}.comment-list ol.children ol.children ol.children .comment-content,.comment-list ol.children ol.children ol.children #respond{width:63.6363636364%;float:right;margin-right:0}.comment-list ol.children ol.children ol.children ol.children{width:81.8181818182%;float:right;margin-right:0}.comment-list ol.children ol.children ol.children ol.children .comment-meta{width:33.3333333333%;float:left;margin-right:11.1111111111%}.comment-list ol.children ol.children ol.children ol.children .comment-content,.comment-list ol.children ol.children ol.children ol.children #respond{width:55.5555555556%;float:right;margin-right:0}#respond{padding:2.617924em}#respond .comment-form-author,#respond .comment-form-email,#respond .comment-form-url{width:29.4117647059%;float:left;margin-right:5.8823529412%}#respond .comment-form-url{float:right;margin-right:0}#respond .comment-form-comment{clear:both}.hentry .entry-header{margin-bottom:2.617924em}.menu-toggle,.handheld-navigation,.main-navigation.toggled .handheld-navigation,.main-navigation.toggled div.menu{display:none}.primary-navigation{display:block}.main-navigation,.secondary-navigation{clear:both;display:block;width:100%}.main-navigation ul,.secondary-navigation ul{list-style:none;margin:0;padding-left:0;display:block}.main-navigation ul li,.secondary-navigation ul li{position:relative;display:inline-block;text-align:left}.main-navigation ul li a,.secondary-navigation ul li a{display:block}.main-navigation ul li a::before,.secondary-navigation ul li a::before{display:none}.main-navigation ul li:hover>ul,.main-navigation ul li.focus>ul,.secondary-navigation ul li:hover>ul,.secondary-navigation ul li.focus>ul{left:0;display:block}.main-navigation ul li:hover>ul li>ul,.main-navigation ul li.focus>ul li>ul,.secondary-navigation ul li:hover>ul li>ul,.secondary-navigation ul li.focus>ul li>ul{left:-9999px}.main-navigation ul li:hover>ul li>ul.sub-menu--is-touch-device,.main-navigation ul li.focus>ul li>ul.sub-menu--is-touch-device,.secondary-navigation ul li:hover>ul li>ul.sub-menu--is-touch-device,.secondary-navigation ul li.focus>ul li>ul.sub-menu--is-touch-device{display:none;left:0}.main-navigation ul li:hover>ul li:hover>ul,.main-navigation ul li:hover>ul li.focus>ul,.main-navigation ul li.focus>ul li:hover>ul,.main-navigation ul li.focus>ul li.focus>ul,.secondary-navigation ul li:hover>ul li:hover>ul,.secondary-navigation ul li:hover>ul li.focus>ul,.secondary-navigation ul li.focus>ul li:hover>ul,.secondary-navigation ul li.focus>ul li.focus>ul{left:100%;top:0;display:block}.main-navigation ul ul,.secondary-navigation ul ul{float:left;position:absolute;top:100%;z-index:99999;left:-9999px}.main-navigation ul ul.sub-menu--is-touch-device,.secondary-navigation ul ul.sub-menu--is-touch-device{display:none;left:0}.main-navigation ul ul li,.secondary-navigation ul ul li{display:block}.main-navigation ul ul li a,.secondary-navigation ul ul li a{width:200px}ul.menu li.current-menu-item>a{color:#43454b}.storefront-primary-navigation{clear:both}.storefront-primary-navigation::before,.storefront-primary-navigation::after{content:"";display:table}.storefront-primary-navigation::after{clear:both}.main-navigation div.menu{display:block}.main-navigation ul.menu,.main-navigation ul.nav-menu{max-height:none;overflow:visible;margin-left:-1em;transition:none}.main-navigation ul.menu>li>a,.main-navigation ul.nav-menu>li>a{padding:1.618em 1em}.main-navigation ul.menu>li.menu-item-has-children:hover::after,.main-navigation ul.menu>li.page_item_has_children:hover::after,.main-navigation ul.nav-menu>li.menu-item-has-children:hover::after,.main-navigation ul.nav-menu>li.page_item_has_children:hover::after{display:block}.main-navigation ul.menu ul,.main-navigation ul.nav-menu ul{margin-left:0}.main-navigation ul.menu ul li a,.main-navigation ul.nav-menu ul li a{padding:.875em 1.41575em;font-weight:400;font-size:.875em}.main-navigation ul.menu ul li:last-child,.main-navigation ul.nav-menu ul li:last-child{border-bottom:0}.main-navigation ul.menu ul ul,.main-navigation ul.nav-menu ul ul{margin-left:0;box-shadow:none}.main-navigation ul.menu ul a:hover,.main-navigation ul.menu ul li:hover>a,.main-navigation ul.menu ul li.focus,.main-navigation ul.nav-menu ul a:hover,.main-navigation ul.nav-menu ul li:hover>a,.main-navigation ul.nav-menu ul li.focus{background-color:rgba(0,0,0,.025)}.main-navigation a{padding:0 1em 2.2906835em}.secondary-navigation{margin:0 0 1.618em;width:auto;clear:none;line-height:1}.secondary-navigation .menu{font-size:.875em;width:auto;float:right}.secondary-navigation .menu>li:hover>a{text-decoration:none}.secondary-navigation .menu ul a{padding:.326em .875em;background:rgba(0,0,0,.05)}.secondary-navigation .menu ul li:first-child a{padding-top:1em}.secondary-navigation .menu ul li:last-child a{padding-bottom:1em}.secondary-navigation .menu ul ul{margin-top:-.6180469716em}.secondary-navigation .menu a{padding:1em .875em;color:#737781;font-weight:400}.secondary-navigation .menu a:hover{text-decoration:none}.error404 .fourohfour-columns-2 .col-1{width:47.8260869565%;float:left;margin-right:4.347826087%}.error404 .fourohfour-columns-2 .col-1 ul.products{margin-bottom:0}.error404 .fourohfour-columns-2 .col-2{width:47.8260869565%;float:right;margin-right:0}}@media(max-width: 66.4989378333em){.col-full{margin-left:2.617924em;margin-right:2.617924em;padding:0}}@media(max-width: 568px){.col-full{margin-left:1.41575em;margin-right:1.41575em;padding:0}}