@charset "UTF-8";
.ht-text-center{
text-align: center;
}
.ht-container-fluid,
.ht-container {
margin-right: auto;
margin-left: auto;
}
.ht-container-fluid {
padding-right: 2rem;
padding-left: 2rem;
}
.ht-container {
padding-right: 1rem;
padding-left: 1rem;
}
.ht-d-flex {
box-sizing: border-box;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.ht-row {
box-sizing: border-box;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 0;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -1rem;
margin-left: -1rem;
}
.ht-row.ht-reverse {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.ht-col.ht-reverse {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.ht-col-xs,
.ht-col-xs-1,
.ht-col-xs-2,
.ht-col-xs-3,
.ht-col-xs-4,
.ht-col-xs-5,
.ht-col-xs-6,
.ht-col-xs-7,
.ht-col-xs-8,
.ht-col-xs-9,
.ht-col-xs-10,
.ht-col-xs-11,
.ht-col-xs-12,
.ht-col-xs-offset-0,
.ht-col-xs-offset-1,
.ht-col-xs-offset-2,
.ht-col-xs-offset-3,
.ht-col-xs-offset-4,
.ht-col-xs-offset-5,
.ht-col-xs-offset-6,
.ht-col-xs-offset-7,
.ht-col-xs-offset-8,
.ht-col-xs-offset-9,
.ht-col-xs-offset-10,
.ht-col-xs-offset-11,
.ht-col-xs-offset-12 {
box-sizing: border-box;
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
padding-right: 1rem;
padding-left: 1rem;
}
.ht-col-xs {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-preferred-size: 0;
flex-basis: 0;
max-width: 100%;
}
.ht-col-xs-1 {
-ms-flex-preferred-size: 8.33333333%;
flex-basis: 8.33333333%;
max-width: 8.33333333%;
}
.ht-col-xs-2 {
-ms-flex-preferred-size: 16.66666667%;
flex-basis: 16.66666667%;
max-width: 16.66666667%;
}
.ht-col-xs-3 {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%;
}
.ht-col-xs-4 {
-ms-flex-preferred-size: 33.33333333%;
flex-basis: 33.33333333%;
max-width: 33.33333333%;
}
.ht-col-xs-5 {
-ms-flex-preferred-size: 41.66666667%;
flex-basis: 41.66666667%;
max-width: 41.66666667%;
}
.ht-col-xs-6 {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%;
}
.ht-col-xs-7 {
-ms-flex-preferred-size: 58.33333333%;
flex-basis: 58.33333333%;
max-width: 58.33333333%;
}
.ht-col-xs-8 {
-ms-flex-preferred-size: 66.66666667%;
flex-basis: 66.66666667%;
max-width: 66.66666667%;
}
.ht-col-xs-9 {
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%;
}
.ht-col-xs-10 {
-ms-flex-preferred-size: 83.33333333%;
flex-basis: 83.33333333%;
max-width: 83.33333333%;
}
.ht-col-xs-11 {
-ms-flex-preferred-size: 91.66666667%;
flex-basis: 91.66666667%;
max-width: 91.66666667%;
}
.ht-col-xs-12 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
}
.ht-col-xs-offset-0 {
margin-left: 0;
}
.ht-col-xs-offset-1 {
margin-left: 8.33333333%;
}
.ht-col-xs-offset-2 {
margin-left: 16.66666667%;
}
.ht-col-xs-offset-3 {
margin-left: 25%;
}
.ht-col-xs-offset-4 {
margin-left: 33.33333333%;
}
.ht-col-xs-offset-5 {
margin-left: 41.66666667%;
}
.ht-col-xs-offset-6 {
margin-left: 50%;
}
.ht-col-xs-offset-7 {
margin-left: 58.33333333%;
}
.ht-col-xs-offset-8 {
margin-left: 66.66666667%;
}
.ht-col-xs-offset-9 {
margin-left: 75%;
}
.ht-col-xs-offset-10 {
margin-left: 83.33333333%;
}
.ht-col-xs-offset-11 {
margin-left: 91.66666667%;
}
.ht-start-xs {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
text-align: start;
}
.ht-center-xs {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
}
.ht-end-xs {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
text-align: end;
}
.ht-top-xs {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.ht-middle-xs {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.ht-bottom-xs {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
.ht-around-xs {
-ms-flex-pack: distribute;
justify-content: space-around;
}
.ht-between-xs {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.ht-first-xs {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.ht-last-xs {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
@media only screen and (min-width: 48em) {
.ht-container {
width: 49rem;
}
.ht-col-sm,
.ht-col-sm-1,
.ht-col-sm-2,
.ht-col-sm-3,
.ht-col-sm-4,
.ht-col-sm-5,
.ht-col-sm-6,
.ht-col-sm-7,
.ht-col-sm-8,
.ht-col-sm-9,
.ht-col-sm-10,
.ht-col-sm-11,
.ht-col-sm-12,
.ht-col-sm-offset-0,
.ht-col-sm-offset-1,
.ht-col-sm-offset-2,
.ht-col-sm-offset-3,
.ht-col-sm-offset-4,
.ht-col-sm-offset-5,
.ht-col-sm-offset-6,
.ht-col-sm-offset-7,
.ht-col-sm-offset-8,
.ht-col-sm-offset-9,
.ht-col-sm-offset-10,
.ht-col-sm-offset-11,
.ht-col-sm-offset-12 {
box-sizing: border-box;
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
padding-right: 1rem;
padding-left: 1rem;
}
.ht-col-sm {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-preferred-size: 0;
flex-basis: 0;
max-width: 100%;
}
.ht-col-sm-1 {
-ms-flex-preferred-size: 8.33333333%;
flex-basis: 8.33333333%;
max-width: 8.33333333%;
}
.ht-col-sm-2 {
-ms-flex-preferred-size: 16.66666667%;
flex-basis: 16.66666667%;
max-width: 16.66666667%;
}
.ht-col-sm-3 {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%;
}
.ht-col-sm-4 {
-ms-flex-preferred-size: 33.33333333%;
flex-basis: 33.33333333%;
max-width: 33.33333333%;
}
.ht-col-sm-5 {
-ms-flex-preferred-size: 41.66666667%;
flex-basis: 41.66666667%;
max-width: 41.66666667%;
}
.ht-col-sm-6 {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%;
}
.ht-col-sm-7 {
-ms-flex-preferred-size: 58.33333333%;
flex-basis: 58.33333333%;
max-width: 58.33333333%;
}
.ht-col-sm-8 {
-ms-flex-preferred-size: 66.66666667%;
flex-basis: 66.66666667%;
max-width: 66.66666667%;
}
.ht-col-sm-9 {
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%;
}
.ht-col-sm-10 {
-ms-flex-preferred-size: 83.33333333%;
flex-basis: 83.33333333%;
max-width: 83.33333333%;
}
.ht-col-sm-11 {
-ms-flex-preferred-size: 91.66666667%;
flex-basis: 91.66666667%;
max-width: 91.66666667%;
}
.ht-col-sm-12 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
}
.ht-col-sm-offset-0 {
margin-left: 0;
}
.ht-col-sm-offset-1 {
margin-left: 8.33333333%;
}
.ht-col-sm-offset-2 {
margin-left: 16.66666667%;
}
.ht-col-sm-offset-3 {
margin-left: 25%;
}
.ht-col-sm-offset-4 {
margin-left: 33.33333333%;
}
.ht-col-sm-offset-5 {
margin-left: 41.66666667%;
}
.ht-col-sm-offset-6 {
margin-left: 50%;
}
.ht-col-sm-offset-7 {
margin-left: 58.33333333%;
}
.ht-col-sm-offset-8 {
margin-left: 66.66666667%;
}
.ht-col-sm-offset-9 {
margin-left: 75%;
}
.ht-col-sm-offset-10 {
margin-left: 83.33333333%;
}
.ht-col-sm-offset-11 {
margin-left: 91.66666667%;
}
.ht-start-sm {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
text-align: start;
}
.ht-center-sm {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
}
.ht-end-sm {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
text-align: end;
}
.ht-top-sm {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.ht-middle-sm {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.ht-bottom-sm {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
.ht-around-sm {
-ms-flex-pack: distribute;
justify-content: space-around;
}
.ht-between-sm {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.ht-first-sm {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.ht-last-sm {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
}
@media only screen and (min-width: 64em) {
.ht-container {
width: 65rem;
}
.ht-col-md,
.ht-col-md-1,
.ht-col-md-2,
.ht-col-md-3,
.ht-col-md-4,
.ht-col-md-5,
.ht-col-md-6,
.ht-col-md-7,
.ht-col-md-8,
.ht-col-md-9,
.ht-col-md-10,
.ht-col-md-11,
.ht-col-md-12,
.ht-col-md-offset-0,
.ht-col-md-offset-1,
.ht-col-md-offset-2,
.ht-col-md-offset-3,
.ht-col-md-offset-4,
.ht-col-md-offset-5,
.ht-col-md-offset-6,
.ht-col-md-offset-7,
.ht-col-md-offset-8,
.ht-col-md-offset-9,
.ht-col-md-offset-10,
.ht-col-md-offset-11,
.ht-col-md-offset-12 {
box-sizing: border-box;
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
padding-right: 1rem;
padding-left: 1rem;
}
.ht-col-md {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-preferred-size: 0;
flex-basis: 0;
max-width: 100%;
}
.ht-col-md-1 {
-ms-flex-preferred-size: 8.33333333%;
flex-basis: 8.33333333%;
max-width: 8.33333333%;
}
.ht-col-md-2 {
-ms-flex-preferred-size: 16.66666667%;
flex-basis: 16.66666667%;
max-width: 16.66666667%;
}
.ht-col-md-3 {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%;
}
.ht-col-md-4 {
-ms-flex-preferred-size: 33.33333333%;
flex-basis: 33.33333333%;
max-width: 33.33333333%;
}
.ht-col-md-5 {
-ms-flex-preferred-size: 41.66666667%;
flex-basis: 41.66666667%;
max-width: 41.66666667%;
}
.ht-col-md-6 {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%;
}
.ht-col-md-7 {
-ms-flex-preferred-size: 58.33333333%;
flex-basis: 58.33333333%;
max-width: 58.33333333%;
}
.ht-col-md-8 {
-ms-flex-preferred-size: 66.66666667%;
flex-basis: 66.66666667%;
max-width: 66.66666667%;
}
.ht-col-md-9 {
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%;
}
.ht-col-md-10 {
-ms-flex-preferred-size: 83.33333333%;
flex-basis: 83.33333333%;
max-width: 83.33333333%;
}
.ht-col-md-11 {
-ms-flex-preferred-size: 91.66666667%;
flex-basis: 91.66666667%;
max-width: 91.66666667%;
}
.ht-col-md-12 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
}
.ht-col-md-offset-0 {
margin-left: 0;
}
.ht-col-md-offset-1 {
margin-left: 8.33333333%;
}
.ht-col-md-offset-2 {
margin-left: 16.66666667%;
}
.ht-col-md-offset-3 {
margin-left: 25%;
}
.ht-col-md-offset-4 {
margin-left: 33.33333333%;
}
.ht-col-md-offset-5 {
margin-left: 41.66666667%;
}
.ht-col-md-offset-6 {
margin-left: 50%;
}
.ht-col-md-offset-7 {
margin-left: 58.33333333%;
}
.ht-col-md-offset-8 {
margin-left: 66.66666667%;
}
.ht-col-md-offset-9 {
margin-left: 75%;
}
.ht-col-md-offset-10 {
margin-left: 83.33333333%;
}
.ht-col-md-offset-11 {
margin-left: 91.66666667%;
}
.ht-start-md {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
text-align: start;
}
.ht-center-md {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
}
.ht-end-md {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
text-align: end;
}
.ht-top-md {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.ht-middle-md {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.ht-bottom-md {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
.ht-around-md {
-ms-flex-pack: distribute;
justify-content: space-around;
}
.ht-between-md {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.ht-first-md {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.ht-last-md {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
}
@media only screen and (min-width: 75em) {
.ht-container {
width: 1200px;
}
.ht-col-lg,
.ht-col-lg-1,
.ht-col-lg-2,
.ht-col-lg-3,
.ht-col-lg-4,
.ht-col-lg-5,
.ht-col-lg-6,
.ht-col-lg-7,
.ht-col-lg-8,
.ht-col-lg-9,
.ht-col-lg-10,
.ht-col-lg-11,
.ht-col-lg-12,
.ht-col-lg-offset-0,
.ht-col-lg-offset-1,
.ht-col-lg-offset-2,
.ht-col-lg-offset-3,
.ht-col-lg-offset-4,
.ht-col-lg-offset-5,
.ht-col-lg-offset-6,
.ht-col-lg-offset-7,
.ht-col-lg-offset-8,
.ht-col-lg-offset-9,
.ht-col-lg-offset-10,
.ht-col-lg-offset-11,
.ht-col-lg-offset-12 {
box-sizing: border-box;
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
padding-right: 1rem;
padding-left: 1rem;
}
.ht-col-lg {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-preferred-size: 0;
flex-basis: 0;
max-width: 100%;
}
.ht-col-lg-1 {
-ms-flex-preferred-size: 8.33333333%;
flex-basis: 8.33333333%;
max-width: 8.33333333%;
}
.ht-col-lg-2 {
-ms-flex-preferred-size: 16.66666667%;
flex-basis: 16.66666667%;
max-width: 16.66666667%;
}
.ht-col-lg-3 {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%;
}
.ht-col-lg-4 {
-ms-flex-preferred-size: 33.33333333%;
flex-basis: 33.33333333%;
max-width: 33.33333333%;
}
.ht-col-lg-5 {
-ms-flex-preferred-size: 41.66666667%;
flex-basis: 41.66666667%;
max-width: 41.66666667%;
}
.ht-col-lg-6 {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%;
}
.ht-col-lg-7 {
-ms-flex-preferred-size: 58.33333333%;
flex-basis: 58.33333333%;
max-width: 58.33333333%;
}
.ht-col-lg-8 {
-ms-flex-preferred-size: 66.66666667%;
flex-basis: 66.66666667%;
max-width: 66.66666667%;
}
.ht-col-lg-9 {
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%;
}
.ht-col-lg-10 {
-ms-flex-preferred-size: 83.33333333%;
flex-basis: 83.33333333%;
max-width: 83.33333333%;
}
.ht-col-lg-11 {
-ms-flex-preferred-size: 91.66666667%;
flex-basis: 91.66666667%;
max-width: 91.66666667%;
}
.ht-col-lg-12 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
}
.ht-col-lg-offset-0 {
margin-left: 0;
}
.ht-col-lg-offset-1 {
margin-left: 8.33333333%;
}
.ht-col-lg-offset-2 {
margin-left: 16.66666667%;
}
.ht-col-lg-offset-3 {
margin-left: 25%;
}
.ht-col-lg-offset-4 {
margin-left: 33.33333333%;
}
.ht-col-lg-offset-5 {
margin-left: 41.66666667%;
}
.ht-col-lg-offset-6 {
margin-left: 50%;
}
.ht-col-lg-offset-7 {
margin-left: 58.33333333%;
}
.ht-col-lg-offset-8 {
margin-left: 66.66666667%;
}
.ht-col-lg-offset-9 {
margin-left: 75%;
}
.ht-col-lg-offset-10 {
margin-left: 83.33333333%;
}
.ht-col-lg-offset-11 {
margin-left: 91.66666667%;
}
.ht-start-lg {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
text-align: start;
}
.ht-center-lg {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
}
.ht-end-lg {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
text-align: end;
}
.ht-top-lg {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.ht-middle-lg {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.ht-bottom-lg {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
.ht-around-lg {
-ms-flex-pack: distribute;
justify-content: space-around;
}
.ht-between-lg {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.ht-first-lg {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.ht-last-lg {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
}.wp-embed-responsive .wp-block {
outline: 0;
}
.cus-col-5.ht-col-md-6 {
flex: 0 0 20%;
max-width: 20%;
}
.product-style {
position: relative;
z-index: 35;
}
.product-slider {
width: 100%;
}
.product-item {
padding-bottom: 10px;
margin-bottom: 30px;
}
.product-item mark,
.product-item ins {
background: transparent;
}
.product-item .product-inner .image-wrap {
position: relative;
text-align: center;
overflow: hidden;
}
.product-item .product-inner .image-wrap .wishlist,
.product-item .product-inner .image-wrap .tinv-wraper {
display: block;
position: absolute;
right: 20px;
top: 20px;
left: auto !important;
margin-top: 0;
}
.product-item .product-inner .image-wrap .tinv-wraper a,
.ht-product-action
.tinv-wishlist.tinvwl-after-add-to-cart
.tinvwl_add_to_wishlist_button {
margin: 0;
}
.ht-product-list-action
.tinv-wishlist.tinvwl-after-add-to-cart
.tinvwl_add_to_wishlist_button {
margin-top: 0;
}
.product-item
.product-inner
.image-wrap
.tinv-wraper
a
.tinvwl_add_to_wishlist-text,
.ht-product-action .tinv-wraper a .tinvwl_add_to_wishlist-text {
display: none;
}
.ht-product-action
.tinv-wishlist
.tinvwl_add_to_wishlist_button.tinvwl-icon-heart::before,
.ht-product-action
.tinv-wishlist
.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus::before {
font-size: 26px;
}
.yith-wcwl-add-to-wishlist .ajax-loading {
left: 20px;
margin: 0;
position: absolute;
top: 4px;
}
.product-item .content {
padding-top: 10px;
}
.content h4.title {
margin: 0;
}
.product-item .product-inner .content .title {
font-size: 20px;
margin-bottom: 10px;
}
.product-item .actions {
background: #333 none repeat scroll 0 0;
border-radius: 20px;
color: #fff;
display: flex;
left: 50%;
position: absolute;
text-align: center;
top: 50%;
transform: translateX(-50%);
transition: all 0.4s ease 0s;
width: 150px;
opacity: 0;
visibility: hidden;
}
.product-item .actions > * {
flex: 1 0 auto;
}
.product-item .product-inner .image-wrap .actions.style_two {
width: 85%;
border-radius: 0;
bottom: 0;
top: auto;
}
.product-item .woocommerce.compare-button a.button {
background-color: #333;
border-radius: 20px;
}
.product-item .product-inner .image-wrap .style_two .wishlist {
position: static;
}
.yith-wcwl-add-button {
position: relative;
}
.style_two .yith-wcwl-add-to-wishlist .ajax-loading {
margin-left: 0;
top: 11px;
}
.product-item .woocommerce.product.compare-button,
.product-item .actions .htcompare-btn {
border-left: 1px solid #999;
}
.product-item .actions .htcompare-btn {
border-radius: 0;
}
.product-item:hover .actions {
opacity: 1;
transform: translateX(-50%) translateY(-50%);
visibility: visible;
}
.product-item .actions a,
.product-item .woocommerce.compare-button a.button {
color: #fff;
display: block;
font-weight: normal;
line-height: inherit;
padding: 7px 5px;
text-indent: -999999px;
position: relative;
background: transparent;
}
.product-item .actions a {
border-radius: 20px 0 0 20px;
}
.product-item .actions a::before {
color: #fff;
content: "";
font-family: fontawesome;
height: 100%;
left: 0;
position: absolute;
text-indent: 0;
top: 5px;
width: 100%;
}
.product-item .actions .compare-button a::before,
.product-item .actions .htcompare-btn::before {
content: "\f021";
}
.product-item .product-inner .image-wrap .style_two .wishlist a::before {
content: "\f08a";
}
.product-item
.product-inner
.image-wrap
.style_two
.wishlist
.yith-wcwl-wishlistexistsbrowse
a::before,
.product-item
.product-inner
.image-wrap
.style_two
.wishlist
.yith-wcwl-wishlistaddedbrowse
a::before {
content: "\f004";
}
.product-item .product-inner .actions.style_two a {
text-indent: 0;
}
.product-item .product-inner .actions.style_two a::before {
display: none;
}
.product-item .product-inner .actions.style_two .tinv-wishlist a::before {
display: block;
font-size: 20px;
line-height: 28px;
}
.product-item .product-inner .actions.style_two .tinv-wishlist a {
text-indent: -999999px;
margin: 0;
}
.product-item.product_style_three .product-inner .image-wrap {
overflow: visible;
}
.product_information_area {
background: #fff none repeat scroll 0 0;
bottom: -90px;
box-shadow: 0 0 12px rgba(0, 0, 0, 0.18);
left: 0;
opacity: 0;
position: absolute;
text-align: left;
transition: all 0.4s ease 0s;
visibility: hidden;
width: 100%;
z-index: 9;
}
.product_information_area .content {
padding-bottom: 15px;
text-align: center;
}
.product-item
.product-inner
.image-wrap
.product_information_area
.actions.style_two {
border-radius: 0;
bottom: 0;
opacity: 1;
overflow: hidden;
padding: 0 30px;
position: static;
top: auto;
transform: translateX(0px);
visibility: visible;
width: 100%;
}
.product-item:hover .product_information_area {
bottom: -103px;
opacity: 1;
visibility: visible;
}
.woocommerce.woolentor_current_theme_hello-elementor span.onsale,
.woolentor_current_theme_hello-elementor span.onsale,
.elementor-widget-woolentor-product-tab span.onsale {
background-color: #23252a;
border-radius: 3px;
color: #fff;
font-size: 14px;
font-weight: 500;
left: 15px;
top: 15px;
line-height: 1 !important;
min-height: inherit !important;
min-width: inherit !important;
padding: 5px 10px;
position: absolute;
}
.product-item a.button.added {
display: none !important;
}
.product-item .actions .htcompare-btn.added {
display: block !important;
}
.product-item .actions .htcompare-btn.loading {
padding: 0;
}
.product-item .actions a.htcompare-btn.loading::after {
right: 20px;
}
.product-item .product-inner .image-wrap .actions a.added_to_cart {
text-indent: -99999px;
}
.product-item .product-inner .image-wrap .actions a.added_to_cart::before {
content: "";
font-family: WooCommerce;
font-size: 20px;
left: auto;
position: absolute;
text-indent: 0;
top: 0;
display: block;
}
.elementor-widget-woolentor-product-tab .product-item .product-inner .image-wrap .actions a.added_to_cart::before{
line-height: 36px;
}
.product-item a.button.added::after,
.product-item a.button.loading::after {
color: #fff;
content: "";
display: block;
font-family: "fontawesome";
margin: 0 auto;
position: absolute;
text-indent: 0;
top: 5px;
} .ht-tab-menus {
margin: 0;
padding: 0;
list-style: none;
}
.ht-tab-menus {
margin-bottom: 45px;
}
.ht-tab-menus li {
display: inline-block;
margin-right: 20px;
}
.ht-tab-menus li:last-child {
margin-right: 0;
}
.ht-tab-menus li a {
border: 1px solid transparent;
border-radius: 50px;
padding: 5px 15px;
text-transform: capitalize;
}
.ht-tab-menus li a:focus {
outline: none;
}
.ht-tab-menus li a.htactive {
border-color: #e5e5e5;
}
.ht-tab-pane {
display: none;
}
.ht-tab-pane.htactive {
display: block;
}
.product_attribute ul {
list-style: outside none none;
margin: 0 0 20px;
padding: 0;
text-align: left;
}
.product_information_area .attribute_label {
font-weight: 600;
}
.product_attribute {
margin-top: 25px;
padding: 0 30px;
}
.product_attribute ul li {
display: inline-block;
line-height: 1;
margin: 0 10px 0 0;
}
.product_attribute ul li.color_attribute {
border-radius: 100%;
height: 15px;
width: 15px;
}
.product-slider .slick-arrow {
background: transparent none repeat scroll 0 0;
border: 2px solid #ddd;
color: #ddd;
font-size: 20px;
height: 40px;
left: -30px;
line-height: inherit;
padding: 0;
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 40px;
z-index: 99;
transition: 0.4s;
}
.product-slider .slick-arrow.slick-next {
right: -30px;
left: auto;
}
.product-slider .slick-arrow:hover {
border-color: #333;
color: #333;
}
.product-slider .slick-dots {
bottom: 0px;
display: flex;
left: 50%;
list-style: outside none none;
margin: 0;
padding: 0;
position: absolute;
transform: translateX(-50%);
}
.product-slider .slick-dots li {
line-height: 12px;
margin: 0 4px;
}
.product-slider .slick-dots li button {
background-color: transparent;
border: 1px solid #4e4f4f;
border-radius: 50px;
height: 13px;
padding: 0;
text-indent: -9999px;
width: 13px;
line-height: 13px;
}
.product-slider .slick-dots li.slick-active button {
background-color: #282828;
border-color: #282828;
}
.col2-set .col-1,
.col2-set .col-2 {
flex: 0 0 100%;
max-width: 100%;
}
.col2-set .form-row {
display: block;
}
[class*="elementor-widget-woolentor"] .slick-prev::before,
[class*="elementor-widget-woolentor"] .slick-next::before,
[class*="elementor-widget-wl"] .slick-prev::before,
[class*="elementor-widget-wl"] .slick-next::before {
display: none;
} .woocommerce div.product.mb-30 {
margin-bottom: 30px;
}
li.woolentor-cart .button:before {
opacity: 1;
filter: inherit;
}
[dir="rtl"] .slick-prev {
right: auto;
}
.ht-products
.wlshop-grid-area.ht-product
.ht-product-inner
.ht-product-action
ul
li
a.wishsuite-button,
.elementor-widget-woolentor-universal-product
.ht-products
.ht-product
.ht-product-inner
.ht-product-action
ul
li
a.wishsuite-button {
line-height: 40px;
}
[class*="elementor-widget-woolentor"]:not(
.elementor-widget-woolentor-product-tab
)
.wishsuite-shop-top_thumbnail {
position: relative !important;
top: 0;
left: 0 !important;
}
.ht-product-action ul li.woolentor-cart a.wc-forward.added_to_cart {
padding: 0;
margin: 0;
}
.woolentor_current_theme_blocksy .ht-product-action ul li.woolentor-cart a.wc-forward.added_to_cart{
background-color: transparent !important;
}
.woolentor-short-desc ul,
.woolentor-short-desc ol,
.woolentor-products .woocommerce-product-details__short-description ul,
.woolentor-products .woocommerce-product-details__short-description ol {
margin-left: 15px;
}
.ht-products
.ht-product
.ht-product-inner
.ht-product-action
ul
li
a[class*="shopengine"] {
display: none;
} .ht-product-image-wrap .ht-product-image{
position: relative;
}
.ht-product-image-wrap .ht-product-image .ht-product-hover-img {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: flex;
align-items: center;
justify-content: center;
background-color: #ffffff;
opacity: 0;
transition: opacity 0.5s ease,transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}
.ht-product-inner:hover .ht-product-image-wrap .ht-product-image .ht-product-hover-img {
opacity: 1;
transform: scale(1.09);
} .ht-products {
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-family: "Roboto", sans-serif;
}
.ht-products * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.ht-products .ht-product .ht-product-inner {
color: #444444;
border: 1px solid #f1f1f1;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
position: relative;
overflow: hidden;
}
.woolentor-product-same-height.ht-products .ht-product .ht-product-inner {
height: 100%;
display: flex;
flex-direction: column;
}
.woolentor-product-same-height.ht-products .ht-product .ht-product-content {
flex: 1 0;
}
.woolentor-product-same-height.ht-products.product-slider .slick-list,
.woolentor-product-same-height.ht-products.product-slider .slick-track,
.woolentor-product-same-height.ht-products.product-slider .ht-product {
height: 100% !important;
}
.ht-products .ht-product .ht-product-inner .ht-product-countdown-wrap {
position: absolute;
left: 0;
width: 100%;
bottom: 0;
}
.ht-products
.ht-product
.ht-product-inner
.ht-product-countdown-wrap
.ht-product-countdown {
max-width: 370px;
padding: 8px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin: auto;
}
.ht-products
.ht-product
.ht-product-inner
.ht-product-countdown-wrap
.ht-product-countdown
.cd-single {
-webkit-box-flex: 1;
-webkit-flex: 1 0 25%;
-ms-flex: 1 0 25%;
flex: 1 0 25%;
max-width: 25%;
padding: 2px;
}
.ht-products
.ht-product
.ht-product-inner
.ht-product-countdown-wrap
.ht-product-countdown
.cd-single
.cd-single-inner {
padding: 10px;
background-color: rgba(0, 0, 0, 0.75);
text-align: center;
}
.ht-products
.ht-product
.ht-product-inner
.ht-product-countdown-wrap
.ht-product-countdown
.cd-single
.cd-single-inner
h3 {
font-size: 14px;
font-weight: 700;
margin: 0 0 2px;
color: #ffffff;
}
.ht-products
.ht-product
.ht-product-inner
.ht-product-countdown-wrap
.ht-product-countdown
.cd-single
.cd-single-inner
p {
font-size: 12px;
color: #ffffff;
margin: 0;
}
.ht-products .ht-product .ht-product-inner .ht-product-image-wrap {
position: relative;
overflow: hidden;
}
.ht-products
.ht-product
.ht-product-inner
.ht-product-image-wrap
.ht-product-label {
font-size: 13px;
text-transform: uppercase;
font-weight: 700;
position: absolute;
top: 18px;
z-index: 3;
}
.ht-products
.ht-product
.ht-product-inner
.ht-product-image-wrap
.ht-product-label.ht-stockout {
color: #f05b64 !important;
}
.ht-products
.ht-product
.ht-product-inner
.ht-product-image-wrap
.ht-product-label.ht-product-label-left {
left: 30px;
right: auto;
}
.ht-products
.ht-product
.ht-product-inner
.ht-product-image-wrap
.ht-product-label.ht-product-label-right {
left: auto;
right: 30px;
}
.ht-products
.ht-product
.ht-product-inner
.ht-product-image-wrap
.ht-product-image
img {
width: 100%;
}
.ht-products
.ht-product
.ht-product-inner
.ht-product-image-wrap
.ht-product-image
.ht-product-image-slider {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
margin-bottom: 25px;
}
.ht-products
.ht-product
.ht-product-inner
.ht-product-image-wrap
.ht-product-image
.ht-product-image-slider
.slick-arrow{
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 20px;
height: 30px;
border: none;
background-color: transparent !important;
text-align: center;
padding: 0;
cursor: pointer;
z-index: 99;
color: #444444;
}
.ht-products
.ht-product
.ht-product-inner
.ht-product-image-wrap
.ht-product-image
.ht-product-image-slider
.slick-arrow i{
font-size: 18px;
line-height: 30px;
}
.ht-products
.ht-product
.ht-product-inner
.ht-product-image-wrap
.ht-product-image
.ht-product-image-slider
.slick-arrow.slick-prev {
left: 15px;
}
.ht-products
.ht-product
.ht-product-inner
.ht-product-image-wrap
.ht-product-image
.ht-product-image-slider
.slick-arrow.slick-next {
right: 15px;
}
.ht-products
.ht-product
.ht-product-inner
.ht-product-image-wrap
.ht-product-image
.ht-product-image-slider
.slick-arrow:focus {
outline: none;
}
.ht-products
.ht-product
.ht-product-inner
.ht-product-image-wrap
.ht-product-image
.ht-product-image-slider
.slick-arrow:hover {
color: #000000;
}
.ht-products
.ht-product
.ht-product-inner
.ht-product-image-wrap
.ht-product-image
.ht-product-image-slider
.slick-dots {
position: absolute;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
list-style: none;
margin: 0;
padding: 0;
left: 0;
bottom: -25px;
width: 100%;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
transform: translateX(0);
}
.ht-products
.ht-product
.ht-product-inner
.ht-product-image-wrap
.ht-product-image
.ht-product-image-slider
.slick-dots
li {
margin: 0 5px;
}
.ht-products
.ht-product
.ht-product-inner
.ht-product-image-wrap
.ht-product-image
.ht-product-image-slider
.slick-dots
li
button {
display: block;
text-indent: -99999px;
padding: 0;
width: 10px;
height: 10px;
border: none;
border-radius: 50%;
background-color: #cccccc !important;
cursor: pointer;
}
.ht-products
.ht-product
.ht-product-inner
.ht-product-image-wrap
.ht-product-image
.ht-product-image-slider
.slick-dots
li.slick-active
button {
background-color: #666666 !important;
}
.ht-products
.ht-product
.ht-product-inner
.ht-product-image-wrap
.ht-product-image
.ht-product-image-slider
.slick-slide {
height: auto;
}
.ht-products
.ht-product
.ht-product-inner
.ht-product-image-wrap
.ht-product-image
.ht-product-cus-tab {
overflow: hidden;
width: 100%;
}
.ht-products
.ht-product
.ht-product-inner
.ht-product-image-wrap
.ht-product-image
.ht-product-cus-tab
.ht-product-cus-tab-pane {
display: none;
}
.ht-products
.ht-product
.ht-product-inner
.ht-product-image-wrap
.ht-product-image
.ht-product-cus-tab
.ht-product-cus-tab-pane.htactive {
display: block;
}
.ht-products
.ht-product
.ht-product-inner
.ht-product-image-wrap
.ht-product-image
.ht-product-cus-tab
.ht-product-cus-tab-pane
a {
display: block;
}
.ht-products
.ht-product
.ht-product-inner
.ht-product-image-wrap
.ht-product-image
.ht-product-cus-tab
.ht-product-cus-tab-pane
a
img {
width: 100%;
}
.ht-products
.ht-product
.ht-product-inner
.ht-product-image-wrap
.ht-product-image
.ht-product-cus-tab-links {
position: absolute;
left: 50%;
bottom: 15px;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
margin: 0;
padding: 0;
list-style: none;
width: 150px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
}
.ht-products
.ht-product
.ht-product-inner
.ht-product-image-wrap
.ht-product-image
.ht-product-cus-tab-links
li {
width: 33.333333%;
padding: 0 2px;
margin-bottom: 5px;
}
.ht-products
.ht-product
.ht-product-inner
.ht-product-image-wrap
.ht-product-image
.ht-product-cus-tab-links
li
a {
display: block;
border: 3px solid rgba(0, 0, 0, 0.55);
background: #fff none repeat scroll 0 0;
}
.ht-products
.ht-product
.ht-product-inner
.ht-product-image-wrap
.ht-product-image
.ht-product-cus-tab-links
li
a.htactive {
border-color: rgba(220, 154, 14, 0.55);
}
.ht-products
.ht-product
.ht-product-inner
.ht-product-image-wrap
.ht-product-image
.ht-product-cus-tab-links
li
a
img {
width: 100%;
}
.ht-products .ht-product .ht-product-inner .ht-product-action {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
position: absolute;
left: 25px;
right: auto;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 9;
}
.ht-products .ht-product .ht-product-inner .ht-product-action ul {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
list-style: none;
margin: -5px;
padding: 0;
}
.ht-products .ht-product .ht-product-inner .ht-product-action ul li {
padding: 5px;
position: relative;
}
.ht-products .ht-product .ht-product-inner .ht-product-action ul li a {
color: #000000;
text-decoration: none;
display: block;
text-align: center;
width: 30px;
height: 30px;
position: relative;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.ht-products
.ht-product
.ht-product-inner
.ht-product-action
ul
li
a.htcompare-btn,
.ht-products
.ht-product
.ht-product-inner
.ht-product-action
ul
li
a.htcompare-btn
.htcompare-btn-text {
display: block !important;
}
.ht-products
.ht-product
.ht-product-inner
.ht-product-action
ul
li
a.wishsuite-button
svg {
width: 18px;
height: 18px;
}
.ht-products
.ht-product
.ht-product-inner
.ht-product-action
ul
li
a.htcompare-btn.loading {
padding: 0;
}
.ht-products
.ht-product
.ht-product-inner
.ht-product-action
ul
li
a.htcompare-btn.loading::after {
right: 6px;
}
.ht-products
.ht-product
.ht-product-inner
.ht-product-action
ul
li
a.htcompare-btn.added::after {
display: none;
}
.ht-products .ht-product .ht-product-inner .ht-product-action ul li a i {
font-size: 20px;
line-height: 30px;
margin: 0;
}
.woolentor-compare.compare,
.ht-product-action ul li.woolentor-cart a {
-webkit-text-indent: -99999px;
text-indent: -99999px;
}
.ht-products .ht-product .yith-wcwl-add-to-wishlist {
margin-top: 0;
}
.woolentor-compare.compare::before,
.ht-product-action ul li.woolentor-cart a::before {
content: "";
display: flex;
font-family: simple-line-icons !important;
font-size: 20px;
height: 100%;
justify-content: center;
left: 0;
position: absolute;
text-indent: 0;
width: 100%;
line-height: 30px;
opacity: 1 !important;
filter: blur(0) !important;
z-index: 9999;
}
.ht-product-action ul li.woolentor-cart a::before {
content: "";
font-weight: normal;
}
.ht-product-action ul li.woolentor-cart a.loading::before {
animation: 2s linear 0s normal none infinite running spin;
content: "";
font-family: "WooCommerce" !important;
height: auto;
}
.ht-product-action ul li.woolentor-cart a.wc-forward::before,
.woolentor-compare.compare.added::before {
content: "";
}
.ht-products.woocommerce a.added_to_cart {
padding: 0;
display: block;
}
.ht-product-action ul li.woolentor-cart a.button {
background: transparent none repeat scroll 0 0;
padding: 0;
}
.ht-product-action ul li.woolentor-cart a.added {
display: none !important;
}
.elementor-widget-woolentor-cross-sell-product-custom .ht-product-action ul li.woolentor-cart a.added{
display: block !important;
}
.elementor-widget-woolentor-cross-sell-product-custom .ht-product-action ul li.woolentor-cart a.added::before{
display: none;
}
.woocommerce .elementor-widget-woolentor-cross-sell-product-custom a.button.added::after{
position: absolute;
left: 0;
top: 0;
text-indent: 0;
}
.woocommerce .elementor-widget-woolentor-cross-sell-product-custom .woolentor-btn-text-cart a.button.added::after {
right: -15px;
left: auto;
}
.ht-products
.ht-product
.ht-product-inner
.ht-product-action
ul
li
a
.ht-product-action-tooltip,
span.woolentor-tip,
[class*="elementor-widget-woolentor"]:not(
.elementor-widget-woolentor-product-archive-addons
)
.wishsuite-button.wishlist
span.wishsuite-btn-text {
position: absolute;
left: 100%;
top: 50%;
display: block;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 10px;
line-height: 1;
color: #f1f1f1;
background-color: #282828;
padding: 5px 10px;
border-radius: 50px;
white-space: nowrap;
opacity: 0;
visibility: hidden;
margin-left: -10px;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
z-index: 99;
}
[class*="elementor-widget-woolentor"]:not(
.elementor-widget-woolentor-product-archive-addons
)
.wishsuite-button.wishlist
span.wishsuite-btn-text {
margin-right: -10px;
-webkit-transform: translateY(-65%);
-ms-transform: translateY(-65%);
transform: translateY(-65%);
}
.ht-products .ht-product.ht-product-action-right span.woolentor-tip,
.ht-products
.ht-product.ht-product-action-right
.wishsuite-button.wishlist
span.wishsuite-btn-text {
left: auto;
right: 35px;
}
.tooltip_no .ht-product-action-tooltip {
display: none !important;
}
.ht-products .ht-product .ht-product-inner .ht-product-action ul li a:hover {
color: #dc9a0e;
}
.ht-product-action .yith-wcwl-wishlistaddedbrowse a,
.ht-product-action .yith-wcwl-wishlistexistsbrowse a {
color: #dc9a0e !important;
}
.ht-products
.ht-product
.ht-product-inner
.ht-product-action
ul
li
a:hover
.ht-product-action-tooltip,
.ht-products
.ht-product
.ht-product-inner
.ht-product-action
ul
li:hover
span.woolentor-tip,
.ht-products
.ht-product
.ht-product-inner
.ht-product-action
ul
li:hover
.wishsuite-button.wishlist
span.wishsuite-btn-text {
opacity: 1;
visibility: visible;
margin-left: 0;
margin-right: 0;
}
.ht-products .ht-product .ht-product-inner .ht-product-content {
padding: 30px;
}
.ht-products
.ht-product
.ht-product-inner
.ht-product-content
.ht-product-content-inner {
position: relative;
}
.ht-products
.ht-product
.ht-product-inner
.ht-product-content
.ht-product-content-inner
> *:not(.woolentor-stock-progress-bar, .stock-management-progressbar) {
margin-top: 0;
}
.ht-products
.ht-product
.ht-product-inner
.ht-product-content
.ht-product-content-inner
> *:last-child {
margin-bottom: 0;
}
.ht-products
.ht-product
.ht-product-inner
.ht-product-content
.ht-product-content-inner
.ht-product-categories {
position: relative;
padding-left: 30px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-bottom: 15px;
}
.ht-products
.ht-product
.ht-product-inner
.ht-product-content
.ht-product-content-inner
.ht-product-categories::before {
content: "";
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 20px;
height: 1px;
background-color: #949494;
}
.ht-products
.ht-product
.ht-product-inner
.ht-product-content
.ht-product-content-inner
.ht-product-categories
a {
color: inherit;
text-decoration: none;
font-size: 14px;
line-height: 1;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.ht-products
.ht-product
.ht-product-inner
.ht-product-content
.ht-product-content-inner
.ht-product-categories
a:hover {
color: #dc9a0e;
}
.ht-products
.ht-product
.ht-product-inner
.ht-product-content
.ht-product-content-inner
.ht-product-title {
font-size: 18px;
line-height: 1.2;
font-weight: 400;
margin-bottom: 10px;
margin-top: 0;
}
.ht-products
.ht-product
.ht-product-inner
.ht-product-content
.ht-product-content-inner
span.ht-product-title {
display: inline-block;
}
.ht-products
.ht-product
.ht-product-inner
.ht-product-content
.ht-product-content-inner
.ht-product-title
a {
color: inherit;
text-decoration: none;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.ht-products
.ht-product
.ht-product-inner
.ht-product-content
.ht-product-content-inner
.ht-product-title
a:hover {
color: #dc9a0e;
}
.ht-products
.ht-product
.ht-product-inner
.ht-product-content
.ht-product-content-inner
.ht-product-price {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 19px;
}
.ht-products
.ht-product
.ht-product-inner
.ht-product-content
.ht-product-content-inner
.ht-product-price
span {
line-height: 1;
font-weight: 700;
font-size: 20px;
color: #444444;
}
.ht-products
.ht-product
.ht-product-inner
.ht-product-content
.ht-product-content-inner
.ht-product-price
mark,
.ht-products
.ht-product
.ht-product-inner
.ht-product-content
.ht-product-content-inner
.ht-product-price
ins {
background: transparent none repeat scroll 0 0;
}
.ht-products
.ht-product
.ht-product-inner
.ht-product-content
.ht-product-content-inner
.ht-product-price
span
del {
margin-right: 8px;
text-decoration: line-through;
}
.ht-products
.ht-product
.ht-product-inner
.ht-product-content
.ht-product-content-inner
.ht-product-price
span
del
span {
font-size: 16px;
font-weight: 500;
}
.ht-products
.ht-product
.ht-product-inner
.ht-product-content
.ht-product-content-inner
.ht-product-ratting-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.ht-products .woocommerce .ht-product-ratting-wrap .star-rating {
float: none;
}
.ht-products
.ht-product
.ht-product-inner
.ht-product-content
.ht-product-content-inner
.ht-product-ratting-wrap
.ht-product-ratting {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
position: relative;
margin-left: -3px;
margin-right: -3px;
}
.ht-products
.ht-product
.ht-product-inner
.ht-product-content
.ht-product-content-inner
.ht-product-ratting-wrap
.ht-product-ratting
i {
font-size: 13px;
line-height: 14px;
padding-left: 3px;
padding-right: 3px;
color: #aaaaaa;
}
.ht-products
.ht-product
.ht-product-inner
.ht-product-content
.ht-product-content-inner
.ht-product-ratting-wrap
.ht-product-ratting
i:last-child {
margin-right: 0;
}
.ht-products
.ht-product
.ht-product-inner
.ht-product-content
.ht-product-content-inner
.ht-product-ratting-wrap
.ht-product-ratting
.ht-product-user-ratting {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
overflow: hidden;
position: absolute;
left: 5px;
top: 0;
z-index: 3;
margin-left: -5px;
margin-right: -5px;
}
.ht-products
.ht-product
.ht-product-inner
.ht-product-content
.ht-product-content-inner
.ht-product-ratting-wrap
.ht-product-ratting
.ht-product-user-ratting
i {
color: #dc9a0e;
}
.ht-products
.ht-product
.ht-product-inner
.ht-product-content
.ht-product-countdown-wrap {
position: static;
display: none;
margin-top: 20px;
}
.ht-products
.ht-product
.ht-product-inner
.ht-product-content
.ht-product-countdown-wrap
.ht-product-countdown {
padding: 0;
margin: -2px;
}
.ht-products .ht-product .ht-product-inner:hover {
-webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.ht-products
.ht-product.ht-product-countdown-fill
.ht-product-inner
.ht-product-countdown-wrap
.ht-product-countdown {
background-color: rgba(0, 0, 0, 0.75);
}
.ht-products
.ht-product.ht-product-countdown-fill
.ht-product-inner
.ht-product-countdown-wrap
.ht-product-countdown
.cd-single
.cd-single-inner {
background-color: transparent;
padding: 0;
}
.ht-products
.ht-product.ht-product-countdown-fill
.ht-product-inner
.ht-product-content
.ht-product-countdown-wrap {
display: block;
margin-bottom: -30px;
margin-left: -30px;
margin-right: -30px;
margin-top: 30px;
width: auto;
}
.ht-products
.ht-product.ht-product-countdown-fill
.ht-product-inner
.ht-product-content
.ht-product-countdown-wrap
.ht-product-countdown
.cd-single {
padding: 10px 5px;
}
.ht-products
.ht-product.ht-product-countdown-fill.ht-product-countdown-left
.ht-product-inner
.ht-product-countdown-wrap
.ht-product-countdown
.cd-single
.cd-single-inner,
.ht-products
.ht-product.ht-product-countdown-fill.ht-product-countdown-right
.ht-product-inner
.ht-product-countdown-wrap
.ht-product-countdown
.cd-single
.cd-single-inner {
padding: 5px 3px;
}
.ht-products
.ht-product.ht-product-countdown-left
.ht-product-inner
.ht-product-countdown-wrap {
bottom: auto;
top: 10px;
width: auto;
height: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.ht-products
.ht-product.ht-product-countdown-left
.ht-product-inner
.ht-product-countdown-wrap
.ht-product-countdown {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
height: auto;
}
.ht-products
.ht-product.ht-product-countdown-left
.ht-product-inner
.ht-product-countdown-wrap
.ht-product-countdown
.cd-single {
max-width: 100%;
-webkit-box-flex: 1;
-webkit-flex: 1 0 auto;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
}
.ht-products
.ht-product.ht-product-countdown-left
.ht-product-inner
.ht-product-countdown-wrap
.ht-product-countdown
.cd-single
.cd-single-inner {
padding: 7px 10px;
}
.ht-products
.ht-product.ht-product-countdown-right
.ht-product-inner
.ht-product-countdown-wrap {
bottom: auto;
top: 10px;
left: auto;
right: 0;
width: auto;
height: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.ht-products
.ht-product.ht-product-countdown-right
.ht-product-inner
.ht-product-countdown-wrap
.ht-product-countdown {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
height: auto;
}
.ht-products
.ht-product.ht-product-countdown-right
.ht-product-inner
.ht-product-countdown-wrap
.ht-product-countdown
.cd-single {
max-width: 100%;
-webkit-box-flex: 1;
-webkit-flex: 1 0 auto;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
}
.ht-products
.ht-product.ht-product-countdown-right
.ht-product-inner
.ht-product-countdown-wrap
.ht-product-countdown
.cd-single
.cd-single-inner {
padding: 7px 10px;
}
.ht-products
.ht-product.ht-product-countdown-middle
.ht-product-inner
.ht-product-countdown-wrap {
bottom: auto;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.ht-products
.ht-product.ht-product-countdown-content-bottom
.ht-product-inner
.ht-product-countdown-wrap {
display: none;
}
.ht-products
.ht-product.ht-product-countdown-content-bottom
.ht-product-inner
.ht-product-content
.ht-product-countdown-wrap {
display: block;
}
.ht-products
.ht-product.ht-product-countdown-content-bottom
.ht-product-inner
.ht-product-content
.ht-product-countdown-wrap
.ht-product-countdown
.cd-single {
padding: 10px 5px;
}
.ht-products
.ht-product.ht-product-action-right
.ht-product-inner
.ht-product-action {
left: auto;
right: 25px;
}
.ht-products
.ht-product.ht-product-action-right
.ht-product-inner
.ht-product-action
ul
li
a
.ht-product-action-tooltip {
left: auto;
right: 100%;
margin-left: 0;
margin-right: -10px;
}
.ht-products
.ht-product.ht-product-action-right
.ht-product-inner
.ht-product-action
ul
li
a:hover
.ht-product-action-tooltip {
margin-right: 0;
}
.ht-products
.ht-product.ht-product-action-bottom
.ht-product-inner
.ht-product-action {
left: 0;
right: 0;
top: auto;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
bottom: 15px;
}
.ht-products
.ht-product.ht-product-action-bottom
.ht-product-inner
.ht-product-action
ul {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
margin: -10px;
}
.ht-products
.ht-product.ht-product-action-bottom
.ht-product-inner
.ht-product-action
ul
li {
padding: 10px;
}
.ht-products
.ht-product.ht-product-action-bottom
.ht-product-inner
.ht-product-action
ul
li
a
.ht-product-action-tooltip,
.ht-products .ht-product.ht-product-action-bottom span.woolentor-tip,
.ht-products
.ht-product.ht-product-action-bottom
.wishsuite-button.wishlist
span.wishsuite-btn-text {
left: 50%;
right: auto;
top: auto;
bottom: 100%;
-webkit-transform: translateX(-50%) translateY(10px);
-ms-transform: translateX(-50%) translateY(10px);
transform: translateX(-50%) translateY(10px);
margin-left: 0;
margin-right: 0;
}
.ht-products
.ht-product.ht-product-action-bottom
.ht-product-inner
.ht-product-action
ul
li
a:hover
.ht-product-action-tooltip,
.ht-products
.ht-product.ht-product-action-bottom
.ht-product-inner
.ht-product-action
ul
li
a:hover
span.wishsuite-btn-text {
-webkit-transform: translateX(-50%) translateY(0);
-ms-transform: translateX(-50%) translateY(0);
transform: translateX(-50%) translateY(0);
}
.ht-products
.ht-product.ht-product-action-middle
.ht-product-inner
.ht-product-action {
left: 0;
right: 0;
}
.ht-products
.ht-product.ht-product-action-middle
.ht-product-inner
.ht-product-action
ul {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
margin: -10px;
}
.ht-products
.ht-product.ht-product-action-middle
.ht-product-inner
.ht-product-action
ul
li {
padding: 10px;
}
.ht-products
.ht-product.ht-product-action-middle
.ht-product-inner
.ht-product-action
ul
li
a
.ht-product-action-tooltip,
.ht-products .ht-product.ht-product-action-middle span.woolentor-tip,
.ht-products
.ht-product.ht-product-action-middle
.wishsuite-button.wishlist
span.wishsuite-btn-text {
left: 50%;
right: auto;
top: auto;
bottom: 100%;
-webkit-transform: translateX(-50%) translateY(10px);
-ms-transform: translateX(-50%) translateY(10px);
transform: translateX(-50%) translateY(10px);
margin-left: 0;
margin-right: 0;
}
.ht-products
.ht-product.ht-product-action-middle
.ht-product-inner
.ht-product-action
ul
li
a:hover
.ht-product-action-tooltip,
.ht-products
.ht-product.ht-product-action-middle
.ht-product-inner
.ht-product-action
ul
li
a:hover
span.wishsuite-btn-text {
-webkit-transform: translateX(-50%) translateY(0);
-ms-transform: translateX(-50%) translateY(0);
transform: translateX(-50%) translateY(0);
}
.ht-products
.ht-product.ht-product-action-bottom-content
.ht-product-inner
.ht-product-action {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
position: relative;
left: 0;
}
.ht-products
.ht-product.ht-product-action-bottom-content
.ht-product-inner
.ht-product-ratting-wrap
+ .ht-product-action {
margin-top: 20px !important;
}
.ht-products
.ht-product.ht-product-action-bottom-content
.ht-product-inner
.ht-product-action
ul {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
margin: -10px;
}
.ht-products
.ht-product.ht-product-action-bottom-content
.ht-product-inner
.ht-product-action
ul
li {
padding: 10px;
}
:is(
.ht-products .ht-product.ht-product-action-bottom-content,
.ht-products .ht-product.ht-product-action-bottom
)
.wishsuite-button.wishlist {
padding-top: 0;
}
.ht-products
.ht-product.ht-product-action-bottom-content
.ht-product-inner
.ht-product-action
ul
li
a
.ht-product-action-tooltip,
.ht-products .ht-product.ht-product-action-bottom-content span.woolentor-tip,
.ht-products
.ht-product.ht-product-action-bottom-content
.wishsuite-button.wishlist
span.wishsuite-btn-text {
left: 50%;
right: auto;
top: auto;
bottom: 100%;
-webkit-transform: translateX(-50%) translateY(10px);
-ms-transform: translateX(-50%) translateY(10px);
transform: translateX(-50%) translateY(10px);
margin-left: 0;
margin-right: 0;
}
.ht-products
.ht-product.ht-product-action-bottom-content
.ht-product-inner
.ht-product-action
ul
li
a:hover
.ht-product-action-tooltip,
.ht-products
.ht-product.ht-product-action-bottom-content
.ht-product-inner
.ht-product-action
ul
li
a:hover
span.wishsuite-btn-text {
-webkit-transform: translateX(-50%) translateY(0);
-ms-transform: translateX(-50%) translateY(0);
transform: translateX(-50%) translateY(0);
}
.ht-products
.ht-product.ht-product-action-on-hover
.ht-product-inner
.ht-product-action
ul
li {
-webkit-transform: translateX(-30px);
-ms-transform: translateX(-30px);
transform: translateX(-30px);
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.ht-products
.ht-product.ht-product-action-on-hover
.ht-product-inner
.ht-product-action
ul
li:nth-child(2) {
-webkit-transition: all 0.3s ease 0.2s;
-o-transition: all 0.3s ease 0.2s;
transition: all 0.3s ease 0.2s;
}
.ht-products
.ht-product.ht-product-action-on-hover
.ht-product-inner
.ht-product-action
ul
li:nth-child(3) {
-webkit-transition: all 0.3s ease 0.4s;
-o-transition: all 0.3s ease 0.4s;
transition: all 0.3s ease 0.4s;
}
.ht-products
.ht-product.ht-product-action-on-hover
.ht-product-inner
.ht-product-action
ul
li:nth-child(4) {
-webkit-transition: all 0.3s ease 0.6s;
-o-transition: all 0.3s ease 0.6s;
transition: all 0.3s ease 0.6s;
}
.ht-products
.ht-product.ht-product-action-on-hover
.ht-product-inner:hover
.ht-product-action
ul
li {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
opacity: 1;
visibility: visible;
}
.ht-products
.ht-product.ht-product-action-on-hover.ht-product-action-right
.ht-product-inner
.ht-product-action
ul
li {
-webkit-transform: translateX(30px);
-ms-transform: translateX(30px);
transform: translateX(30px);
}
.ht-products
.ht-product.ht-product-action-on-hover.ht-product-action-right
.ht-product-inner:hover
.ht-product-action
ul
li {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.ht-products
.ht-product.ht-product-action-on-hover.ht-product-action-bottom
.ht-product-inner
.ht-product-action
ul
li,
.ht-products
.ht-product.ht-product-action-on-hover.ht-product-action-middle
.ht-product-inner
.ht-product-action
ul
li {
-webkit-transform: translateY(30px);
-ms-transform: translateY(30px);
transform: translateY(30px);
}
.ht-products
.ht-product.ht-product-action-on-hover.ht-product-action-bottom
.ht-product-inner:hover
.ht-product-action
ul
li,
.ht-products
.ht-product.ht-product-action-on-hover.ht-product-action-middle
.ht-product-inner:hover
.ht-product-action
ul
li {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.ht-products
.ht-product.ht-product-action-style-2
.ht-product-inner
.ht-product-action
ul {
margin: 0;
background-color: #ffffff;
-webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
overflow: hidden;
}
.ht-products
.ht-product.ht-product-action-style-2
.ht-product-inner
.ht-product-action
ul:hover {
overflow: visible;
}
.ht-products
.ht-product.ht-product-action-style-2
.ht-product-inner
.ht-product-action
ul
li {
margin-left: 10px;
margin-right: 10px;
}
.ht-products
.ht-product.ht-product-action-style-2
.ht-product-inner
.ht-product-action
ul
li:first-child {
margin-top: 15px;
}
.ht-products
.ht-product.ht-product-action-style-2
.ht-product-inner
.ht-product-action
ul
li:last-child {
margin-bottom: 15px;
}
.ht-products
.ht-product.ht-product-action-style-2.ht-product-action-bottom-content
.ht-product-inner
.ht-product-action
ul
li:first-child,
.ht-products
.ht-product.ht-product-action-style-2.ht-product-action-bottom-content
.ht-product-inner
.ht-product-action
ul
li:last-child {
margin: 0;
}
.ht-products
.ht-product.ht-product-action-style-2.ht-product-action-on-hover.ht-product-action-bottom-content
.ht-product-inner:hover
.ht-product-action
ul {
width: auto;
}
.ht-products
.ht-product.ht-product-action-style-2.ht-product-action-round
.ht-product-inner
.ht-product-action
ul {
border-radius: 50px;
}
.ht-products
.ht-product.ht-product-action-style-2.ht-product-action-bottom
.ht-product-inner
.ht-product-action {
bottom: 20px;
}
.ht-products
.ht-product.ht-product-action-style-2.ht-product-action-bottom
.ht-product-inner
.ht-product-action
ul
li {
margin-top: 5px;
margin-bottom: 5px;
margin-left: 0;
margin-right: 0;
}
.ht-products
.ht-product.ht-product-action-style-2.ht-product-action-bottom
.ht-product-inner
.ht-product-action
ul
li:first-child {
margin-left: 15px;
}
.ht-products
.ht-product.ht-product-action-style-2.ht-product-action-bottom
.ht-product-inner
.ht-product-action
ul
li:last-child {
margin-right: 15px;
}
.ht-products
.ht-product.ht-product-action-style-2.ht-product-action-middle
.ht-product-inner
.ht-product-action
ul
li {
margin-top: 5px;
margin-bottom: 5px;
margin-left: 0;
margin-right: 0;
}
.ht-products
.ht-product.ht-product-action-style-2.ht-product-action-middle
.ht-product-inner
.ht-product-action
ul
li:first-child {
margin-left: 15px;
}
.ht-products
.ht-product.ht-product-action-style-2.ht-product-action-middle
.ht-product-inner
.ht-product-action
ul
li:last-child {
margin-right: 15px;
}
.ht-products
.ht-product.ht-product-action-style-2.ht-product-action-on-hover
.ht-product-inner
.ht-product-action
ul {
height: auto;
width: 0;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.ht-products
.ht-product.ht-product-action-style-2.ht-product-action-on-hover
.ht-product-inner
.ht-product-action
ul
li {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
opacity: 1;
visibility: visible;
-webkit-transition: none;
-o-transition: none;
transition: none;
}
.ht-products
.ht-product.ht-product-action-style-2.ht-product-action-on-hover
.ht-product-inner:hover
.ht-product-action
ul {
width: 60px;
}
.ht-products
.ht-product.ht-product-action-style-2.ht-product-action-on-hover.ht-product-action-bottom
.ht-product-inner
.ht-product-action
ul,
.ht-products
.ht-product.ht-product-action-style-2.ht-product-action-on-hover.ht-product-action-middle
.ht-product-inner
.ht-product-action
ul {
width: auto;
height: 0;
}
.ht-products
.ht-product.ht-product-action-style-2.ht-product-action-on-hover.ht-product-action-bottom
.ht-product-inner:hover
.ht-product-action
ul,
.ht-products
.ht-product.ht-product-action-style-2.ht-product-action-on-hover.ht-product-action-middle
.ht-product-inner:hover
.ht-product-action
ul {
height: 60px;
}
.ht-products
.ht-product.ht-product-action-style-2.ht-product-action-on-hover.ht-product-action-bottom
.ht-product-inner:hover
.ht-product-action
ul
li,
.ht-products
.ht-product.ht-product-action-style-2.ht-product-action-on-hover.ht-product-action-middle
.ht-product-inner:hover
.ht-product-action
ul
li {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.ht-products
.ht-product.ht-product-category-right-bottom
.ht-product-inner
.ht-product-content
.ht-product-content-inner
.ht-product-categories {
position: absolute;
right: 0;
bottom: 10px;
margin: 0;
width: 100%;
}
.ht-product-content .woocommerce-product-details__short-description {
padding: 10px 0;
overflow: hidden;
}
.ht-products
.ht-product.ht-product-ratting-top-right
.ht-product-inner
.ht-product-content
.ht-product-content-inner
.ht-product-price {
margin: 0;
}
.ht-products
.ht-product.ht-product-ratting-top-right
.ht-product-inner
.ht-product-content
.ht-product-content-inner
.ht-product-ratting-wrap {
position: absolute;
top: 0;
right: 0;
}
.ht-product-content-allcenter {
text-align: center;
}
.ht-products
.ht-product.ht-product-content-allcenter
.ht-product-inner
.ht-product-content
.ht-product-content-inner
.ht-product-price
span,
.ht-product-content-allcenter .ht-product-ratting-wrap > div {
margin: 0 auto;
}
.ht-products
.ht-product.ht-product-content-allcenter
.ht-product-inner
.ht-product-content
.ht-product-content-inner
.ht-product-categories {
display: block;
text-align: center;
}
.ht-products
.ht-product.ht-product-content-allcenter
.ht-product-inner
.ht-product-content
.ht-product-content-inner
.ht-product-categories::before {
left: 35%;
}
.woocommerce.ht-products div.product p.price del,
.woocommerce.ht-products div.product span.price del {
opacity: 1;
}
.product-slider .ht-product.col-1,
.ht-product.col.first {
clear: unset;
} .woolentor-banner {
align-items: center;
display: flex;
flex-flow: row wrap;
overflow: hidden;
}
.woolentor-banner-img,
.woolentor-content {
width: 50%;
float: left;
}
.woolentor-content {
padding-left: 70px;
}
.woolentor-banner .banner_subtitle {
font-size: 16px;
font-weight: 600;
margin: 0;
}
.woolentor-banner .banner_title {
font-size: 28px;
font-weight: normal;
margin: 35px 0;
}
.woolentor-banner .banner_button {
border-bottom: 1px solid #000;
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
}
.woolentor-banner-img img{
width: 100%;
}
.woolentor-content-align-right .woolentor-banner-img {
order: 1;
padding-right: 50px;
padding-left: 0;
}
.woolentor-content-align-right .woolentor-content {
order: 2;
padding-left: 40px;
}
.woolentor-content-align-right.woolentor-banner .banner_title {
margin: 20px 0;
}
.woolentor-content-align-bottom .woolentor-banner-img {
order: 1;
padding-left: 0;
width: 100%;
}
.woolentor-content-align-bottom .woolentor-content {
order: 2;
padding: 30px 0;
text-align: center;
width: 100%;
}
.woolentor-content-align-bottom .banner_title {
margin: 0 0 20px;
} .woolentor-banner-layout-2 {
display: block;
position: relative;
}
.woolentor-banner-layout-2 .woolentor-content {
padding-left: 0;
}
.woolentor-banner-layout-2 .woolentor-banner-img {
float: none;
width: 100%;
}
.woolentor-banner-layout-2 .woolentor-content {
padding-left: 50px;
position: absolute;
top: 50px;
left: 0;
width: 100%;
}
.woolentor-banner-layout-2 .woolentor-content h2 {
margin: 0;
}
.woolentor-banner-layout-2.woolentor-content-align-bottom .woolentor-content {
bottom: 50px;
padding: 0 0 0 50px;
top: auto;
text-align: left;
}
.woolentor-banner-layout-2.woolentor-content-align-right .woolentor-content {
left: auto;
padding-right: 50px;
padding-left: 0;
right: 0;
text-align: right;
}
.woolentor-banner-layout-2.woolentor-content-align-right .woolentor-banner-img {
padding-left: 0px;
}
.woocommerce.product-slider div.product.ht-product {
float: left;
} .wlspcial-banner .banner-thumb a {
overflow: hidden;
position: relative;
display: block;
}
.wlspcial-banner .banner-thumb a::before {
background: #ffffff none repeat scroll 0 0;
content: "";
height: 0;
left: 0;
opacity: 0;
pointer-events: none;
position: absolute;
top: 0;
transition: all 0.5s ease 0s;
width: 0;
}
.wlspcial-banner .banner-thumb a::after {
background: #ffffff none repeat scroll 0 0;
bottom: 0;
content: "";
height: 0;
opacity: 0;
pointer-events: none;
position: absolute;
right: 0;
transition: all 0.5s ease 0s;
width: 0;
}
.wlspcial-banner .banner-thumb a img {
width: 100%;
}
.wlspcial-banner:hover .banner-thumb a::before {
height: 100%;
opacity: 0.3;
width: 100%;
}
.wlspcial-banner:hover .banner-thumb a::after {
height: 100%;
opacity: 0.3;
width: 100%;
}
.wlspcial-banner {
position: relative;
}
.wlspcial-banner .banner-content {
position: absolute;
z-index: 2;
width: 100%;
text-align: center;
}
.wlspcial-banner .banner-content a {
color: #383838;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
transition: all 0.4s ease 0s;
text-decoration: none;
display: inline-block;
}
.woolentor-banner-content-pos-center .banner-content {
top: 50%;
right: 0;
left: auto;
transform: translateY(-50%);
}
.woolentor-banner-content-pos-bottom .banner-content {
bottom: 0;
padding-bottom: 40px;
}
.woolentor-banner-content-pos-top .banner-content {
top: 0;
padding-top: 40px;
}
.wlspcial-banner.woolentor-banner-content-pos-right .banner-content {
top: 50%;
right: 0;
width: auto;
transform: translateY(-50%);
}
.wlspcial-banner.woolentor-banner-content-pos-left .banner-content {
top: 50%;
left: 0;
width: auto;
transform: translateY(-50%);
}
.wlbanner-badgeimage {
position: absolute;
top: 0;
left: 0;
display: inline-block;
}
.wlbanner-badgeimage img {
width: 100%;
} .elementor-widget-woolentor-custom-product-archive
.woocommerce[class*="columns-"]
.product { margin: 0;
}
.elementor-widget-woolentor-custom-product-archive
.woocommerce[class*="columns-"]
.woolentor_current_theme_layout
.product {
margin-right: 20px;
}
.wl-row {
display: -ms-flexbox;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -10px;
margin-left: -10px;
}
.wl-row.wlno-gutters {
margin-right: 0;
margin-left: 0;
}
[class*="wl-col-"] {
padding-right: 15px;
padding-left: 15px;
}
.wl-row > [class*="col-"] {
min-height: 1px;
position: relative;
width: 100%;
padding-right: 10px;
padding-left: 10px;
}
.wl-row.wlno-gutters > [class*="col-"] {
padding-right: 0;
padding-left: 0;
}
.wl-columns-1 .wl-row > [class*="col-"] {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.wl-columns-2 .wl-row > [class*="col-"] {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.wl-columns-3 .wl-row > [class*="col-"] {
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.333%;
-ms-flex: 0 0 33.333%;
flex: 0 0 33.333%;
max-width: 33.333%;
}
.wl-columns-4 .wl-row > [class*="col-"] {
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.wl-columns-5 .wl-row > [class*="col-"] {
-webkit-box-flex: 0;
-webkit-flex: 0 0 20%;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.wl-columns-6 .wl-row > [class*="col-"] {
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.666%;
-ms-flex: 0 0 16.666%;
flex: 0 0 16.666%;
max-width: 16.666%;
}
.wl-columns-7 .wl-row > [class*="col-"] {
-webkit-box-flex: 0;
-webkit-flex: 0 0 14.285%;
-ms-flex: 0 0 14.285%;
flex: 0 0 14.285%;
max-width: 14.285%;
}
.wl-columns-8 .wl-row > [class*="col-"] {
-webkit-box-flex: 0;
-webkit-flex: 0 0 12.5%;
-ms-flex: 0 0 12.5%;
flex: 0 0 12.5%;
max-width: 12.5%;
}
.wl-columns-9 .wl-row > [class*="col-"] {
-webkit-box-flex: 0;
-webkit-flex: 0 0 11.111%;
-ms-flex: 0 0 11.111%;
flex: 0 0 11.111%;
max-width: 11.111%;
}
.wl-columns-10 .wl-row > [class*="col-"] {
-webkit-box-flex: 0;
-webkit-flex: 0 0 10%;
-ms-flex: 0 0 10%;
flex: 0 0 10%;
max-width: 10%;
}
.wlsingle-categorie {
border: 1px solid #f3f3f3;
padding: 35px 10px;
text-align: center;
margin-bottom: 15px;
}
.wlno-gutters .wlsingle-categorie {
margin-bottom: 0;
}
.wlsingle-categorie .wlsingle-categorie-img a {
font-size: 30px;
}
.wlsingle-categorie .wlcategorie-content h4 {
font-size: 16px;
margin: 17px 0 0;
line-height: 1;
position: relative;
display: inline-block;
}
.wlsingle-categorie .wlcategorie-content h4 sup,
.wlsingle-categorie .wlcategorie-content p {
display: none;
}
.wl-layout-horizontal .wlsingle-categorie .wlcategorie-content h4 sup {
position: absolute;
top: 0;
right: 0;
}
.wl-layout-vertical .wlsingle-categorie {
border: 0;
padding: 0;
align-items: center;
display: -ms-flexbox;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.wl-layout-vertical .wlsingle-categorie .wlcategorie-content h4 {
margin: 0;
display: flex;
}
.wl-layout-vertical .wlsingle-categorie .wlsingle-categorie-img a {
display: flex;
}
.wl-layout-vertical .wlsingle-categorie-img {
padding-right: 22px;
}
.wl-layout-vertical .wlsingle-categorie {
padding: 20px 0;
}
.wl-layout-vertical .wl-col-8:first-child .wlsingle-categorie {
padding-top: 0 !important;
border-top: 0 !important;
}
.wl-layout-vertical .wl-col-8:last-child .wlsingle-categorie {
padding-bottom: 0 !important;
border-bottom: 0 !important;
} .wl-row.slick-slider {
margin-right: 0;
margin-left: 0;
}
.wl-single-brand {
text-align: center;
margin-bottom: 20px;
}
.slick-slide .wl-single-brand {
margin-bottom: 0;
}
.slick-slide .wl-single-brand img {
display: inline-block;
} .ht-product-action-bottom .ht-product-inner .wishsuite-button.wishlist,
.ht-product-action-bottom-content .ht-product-inner .wishsuite-button.wishlist,
.ht-product-action-middle .ht-product-inner .wishsuite-button.wishlist,
.wl_single-product-item .product-content .action li .wishsuite-button.wishlist {
padding-top: 4px;
}
.ht-product-2 .ht-product-action-2 .wishsuite-button.wishlist {
line-height: 42px;
}
.ht-product-2 .wishsuite-button.wishlist svg {
width: 15px;
height: 15px;
}
.ht-product-2 .ht-product-action-3 .wishsuite-button.wishlist {
border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.ht-product-2 .ht-product-action-5 .wishsuite-button.wishlist {
line-height: 48px;
}
.ht-product-2 .ht-product-action-6 .wishsuite-button.wishlist {
line-height: 40px;
} .woocommerce .elementor-widget-wl-single-product-meta .product_meta > span {
position: relative;
} .wlds-css {
display: flex;
justify-content: center;
}
@keyframes wlds-ripple {
0% {
top: 96px;
left: 96px;
width: 0;
height: 0;
opacity: 1;
}
100% {
top: 18px;
left: 18px;
width: 156px;
height: 156px;
opacity: 0;
}
}
@-webkit-keyframes wlds-ripple {
0% {
top: 96px;
left: 96px;
width: 0;
height: 0;
opacity: 1;
}
100% {
top: 18px;
left: 18px;
width: 156px;
height: 156px;
opacity: 0;
}
}
.wlds-ripple {
position: relative;
}
.wlds-ripple div {
box-sizing: content-box;
position: absolute;
border-width: 4px;
border-style: solid;
opacity: 1;
border-radius: 50%;
-webkit-animation: wlds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
animation: wlds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.wlds-ripple div:nth-child(1) {
border-color: #51cacc;
}
.wlds-ripple div:nth-child(2) {
border-color: #9df871;
-webkit-animation-delay: -0.5s;
animation-delay: -0.5s;
}
.wlds-ripple {
width: 200px !important;
height: 200px !important;
-webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
} .elementor-widget-wl-product-related .products > h2,
.elementor-widget-wl-product-additional-information h2,
.elementor-widget-wl-single-product-upsell .up-sells > h2 {
display: none;
}
.elementor-widget-wl-product-related.wlshow-heading-yes .products > h2,
.elementor-element.wl-show-heading-yes .up-sells > h2,
.elementor-widget-wl-product-additional-information.wl-show-heading-yes h2 {
display: block;
}
[class*="woolentorducts-columns-"] ul.products {
display: flex !important;
flex-flow: row wrap;
column-gap: 0;
justify-content: start;
}
[class*="woolentorducts-columns-"] ul.products li.product {
margin-left: 0 !important;
}
.woolentorducts-columns-6 ul.products li.product {
width: calc(16% - 30px) !important;
margin-right: 30px !important;
float: left;
}
.woolentorducts-columns-5 ul.products li.product {
width: calc(19% - 30px) !important;
margin-right: 30px !important;
float: left;
}
.woolentorducts-columns-4 ul.products li.product {
width: calc(25% - 30px) !important;
margin-right: 30px !important;
float: left;
}
.woolentorducts-columns-3 ul.products li.product {
width: calc(33.33% - 30px) !important;
margin-right: 30px !important;
float: left;
}
.woolentorducts-columns-2 ul.products li.product {
width: calc(50% - 30px) !important;
margin-right: 30px !important;
float: left;
}
.woolentorducts-columns-1 ul.products li.product {
width: 100% !important;
}
[class*="woolentorducts-columns-"] ul.products li.product.first {
clear: none !important;
}
.woolentorducts-columns-6 ul.products li.product:nth-child(6n),
.woolentorducts-columns-5 ul.products li.product:nth-child(5n),
.woolentorducts-columns-4 ul.products li.product:nth-child(4n),
.woolentorducts-columns-3 ul.products li.product:nth-child(3n),
.woolentorducts-columns-2 ul.products li.product:nth-child(2n),
.woolentorducts-columns-1 ul.products li.product {
margin-right: 0 !important;
}
.woocommerce #content div.product .woolentor-woo-template-builder div.images,
.woocommerce div.product .woolentor-woo-template-builder div.images {
width: 100%;
}
.woolentor-product-loop-item-align-left ul.products li.product .star-rating {
margin-right: auto;
}
.woolentor-product-loop-item-align-right ul.products li.product .star-rating {
margin-left: auto;
}
.woolentor-product-loop-item-align-center ul.products li.product .star-rating {
margin-right: auto;
margin-left: auto;
}
.elementor-widget-woolentor-product-archive-addons
ul.products
li.product
span.onsale {
display: none;
}
.elementor-widget-woolentor-product-archive-addons
ul.products
li.product
.onsale {
margin: 0;
}
.woocommerce div.product .woolentor-woo-template-builder form.cart .button {
transition: 0.4s;
}
.woocommerce
div.product
.woolentor-woo-template-builder
.woocommerce-tabs
ul.tabs
li::after,
.woocommerce
div.product
.woolentor-woo-template-builder
.woocommerce-tabs
ul.tabs
li::before {
display: none;
}
.elementor-widget-wl-cart-total div[class^="ht-col"],
.elementor-widget-wl-cart-total div[class^="col"] {
width: 100% !important;
max-width: 100% !important;
}
.elementor-widget-wl-myaccount-login-form input[type="checkbox"] {
width: auto;
display: inline-block;
height: auto;
}
.woolentor-myaccount-form-login .form-row {
display: block;
} .woolentor-product-gallery-video {
position: relative;
}
.video-cus-tab-pane {
display: none;
}
.video-cus-tab-pane img {
width: 100%;
}
.video-cus-tab-pane.htactive {
display: block;
}
.woolentor-product-video-tabs {
padding: 0;
list-style: none;
margin: 10px -5px 0;
}
.woolentor-product-video-tabs li {
display: block;
padding: 0 5px;
width: 25%;
cursor: pointer;
float: left;
margin-bottom: 10px;
}
.woolentor-product-video-tabs li img {
width: 100%;
}
.woolentor-product-video-tabs li a {
position: relative;
display: block;
}
.woolentor-product-video-tabs li.wlvideothumb a::before {
background: #000;
opacity: 0.5;
position: absolute;
width: 100%;
height: 100%;
content: "";
}
span.wlvideo-button {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 999;
color: #fff;
font-size: 18px;
display: flex;
justify-content: center;
align-items: center;
}
.wlpro-product-thumbnails,
.wlpro-product-videothumbnails {
overflow: hidden;
width: 100% !important;
float: none !important;
}
.wlpro-product-videothumbnails.thumbnails-tab-position-left
ul.woolentor-product-video-tabs,
.wlpro-product-videothumbnails.thumbnails-tab-position-right
ul.woolentor-product-video-tabs {
float: left;
margin: 0;
padding-right: 10px;
width: 20%;
}
.wlpro-product-videothumbnails.thumbnails-tab-position-right
ul.woolentor-product-video-tabs {
margin: 0;
padding-right: 0;
padding-left: 10px;
}
.wlpro-product-videothumbnails.thumbnails-tab-position-left
ul.woolentor-product-video-tabs
li,
.wlpro-product-videothumbnails.thumbnails-tab-position-right
ul.woolentor-product-video-tabs
li {
width: 100%;
}
.wlpro-product-videothumbnails.thumbnails-tab-position-left
.woolentor-product-gallery-video,
.wlpro-product-videothumbnails.thumbnails-tab-position-right
.woolentor-product-gallery-video {
width: 80%;
float: left;
}
.woolentor-product-gallery-video span.ht-product-label {
padding: 10px;
font-size: 1em;
font-weight: 700;
position: absolute;
text-align: center;
top: 0;
right: 0;
border-radius: 10px;
background-color: #b3af54;
color: #fff;
font-size: .857em;
z-index: 9;
} .elementor-widget-wl-checkout-order-review #order_review {
width: 100% !important;
float: none !important;
background-color: transparent !important;
}
span.woolentor-order-item-title .product-thumbnail {
display: none;
}
.woolentor-order-review-product span.product-thumbnail {
display: inline-block;
padding-right: 10px;
}
.woolentor-order-review-product span.product-thumbnail img {
max-width: 70px;
}
.woolentor_current_theme_storefront span.woolentor-order-item-title {
display: flex;
align-items: center;
}
.woolentor-order-review-product .variation {
display: none !important;
}
.woolentor-order-review-product .woolentor-order-item-title .variation {
display: block !important;
}
.woolentor-order-review-product .woolentor-order-item-title {
display: flex;
overflow: hidden;
}
.woolentor_current_theme_storefront
.elementor-widget-wl-checkout-order-review
table.woocommerce-checkout-review-order-table
.product-name {
width: auto !important;
}
.woolentor_current_theme_99fy dd.variation-woolentor_cart_availability {
display: block !important;
}
.woolentor_current_theme_99fy .woolentor-order-review-product p {
margin: 0;
} .woolentor-field-radio span input {
height: auto;
width: auto;
}
.woolentor-field-radio .woocommerce-input-wrapper label {
display: inline-block !important;
margin-left: 5px;
margin-right: 5px;
}
.woolentor-field-radio .woocommerce-input-wrapper {
display: flex;
align-items: center;
}
.woolentor-woocommerce-checkout .form-row.woolentor-field-heading,
.form-row.woolentor-field-heading {
border-bottom: 1px solid #ebebeb;
padding: 10px 0 10px;
}
.woolentor-woocommerce-checkout .form-row.woolentor-field-heading *,
.form-row.woolentor-field-heading * {
margin: 0;
}
.woocommerce-additional-fields__field-wrapper .woolentor-field-area {
margin: 0 0 6px;
}
.woocommerce-additional-fields__field-wrapper .woolentor-field-area select {
width: 100%;
}
.woolentor-field-area .woocommerce-multicheckbox-wrapper label {
display: block;
} .woolentor_archive_result_count .woocommerce-result-count,
.woolentor_archive_catalog_ordering form.woocommerce-ordering {
margin: 0 !important;
float: none !important;
}
.woolentor_archive_catalog_ordering form.woocommerce-ordering {
display: block;
}
.woolentor_archive_catalog_ordering form.woocommerce-ordering select {
background-color: transparent;
width: 100%;
max-width: 100%;
}
.elementor-widget-wl-product-add-to-cart .stock:not(.available-on-backorder),
.elementor-widget-wl-product-add-to-cart .ast-stock-detail {
display: none;
}
.elementor-widget-wl-product-add-to-cart .wl-addto-cart.wl-show-status .woocommerce-variation-availability .stock,.elementor-widget-wl-product-add-to-cart .wl-addto-cart.wl-show-status .woocommerce-variation-availability .ast-stock-detail{
display: inline-block !important;
} .notifake {
max-width: 550px;
}
.woolentor-notification-content {
position: fixed;
bottom: 10px;
background: #fff;
display: flex;
flex-flow: row wrap;
left: -150px;
align-items: center;
box-shadow: 0 0 10px #ccc;
width: 450px;
border-radius: 10px;
z-index: 99999;
}
.woolentor-notification-content .elementor {
width: 100%;
}
.woolentor-notification-content.topleft {
left: 10px;
top: 10px;
bottom: auto;
}
.woolentor-notification-content.topright {
left: auto;
right: 10px;
top: 10px;
bottom: auto;
}
.logged-in .woolentor-notification-content.topleft,
.logged-in .woolentor-notification-content.topright {
top: 45px;
}
.woolentor-notification-content.bottomleft {
left: 10px;
}
.woolentor-notification-content.bottomright {
right: 10px;
left: auto;
}
.woolentor-notification-content.imageright {
flex-direction: row-reverse;
padding-right: 0;
padding-left: 20px;
}
.wlnotification_image {
padding-right: 15px;
flex: 0 0 25%;
}
.wlnotification_image img {
border-radius: 5px;
width: 100%;
}
.woolentor-notification-content.imageright .wlnotification_image {
padding-right: 0;
padding-left: 15px;
}
.wlnotification_content {
flex: 0 0 70%;
}
.imageright .wlnotification_content {
text-align: right;
}
.wlnotification_content h4,
.wlnotification_content h6 {
margin: 0;
color: #000;
}
.wlnotification_content h4 {
font-size: 18px;
margin-bottom: 0px;
}
.wlnotification_content h6 {
font-size: 14px;
}
.wlnotification_content p {
margin-bottom: 3px;
max-width: 450px;
font-size: 13px;
font-weight: 300;
color: #7e7e7e;
}
.woolentor-buyername {
font-size: 12px;
float: right;
}
.imageright .woolentor-buyername {
float: left;
}
.wlcross {
position: absolute;
right: 0px;
top: 4px;
color: #000;
font-size: 20px;
line-height: 0;
padding: 10px;
cursor: pointer;
transition: 0.4s;
}
.wlcross:hover {
color: #f05b64;
} .wl-call-forprice a {
padding: 8px 15px;
display: inline-block;
background: #000;
color: #fff;
border-radius: 5px;
}
.wl-call-forprice a:hover {
color: #fff;
} .wl-suggest-price form {
display: none;
margin-top: 10px;
}
.wl-suggest-form-input input:not([type="submit"]) {
width: 100%;
display: block;
border: 1px solid #dddd;
padding: 10px 10px;
border-radius: 0;
font-size: 14px;
margin-bottom: 10px;
}
.wl-suggest-form-input input[type="submit"] {
font-size: 14px;
border-radius: 0;
font-weight: 500;
padding: 8px 15px;
cursor: pointer;
transition: 0.4s;
}
.wl-suggest-form-input textarea {
border: 1px solid #dddd;
padding: 10px 10px;
border-radius: 0;
font-size: 14px;
margin-bottom: 10px;
width: 100%;
}
.wlsugget-button {
padding: 8px 18px;
font-size: 16px;
font-weight: 400;
border-radius: 5px;
cursor: pointer;
transition: 0.4s;
}
.wlsendmessage{
margin: 0 0 10px 0;
padding: 0;
display: none;
} .woolentor-add-to-cart-sticky .woolentor-flash-product-countdown {
display: none;
}
.woolentor-add-to-cart-sticky .woolentor-product-badge-area{
display: none;
}
.woolentor-add-to-cart-sticky {
position: fixed;
right: 0;
bottom: 0;
left: 0;
z-index: 999;
padding: 10px 0;
background-color: #fff;
box-shadow: 0 0 9px rgba(0, 0, 0, 0.12);
transition: -webkit-transform 0.25s ease;
transition: transform 0.25s ease;
transition: transform 0.25s ease, -webkit-transform 0.25s ease;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
.woolentor-sticky-shown.woolentor-add-to-cart-sticky {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.woolentor-add-to-cart-sticky .ht-container .ht-row {
align-items: center;
flex-direction: row;
justify-content: space-between;
}
.woolentor-sticky-thumbnail {
overflow: hidden;
margin-right: 10px;
}
.woolentor-sticky-thumbnail img {
max-width: 80px;
}
.woolentor-addtocart-content {
display: flex;
align-items: center;
margin-right: 15px;
}
.woolentor-addtocart-content .title {
margin: 0;
font-size: 18px;
display: block;
}
.woolentor-addtocart-content .price {
font-size: 14px;
}
.woolentor-sticky-btn-area {
display: flex;
align-items: center;
flex-direction: row;
justify-content: flex-end;
}
.woolentor-sticky-btn-area .yith-wcwl-add-to-wishlist {
display: none;
}
.woolentor-sticky-btn-area
.woolentor-sticky-wishlist
.yith-wcwl-add-to-wishlist {
display: block;
}
.woolentor-sticky-btn-area .cart {
display: flex;
flex: 0 0 auto;
align-items: center;
flex-direction: row;
flex-wrap: wrap;
}
.woolentor-sticky-btn-area .quantity {
margin-right: 10px;
}
.woolentor-sticky-btn-area
.tinv-wishlist.tinvwl-after-add-to-cart
.tinvwl_add_to_wishlist_button {
margin-top: 0;
}
.woolentor-add-to-cart-sticky .tinv-wraper,
.woocommerce .woolentor-add-to-cart-sticky .wc-forward,
.woolentor-add-to-cart-sticky .wc-forward {
display: none;
}
.woolentor-add-to-cart-sticky .woolentor-sticky-wishlist .tinv-wraper {
display: block;
}
.woolentor-sticky-wishlist .yith-wcwl-add-to-wishlist {
margin-top: 0;
}
.yith-wcwl-add-to-wishlist.exists .yith-wcwl-wishlistaddedbrowse {
display: block !important;
}
.woolentor-add-to-cart-sticky .button {
color: #fff;
font-size: 16px;
text-transform: uppercase;
font-weight: 400 !important;
border-radius: 0 !important;
margin-right: 10px !important;
background-color: #ff4136 !important;
}
.woolentor-sticky-btn-area .stock.in-stock {
margin: 0;
margin-right: 10px;
} .woolentor-stock-progress-bar,
.stock-management-progressbar {
margin-top: 15px;
}
.woolentor-stock-progress-bar .wlstock-info {
color: #777;
display: flex;
flex-flow: row wrap;
justify-content: space-between;
margin-bottom: 5px;
}
.woolentor-stock-progress-bar .wlstock-info span {
color: #333;
font-weight: 600;
margin-left: 3px;
}
.woolentor-stock-progress-bar .wlprogress-area {
background-color: #444444;
width: 100%;
}
.woolentor-stock-progress-bar .wlprogress-area {
height: 10px;
}
.woolentor-stock-progress-bar .wlprogress-bar {
height: 100%;
}
.woolentor-stock-progress-bar .wlprogress-bar {
background-color: #ff4136;
} .ht-products
.ht-product.ht-product-action-right
.ht-product-inner
.ht-product-action
ul[class*="woolentor-btn-text"]
li
a {
margin-left: auto;
}
.ht-product-action ul[class*="woolentor-btn-text"] li.woolentor-cart a {
width: auto !important;
height: auto !important;
text-indent: 0;
}
.ht-product-action ul[class*="woolentor-btn-text"] li.woolentor-cart a:before {
display: none;
}
.ht-products
.ht-product
.ht-product-inner
.ht-product-action
ul[class*="woolentor-btn-text"]
li
a:hover
.ht-product-action-tooltip,
.ht-products
.ht-product
.ht-product-inner
.ht-product-action
ul[class*="woolentor-btn-text"]
li:hover
span.woolentor-tip {
z-index: 999;
}
.htwl-modal-content {
max-height: 470px;
overflow-y: auto;
overflow-x: hidden;
} .wl-customer-review .wl-row > [class*="col-"] {
margin-bottom: 30px;
}
.wlb-review-style-1 .wl-customer-testimonal {
background: #f7f8f9;
padding: 30px;
margin-top: 30px;
}
.wlb-review-style-1 .wl-customer-testimonal .content {
display: flex;
align-items: center;
}
.wlb-review-style-1 .wl-customer-testimonal .content img {
max-width: 80px;
border-radius: 100%;
}
.wlb-review-style-1 .wl-customer-testimonal .content img + .clint-info {
padding-left: 25px;
}
.wlb-review-style-1 .wl-customer-testimonal .content .clint-info h4 {
font-size: 18px;
color: #383838;
margin: 0;
}
.wlb-review-style-1 .wl-customer-testimonal .content .clint-info span {
color: #1834a6;
font-size: 13px;
}
.wlb-review-style-1 .wl-customer-testimonal p {
color: #5b5b5b;
font-size: 14px;
line-height: 26px;
margin: 0;
margin-top: 22px;
} .wlb-review-style-2 .wl-customer-testimonal {
background: #fff none repeat scroll 0 0;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
margin-top: 30px;
padding: 40px 30px;
}
.wlb-review-style-2 .wl-customer-testimonal img {
border: 2px solid #43df9c;
border-radius: 50%;
box-sizing: content-box;
float: left;
max-width: 90px;
}
.wlb-review-style-2 .wl-customer-testimonal .content p {
color: #3e3e3e;
font-size: 16px;
line-height: 28px;
margin-bottom: 20px;
}
.wlb-review-style-2 .wl-customer-testimonal .content {
overflow: hidden;
padding-left: 20px;
}
.wlb-review-style-2 .wl-customer-testimonal .content .clint-info {
padding-left: 50px;
}
.wlb-review-style-2 .wl-customer-testimonal .content .clint-info h4 {
position: relative;
}
.wlb-review-style-2 .wl-customer-testimonal .content .clint-info h4::before {
background: #383838 none repeat scroll 0 0;
content: "";
height: 2px;
left: -48px;
position: absolute;
top: 18px;
width: 30px;
}
.wl-customer-align-center
.wlb-review-style-2
.wl-customer-testimonal
.content
.clint-info
h4::before {
left: 30%;
}
.wl-customer-align-right
.wlb-review-style-2
.wl-customer-testimonal
.content
.clint-info
h4::before {
left: auto;
right: 80px;
} .wlb-review-style-3 .wl-customer-testimonal {
background: #fff none repeat scroll 0 0;
border-radius: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
margin-top: 53px;
padding-bottom: 27px;
position: relative;
text-align: center;
}
.wlb-review-style-3 .wl-customer-testimonal {
margin-top: 82px;
}
.wlb-review-style-3 .wl-customer-testimonal img {
border: 2px solid #727272;
border-radius: 50%;
box-sizing: content-box;
left: 50%;
max-width: 100px;
position: absolute;
top: 0;
transform: translate(-50%, -50%);
}
.wlb-review-style-3 .wl-customer-testimonal .content {
margin-top: 0;
padding-top: 73px;
}
.wlb-review-style-3 .wl-customer-testimonal .content p {
color: #5b5b5b;
font-size: 14px;
font-style: italic;
line-height: 24px;
margin-bottom: 4px;
padding: 0 4%;
}
.wlb-review-style-3 .wl-customer-testimonal .content h4 {
color: #5b5b5b;
font-size: 16px;
font-weight: 600;
line-height: 37px;
margin: 0;
}
.wlb-review-style-3 .wl-customer-testimonal .clint-info .rating,
.wlb-review-style-4 .wl-customer-testimonal .clint-info .rating {
justify-content: center;
}
.wlb-review-style-3 .wl-customer-testimonal .clint-info {
padding: 0 4%;
}
.wl-customer-align-right .wlb-review-style-3 .wl-customer-testimonal img {
right: -40px;
left: auto;
}
.wl-customer-align-left .wlb-review-style-3 .wl-customer-testimonal img {
left: 70px;
} .wlb-review-style-4 .wl-customer-testimonal .content {
background: #fff none repeat scroll 0 0;
box-shadow: 0 0 10px rgba(82, 182, 188, 0.25);
padding: 50px 9%;
position: relative;
text-align: center;
}
.wlb-review-style-4 .wl-customer-testimonal .clint-info {
margin-top: 40px;
text-align: center;
}
.wlb-review-style-4 .wl-customer-testimonal img {
border: 2px solid #ececec;
border-radius: 50%;
box-sizing: content-box;
display: inline-block;
max-width: 80px;
}
.wlb-review-style-4 .wl-customer-testimonal .clint-info h4 {
color: #5c5c5c;
font-size: 22px;
font-weight: 700;
margin-bottom: 4px;
margin-top: 22px;
}
.wlb-review-style-4 .wl-customer-testimonal .clint-info span {
color: #5c5c5c;
font-size: 15px;
font-weight: 600;
}
.wlb-review-style-4 .wl-customer-testimonal .content .triangle {
border-color: #fff transparent transparent;
border-style: solid;
border-width: 20px;
left: 50%;
margin-top: -1px;
position: absolute;
top: 100%;
transform: translateX(-50%);
}
.wl-customer-align-right
.wlb-review-style-4
.wl-customer-testimonal
.clint-info,
.wl-customer-align-right .wlb-review-style-4 .wl-customer-testimonal .content {
text-align: right;
}
.wl-customer-align-left .wlb-review-style-4 .wl-customer-testimonal .clint-info,
.wl-customer-align-left .wlb-review-style-4 .wl-customer-testimonal .content {
text-align: left;
}
.wl-customer-align-right
.wlb-review-style-4
.wl-customer-testimonal
.content
.triangle {
right: 0px;
left: auto;
}
.wl-customer-align-left
.wlb-review-style-4
.wl-customer-testimonal
.content
.triangle {
left: 45px;
}
.wl-customer-testimonal .clint-info h4 {
margin: 0;
}
.wl-customer-testimonal .clint-info .rating {
color: #ffcf0e;
display: flex;
list-style: outside none none;
margin: 4px 0 0;
padding: 0;
}
.wl-customer-testimonal .clint-info .rating li {
margin-right: 8px;
}
.wl-customer-testimonal .clint-info .rating li:last-child {
margin-right: 0;
}
.wl-customer-testimonal .content img.avatar {
border-radius: 100%;
}
.wl-customer-align-center .wl-customer-testimonal .clint-info .rating {
justify-content: center;
}
.wl-customer-align-left .wl-customer-testimonal .clint-info .rating {
justify-content: flex-start;
}
.wl-customer-align-right .wl-customer-testimonal .clint-info .rating {
justify-content: flex-end;
}  .wlb-marker-style-1 {
padding: 245px 0;
}
.wlb-marker-style-1 .wlb_image_pointer {
width: 36px;
height: 36px;
border-radius: 100%;
border: 3px solid #ed552d;
background-color: #fff;
position: relative;
display: inline-block;
text-align: center;
cursor: pointer;
line-height: 32px;
}
.wlb-marker-style-1 .wlb_image_pointer .wlb_pointer_box {
background: #fff;
width: 240px;
position: absolute;
top: 0;
right: 50%;
-webkit-transform: translate3d(50%, -100%, 0);
transform: translate3d(50%, -100%, 0);
border-radius: 5px;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
z-index: 10;
padding: 20px;
-webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.07);
box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.07);
text-align: center;
}
.wlb-marker-style-1 .wlb_image_pointer .wlb_pointer_box h4 {
font-size: 20px;
margin-bottom: 7px;
}
.wlb-marker-style-1 .wlb_image_pointer .wlb_pointer_box p {
font-size: 13px;
line-height: 24px;
margin: 0;
}
.wlb-marker-style-1 .wlb_image_pointer:hover .wlb_pointer_box {
visibility: visible;
opacity: 1;
-webkit-transition-delay: 0s;
transition-delay: 0s;
-webkit-transform: translateY(-110%) translateX(50%);
transform: translateY(-110%) translateX(50%);
}
.wlb-marker-style-1 .wlb_image_pointer::before {
content: "\f129";
position: absolute;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
font-family: FontAwesome;
color: #ed552d;
font-size: 18px;
width: 100%;
height: 100%;
}
.wlb-marker-style-1 .wlb_image_pointer {
position: absolute;
left: 66%;
top: 15%;
} .wlb-marker-style-2 {
padding: 245px 0;
}
.wlb-marker-style-2 .wlb_image_pointer {
width: 46px;
height: 46px;
border-radius: 100%;
border: 5px solid #dddddd;
background-color: #fff;
position: relative;
display: inline-block;
text-align: center;
cursor: pointer;
line-height: 38px;
}
.wlb-marker-style-2 .wlb_image_pointer .wlb_pointer_box {
background: #fff;
width: 240px;
position: absolute;
top: 0;
right: 50%;
-webkit-transform: translate3d(50%, -100%, 0);
transform: translate3d(50%, -100%, 0);
border-radius: 5px;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
z-index: 10;
padding: 20px;
-webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.07);
box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.07);
text-align: center;
}
.wlb-marker-style-2 .wlb_image_pointer .wlb_pointer_box h4 {
font-size: 20px;
margin-bottom: 7px;
}
.wlb-marker-style-2 .wlb_image_pointer .wlb_pointer_box p {
font-size: 13px;
line-height: 24px;
margin: 0;
}
.wlb-marker-style-2 .wlb_image_pointer:hover .wlb_pointer_box {
visibility: visible;
opacity: 1;
-webkit-transition-delay: 0s;
transition-delay: 0s;
-webkit-transform: translateY(-110%) translateX(50%);
transform: translateY(-110%) translateX(50%);
}
.wlb-marker-style-2 .wlb_image_pointer::before {
content: "\f067";
position: absolute;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
font-family: FontAwesome;
color: #ed552d;
font-size: 18px;
width: 100%;
height: 100%;
transition: 0.4s ease-in-out;
}
.wlb-marker-style-2 .wlb_image_pointer:hover::before {
transform: translateX(-50%) translateY(-50%) rotate(47deg);
}
.wlb-marker-style-2 .wlb_image_pointer {
position: absolute;
left: 50%;
top: 26%;
} .wlb-marker-style-3 {
padding: 245px 0;
}
.wlb-marker-style-3 .wlb_image_pointer {
width: 46px;
height: 46px;
border-radius: 100%;
background-color: #000000;
position: relative;
display: inline-block;
text-align: center;
cursor: pointer;
line-height: 49px;
z-index: 2;
}
.wlb-marker-style-3 .wlb_image_pointer .wlb_pointer_box {
background: #000000;
width: 240px;
position: absolute;
top: 0;
right: 50%;
-webkit-transform: translate3d(50%, -100%, 0);
transform: translate3d(50%, -100%, 0);
border-radius: 5px;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
z-index: 10;
padding: 20px;
-webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.07);
box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.07);
text-align: center;
}
.wlb-marker-style-3 .wlb_image_pointer .wlb_pointer_box h4 {
font-size: 20px;
margin-bottom: 7px;
color: #ffffff;
}
.wlb-marker-style-3 .wlb_image_pointer .wlb_pointer_box p {
font-size: 13px;
line-height: 24px;
margin: 0;
color: #ffffff;
}
.wlb-marker-style-3 .wlb_image_pointer:hover .wlb_pointer_box {
visibility: visible;
opacity: 1;
-webkit-transition-delay: 0s;
transition-delay: 0s;
-webkit-transform: translateY(-110%) translateX(50%);
transform: translateY(-110%) translateX(50%);
}
.wlb-marker-style-3 .wlb_image_pointer::before {
content: "\f067";
position: absolute;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
font-family: FontAwesome;
color: #ffffff;
font-size: 18px;
width: 100%;
height: 100%;
transition: 0.4s ease-in-out;
}
.wlb-marker-style-3 .wlb_image_pointer::after {
position: absolute;
left: 2px;
background: #000;
content: "";
right: 2px;
top: 2px;
bottom: 2px;
border-radius: 100%;
border: 2px solid #fff;
z-index: -1;
}
.wlb-marker-style-3 .wlb_image_pointer:hover::before {
transform: translateX(-50%) translateY(-50%) rotate(47deg);
}
.wlb-marker-style-3 .wlb_image_pointer {
position: absolute;
left: 50%;
top: 26%;
} .wlb-marker-style-4 {
padding: 245px 0;
}
.wlb-marker-style-4 .wlb_image_pointer {
width: 46px;
height: 46px;
border-radius: 100%;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
position: relative;
display: inline-block;
text-align: center;
cursor: pointer;
line-height: 38px;
border: 5px solid #d88d78;
z-index: 2;
}
.wlb-marker-style-4 .wlb_image_pointer .wlb_pointer_box {
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
width: 240px;
position: absolute;
top: 0;
right: 50%;
-webkit-transform: translate3d(50%, -100%, 0);
transform: translate3d(50%, -100%, 0);
border-radius: 5px;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
z-index: 10;
padding: 20px;
-webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.07);
box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.07);
text-align: center;
}
.wlb-marker-style-4 .wlb_image_pointer .wlb_pointer_box h4 {
font-size: 20px;
margin-bottom: 7px;
}
.wlb-marker-style-4 .wlb_image_pointer .wlb_pointer_box p {
font-size: 13px;
line-height: 24px;
margin: 0;
color: #18012c;
}
.wlb-marker-style-4 .wlb_image_pointer:hover .wlb_pointer_box {
visibility: visible;
opacity: 1;
-webkit-transition-delay: 0s;
transition-delay: 0s;
-webkit-transform: translateY(-110%) translateX(50%);
transform: translateY(-110%) translateX(50%);
}
.wlb-marker-style-4 .wlb_image_pointer::before {
content: "\f067";
position: absolute;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
font-family: FontAwesome;
color: #d88d78;
font-size: 18px;
width: 100%;
height: 100%;
transition: 0.4s ease-in-out;
}
.wlb-marker-style-4 .wlb_image_pointer:hover::before {
transform: translateX(-50%) translateY(-50%) rotate(47deg);
}
.wlb-marker-style-4 .wlb_image_pointer {
position: absolute;
left: 83%;
top: 37%;
} .wlb-marker-style-5 {
padding: 245px 0;
}
.wlb-marker-style-5 .wlb_image_pointer {
width: 46px;
height: 46px;
border-radius: 4px;
background: #000;
position: relative;
display: inline-block;
text-align: center;
cursor: pointer;
line-height: 47px;
z-index: 2;
}
.wlb-marker-style-5 .wlb_image_pointer .effect-1 {
position: relative;
}
.wlb-marker-style-5 .wlb_image_pointer .effect-1::before,
.wlb-marker-style-5 .wlb_image_pointer .effect-1::after {
position: absolute;
top: 50%;
left: 50%;
display: block;
content: "";
border: 1px solid #f10;
border-radius: 50%;
-webkit-transform: scale(0.35) translateY(-50%) translateX(-50%);
-ms-transform: scale(0.35) translateY(-50%) translateX(-50%);
transform: scale(0.35) translateY(-50%) translateX(-50%);
opacity: 0;
-webkit-animation: marker-ripple-animation 2.6s
cubic-bezier(0.25, 0.9, 0.2, 1) 0.4s infinite;
animation: marker-ripple-animation 2.6s cubic-bezier(0.25, 0.9, 0.2, 1) 0.4s
infinite;
}
.wlb-marker-style-5 .wlb_image_pointer .effect-1::before {
width: 32px;
height: 32px;
left: 50%;
top: 50%;
z-index: -1;
}
.wlb-marker-style-5 .wlb_image_pointer .effect-1::after {
width: 32px;
height: 32px;
z-index: -1;
border-color: rgba(255, 255, 255, 0.4);
-webkit-animation: marker-ripple-animation 2.6s
cubic-bezier(0.25, 0.9, 0.2, 1) 0s infinite;
animation: marker-ripple-animation 2.6s cubic-bezier(0.25, 0.9, 0.2, 1) 0s
infinite;
}
.wlb-marker-style-5 .wlb_image_pointer .wlb_pointer_box {
background: #000000;
width: 240px;
position: absolute;
top: 0;
right: 50%;
-webkit-transform: translate3d(50%, -100%, 0);
transform: translate3d(50%, -100%, 0);
border-radius: 5px;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
z-index: 10;
padding: 20px;
-webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.07);
box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.07);
text-align: center;
}
.wlb-marker-style-5 .wlb_image_pointer .wlb_pointer_box h4 {
font-size: 20px;
margin-bottom: 7px;
color: #fff;
}
.wlb-marker-style-5 .wlb_image_pointer .wlb_pointer_box p {
font-size: 13px;
line-height: 24px;
margin: 0;
color: #fff;
}
.wlb-marker-style-5 .wlb_image_pointer:hover .wlb_pointer_box {
visibility: visible;
opacity: 1;
-webkit-transition-delay: 0s;
transition-delay: 0s;
-webkit-transform: translateY(-110%) translateX(50%);
transform: translateY(-110%) translateX(50%);
}
.wlb-marker-style-5 .wlb_image_pointer::before {
content: "\f067";
position: absolute;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
font-family: FontAwesome;
color: #ffffff;
font-size: 18px;
width: 100%;
height: 100%;
transition: 0.4s ease-in-out;
}
.wlb-marker-style-5 .wlb_image_pointer:hover::before {
transform: translateX(-50%) translateY(-50%) rotate(47deg);
}
.wlb-marker-style-5 .wlb_image_pointer {
position: absolute;
left: 83%;
top: 37%;
} @-webkit-keyframes marker-ripple-animation {
0% {
-webkit-transform: translate3d(-50%, -50%, 0) scale(1);
opacity: 1;
}
100% {
-webkit-transform: translate3d(-50%, -50%, 0) scale(1.7);
opacity: 0;
}
}
@keyframes marker-ripple-animation {
0% {
transform: translate3d(-50%, -50%, 0) scale(1);
opacity: 1;
}
100% {
transform: translate3d(-50%, -50%, 0) scale(1.7);
opacity: 0;
}
} .elementor-widget-wl-empty-cart-message
.woocommerce-notices-wrapper
.cart-empty
+ .cart-empty {
display: none;
} .wl-quantity-wrap .label,
.wl-quantity-wrap .wl-quantity,
.wl-cart-icon,
.wl-wishlist-compare-txt {
display: none;
}
.wl-addto-cart .wishsuite-button.wltooltip_no span.wishsuite-btn-text {
display: none;
}
.woolentor_current_theme_blocksy
.wl-addto-cart.wl-style-2
form.cart
.wl-quantity-wrap
span.label {
margin: 22px 0px;
}
.woolentor_current_theme_blocksy .wl-addto-cart a.htcompare-btn {
display: unset !important;
}
.woolentor_current_theme_oceanwp .wl-addto-cart form.cart .quantity {
min-width: unset;
}
.woolentor_current_theme_blocksy
.wl-addto-cart.grouped.wl-style-5
form.cart
.wl-cart-wrap,
.woolentor_current_theme_blocksy
.wl-addto-cart.variable.wl-style-3
form.cart
.wl-quantity-wrap,
#holmes .wl-addto-cart.variable.wl-style-3 form.cart .wl-quantity-wrap,
#holmes .wl-addto-cart.variable.wl-style-5 form.cart .wl-quantity-wrap {
flex-wrap: unset !important;
}
#holmes .wl-addto-cart form.cart .button {
height: auto !important;
} .woolentor_current_theme_blocksy .wl-addto-cart.wl-style-2 .quantity .qty,
.woolentor_current_theme_blocksy .wl-addto-cart.wl-style-3 .quantity .qty,
.woolentor_current_theme_blocksy .wl-addto-cart.wl-style-5 .quantity .qty {
width: inherit !important;
text-align: center !important;
}
.woolentor_current_theme_blocksy
.wl-addto-cart.grouped.wl-style-5
form.cart
.wl-cart-wrap,
.woolentor_current_theme_blocksy
.wl-addto-cart.variable.wl-style-3
form.cart
.wl-quantity-wrap {
flex-wrap: unset !important;
}
.wl-addto-cart.wl-style-2 .cart .quantity[data-type="type-2"] .ct-increase,
.wl-addto-cart.wl-style-4 .cart .quantity[data-type="type-2"] .ct-increase,
.wl-addto-cart.wl-style-4 .cart .quantity[data-type="type-2"] .ct-decrease,
.wl-addto-cart.wl-style-2 .cart .quantity[data-type="type-2"] .ct-decrease {
display: none;
}
.woolentor-page-template .ct-woo-account {
display: block;
}
.fusion-body .wl-quantity-cal .quantity{
border: none;
}
.woolentor_current_theme_Avada .woolentorducts-columns-4 ul.products li.product.product-list-view {
width: 100% !important;
} .wl-addto-cart.wl-style-2 .cart .quantity a.plus,
.wl-addto-cart.wl-style-4 .cart .quantity a.minus,
.wl-addto-cart.wl-style-4 .cart .quantity a.plus,
.wl-addto-cart.wl-style-2 .cart .quantity a.minus,
.wl-addto-cart.wl-style-4 .cart .quantity > .plus,
.wl-addto-cart.wl-style-2 .cart .quantity > .minus,
.wl-addto-cart.wl-style-2 .cart .quantity > .plus,
.woolentor_current_theme_oceanwp .wl-addto-cart .cart .quantity a.plus,
.woolentor_current_theme_oceanwp .wl-addto-cart .cart .quantity a.minus {
display: none;
}
.wl-addto-cart.wl-style-2 .wl-quantity-wrap .label,
.wl-addto-cart.wl-style-2 .wl-quantity-wrap .wl-quantity,
.wl-addto-cart.wl-style-3 .wl-quantity-wrap .label,
.wl-addto-cart.wl-style-5 .wl-quantity-wrap .label {
display: inline-block;
}
.wl-addto-cart form.cart > a.wishsuite-product-before_cart_btn,
.wl-addto-cart.grouped
form.cart
.wl-cart-wrap
> a.wishsuite-product-before_cart_btn,
.wl-addto-cart.variable
form.cart
.single_variation_wrap
.woocommerce-variation-add-to-cart
> a.wishsuite-product-before_cart_btn {
display: none;
}
.wl-addto-cart form.cart .htcompare-button-area,
.wl-addto-cart
form.cart
.single_variation_wrap
.woocommerce-variation-add-to-cart
.htcompare-button-area {
display: none;
}
.wl-addto-cart .wishsuite-btn,.wl-addto-cart .wishsuite-button {
position: static !important;
}
.woolentor-sticky-wishlist .wishsuite-button,.woolentor-sticky-wishlist .wishsuite-btn{
display: none !important;
}
.woocommerce div.product .wl-addto-cart.wl-style-2 form.cart div.quantity,
.wl-addto-cart.wl-style-2 form.cart div.quantity {
float: none;
margin-right: 0px;
}
.wl-addto-cart.wl-style-2 form.cart .wl-quantity-wrap {
display: flex;
margin-bottom: 30px;
}
.woocommerce-js div.product .wl-addto-cart form.cart div.quantity, .wl-quantity-cal div.quantity{
margin: 0;
}
.woocommerce-js .wl-addto-cart .quantity .qty{
margin: 0;
background: transparent;
}
.woocommerce-js div.product .wl-addto-cart form.cart .button, .wl-cart-wrap .button{
margin: 0;
}
.wl-addto-cart.wl-style-2 form.cart .wl-quantity-wrap .wl-quantity-cal {
display: flex;
flex-wrap: wrap;
border-bottom: 1px solid #333333;
align-items: center;
margin-left: 80px;
}
.wl-addto-cart.wl-style-2 form.cart .wl-quantity-wrap span.label {
font-size: 14px;
font-weight: 400;
letter-spacing: 1px;
text-transform: uppercase;
color: #333333;
margin-top: 5px;
}
.wl-addto-cart.wl-style-2 form.cart .wl-quantity-wrap .wl-quantity {
background: transparent;
color: #666;
font-size: 14px;
}
.woocommerce .wl-addto-cart.wl-style-2 .quantity input[type="number"] {
border-width: 0px;
color: #212529;
font-weight: 500;
text-align: center;
width: 4em;
}
.wl-addto-cart form.cart .wl-quantity-wrap .wl-quantity {
cursor: pointer;
}
.wl-addto-cart.wl-style-2 form.cart .wl-quantity-wrap .wl-quantity {
padding-left: 0px;
padding-right: 35px;
}
.wl-addto-cart.wl-style-2
form.cart
.wl-quantity-wrap
.wl-quantity.wl-quantity-plus {
padding-right: 0px;
padding-left: 35px;
}
.woocommerce
.wl-addto-cart.wl-style-2
.quantity
input[type="number"]::-webkit-outer-spin-button,
.woocommerce
.wl-addto-cart.wl-style-2
.quantity
input[type="number"]::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.woocommerce .wl-addto-cart.wl-style-2 .quantity input[type="number"] {
appearance: textfield;
-moz-appearance: textfield;
}
.woocommerce div.product .wl-addto-cart form.cart:after,
.woocommerce div.product .wl-addto-cart form.cart:before,
.wl-addto-cart form.cart:after,
.wl-addto-cart form.cart:before {
display: none;
}
.woocommerce div.product .wl-addto-cart.external.wl-style-2 form.cart .button,
.woocommerce div.product .wl-addto-cart.wl-style-2 form.cart .button,
.wl-addto-cart.wl-style-2 form.cart .button,
.wl-addto-cart.external.wl-style-2 form.cart .button {
vertical-align: baseline;
float: none;
font-weight: 400;
line-height: 24px;
margin-bottom: 10px;
padding: 15px 40px;
text-align: center;
white-space: nowrap;
letter-spacing: 1px;
text-transform: uppercase;
color: #ffffff;
border: 1px solid #333333;
border-radius: 500px;
background-color: #333333;
}
.woocommerce div.product .wl-addto-cart.wl-style-2 form.cart .button:hover,
.wl-addto-cart.wl-style-2 form.cart .button:hover {
background: #ffffff;
color: #333333;
border-color: #333333;
}
.woocommerce div.product .wl-addto-cart.wl-style-2 form.cart .wl-cart-wrap,
.wl-addto-cart.wl-style-2 form.cart .wl-cart-wrap {
display: flex;
margin-bottom: 30px;
gap: 15px;
}
.woocommerce div.product .wl-addto-cart.wl-style-5 form.cart .wl-cart-wrap,
.wl-addto-cart.wl-style-5 form.cart .wl-cart-wrap {
display: flex;
flex-wrap: wrap;
gap: 15px;
}
.wl-addto-cart.wl-style-2
form.cart
.wl-cart-wrap.after
.single_add_to_cart_button,
.wl-addto-cart.wl-style-5
form.cart
.wl-cart-wrap.after
.single_add_to_cart_button {
order: 1;
}
.wl-addto-cart.wl-style-2 form.cart .wl-cart-wrap.after .wishlist,
.wl-addto-cart.wl-style-5 form.cart .wl-cart-wrap.after .wishlist {
order: 2;
}
.wl-addto-cart.wl-style-2 form.cart .wl-cart-wrap.after .compare,
.wl-addto-cart.wl-style-5 form.cart .wl-cart-wrap.after .compare {
order: 3;
}
.wl-addto-cart.wl-style-2
form.cart
.wl-cart-wrap.before
.single_add_to_cart_button,
.wl-addto-cart.wl-style-5
form.cart
.wl-cart-wrap.before
.single_add_to_cart_button {
order: 3;
}
.wl-addto-cart.wl-style-2 form.cart .wl-cart-wrap.before .wishlist,
.wl-addto-cart.wl-style-5 form.cart .wl-cart-wrap.before .wishlist {
order: 1;
}
.wl-addto-cart.wl-style-2 form.cart .wl-cart-wrap.before .compare,
.wl-addto-cart.wl-style-5 form.cart .wl-cart-wrap.before .compare {
order: 2;
}
.wl-addto-cart.wl-style-2
form.cart
.wl-cart-wrap.both
.single_add_to_cart_button,
.wl-addto-cart.wl-style-5
form.cart
.wl-cart-wrap.both
.single_add_to_cart_button {
order: 2;
}
.wl-addto-cart.wl-style-2 form.cart .wl-cart-wrap.both .wishlist,
.wl-addto-cart.wl-style-5 form.cart .wl-cart-wrap.both .wishlist {
order: 1;
}
.wl-addto-cart.wl-style-2 form.cart .wl-cart-wrap.both a.wishlist,
.wl-addto-cart.wl-style-5 form.cart .wl-cart-wrap.both a.wishlist,
.wl-addto-cart.wl-style-2 form.cart .wl-cart-wrap.both a.woolentor-compare,
.wl-addto-cart.wl-style-5 form.cart .wl-cart-wrap.both a.woolentor-compare {
width: 100%;
height: 100%;
justify-content: center;
}
.wl-addto-cart.wl-style-2 form.cart .wl-cart-wrap.both .compare,
.wl-addto-cart.wl-style-5 form.cart .wl-cart-wrap.both .compare {
order: 3;
}
.wl-addto-cart.external.before.wl-style-2 form.cart .single_add_to_cart_button,
.wl-addto-cart.external.before.wl-style-5 form.cart .single_add_to_cart_button {
order: 3;
}
.wl-addto-cart.external.before.wl-style-2 form.cart .wishlist,
.wl-addto-cart.external.before.wl-style-5 form.cart .wishlist {
order: 1;
}
.wl-addto-cart.external.before.wl-style-2 form.cart .compare,
.wl-addto-cart.external.before.wl-style-5 form.cart .compare {
order: 2;
}
.wl-addto-cart.external.after.wl-style-2 form.cart .single_add_to_cart_button,
.wl-addto-cart.external.after.wl-style-5 form.cart .single_add_to_cart_button {
order: 1;
}
.wl-addto-cart.external.after.wl-style-2 form.cart .wishlist,
.wl-addto-cart.external.after.wl-style-5 form.cart .wishlist {
order: 2;
}
.wl-addto-cart.external.after.wl-style-2 form.cart .compare,
.wl-addto-cart.external.after.wl-style-5 form.cart .compare {
order: 3;
}
.wl-addto-cart.external.both.wl-style-2 form.cart .single_add_to_cart_button,
.wl-addto-cart.external.both.wl-style-5 form.cart .single_add_to_cart_button {
order: 2;
}
.wl-addto-cart.external.both.wl-style-2 form.cart .wishlist,
.wl-addto-cart.external.both.wl-style-5 form.cart .wishlist {
order: 1;
}
.wl-addto-cart.external.both.wl-style-2 form.cart .compare,
.wl-addto-cart.external.both.wl-style-5 form.cart .compare {
order: 3;
}
.woocommerce div.product .wl-addto-cart.wl-style-2 form.cart .wl-cart-icon,
.wl-addto-cart.wl-style-2 form.cart .wl-cart-icon,
.wl-addto-cart.wl-style-5 form.cart .wl-cart-icon {
width: 56px;
height: 56px;
color: #333333;
border: 1px solid #696969;
background-color: transparent;
border-radius: 50%;
display: flex;
justify-content: center;
font-size: 22px;
align-items: center;
cursor: pointer;
transition: 1.2s;
}
.wl-addto-cart.wl-style-5
form.cart
.wl-cart-icon.wishlist
.wishsuite-button
svg {
height: 22px;
width: 22px;
}
.wl-addto-cart.wl-style-5 form.cart .wl-cart-icon {
border-radius: 0px;
}
.woocommerce
div.product
.wl-addto-cart.wl-style-2
form.cart
.wl-cart-icon:hover,
.wl-addto-cart.wl-style-2 form.cart .wl-cart-icon:hover,
.woocommerce
div.product
.wl-addto-cart.wl-style-5
form.cart
.wl-cart-icon:hover,
.wl-addto-cart.wl-style-5 form.cart .wl-cart-icon:hover {
color: #ffffff;
background: #333333;
}
.woocommerce
div.product
.wl-addto-cart.wl-style-2
form.cart
.wl-cart-icon:hover
> a,
.wl-addto-cart.wl-style-2 form.cart .wl-cart-icon:hover > a,
.woocommerce
div.product
.wl-addto-cart.wl-style-5
form.cart
.wl-cart-icon:hover
> a,
.wl-addto-cart.wl-style-5 form.cart .wl-cart-icon:hover > a {
color: #ffffff;
}
.wl-addto-cart.wl-style-2 form.cart .wl-cart-icon a svg {
width: 22px;
height: 22px;
}
.wl-addto-cart.external.wl-style-2 form.cart {
display: flex;
flex-wrap: wrap;
gap: 10px;
}
.woocommerce div.product .wl-addto-cart.external.wl-style-5 form.cart .button,
.wl-addto-cart.external.wl-style-5 form.cart .button {
padding: 15px 40px;
line-height: 24px;
}
.wl-addto-cart.wl-style-3 form.cart,
.wl-addto-cart.wl-style-4 form.cart,
.wl-addto-cart.wl-style-5 form.cart,
.wl-addto-cart.variable.wl-style-3
form.cart
.single_variation_wrap
.woocommerce-variation-add-to-cart,
.wl-addto-cart.variable.wl-style-4
form.cart
.single_variation_wrap
.woocommerce-variation-add-to-cart,
.wl-addto-cart.variable.wl-style-5
form.cart
.single_variation_wrap
.woocommerce-variation-add-to-cart {
display: flex;
flex-wrap: wrap;
gap: 15px;
flex-direction: row;
margin-bottom: 30px;
align-items: center;
}
.woolentor-quickview-content-builder
.wl-addto-cart.external.wl-style-5
form.cart {
flex-wrap: unset;
}
.wl-addto-cart.wl-style-3 form.cart .wl-quantity-wrap,
.wl-addto-cart.wl-style-5 form.cart .wl-quantity-wrap {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 15px;
}
.wl-addto-cart.wl-style-3 form.cart .wl-quantity-wrap {
flex: 1;
}
.woocommerce div.product .wl-addto-cart.wl-style-3 form.cart .wl-cart-wrap,
.wl-addto-cart.wl-style-3 form.cart .wl-cart-wrap,
.woocommerce div.product .wl-addto-cart.wl-style-4 form.cart .wl-cart-wrap,
.wl-addto-cart.wl-style-4 form.cart .wl-cart-wrap {
flex: 1.5;
}
.woocommerce div.product .wl-addto-cart.wl-style-3 form.cart .button,
.wl-addto-cart.wl-style-3 form.cart .button,
.woocommerce div.product .wl-addto-cart.wl-style-4 form.cart .button,
.wl-addto-cart.wl-style-4 form.cart .button {
float: none;
width: 100%;
background-color: #222222;
}
.woocommerce div.product .wl-addto-cart.wl-style-4 form.cart .button:not(.woolentor-quick-checkout-button),
.wl-addto-cart.wl-style-4 form.cart .button:not(.woolentor-quick-checkout-button) {
padding: 19px 0px;
border-radius: 5px;
}
.woocommerce div.product .wl-addto-cart.wl-style-3 form.cart .button:not(.woolentor-quick-checkout-button),
.wl-addto-cart.wl-style-3 form.cart .button:not(.woolentor-quick-checkout-button) {
padding: 15px 0px;
border-radius: 5px;
}
.woocommerce .wl-addto-cart.wl-style-5 .quantity .qty {
width: 4.631em;
text-align: left;
min-height: 0px;
}
.woocommerce .wl-addto-cart.wl-style-5 .quantity input[type="number"] {
padding: 12px 7px;
}
.woocommerce .wl-addto-cart.wl-style-3 .quantity input[type="number"] {
text-align: left;
width: 100%;
padding: 10px 9px;
border-radius: 5px;
}
.woocommerce div.product .wl-addto-cart.wl-style-3 .wl-quantity-wrap .label,
.wl-addto-cart.wl-style-3 .wl-quantity-wrap .label {
flex: 1;
}
.woolentor-quickview-content-builder
.wl-addto-cart.wl-style-3
.wl-quantity-wrap
.label {
flex: unset;
}
.wl-addto-cart.wl-style-3 form.cart .wl-quantity-wrap .wl-quantity-cal {
flex: 2;
}
.woolentor-quickview-content-builder
.wl-addto-cart.wl-style-3
form.cart
.wl-quantity-wrap
.wl-quantity-cal {
flex: unset;
}
.wl-addto-cart.wl-style-4 form.cart .wl-quantity-wrap .wl-quantity-cal {
display: flex;
background: #f7f8fa;
align-items: center;
padding: 8px 0px;
border-radius: 5px;
}
.wl-addto-cart.wl-style-4 form.cart .wl-quantity-wrap {
display: flex;
align-items: center;
flex-wrap: wrap;
}
.woocommerce
div.product
.wl-addto-cart.wl-style-4
form.cart
.wl-quantity-wrap
.wl-quantity,
.wl-addto-cart.wl-style-4 form.cart .wl-quantity-wrap .wl-quantity {
float: none;
display: inline-block;
text-align: center;
width: 50px;
height: auto;
}
.woocommerce .wl-addto-cart.wl-style-4 .quantity input[type="number"] {
border-width: 0px;
color: #212529;
font-weight: 500;
text-align: center;
padding: 0px;
background: transparent;
margin: 0;
}
.woocommerce
.wl-addto-cart.wl-style-4
.quantity
input[type="number"]::-webkit-outer-spin-button,
.woocommerce
.wl-addto-cart.wl-style-4
.quantity
input[type="number"]::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.woocommerce .wl-addto-cart.wl-style-4 .quantity input[type="number"] {
appearance: textfield;
-moz-appearance: textfield;
}
.woocommerce div.product .wl-addto-cart.wl-style-4 form.cart div.quantity,
.woocommerce div.product .wl-addto-cart.wl-style-4 form.cart div.quantity {
margin: 0px;
}
.woocommerce
div.product
.wl-addto-cart.wl-style-3
form.cart
.wl-wishlist-compare-txt,
.wl-addto-cart.wl-style-3 form.cart .wl-wishlist-compare-txt {
display: block;
}
.wl-wishlist-compare-txt {
margin: 0;
padding: 0;
width: 100%;
margin-top: 15px;
}
.wl-wishlist-compare-txt li {
list-style: none;
}
.wl-wishlist-compare-txt
.wishsuite-button.wltooltip_no
span.wishsuite-btn-text {
display: block;
}
.wl-wishlist-compare-txt .htcompare-btn.woolentor-compare {
margin-left: 6px;
}
.woocommerce
div.product
.wl-addto-cart.wl-style-4
form.cart
.wl-wishlist-compare-txt,
.wl-addto-cart.wl-style-4 form.cart .wl-wishlist-compare-txt {
display: flex;
flex-wrap: wrap;
gap: 20px;
}
.wl-addto-cart.grouped .wl-quantity-grouped-cal {
display: flex;
align-items: center;
}
.wl-addto-cart.grouped .wl-quantity-grouped-cal .wl-quantity {
padding: 2px 16px;
border: 1px solid #eaeaea;
cursor: pointer;
}
.wl-addto-cart.grouped.wl-style-1 .wl-quantity-grouped-cal .wl-quantity {
display: none;
}
.wl-addto-cart.grouped .wl-quantity-grouped-cal .wl-quantity.wl-quantity-minus {
border-right: none;
}
.wl-addto-cart.grouped .wl-quantity-grouped-cal .wl-quantity.wl-quantity-plus {
border-left: none;
}
.wl-addto-cart.grouped.wl-style-3
.wl-quantity-grouped-cal
.wl-quantity.wl-quantity-minus,
.wl-addto-cart.grouped.wl-style-5
.wl-quantity-grouped-cal
.wl-quantity.wl-quantity-minus {
display: none;
}
.wl-addto-cart.grouped.wl-style-3
.wl-quantity-grouped-cal
.wl-quantity.wl-quantity-plus,
.wl-addto-cart.grouped.wl-style-5
.wl-quantity-grouped-cal
.wl-quantity.wl-quantity-plus {
display: none;
}
.wl-addto-cart.grouped .wl-quantity-grouped-cal .quantity input[type="number"] {
border: 1px solid #eaeaea;
}  .woolentor-filter-wrap {
overflow: hidden;
}
.rtl .woolentor-filter-wrap ul li ul {
padding-left: 0;
padding-right: 20px;
}
h2.wl_filter_title {
margin: 0 0 10px 0;
color: #2d2a2a;
font-weight: 600;
font-size: 20px;
padding: 0 0 15px 0;
border-bottom: 1px solid #eee;
}
.woolentor-filter-wrap form.wl_product_search_form {
border: 2px solid rgba(129, 129, 129, 0.2);
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.woolentor-filter-wrap form.wl_product_search_form input[type="search"] {
box-sizing: inherit;
padding: 0 15px;
height: 42px;
border-radius: 0;
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
vertical-align: middle;
font-size: 14px;
-webkit-transition: border-color 0.5s ease;
transition: border-color 0.5s ease;
border: 0;
width: calc(100% - 50px);
}
.woolentor-filter-wrap form.wl_product_search_form button {
width: 50px;
padding: 0;
height: 42px;
text-align: center;
background: transparent;
transition: 0.4s;
color: #222;
border: none;
}
.woolentor-filter-wrap ul {
margin: 0;
padding: 0;
list-style: none;
}
.woolentor-filter-wrap ul li {
border-bottom: 1px solid #eee;
margin: 0;
}
.woolentor-filter-wrap ul li:last-child {
border-bottom: 0;
}
.woolentor-filter-wrap ul li a {
padding: 12px 0;
display: inline-block;
color: #464646;
font-weight: 400;
font-size: 14px;
transition: 0.4s;
}
.woolentor-filter-wrap ul > li:hover > i,
.woolentor-filter-wrap ul li a:hover {
color: #f05b64;
}
.woolentor-filter-wrap ul li i {
margin-right: 10px;
}
.woolentor-filter-wrap ul li ul {
padding-left: 20px;
border-top: 1px solid #eee;
}
.woolentor-filter-wrap ul li.wlchosen i {
display: none;
}
.woolentor-filter-wrap ul li.wlchosen a {
position: relative;
padding-left: 15px;
}
.woolentor-filter-wrap ul li.wlchosen > a::before,
.woolentor-filter-wrap ul li.wlchosen > a::after {
position: absolute;
top: calc(50% - 1px);
left: 0;
width: 12px;
height: 2px;
content: "";
-webkit-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
background-color: #f05b64;
}
.woolentor-filter-wrap ul li.wlchosen a:after {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.woolentor-filter-wrap select {
padding-right: 30px;
background-position: right 10px top 50%;
background-size: auto 18px;
background-repeat: no-repeat;
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==");
padding: 0 15px;
max-width: 100%;
width: 100%;
height: 42px;
border: 2px solid rgba(129, 129, 129, 0.2);
border-radius: 0;
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
vertical-align: middle;
font-size: 14px;
-webkit-transition: border-color 0.5s ease;
transition: border-color 0.5s ease;
-webkit-appearance: none;
appearance: none;
}
.woolentor_slider_range.ui-slider {
position: relative;
background: #dbdbdb none repeat scroll 0 0;
border: medium none;
border-radius: 50px;
height: 5px;
margin-bottom: 12px;
margin-left: auto;
margin-right: 0;
}
.woolentor_slider_range .ui-slider-range.ui-widget-header.ui-corner-all {
height: 100%;
position: absolute;
display: block;
border: 0;
background: #fa6bff none repeat scroll 0 0;
border: none;
-webkit-transition: all 0s ease 0s;
-o-transition: all 0s ease 0s;
transition: all 0s ease 0s;
}
.woolentor_slider_range .ui-slider-handle.ui-state-default.ui-corner-all {
position: absolute;
background: #fff none repeat scroll 0 0;
border: medium none;
border-radius: 50%;
height: 15px;
margin-left: 0;
width: 15px;
border: 4px solid #fa6bff;
z-index: 2;
width: 1em;
height: 1em;
cursor: ew-resize;
outline: 0;
top: -0.3em;
margin-left: -0.5em;
}
.wl_button_price {
margin-top: 10px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.wl_button_price button {
background: #29d8db;
padding: 5px 12px;
border-radius: 3px;
border: none;
}
.wl_button_price button:hover {
background: #fa6bff;
text-decoration: none;
} .wl_product-accordion {
width: 100%;
}
.wl_product-accordion .panel.panel-default {
margin-bottom: 20px;
}
.wl_product-accordion .wl_product-accordion-card {
margin-bottom: 20px;
border-radius: 35px;
background: -webkit-linear-gradient(349deg, #612cf6 0, #ba73fa 65%);
background: -o-linear-gradient(349deg, #612cf6 0, #ba73fa 65%);
background: linear-gradient(-259deg, #612cf6 0, #ba73fa 65%);
}
.wl_product-accordion.wl_product-accordion-two .wl_product-accordion-card {
background: #3951e1;
}
.wl_product-accordion .wl_product-accordion-card .wl_product-accordion-head {
border: none;
width: 100%;
text-align: left;
color: #ffffff;
padding: 20px 30px;
position: relative;
overflow-wrap: break-word;
white-space: normal;
font-size: 18px;
line-height: 1.2;
font-weight: 500;
border-radius: 35px;
border-bottom: 1px solid transparent;
position: relative;
cursor: pointer;
}
@media only screen and (max-width: 479px) {
.wl_product-accordion .wl_product-accordion-card .wl_product-accordion-head {
padding-left: 15px;
padding-right: 20px;
}
}
.wl_product-accordion
.wl_product-accordion-card
.wl_product-accordion-head-indicator {
position: absolute;
right: 35px;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 30px;
height: 30px;
padding-top: 6px;
text-align: center;
background: #fff;
border-radius: 50%;
color: #ba73fa;
}
@media only screen and (max-width: 479px) {
.wl_product-accordion
.wl_product-accordion-card
.wl_product-accordion-head-indicator {
right: 15px;
}
}
.wl_product-accordion
.wl_product-accordion-card
.wl_product-accordion-head-indicator
i {
visibility: hidden;
opacity: 0;
display: none;
color: #ba73fa;
}
.wl_product-accordion
.wl_product-accordion-card
.wl_product-accordion-head-indicator
i:nth-child(2) {
visibility: visible;
opacity: 1;
display: block;
}
.wl_product-accordion
.wl_product-accordion-card.active
.wl_product-accordion-head-indicator
i {
visibility: hidden;
opacity: 0;
display: none;
color: #ba73fa;
}
.wl_product-accordion
.wl_product-accordion-card.active
.wl_product-accordion-head-indicator
i:nth-child(1) {
visibility: visible;
opacity: 1;
display: block;
}
.wl_product-accordion .wl_product-accordion-content {
border-bottom: none;
margin-bottom: 20px;
border: none;
border-radius: 35px;
}
.wl_product-accordion .wl_product-accordion-content img {
border-radius: 15px;
}
.wl_product-accordion .wl_product-accordion-content:last-child {
margin-bottom: 0;
}
.wl_product-accordion .card-body {
padding: 15px 30px 29px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
@media only screen and (max-width: 575px) {
.wl_product-accordion .card-body {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
}
.wl_product-accordion .card-body .product-thumbnail {
width: 260px;
}
.wl_product-accordion .card-body .product-content {
margin-left: 20px;
width: 100%;
}
@media only screen and (max-width: 575px) {
.wl_product-accordion .card-body .product-content {
margin-left: 0px;
}
}
.wl_product-accordion .card-body .product-content .product-content-top {
border-top: 1px solid #ffffff;
padding-top: 30px;
}
@media only screen and (max-width: 575px) {
.wl_product-accordion .card-body .product-content .product-content-top {
border-top: 1px solid transparent;
}
}
.wl_product-accordion .card-body .product-content .product-content-top p {
color: #ffffff;
}
.wl_product-accordion
.card-body
.product-content
.product-content-top
.reading {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
color: #ffffff;
}
.wl_product-accordion .card-body .product-content .product-acontent-bottom {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.wl_product-accordion
.card-body
.product-content
.product-acontent-bottom
.product-price {
color: #ffffff;
font-weight: 500;
margin-top: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.wl_product-accordion
.card-body
.product-content
.product-acontent-bottom
.product-price {
margin-bottom: 5px;
margin-top: 5px;
}
}
.wl_product-accordion
.card-body
.product-content
.product-acontent-bottom
.action {
margin-top: 10px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 0px 0px;
border-radius: 0 0 5px 5px;
list-style: none;
margin: 0;
margin-right: 44px;
}
.wl_product-accordion
.card-body
.product-content
.product-acontent-bottom
.action
li {
margin: 0 5px;
}
.wl_product-accordion .action .woocommerce.product.compare-button a:before,
.wl_product-accordion .card-body .product-content .action .wishlist a,
.wl_product-accordion
.card-body
.product-content
.product-acontent-bottom
.action
.action-item,
.wl_product-accordion
.card-body
.product-content
.product-acontent-bottom
.action
.htcompare-btn,
.wl_product-accordion
.card-body
.product-content
.product-acontent-bottom
.action
.wishsuite-button {
font-size: 14px;
height: 34px;
padding: 0 10px;
line-height: 34px;
background: #ffffff;
text-align: center;
border-radius: 50000px;
color: #333;
margin-left: 10px;
display: inline-block;
text-align: center;
}
.wl_product-accordion .card-body .product-content .action .wishlist a,
.wl_product-accordion
.card-body
.product-content
.product-acontent-bottom
.action
.wishsuite-button {
padding: 3px 10px;
}
.wl_product-accordion
.card-body
.product-content
.product-acontent-bottom
.action
.wishsuite-button
svg {
width: 15px;
height: 15px;
}
.wl_product-accordion.wl_product-accordion-two
.wl_product-accordion-card
.wl_product-accordion-head-indicator {
color: #3951e1;
}
.wl_single-product-item ul.action a.htcompare-btn.loading {
padding: 0;
}
.wl_single-product-item ul.action a.htcompare-btn.added:after {
display: none;
}
@media only screen and (max-width: 479px) {
.wl_product-accordion.wl_product-accordion-two
.wl_product-accordion-card
.wl_product-accordion-head-indicator {
right: 15px;
}
}
.wl_product-accordion.wl_product-accordion-two
.wl_product-accordion-card
.wl_product-accordion-head-indicator
i {
color: #3951e1;
} .wl_horizontal-hover-accordion {
width: 100%;
max-width: 1080px;
height: 600px;
overflow: hidden;
}
.wl_horizontal-hover-accordion .accordion-ul {
width: 100%;
display: table;
table-layout: fixed;
margin: 0;
padding: 0;
}
.wl_horizontal-hover-accordion .accordion-ul li {
display: table-cell;
vertical-align: bottom;
position: relative;
width: 16.666%;
height: 600px;
background-repeat: no-repeat;
background-position: center center;
-webkit-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.wl_horizontal-hover-accordion .accordion-ul li .accordion-product-content {
display: block;
overflow: hidden;
width: 100%;
}
.wl_horizontal-hover-accordion
.accordion-ul
li
.accordion-product-content
.accordion-product-item {
display: block;
height: 600px;
width: 100%;
position: relative;
z-index: 3;
padding: 50px 30px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: #fff;
text-decoration: none;
-webkit-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
opacity: 0;
margin: 0;
width: 100%;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
position: relative;
z-index: 5;
overflow: hidden;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
-webkit-transition: all 400ms ease;
-o-transition: all 400ms ease;
transition: all 400ms ease;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
@media only screen and (max-width: 767px) {
.wl_horizontal-hover-accordion
.accordion-ul
li
.accordion-product-content
.accordion-product-item {
padding: 30px 20px;
}
}
@media only screen and (max-width: 575px) {
.wl_horizontal-hover-accordion
.accordion-ul
li
.accordion-product-content
.accordion-product-item {
padding: 30px 20px;
}
}
.wl_horizontal-hover-accordion
.accordion-ul
li
.accordion-product-content
.accordion-product-item
.product-content {
background: rgba(255, 255, 255, 0.9);
width: 250px;
padding: 20px;
}
.wl_horizontal-hover-accordion
.accordion-ul
li
.accordion-product-content
.accordion-product-item
.product-content
.sub-title {
margin-bottom: 0;
}
.wl_horizontal-hover-accordion
.accordion-ul
li
.accordion-product-content
.accordion-product-item
.product-content
.sub-title
a {
font-size: 12px;
color: #000000;
}
.wl_horizontal-hover-accordion
.accordion-ul
li
.accordion-product-content
.accordion-product-item
.product-content
.title {
margin: 0;
}
.wl_horizontal-hover-accordion
.accordion-ul
li
.accordion-product-content
.accordion-product-item
.product-content
.title
a {
color: #333;
margin: 0;
}
.wl_horizontal-hover-accordion
.accordion-ul
li
.accordion-product-content
.accordion-product-item
.product-content
.product-price {
color: #0a3aca;
font-weight: 500;
margin-bottom: 15px;
margin-top: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.wl_horizontal-hover-accordion
.accordion-ul
li
.accordion-product-content
.accordion-product-item
.product-content
.product-price {
margin-bottom: 5px;
margin-top: 5px;
}
}
.wl_horizontal-hover-accordion
.accordion-ul
li
.accordion-product-content
.accordion-product-item
.product-content
.reading {
margin-top: 20px;
color: #75828e;
}
.wl_horizontal-hover-accordion
.accordion-ul
li
.accordion-product-content
.accordion-product-item
.product-content
.action {
margin-top: 5px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.wl_horizontal-hover-accordion
.accordion-ul
li
.accordion-product-content
.accordion-product-item
.product-content
.action
a.action-item,
.wl_horizontal-hover-accordion
.accordion-ul
li
.accordion-product-content
.accordion-product-item
.product-content
.action
a.htcompare-btn,
.wl_horizontal-hover-accordion
.accordion-ul
li
.accordion-product-content
.accordion-product-item
.product-content
.action
a.wishsuite-button,
.wl_horizontal-hover-accordion
.accordion-ul
li
.accordion-product-content
.accordion-product-item
.product-content
.action
.yith-wcwl-add-to-wishlist
a {
height: 35px;
padding: 0 9px;
line-height: 35px;
background: transparent;
text-align: center;
border-radius: 35px;
border: 1px solid #0a3aca;
color: #333;
margin-right: 10px;
}
.wl_horizontal-hover-accordion
.accordion-ul
li
.accordion-product-content
.accordion-product-item
.product-content
.action
a.wishsuite-button
svg {
width: 15px;
height: 15px;
}
.wl_horizontal-hover-accordion
.accordion-ul
li
.accordion-product-content
.accordion-product-item
.product-content
.action
.action-item
i {
margin-right: 5px;
}
.wl_horizontal-hover-accordion
.accordion-ul
li
.accordion-product-content
.accordion-product-item
.product-content
.action
.yith-wcwl-add-to-wishlist
a {
padding: 2px 9px;
display: inline-block;
}
.wl_shop-accordion-wrap
.card-body
.product-content
.product-acontent-bottom
.action
.yith-wcwl-add-button
> a
i,
.wl_horizontal-hover-accordion
.accordion-ul
li
.accordion-product-content
.accordion-product-item
.product-content
.action
.yith-wcwl-add-button
> a
i {
margin-right: 0;
}
.wl_horizontal-hover-accordion .accordion-ul:hover li {
width: 8%;
}
.wl_horizontal-hover-accordion .accordion-ul:hover li:hover {
width: 20%;
}
.wl_horizontal-hover-accordion
.accordion-ul:hover
li:hover
.accordion-product-item {
background: rgba(0, 0, 0, 0);
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.wl_horizontal-hover-accordion
.accordion-ul
li
.accordion-product-content
.accordion-product-item
.star-rating {
float: none;
}
@media only screen and (max-width: 575px) {
.wl_horizontal-hover-accordion .accordion-ul:hover li:hover {
width: 114%;
}
}
.va-title {
font-size: 20px;
}
.va-content {
display: none;
margin-left: 25px;
} .wl_product-accordion .wishlist.button-default i {
margin-right: 0;
}
.wl_product-accordion .action .woocommerce.product.compare-button {
position: relative;
}
.wl_product-accordion .ht-product-action-tooltip,
.wl_horizontal-hover-accordion .ht-product-action-tooltip {
display: none;
}
.wl_product-accordion .yith-wcwl-add-to-wishlist,
.wl_horizontal-hover-accordion .yith-wcwl-add-to-wishlist {
margin-top: 0;
}
.wl_horizontal-hover-accordion .action .woocommerce.product.compare-button {
position: relative;
margin-top: -3px;
}
.wl_product-accordion .woocommerce.product.compare-button a {
font-size: 0;
font-weight: 400;
position: absolute;
padding: 0;
}
.wl_horizontal-hover-accordion .action .woocommerce.product.compare-button a {
text-indent: -9999px;
background: inherit;
margin-bottom: -10px;
padding: 0;
}
.wl_product-accordion .action .woocommerce.product.compare-button a:before,
.wl_horizontal-hover-accordion
.action
.woocommerce.product.compare-button
a:before,
.wl_single-product-item .action li .woolentor-compare.compare::before {
content: "\f0ec";
position: absolute;
font-family: FontAwesome !important;
font-size: 18px;
}
.wl_product-accordion .action .woocommerce.product.compare-button a:before {
top: 0;
}
.wl_horizontal-hover-accordion
.action
.woocommerce.product.compare-button
a:before {
text-indent: 0;
left: 0;
right: 0;
color: #000;
border: 1px solid #0a3aca;
width: 37px;
height: 37px;
line-height: 35px;
border-radius: 50%;
text-align: center;
}
.wl_product-accordion-content .price ins {
background: transparent;
} .wl_single-product-item a {
color: inherit;
display: inline-block;
line-height: inherit;
text-decoration: none;
cursor: pointer;
}
.wl_single-product-item a.htcompare-btn {
justify-content: center;
}
.wl_single-product-item {
margin-top: 30px;
margin-left: auto;
margin-right: auto;
border: 1px solid #eeeffb;
border-radius: 10000px 10000px 20px 20px;
background: #f7f7f7;
}
.wl_single-product-item .product-thumbnail {
border: 15px solid #fff;
text-align: center;
border-radius: 50000px; position: relative;
z-index: 9;
background: #fff;
}
.wl_single-product-item .product-thumbnail .images { width: 100% !important;
-webkit-box-shadow: 0 0px 6px rgba(112, 112, 112, 0.2);
box-shadow: 0 0px 6px rgba(112, 112, 112, 0.2);
border-radius: 50%;
margin-bottom: 0 !important;
}
.wl_single-product-item .product-thumbnail .images img {
display: inline-block;
border-radius: 100%;
width: 100%;
}
@media only screen and (max-width: 767px) {
.wl_single-product-item .product-thumbnail {
height: auto;
}
}
@media only screen and (max-width: 575px) {
.wl_single-product-item .product-thumbnail {
height: auto;
}
}
.wl_single-product-item .product-content {
margin-top: -124px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.wl_single-product-item .product-content .product-content-top {
padding: 140px 20px 10px;
}
.wl_single-product-item .product-content .product-content-top .title {
font-weight: 600;
font-size: 18px;
margin: 0;
text-transform: inherit;
}
.wl_single-product-item.wl_dark-item
.product-content
.product-content-top
.title
a {
color: #fff;
}
.wl_single-product-item.wl_dark-item .product-content .product-content-top p {
font-weight: 400;
font-size: 14px;
}
.wl_single-product-item .product-content .product-content-top .title a {
color: #333;
}
.wl_single-product-item .product-content .product-content-top .title a:hover {
color: #0a3aca;
}
.wl_single-product-item .product-content .product-content-top .product-price {
color: #0a3aca;
font-weight: 500;
margin-bottom: 15px;
margin-top: 10px;
font-size: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.wl_single-product-item .product-content .product-content-top .product-price {
margin-bottom: 5px;
margin-top: 5px;
}
}
.wl_single-product-item .product-content .product-content-top .reading {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.wl_single-product-item .product-content .action {
margin-top: 10px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
background: #4e7cff;
padding: 10px 30px;
border-radius: 0 0 5px 5px;
margin: 0;
list-style: none;
}
.wl_single-product-item .product-content .action li {
margin: 0;
position: relative;
line-height: 0;
}
.wl_single-product-item .product-content .action li a,
.wl_single-product-item .product-content .action .action-item {
width: 40px;
height: 40px;
line-height: 40px;
background: #285ffc;
text-align: center;
border-radius: 5px;
color: #ffffff;
}
.wl_single-product-item
.product-content
.action
li
.yith-wcwl-wishlistaddedbrowse.hide
a,
.wl_single-product-item .product-content .action li a.add_to_wishlist {
padding: 3px;
}
.wl_single-product-item .product-content .action .action-item:hover {
background: #2b2b4c;
}
.wl_single-product-item.wl_left-item {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
max-width: 100%;
border-radius: 500px 0 0 500px;
}
@media only screen and (max-width: 575px) {
.wl_single-product-item.wl_left-item {
display: inherit;
border-radius: 500px 500px 5px 5px;
max-width: 270px;
margin-left: auto;
margin-right: auto;
}
}
.wl_single-product-item.wl_left-item .product-thumbnail {
height: 270px;
width: 340px;
line-height: 200px;
}
.wl_single-product-item.wl_left-item .product-thumbnail .images {
height: 100%;
width: 100%;
line-height: initial;
-webkit-box-shadow: 0 0px 6px rgba(112, 112, 112, 0.2);
box-shadow: 0 0px 6px rgba(112, 112, 112, 0.2);
border-radius: 50%;
}
@media only screen and (max-width: 575px) {
.wl_single-product-item.wl_left-item .product-thumbnail {
height: 270px;
width: 270px;
}
}
.wl_single-product-item.wl_left-item .product-content {
margin-top: 0px;
margin-left: -144px;
width: 100%;
}
@media only screen and (max-width: 575px) {
.wl_single-product-item.wl_left-item .product-content {
margin-top: 0px;
margin-left: 0px;
}
}
.wl_single-product-item.wl_left-item .product-content .product-price {
margin-bottom: 5px;
margin-top: 5px;
}
.wl_single-product-item.wl_left-item .product-content .product-content-top {
padding: 30px 20px 12px 165px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 767px) {
.wl_single-product-item.wl_left-item .product-content .product-content-top {
padding: 10px 20px 10px 170px;
}
}
@media only screen and (max-width: 575px) {
.wl_single-product-item.wl_left-item .product-content .product-content-top {
padding: 10px 20px 12px 10px;
}
}
.wl_single-product-item.wl_left-item .product-content .action {
padding: 10px 30px 10px 150px;
border-radius: 0 0 5px 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 767px) {
.wl_single-product-item.wl_left-item .product-content .action {
padding: 10px 20px 10px 150px;
}
}
@media only screen and (max-width: 575px) {
.wl_single-product-item.wl_left-item .product-content .action {
padding: 10px 20px;
}
}
.wl_single-product-item.wl_dark-item .product-thumbnail {
border: 15px solid #707070;
}
.wl_single-product-item.wl_dark-item .product-thumbnail .images {
-webkit-box-shadow: 0 0px 6px rgba(112, 112, 112, 0.2);
box-shadow: 0 0px 6px rgba(112, 112, 112, 0.2);
}
.wl_single-product-item.wl_dark-item .product-content {
background: #2b2b4c;
color: #ffffff;
}
.wl_single-product-item.wl_dark-item .product-content .product-content-top {
padding: 140px 20px 10px;
}
.wl_single-product-item.wl_dark-item
.product-content
.product-content-top
.title {
color: #ffffff;
}
.wl_single-product-item.wl_dark-item
.product-content
.product-content-top
.product-price {
color: #ffffff;
}
.wl_single-product-item.wl_dark-item
.product-content
.product-content-top
.reading {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
color: #75828e;
}
.ht-products
.wl_single-product-item
.product-content
.product-content-top
.reading
.top-rated-rating
.ht-product-ratting,
.ht-products
.ht-product
.ht-product-inner
.ht-product-content
.ht-product-content-inner
.ht-product-ratting-wrap
.ht-product-ratting {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
position: relative;
margin-left: -3px;
margin-right: -3px;
}
.ht-products
.wl_single-product-item
.product-content
.product-content-top
.reading
.top-rated-rating
.ht-product-ratting
.ht-product-user-ratting,
.ht-products
.ht-product
.ht-product-inner
.ht-product-content
.ht-product-content-inner
.ht-product-ratting-wrap
.ht-product-ratting
.ht-product-user-ratting {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
overflow: hidden;
position: absolute;
left: 5px;
top: 0;
z-index: 3;
margin-left: -5px;
margin-right: -5px;
}
.ht-products
.ht-product.ht-product-content-allcenter
.ht-product-inner
.ht-product-content
.ht-product-content-inner
.ht-product-ratting-wrap
.ht-product-ratting
.ht-product-user-ratting,
.ht-products
.ht-product.ht-product-ratting-top-right
.ht-product-inner
.ht-product-content
.ht-product-content-inner
.ht-product-ratting-wrap
.ht-product-ratting
.ht-product-user-ratting {
position: inherit;
}
.ht-products
.ht-product.ht-product-category-right-bottom
.ht-product-inner
.ht-product-content
.ht-product-content-inner
.ht-product-price {
margin-bottom: 25px;
}
.ht-products
.ht-product.ht-product-category-right-bottom
.ht-product-inner
.ht-product-content
.ht-product-content-inner
.ht-product-ratting-wrap
.ht-product-ratting
.ht-product-user-ratting {
margin-top: 8px;
}
.ht-products
.wl_single-product-item
.product-content
.product-content-top
.reading
.top-rated-rating
.ht-product-ratting
.ht-product-user-ratting
i,
.ht-products
.ht-product
.ht-product-inner
.ht-product-content
.ht-product-content-inner
.ht-product-ratting-wrap
.ht-product-ratting
.ht-product-user-ratting
i {
color: #dc9a0e;
}
.ht-products
.wl_single-product-item
.product-content
.product-content-top
.reading
.top-rated-rating
.ht-product-ratting
i,
.ht-products
.ht-product
.ht-product-inner
.ht-product-content
.ht-product-content-inner
.ht-product-ratting-wrap
.ht-product-ratting
i {
color: #aaaaaa;
}
.wl_single-product-item .action li .woolentor-compare.compare::before {
left: 50%;
top: 60%;
transform: translateX(-50%) translateY(-50%);
color: #fff;
font-size: 18px;
width: 100%;
height: 100%;
}
.wl_single-product-item .product-content .action li a:hover {
background: #2b2b4c;
}
.wl_single-product-item
.product-content
.action
span.ht-product-action-tooltip {
display: none;
}
.wl_single-product-item .product-content .yith-wcwl-add-to-wishlist {
margin-top: 0;
}
.wl_single-product-item .product-content .yith-wcwl-add-button > a i {
margin-right: 0;
} .wl_product-accordion
.card-body
.product-content
.product-acontent-bottom
.action
.btn_cart {
position: relative;
}
.wl_shop-accordion-wrap
.card-body
.product-content
.product-acontent-bottom
.action
a.action-item.added,
.wl_single-product-item .product-content .action .action-item.added {
display: none;
}
.wl_shop-accordion-wrap
.card-body
.product-content
.product-acontent-bottom
.action
a.added_to_cart.wc-forward {
font-size: 0;
margin-right: 30px;
}
.wl_product-accordion
.card-body
.product-content
.product-acontent-bottom
.action
a.added_to_cart.wc-forward {
font-size: 0;
margin-right: 30px;
}
.wl_single-product-item .product-content .action a.added_to_cart.wc-forward {
text-indent: -9999px;
padding: 0;
}
.wl_single-product-item .product-content .action .action-item.loading:before {
position: absolute;
text-indent: 0;
content: "\e01c";
font-family: WooCommerce;
left: 0;
right: 0;
}
.wl_product-accordion
.card-body
.product-content
.product-acontent-bottom
.action
a.added_to_cart.wc-forward:after,
.wl_shop-accordion-wrap
.card-body
.product-content
.product-acontent-bottom
.action
a.added_to_cart.wc-forward:after,
.wl_single-product-item
.product-content
.action
a.added_to_cart.wc-forward:after {
position: absolute;
text-indent: 0;
content: "\e017";
font-family: WooCommerce;
left: 0;
right: 0;
font-size: 18px;
}
.wl_product-accordion
.card-body
.product-content
.product-acontent-bottom
.action
a.added_to_cart.wc-forward:after,
.wl_shop-accordion-wrap
.card-body
.product-content
.product-acontent-bottom
.action
a.added_to_cart.wc-forward:after {
font-size: 18px;
background: #fff;
display: inline-table;
height: 34px;
line-height: 34px;
border-radius: 50%;
padding: 0 9px;
margin-right: 70px;
color: #333;
}
.wl_product-accordion
.card-body
.product-content
.product-acontent-bottom
.action
.action-item.added,
.wl_horizontal-hover-accordion
.accordion-ul
li
.accordion-product-content
.accordion-product-item
.product-content
.action
.action-item.added {
display: none;
}
.wl_horizontal-hover-accordion
.accordion-ul
li
.accordion-product-content
.accordion-product-item
.product-content
.action
a.added_to_cart.wc-forward {
height: 35px;
padding: 0 9px;
line-height: 35px;
background: transparent;
text-align: center;
border-radius: 35px;
border: 1px solid #0a3aca;
color: #333;
margin-right: 10px;
}  .woolentor-horizontal-filter-wrap .woolentor-heaer-box-area {
padding: 40px 50px;
background-color: #ffffff;
border-radius: 5px;
margin-bottom: 30px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
.woolentor-horizontal-filter-wrap .woolentor-heaer-box-area {
padding: 40px 20px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.woolentor-horizontal-filter-wrap .woolentor-heaer-box-area {
padding: 40px 20px;
}
}
.woolentor-horizontal-filter-wrap .woolentor-filter-header-top-area {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
@media only screen and (max-width: 767px) {
.woolentor-horizontal-filter-wrap .woolentor-filter-header-top-area {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
}
.woolentor-horizontal-filter-wrap
.woolentor-filter-header-top-area
.woolentor-header-left-side {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.woolentor-horizontal-filter-wrap
.woolentor-filter-header-top-area
.woolentor-header-left-side
h2 {
margin: 0;
font-size: 24px;
font-weight: 500;
}
@media only screen and (max-width: 767px) {
.woolentor-horizontal-filter-wrap
.woolentor-filter-header-top-area
.woolentor-header-left-side {
margin-bottom: 20px;
}
}
@media only screen and (max-width: 575px) {
.woolentor-horizontal-filter-wrap
.woolentor-filter-header-top-area
.woolentor-header-left-side {
margin-bottom: 0px;
}
}
.woolentor-horizontal-filter-wrap
.woolentor-filter-header-top-area
.woolentor-header-left-side
.htpt-check-all-area {
margin-right: 20px;
}
.woolentor-horizontal-filter-wrap
.woolentor-filter-header-top-area
.woolentor-header-left-side
.htpt-all-cart {
background-color: #3326ae;
color: #ffffff;
padding: 8px 25px;
border-radius: 25px;
}
.woolentor-horizontal-filter-wrap
.woolentor-filter-header-top-area
.woolentor-header-left-side
.htpt-all-cart
i {
margin-right: 10px;
}
@media only screen and (max-width: 575px) {
.woolentor-horizontal-filter-wrap
.woolentor-filter-header-top-area
.woolentor-header-left-side {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.woolentor-horizontal-filter-wrap
.woolentor-filter-header-top-area
.woolentor-header-left-side
.htpt-check-all-area {
margin-right: 0px;
margin-bottom: 10px;
}
}
@media only screen and (max-width: 575px) {
.woolentor-horizontal-filter-wrap
.woolentor-filter-header-top-area
.woolentor-header-left-side
.htpt-label-for-checkbox {
margin-bottom: 5px;
}
}
.woolentor-horizontal-filter-wrap
.woolentor-filter-header-top-area
.woolentor-header-right-side {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
@media only screen and (max-width: 575px) {
.woolentor-horizontal-filter-wrap
.woolentor-filter-header-top-area
.woolentor-header-right-side {
margin-top: 20px;
}
}
.woolentor-horizontal-filter-wrap
.woolentor-filter-header-top-area
.woolentor-search-input-box {
position: relative;
}
.woolentor-horizontal-filter-wrap
.woolentor-filter-header-top-area
.woolentor-search-filter-custom {
margin-left: 20px;
}
@media only screen and (max-width: 575px) {
.woolentor-horizontal-filter-wrap
.woolentor-filter-header-top-area
.woolentor-search-input-box {
margin-right: 10px;
}
}
.woolentor-horizontal-filter-wrap
.woolentor-filter-header-top-area
.woolentor-search-input-box
.input-box {
border: none;
background: #eeeffb;
padding: 10px 36px 10px 20px;
border-radius: 25px;
height: 40px;
position: relative;
}
@media only screen and (max-width: 575px) {
.woolentor-horizontal-filter-wrap
.woolentor-filter-header-top-area
.woolentor-search-input-box
.input-box {
padding: 10px 36px 10px 10px;
}
}
.woolentor-horizontal-filter-wrap
.woolentor-filter-header-top-area
.woolentor-search-input-box
.input-inner-btn {
position: absolute;
background: transparent;
right: 10px;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
border: none;
font-size: 16px;
padding: 0;
color: #222222;
}
.woolentor-horizontal-filter-wrap .woolentor-search-filter-custom .filter-icon {
height: 40px;
width: 40px;
line-height: 40px;
text-align: center;
background: #eeeffb;
border-radius: 50%;
display: inline-block;
color: #222222;
}
.woolentor-horizontal-filter-wrap .woolentor-filter-field-area {
border-top: 1px solid #eff6ff;
padding-top: 20px;
margin-top: 20px;
}
@media only screen and (max-width: 575px) {
.woolentor-horizontal-filter-wrap .woolentor-filter-field-area {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
}
.woolentor-horizontal-filter-wrap .woolentor-filter-field-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.woolentor-horizontal-filter-wrap .woolentor-filter-field-wrap {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
}
@media only screen and (max-width: 575px) {
.woolentor-horizontal-filter-wrap .woolentor-filter-field-wrap {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
}
.woolentor-horizontal-filter-wrap
.woolentor-filter-field-wrap
.woolentor-filter-single-item {
margin-left: 20px;
margin-top: 10px;
}
.woolentor-horizontal-filter-wrap
.woolentor-filter-field-wrap
.woolentor-filter-single-item:first-child {
margin-left: 0;
}
.woolentor-horizontal-filter-wrap
.woolentor-filter-field-wrap
.woolentor-filter-single-item
label {
display: block;
margin-bottom: 10px;
}
.woolentor-horizontal-filter-wrap
.woolentor-filter-field-wrap
.woolentor-filter-single-item
.select2-container {
width: 120px !important;
height: 40px;
}
.woolentor-horizontal-filter-wrap .woolentor-filter-field-wrap .clear-filter {
margin-top: 10px;
}
@media only screen and (max-width: 767px) {
.woolentor-horizontal-filter-wrap .woolentor-filter-field-wrap .clear-filter {
width: 100%;
}
.woolentor-horizontal-filter-wrap
.woolentor-filter-field-wrap
.woolentor-filter-single-item {
margin-left: 10px;
}
}
.woolentor-horizontal-filter-wrap
.select2-container
.select2-selection--single {
border-radius: 25px;
height: 40px;
padding: 5px 25px 5px 10px;
align-items: center;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
outline: none;
}
.woolentor-horizontal-filter-wrap
.select2-container
.select2-selection--multiple {
outline: none;
}
.woolentor-horizontal-filter-wrap
.select2-container--default.select2-container--open.select2-container--below
.select2-selection--single,
.woolentor-horizontal-filter-wrap
.select2-container--default.select2-container--open.select2-container--below
.select2-selection--multiple {
border-bottom-left-radius: 25px;
border-bottom-right-radius: 25px;
}
.woolentor-horizontal-filter-wrap
.select2-container.select2-container--default
.selection
.select2-selection {
background: transparent url(//online.smartdocuhub.co.za/wp-content/plugins/woolentor-addons/assets/images/selector-icon.png) no-repeat center
right 10px;
}
.woolentor-horizontal-filter-wrap
.select2-container.select2-container--default
.selection
.select2-selection--multiple {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
min-height: 40px;
padding: 5px;
height: 40px;
border-radius: 25px;
}
.woolentor-horizontal-filter-wrap
.select2-container.select2-container--default
.selection
.select2-selection__rendered {
display: inline;
list-style: none;
padding: 0;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin: 0;
}
.woolentor-horizontal-filter-wrap
.select2-container.select2-container--default
.selection
.select2-selection__choice {
background-color: transparent;
border: none;
border-radius: 25px;
display: inline-block;
margin-left: 5px;
margin-top: 0;
padding: 0;
font-size: 14px;
}
.woolentor-horizontal-filter-wrap
.select2-container.select2-container--default
.selection
.select2-selection
.select2-selection__rendered {
white-space: nowrap;
overflow: hidden;
padding-left: 8px;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
font-size: 16px;
align-items: center;
width: auto;
}
.woolentor-horizontal-filter-wrap
.select2-container.select2-container--default
.selection
.select2-selection
.select2-results__option {
padding-right: 20px;
vertical-align: middle;
font-size: 16px;
padding: 3px 7px;
font-weight: 600;
}
.woolentor-select-drop span.select2-dropdown .select2-results__option {
display: block;
}
.woolentor-horizontal-filter-wrap
.select2-container
.select2-search--inline
.select2-search__field {
font-size: 15px;
max-width: 100px;
padding-right: 13px;
height: inherit;
min-height: inherit;
line-height: inherit;
margin: 0;
}
.woolentor-horizontal-filter-wrap .htpt-label-for-checkbox {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
height: 16px;
margin-bottom: -5px;
margin-left: 6px;
}
.woolentor-horizontal-filter-wrap .htpt-label-for-checkbox .input-checkbox {
opacity: 0;
line-height: 1;
height: inherit;
display: none;
}
.woolentor-horizontal-filter-wrap .htpt-label-for-checkbox > span {
display: inline-block;
text-transform: inherit;
position: relative;
line-height: 1;
font-size: 14px;
font-weight: 400;
}
.woolentor-horizontal-filter-wrap .clear-filter {
background: transparent;
padding: 0;
border: none;
margin-left: 20px;
color: #4e7cff;
font-size: 14px;
}
.woolentor-horizontal-filter-wrap
.woolentor-filter-field-wrap
.woolentor-filter-single-item.woolentor-states-input-auto
.select2-container {
width: auto !important;
min-width: 120px;
overflow: hidden;
height: 40px;
}
div[class*="woolentor-single-select-drop"] .select2-results__option::before {
border-radius: 100%;
}
.woolentor-select-drop
.select2-container--default
.select2-results__option--highlighted.select2-results__option--selectable {
background-color: #ddd;
color: white;
}
.woolentor-filter-single-item button.select2-selection__choice__remove,
.woolentor-filter-single-item .select2-selection__clear {
display: none !important;
margin-left: 0 !important;
}
.woolentor-filter-single-item .select2-selection__choice {
position: relative;
margin-left: 0px;
}
.woolentor-filter-single-item .select2-selection__choice::after {
position: absolute;
content: ",";
right: 0;
}
.woolentor-filter-single-item .select2-selection__choice:last-child::after {
content: "";
}
.woolentor-select-drop .select2-results__option[role="alert"] {
border-radius: 10px 10px 10px 10px !important;
}
.woolentor-select-drop .select2-results__option[role="alert"]:before {
display: none;
}
.woolentor-select-drop .select2-results__option {
font-size: 14px;
background-color: #fff;
max-height: 300px;
font-weight: 600;
width: 100%;
}
.woolentor-select-drop .select2-results__option:before {
content: "";
display: inline-block;
position: relative;
height: 14px;
width: 14px;
border: 1px solid #555;
border-radius: 2px;
background-color: #fff;
margin-right: 10px;
vertical-align: middle;
top: -2px;
}
.woolentor-select-drop .select2-results__option--selected:before {
content: "";
color: #fff;
border-color: transparent;
background-image: url(//online.smartdocuhub.co.za/wp-content/plugins/woolentor-addons/assets/images/check.png);
background-repeat: no-repeat;
background-position: center center;
border: 0;
display: inline-block;
padding-left: 3px;
background-color: #00426e;
}
.woolentor-select-drop .select2-results__options {
width: 200px;
margin: 0;
}
.woolentor-select-drop .select2-results__options li {
margin: 0;
}
.woolentor-select-drop .select2-results__options li:first-child {
border-radius: 10px 10px 0 0;
}
.woolentor-select-drop .select2-results__options li:last-child {
border-radius: 0 0 10px 10px;
}
.woolentor-select-drop
.select2-container--default
.select2-results__option--highlighted[aria-selected="true"] {
background-color: #c4c7e0;
color: #272727;
}
.woolentor-select-drop
.select2-container--default
.select2-results
> .select2-results__options {
max-height: 300px;
}
.woolentor-select-drop
.select2-container--default
.select2-selection--multiple {
margin-bottom: 10px;
}
.woolentor-select-drop
.select2-container--default.select2-container--open.select2-container--below
.select2-selection--multiple {
border-radius: 25px;
height: 20px;
}
.woolentor-filter-single-item
.select2-container--default.select2-container--focus
.select2-selection--multiple {
border-color: #c4c7e0;
border-width: 1px;
outline: none;
}
.woolentor-filter-single-item
.select2-container--default
.select2-selection--single
.select2-selection__arrow {
display: none;
}
.woolentor-select-drop .select2-container--open .select2-dropdown--below {
border-radius: 10px;
top: 10px;
border: 1px solid #ddd;
width: 202px !important;
}
.woocommerce-page .woolentor-select-drop .select2-container .select2-dropdown {
padding: 0;
}
form.woolentor-header-search-form {
margin-bottom: 0;
}
.woolentor-horizontal-filter-wrap .woolentor-filter-header-top-area [class*="woolentor-"] i {
line-height: 40px;
} .woolentor-filter-single-item.woolentor-states-input-auto
input.select2-search__field {
width: auto !important;
}
.woolentor-select-drop
span.select2-container.select2-container--default.select2-container--open {
top: revert !important;
} .woolentor-breadcrumb span.breadcrumb-separator {
margin: 0 10px;
}
.woolentor-breadcrumb span.breadcrumb-separator svg {
fill: currentColor;
} .woolentor-product-same-height .woolentor-recently-viewed-product {
height: 100%;
display: flex;
flex-direction: column;
}
.woolentor-product-same-height .woolentor-recently-viewed-product .woolentor-recently-view-content {
flex: 1 0;
}
.woolentor-recently-viewed-product {
margin-bottom: 20px;
overflow: hidden;
}
.woolentor-recently-view-content {
padding: 20px;
border: 1px solid #f1f1f1;
background-color: #fff;
border-top: 0;
}
.woolentor-recently-view-image {
position: relative;
}
.woolentor-recently-view-image a {
display: block;
}
.woolentor-recently-view-image a img {
width: 100%;
}
.woolentor-recently-view-image .ht-product-label {
font-size: 13px;
text-transform: uppercase;
font-weight: 700;
position: absolute;
top: 10px;
z-index: 3;
right: 15px;
}
.woolentor-recently-view-title {
font-size: 18px;
line-height: 1.2;
font-weight: 400;
margin-bottom: 10px;
margin-top: 0;
}
.woolentor-recently-view-title a {
color: #444444;
}
.woolentor-recently-view-title a:hover {
color: #dc9a0e;
}
.woolentor-recently-view-price span {
line-height: 1;
font-weight: 700;
font-size: 20px;
color: #444444;
}
.woolentor-recently-view-content :is(.button, .added_to_cart) {
display: inline-block;
margin-top: 10px;
padding: 10px 18px;
}
.woolentor-no-view-product {
padding: 15px 15px 15px 20px;
margin-bottom: 10px;
color: #000000;
font-size: 14px;
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
background-color: #ffffff;
} .woolentor-page-template {
width: 100%;
} .woolentor_current_theme_hello-elementor.woocommerce .quantity .qty {
padding-left: inherit;
padding-right: inherit;
text-align: center;
} .woolentor_current_theme_twentytwentyone.woocommerce span.onsale,
.woolentor_current_theme_twentytwentyone span.onsale {
left: auto;
} .woolentor_current_theme_blocksy
.woolentor-page-template
form.woocommerce-checkout {
display: block;
}
.woolentor_current_theme_blocksy
.elementor-widget-woolentor-product-archive-addons
ul.products
li.product
span.onsale {
display: none !important;
}
.woolentor_current_theme_blocksy
.elementor-widget-woolentor-product-archive-addons.woolentor-sale-status-yes
ul.products
li.product
span.onsale {
display: inline-flex !important;
}
.woolentor_current_theme_blocksy a.htcompare-btn {
display: flex !important;
margin-top: 5px;
} .woolentor_current_theme_blocksy
.elementor-edit-area
div.product
div.images
.woocommerce-product-gallery__image:nth-child(n + 2),
.woolentor_current_theme_woostify
.elementor-edit-area
div.product
div.images
.woocommerce-product-gallery__image:nth-child(n + 2) {
width: 25%;
display: inline-block;
padding: 3px;
}
.elementor-edit-area .woocommerce-tabs .woocommerce-Tabs-panel--reviews {
display: none;
} .woolentor_current_theme_woostify
.elementor-widget-wl-single-product-image
.woostify-container
.product-gallery {
width: 100%;
} .woocommerce-cart .woolentor-page-template .woocommerce:not(.ht-row) {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-flow: column;
flex-flow: column;
} @media (min-width: 1200px) and (max-width: 1400px) {
} @media (min-width: 992px) and (max-width: 1200px) {
.cus-col-5.ht-col-md-6 {
flex: 0 0 33.333%;
max-width: 33.333%;
}
.elementor-section .elementor-container {
padding: 0 15px;
}
.elementor-section.elementor-section-full_width .elementor-container {
padding: 0;
}
} @media (min-width: 768px) and (max-width: 991px) {
.cus-col-5.ht-col-md-6 {
flex: 0 0 50%;
max-width: 50%;
}
.elementor-section .elementor-container {
padding: 0 15px;
}
.elementor-section.elementor-section-full_width .elementor-container {
padding: 0;
}
.wl-columns-tablet-1 .wl-row > [class*="col-"] {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.wl-columns-tablet-2 .wl-row > [class*="col-"] {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.wl-columns-tablet-3 .wl-row > [class*="col-"] {
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.333%;
-ms-flex: 0 0 33.333%;
flex: 0 0 33.333%;
max-width: 33.333%;
}
.wl-columns-tablet-4 .wl-row > [class*="col-"] {
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.wl-columns-tablet-5 .wl-row > [class*="col-"] {
-webkit-box-flex: 0;
-webkit-flex: 0 0 20%;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.wl-columns-tablet-6 .wl-row > [class*="col-"] {
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.666%;
-ms-flex: 0 0 16.666%;
flex: 0 0 16.666%;
max-width: 16.666%;
}
.wl-columns-tablet-7 .wl-row > [class*="col-"] {
-webkit-box-flex: 0;
-webkit-flex: 0 0 14.285%;
-ms-flex: 0 0 14.285%;
flex: 0 0 14.285%;
max-width: 14.285%;
}
.wl-columns-tablet-8 .wl-row > [class*="col-"] {
-webkit-box-flex: 0;
-webkit-flex: 0 0 12.5%;
-ms-flex: 0 0 12.5%;
flex: 0 0 12.5%;
max-width: 12.5%;
}
.wl-columns-tablet-9 .wl-row > [class*="col-"] {
-webkit-box-flex: 0;
-webkit-flex: 0 0 11.111%;
-ms-flex: 0 0 11.111%;
flex: 0 0 11.111%;
max-width: 11.111%;
}
.wl-columns-tablet-10 .wl-row > [class*="col-"] {
-webkit-box-flex: 0;
-webkit-flex: 0 0 10%;
-ms-flex: 0 0 10%;
flex: 0 0 10%;
max-width: 10%;
}
[class*="woolentorducts-columns-"] ul.products li.product {
width: calc(50% - 15px) !important;
margin-right: 15px !important;
}
.woolentorducts-columns-tablet-1 ul.products li.product {
width: 100% !important;
margin-right: 0 !important;
}
.woolentorducts-columns-tablet-2 ul.products[class*="columns-"] li.product {
width: calc(50% - 15px) !important;
margin-right: 15px !important;
float: left;
}
.woolentorducts-columns-tablet-3 ul.products[class*="columns-"] li.product {
width: calc(33.33% - 15px) !important;
margin-right: 15px !important;
float: left;
}
.woolentorducts-columns-tablet-4 ul.products[class*="columns-"] li.product {
width: calc(25% - 15px) !important;
margin-right: 15px !important;
float: left;
}
.woolentorducts-columns-tablet-5 ul.products[class*="columns-"] li.product {
width: calc(19% - 15px) !important;
margin-right: 15px !important;
float: left;
}
.woolentorducts-columns-tablet-6 ul.products[class*="columns-"] li.product {
width: calc(16% - 15px) !important;
margin-right: 15px !important;
float: left;
}
[class*="woolentorducts-columns-tablet-"]
ul.products[class*="columns-"]
li.product.first {
clear: none !important;
}
.woolentorducts-columns-tablet-6
ul.products[class*="columns-"]
li.product:nth-child(6n),
.woolentorducts-columns-tablet-5
ul.products[class*="columns-"]
li.product:nth-child(5n),
.woolentorducts-columns-tablet-4
ul.products[class*="columns-"]
li.product:nth-child(4n),
.woolentorducts-columns-tablet-3
ul.products[class*="columns-"]
li.product:nth-child(3n),
.woolentorducts-columns-tablet-2
ul.products[class*="columns-"]
li.product:nth-child(2n),
.woolentorducts-columns-tablet-1 ul.products[class*="columns-"] li.product {
margin-right: 0 !important;
}
} @media (max-width: 767px) {
.cus-col-5.ht-col-md-6 {
flex: 0 0 100%;
max-width: 100%;
}
.woolentor-banner-img,
.woolentor-content {
float: none;
}
.product-tab-list .nav a {
margin-bottom: 10px;
margin-right: 10px;
padding: 5px 10px;
}
.elementor-section .elementor-container {
padding: 0 15px;
}
.elementor-section.elementor-section-full_width .elementor-container {
padding: 0;
}
.woolentor-notification-content {
width: 90%;
}
.woolentor-sticky-btn-area {
justify-content: start;
margin-top: 15px;
}
.wl-columns-mobile-1 .wl-row > [class*="col-"] {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.wl-columns-mobile-2 .wl-row > [class*="col-"] {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.wl-columns-mobile-3 .wl-row > [class*="col-"] {
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.333%;
-ms-flex: 0 0 33.333%;
flex: 0 0 33.333%;
max-width: 33.333%;
}
.wl-columns-mobile-4 .wl-row > [class*="col-"] {
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.wl-columns-mobile-5 .wl-row > [class*="col-"] {
-webkit-box-flex: 0;
-webkit-flex: 0 0 20%;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.wl-columns-mobile-6 .wl-row > [class*="col-"] {
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.666%;
-ms-flex: 0 0 16.666%;
flex: 0 0 16.666%;
max-width: 16.666%;
}
.wl-columns-mobile-7 .wl-row > [class*="col-"] {
-webkit-box-flex: 0;
-webkit-flex: 0 0 14.285%;
-ms-flex: 0 0 14.285%;
flex: 0 0 14.285%;
max-width: 14.285%;
}
.wl-columns-mobile-8 .wl-row > [class*="col-"] {
-webkit-box-flex: 0;
-webkit-flex: 0 0 12.5%;
-ms-flex: 0 0 12.5%;
flex: 0 0 12.5%;
max-width: 12.5%;
}
.wl-columns-mobile-9 .wl-row > [class*="col-"] {
-webkit-box-flex: 0;
-webkit-flex: 0 0 11.111%;
-ms-flex: 0 0 11.111%;
flex: 0 0 11.111%;
max-width: 11.111%;
}
.wl-columns-mobile-10 .wl-row > [class*="col-"] {
-webkit-box-flex: 0;
-webkit-flex: 0 0 10%;
-ms-flex: 0 0 10%;
flex: 0 0 10%;
max-width: 10%;
}
.product-slider .slick-arrow.slick-next {
right: 0;
}
.product-slider .slick-arrow {
left: 0;
}
.content-woolentorquickview.entry-summary,
.ht-qwick-view-left {
padding-right: 15px;
}
[class*="woolentorducts-columns-"] ul.products li.product {
width: 100% !important;
margin-right: 0 !important;
}
.woolentorducts-columns-mobile-1 ul.products li.product {
width: 100% !important;
margin-right: 0 !important;
}
.woolentorducts-columns-mobile-2 ul.products[class*="columns-"] li.product {
width: calc(50% - 15px) !important;
margin-right: 15px !important;
float: left;
}
.woolentorducts-columns-mobile-3 ul.products[class*="columns-"] li.product {
width: calc(33.33% - 15px) !important;
margin-right: 15px !important;
float: left;
}
.woolentorducts-columns-mobile-4 ul.products[class*="columns-"] li.product {
width: calc(25% - 15px) !important;
margin-right: 15px !important;
float: left;
}
.woolentorducts-columns-mobile-5 ul.products[class*="columns-"] li.product {
width: calc(19% - 15px) !important;
margin-right: 15px !important;
float: left;
}
.woolentorducts-columns-mobile-6 ul.products[class*="columns-"] li.product {
width: calc(16% - 15px) !important;
margin-right: 15px !important;
float: left;
}
[class*="woolentorducts-columns-mobile-"]
ul.products[class*="columns-"]
li.product.first {
clear: none !important;
}
.woolentorducts-columns-mobile-6
ul.products[class*="columns-"]
li.product:nth-child(6n),
.woolentorducts-columns-mobile-5
ul.products[class*="columns-"]
li.product:nth-child(5n),
.woolentorducts-columns-mobile-4
ul.products[class*="columns-"]
li.product:nth-child(4n),
.woolentorducts-columns-mobile-3
ul.products[class*="columns-"]
li.product:nth-child(3n),
.woolentorducts-columns-mobile-2
ul.products[class*="columns-"]
li.product:nth-child(2n),
.woolentorducts-columns-mobile-1 ul.products[class*="columns-"] li.product {
margin-right: 0 !important;
} .woolentor_current_theme_storefront span.woolentor-order-item-title {
display: block;
} .ht-tab-menus {
margin-bottom: 20px;
}
.ht-tab-menus li {
margin-right: 0;
margin-bottom: 10px;
}
} @media only screen and (min-width: 480px) and (max-width: 767px) {
}
.woolentor-qrcode img {
display: inline-block;
}.woocommerce img.pswp__img,.woocommerce-page img.pswp__img{max-width:none}button.pswp__button{box-shadow:none!important;background-image:url(//online.smartdocuhub.co.za/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png)!important}button.pswp__button,button.pswp__button--arrow--left::before,button.pswp__button--arrow--right::before,button.pswp__button:hover{background-color:transparent!important}button.pswp__button--arrow--left,button.pswp__button--arrow--left:hover,button.pswp__button--arrow--right,button.pswp__button--arrow--right:hover{background-image:none!important}button.pswp__button--close:hover{background-position:0 -44px}button.pswp__button--zoom:hover{background-position:-88px 0} .pswp{display:none;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;-ms-touch-action:none;touch-action:none;z-index:1500;-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;outline:0}.pswp *{-webkit-box-sizing:border-box;box-sizing:border-box}.pswp img{max-width:none}.admin-bar .pswp{height:calc(100% - var(--wp-admin--admin-bar--height,0px));top:var(--wp-admin--admin-bar--height,0)}.pswp--animate_opacity{opacity:.001;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--open{display:block}.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--zoomed-in .pswp__img{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--dragging .pswp__img{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp__bg{position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:0;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;will-change:opacity}.pswp__scroll-wrap{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden}.pswp__container,.pswp__zoom-wrap{-ms-touch-action:none;touch-action:none;position:absolute;left:0;right:0;top:0;bottom:0}.pswp__container,.pswp__img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.pswp__zoom-wrap{position:absolute;width:100%;-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;-webkit-transition:-webkit-transform 333ms cubic-bezier(.4,0,.22,1);transition:transform 333ms cubic-bezier(.4,0,.22,1)}.pswp__bg{will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{-webkit-transition:none;transition:none}.pswp__container,.pswp__zoom-wrap{-webkit-backface-visibility:hidden}.pswp__item{position:absolute;left:0;right:0;top:0;bottom:0;overflow:hidden}.pswp__img{position:absolute;width:auto;height:auto;top:0;left:0}.pswp__img--placeholder{-webkit-backface-visibility:hidden}.pswp__img--placeholder--blank{background:#222}.pswp--ie .pswp__img{width:100%!important;height:auto!important;left:0;top:0}.pswp__error-msg{position:absolute;left:0;top:50%;width:100%;text-align:center;font-size:14px;line-height:16px;margin-top:-8px;color:#ccc}.pswp__error-msg a{color:#ccc;text-decoration:underline}.pswp__button{width:44px;height:44px;position:relative;background:0 0;cursor:pointer;overflow:visible;-webkit-appearance:none;display:block;border:0;padding:0;margin:0;float:left;opacity:.75;-webkit-transition:opacity .2s;transition:opacity .2s;-webkit-box-shadow:none;box-shadow:none}.pswp__button:focus,.pswp__button:hover{opacity:1}.pswp__button:active{outline:0;opacity:.9}.pswp__button::-moz-focus-inner{padding:0;border:0}.pswp__ui--over-close .pswp__button--close{opacity:1}.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{background:url(//online.smartdocuhub.co.za/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png) 0 0 no-repeat;background-size:264px 88px;width:44px;height:44px}@media (-webkit-min-device-pixel-ratio:1.1),(-webkit-min-device-pixel-ratio:1.09375),(min-resolution:105dpi),(min-resolution:1.1dppx){.pswp--svg .pswp__button,.pswp--svg .pswp__button--arrow--left:before,.pswp--svg .pswp__button--arrow--right:before{background-image:url(//online.smartdocuhub.co.za/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.svg)}.pswp--svg .pswp__button--arrow--left,.pswp--svg .pswp__button--arrow--right{background:0 0}}.pswp__button--close{background-position:0 -44px}.pswp__button--share{background-position:-44px -44px}.pswp__button--fs{display:none}.pswp--supports-fs .pswp__button--fs{display:block}.pswp--fs .pswp__button--fs{background-position:-44px 0}.pswp__button--zoom{display:none;background-position:-88px 0}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__button--zoom{background-position:-132px 0}.pswp--touch .pswp__button--arrow--left,.pswp--touch .pswp__button--arrow--right{visibility:hidden}.pswp__button--arrow--left,.pswp__button--arrow--right{background:0 0;top:50%;margin-top:-50px;width:70px;height:100px;position:absolute}.pswp__button--arrow--left{left:0}.pswp__button--arrow--right{right:0}.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{content:'';top:35px;background-color:rgba(0,0,0,.3);height:30px;width:32px;position:absolute}.pswp__button--arrow--left:before{left:6px;background-position:-138px -44px}.pswp__button--arrow--right:before{right:6px;background-position:-94px -44px}.pswp__counter,.pswp__share-modal{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__share-modal{display:block;background:rgba(0,0,0,.5);width:100%;height:100%;top:0;left:0;padding:10px;position:absolute;z-index:1600;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;-webkit-backface-visibility:hidden;will-change:opacity}.pswp__share-modal--hidden{display:none}.pswp__share-tooltip{z-index:1620;position:absolute;background:#fff;top:56px;border-radius:2px;display:block;width:auto;right:44px;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.25);box-shadow:0 2px 5px rgba(0,0,0,.25);-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);-webkit-transition:-webkit-transform .25s;transition:transform .25s;-webkit-backface-visibility:hidden;will-change:transform}.pswp__share-tooltip a{display:block;padding:8px 12px;color:#000;text-decoration:none;font-size:14px;line-height:18px}.pswp__share-tooltip a:hover{text-decoration:none;color:#000}.pswp__share-tooltip a:first-child{border-radius:2px 2px 0 0}.pswp__share-tooltip a:last-child{border-radius:0 0 2px 2px}.pswp__share-modal--fade-in{opacity:1}.pswp__share-modal--fade-in .pswp__share-tooltip{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.pswp--touch .pswp__share-tooltip a{padding:16px 12px}a.pswp__share--facebook:before{content:'';display:block;width:0;height:0;position:absolute;top:-12px;right:15px;border:6px solid transparent;border-bottom-color:#fff;-webkit-pointer-events:none;-moz-pointer-events:none;pointer-events:none}a.pswp__share--facebook:hover{background:#3e5c9a;color:#fff}a.pswp__share--facebook:hover:before{border-bottom-color:#3e5c9a}a.pswp__share--twitter:hover{background:#55acee;color:#fff}a.pswp__share--pinterest:hover{background:#ccc;color:#ce272d}a.pswp__share--download:hover{background:#ddd}.pswp__counter{position:relative;left:0;top:0;height:44px;font-size:13px;line-height:44px;color:#fff;opacity:.75;padding:0 10px;margin-inline-end:auto}.pswp__caption{position:absolute;left:0;bottom:0;width:100%;min-height:44px}.pswp__caption small{font-size:11px;color:#bbb}.pswp__caption__center{text-align:left;max-width:420px;margin:0 auto;font-size:13px;padding:10px;line-height:20px;color:#ccc}.pswp__caption--empty{display:none}.pswp__caption--fake{visibility:hidden}.pswp__preloader{width:44px;height:44px;position:absolute;top:0;left:50%;margin-left:-22px;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;will-change:opacity;direction:ltr}.pswp__preloader__icn{width:20px;height:20px;margin:12px}.pswp__preloader--active{opacity:1}.pswp__preloader--active .pswp__preloader__icn{background:url(//online.smartdocuhub.co.za/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/preloader.gif) 0 0 no-repeat}.pswp--css_animation .pswp__preloader--active{opacity:1}.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn{-webkit-animation:clockwise .5s linear infinite;animation:clockwise .5s linear infinite}.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{-webkit-animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite;animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite}.pswp--css_animation .pswp__preloader__icn{background:0 0;opacity:.75;width:14px;height:14px;position:absolute;left:15px;top:15px;margin:0}.pswp--css_animation .pswp__preloader__cut{position:relative;width:7px;height:14px;overflow:hidden}.pswp--css_animation .pswp__preloader__donut{-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;border:2px solid #fff;border-radius:50%;border-left-color:transparent;border-bottom-color:transparent;position:absolute;top:0;left:0;background:0 0;margin:0}@media screen and (max-width:1024px){.pswp__preloader{position:relative;left:auto;top:auto;margin:0;float:right}}@-webkit-keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}.pswp__ui{-webkit-font-smoothing:auto;visibility:visible;opacity:1;z-index:1550}.pswp__top-bar{position:absolute;left:0;top:0;height:44px;width:100%;display:flex;justify-content:flex-end}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right,.pswp__caption,.pswp__top-bar{-webkit-backface-visibility:hidden;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{visibility:visible}.pswp__caption,.pswp__top-bar{background-color:rgba(0,0,0,.5)}.pswp__ui--fit .pswp__caption,.pswp__ui--fit .pswp__top-bar{background-color:rgba(0,0,0,.3)}.pswp__ui--idle .pswp__top-bar{opacity:0}.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right{opacity:0}.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__top-bar{opacity:.001}.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter{display:none}.pswp__element--disabled{display:none!important}.pswp--minimal--dark .pswp__top-bar{background:0 0}.wp-embed-responsive .wp-block {
outline: 0;
}
body.woolentor-quickview-loader::before {
content: var(--woolentor-quick-view-spinner-image, url(//online.smartdocuhub.co.za/wp-content/plugins/woolentor-addons/includes/modules/quickview/assets/images/spinner.gif));
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
z-index: 9999;
display: flex;
justify-content: center;
align-items: center;
} a.woolentor-quickview-btn-pos-top_thumbnail{
position: absolute !important;
top: 0;
left: 8px !important;
z-index: 9;
}
.woolentor-quickview-btn {
display: inline-flex !important;
align-items: center;
position: relative !important;
}
.woolentor-quickview-btn svg {
fill:currentColor;
transition: all 200ms ease-out;
width: 23px;
height: 20px;
margin-right: 5px;
}
.woolentor-quickview-btn svg .woolentor-quickview-loading{
opacity: 0;
}
.woolentor-quickview-btn.loading svg .woolentor-quickview-loading{
opacity: 1;
}
.woolentor-quickview-btn.loading svg .woolentor-quickview-eye-icon{
opacity: 0;
}
.woolentor-quickview-btn-icon {
font-size: 20px;
margin-right: 5px;
display: inline-flex;
}
.woolentor-quickview-btn-image{
width: 25px;
margin-right: 5px;
}
.woolentor-quickview-btn-image img{
width: 100% !important;
margin: 0 !important;
}
.woolentor-quickview-icon-pos-after_text {
flex-flow: row-reverse;
}
.woolentor-quickview-icon-pos-after_text .woolentor-quickview-btn-image,.woolentor-quickview-icon-pos-after_text .woolentor-quickview-btn-icon{
margin-right: 0;
margin-left: 5px;
}
.woolentor-quickview-btn::after,.woocommerce a.button.woolentor-quickview-btn::after{
display: none;
}
.woolentor-quickview-btn.loading svg .woolentor-quickview-loading {
animation:loading 500ms 0ms infinite normal linear;
transform-origin: center;
opacity: 1;
}
@keyframes loading {
from {transform: rotate(0deg);}
to {transform: rotate(360deg);}
} .woolentor-quickview-modal{
position: fixed;
z-index: 1043;
top: 0;
left: 0;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
visibility: hidden;
overflow: hidden;
width: 100%;
height: 100%;
padding-right: 17px;
-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
-o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
opacity: 0;
background-color: rgba(0, 0, 0, 0.5);
}
.woolentor-quickview-modal.woolentor-quickview-open{
visibility: visible !important;
opacity: 1 !important;
z-index: 1024 !important;
}
.woolentor-quickview-modal .woolentor-quickview-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.woolentor-quickview-modal-wrapper {
width: calc(100% - 30px);
max-width: 1200px;
margin: auto !important;
}
.woolentor-quickview-modal-content {
position: relative;
-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
-o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
-webkit-transform: translateY(30px);
-ms-transform: translateY(30px);
transform: translateY(30px);
background-color: rgb(255, 255, 255);
overflow: hidden;
padding: 20px;
}
.woolentor-quickview-modal.woolentor-quickview-open .woolentor-quickview-modal-content {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.woolentor-quickview-custom-scroll {
padding: 25px 25px 0 0;
}
.woolentor-quickview-custom-scroll .summary-content{
max-height: 550px;
overflow-y: auto;
overflow-x: hidden;
}
.woolentor-quickview-custom-scroll .summary-content::-webkit-scrollbar {
width: 10px;
}
.woolentor-quickview-custom-scroll .summary-content::-webkit-scrollbar-track {
background-color: transparent;
}
.woolentor-quickview-custom-scroll .summary-content::-webkit-scrollbar-thumb {
background-color: #d6dee1;
border-radius: 10px;
border: 3px solid transparent;
background-clip: content-box;
}
.woolentor-quickview-custom-scroll .summary-content::-webkit-scrollbar-thumb:hover {
background-color: #a8bbbf;
}
span.woolentor-quickview-modal-close {
cursor: pointer;
position: absolute;
top: 0;
right: 0;
line-height: 50px;
font-size: 24px;
height: 50px;
width: 50px;
text-align: center;
padding: 0;
z-index: 9;
transition: 0.4s;
}
span.woolentor-quickview-modal-close:hover{
color: #FF0000;
}
.woolentor-quickview-content-area.woocommerce div.product div.summary,.woolentor-quickview-content-area.woocommerce div.product div.images{
margin-bottom: 0;
}
.woolentor-quickview-content-area.woocommerce div.product div.images img{
display: inline-block;
}
.woolentor-quickview-modal .woolentor-quickview-content-area.woocommerce div.images {
width: 40%;
float: left;
opacity: 1 !important;
margin-right: 0;
}
.woolentor-quickview-modal .woolentor-quickview-content-area.woocommerce div.summary {
width: 60%;
float: left;
padding: 15px;
padding-left: 25px;
padding-top: 0;
}
.woolentor-quickview-content-area.woocommerce .elementor-widget-wl-quickview-product-thumbnail-image div.images,.woolentor-quickview-content-area.woocommerce .woolentor_block_quickview_image div.images{
width: 100%;
} .woolentor-quickview-social-share {
display: flex;
align-items: center;
}
.woolentor-quickview-social-share ul{
margin: 0;
padding: 0;
list-style: none;
display: flex;
}
.woolentor-quickview-social-share ul li{
display: inline-block;
}
.woolentor-quickview-social-share ul li a{
display: block;
line-height: 1;
padding: 5px;
color: #3a3a3a;
}
.woolentor-quickview-social-share ul li a .woolentor-quickview-social-icon svg{
fill:currentColor;
width: 15px;
height: 15px;
} .woolentor-quickview-thumb-single {
width: 25%;
float: left;
padding: 0 2.5px;
cursor: pointer;
}
.woolentor-quickview-thumbnail-slider {
margin: 5px -2px 0 -2px;
}
.woolentor-quickview-main-image-slider img{
width: 100%;
}
.woolentor-quickview-thumbnail-slider span.slick-arrow,.woolentor-quickview-main-image-slider span.slick-arrow {
cursor: pointer;
position: absolute;
top: 50%;
left: 0;
width: 25px;
z-index: 9;
height: 25px;
text-align: center;
background: transparent;
line-height: 22px;
font-size: 22px;
color: #222;
opacity: 0;
visibility: hidden;
transition: 0.4s;
transform: translateY(-10px);
}
.woolentor-quickview-main-image-slider span.slick-arrow{
width: 30px;
height: 30px;
line-height: 27px;
}
.woolentor-quickview-thumbnail-slider span.slick-arrow.woolentor-quickview-slick-next,.woolentor-quickview-main-image-slider span.slick-arrow.woolentor-quickview-slick-next {
left: auto;
right: 0;
}
.woolentor-quickview-thumbnail-slider:hover span.slick-arrow,.woolentor-quickview-main-image-slider:hover span.slick-arrow{
opacity: 1;
visibility: visible;
}
.slick-current.slick-active .woolentor-quickview-thumb-single img {
border: 1px solid #0274be;
}
@media (max-width: 767px) {
.woolentor-quickview-modal .woolentor-quickview-content-area.woocommerce div.images,.woolentor-quickview-modal .woolentor-quickview-content-area.woocommerce div.summary{
width: 100% !important;
float: none !important;
}
.woolentor-quickview-modal-wrapper{
overflow-y:auto; 
}
.woolentor-quickview-social-share ul {
display: block;
}
}html,
body {
overflow-x: hidden;
}
.header-top-bar {
background: var(--main-text-color);
padding: 13px 0px;
}
.top-bar-left {
display: flex;
width: 100%;
height: 100%;
align-items: center;
}
.top-bar-currency select,
.top-bar-language select {
background: transparent;
color: #fff;
border: none;
outline: none;
font-size: 14px;
font-weight: 500;
cursor: pointer;
}
.top-bar-announcement {
width: 100%;
height: 100%;
align-items: center;
display: flex;
justify-content: center;
}
.top-bar-announcement a {
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 17px;
letter-spacing: 0.1em;
color: #FFFFFF;
}
.top-bar-login {
display: flex;
width: 100%;
height: 100%;
justify-content: flex-end;
}
.top-bar-login ul {
color: #fff;
margin: 0;
padding: 0;
list-style: none;
display: flex;
justify-content: flex-end;
}
.top-bar-login ul li a {
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 17px;
text-align: right;
color: #FFFFFF;
padding: 0px 10px;
}
.site-logo {
width: 100%;
text-align: center;
}
.site-logo span.text-logo {
color: var(--main-color);
font-size: 45px;
font-weight: 900;
} .swiper-wrapper {
box-sizing: border-box !important;
}
.banner {
margin-bottom: 130px;
}
.slider-content {
padding: 0px 0px;
position: relative;
z-index: 99999;
transition: -webkit-transform 1s ease;
transition: transform 1s ease;
transition: transform 1s ease, -webkit-transform 1s ease;
transition-delay: 2s;
}
.is-selected .slider-content {
-webkit-transform: scale(1);
transform: scale(1);
transition: -webkit-transform 1.6s ease;
transition: transform 1.6s ease;
transition: transform 1.6s ease, -webkit-transform 1.6s ease;
transition-delay: 0s;
}
.slider-content-2 {
padding: 280px 0px 200px 0px;
}
.slider-content h1 {
font-style: normal;
font-weight: bold;
font-size: 82px;
line-height: 100px;
color: #FFFFFF;
margin-bottom: 60px;
}
.slider-content p {
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 32px;
color: #FFFFFF;
}
.white-bg-btn a {
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 19px;
text-align: center;
color: var(--main-text-color);
padding: 18px 30px;
background: #fff;
overflow: hidden;
display: inline-block;
transition: 0.3s ease;
margin-right: 12px;
border: 1px solid #fff;
}
.white-bg-btn a i {
vertical-align: middle;
}
.white-bg-btn a:hover {
background: transparent;
border: 1px solid #fff;
color: #fff;
transition: 0.3s ease;
}
.white-bg-btn-2 a {
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 19px;
text-align: center;
color: var(--main-text-color);
padding: 18px 30px;
background: #fff;
overflow: hidden;
display: inline-block;
transition: 0.3s ease;
margin-right: 12px;
}
.white-bg-btn-2 a:hover {
background: var(--main-color);
color: #fff;
transition: 0.3s ease;
}
.slider-style-2 {
margin-bottom: 130px;
}
.slider2-content {
position: absolute;
top: 50%;
left: 0;
width: 100%;
padding-left: 60px;
transform: translateY(-50%);
}
.nikstore-slider2 {
position: relative;
}
.slider2-img img {
width: 864px;
height: 550px;
}
.slider2-content h1 {
font-weight: bold;
font-size: 52px;
line-height: 68px;
color: var(--main-text-color);
margin-bottom: 50px;
}
.green-bg-btn a {
font-weight: 600;
font-size: 16px;
line-height: 19px;
text-align: center;
color: #FFFFFF;
background: var(--sec-color);
padding: 15px 28px;
overflow: hidden;
display: inline-block;
transition: all 0.3s;
border: 1px solid var(--sec-color);
}
.green-bg-btn a i {
vertical-align: middle;
}
.green-bg-btn a:hover {
border: 1px solid var(--sec-color);
background: transparent;
color: var(--sec-color);
transition: all 0.3s;
}
.nikstore-slider2-small {
position: relative;
height: 259px;
}
.nikstoreSlider .elementor-swiper-button-prev {
left: 100px !important;
background: transparent;
text-align: center;
padding: 15px 6px;
font-size: 40px !important;
border: 1px solid #fff;
transition: all 0.3s;
}
.nikstoreSlider .elementor-swiper-button-next {
right: 100px !important;
background: transparent;
text-align: center;
padding: 15px 6px;
font-size: 40px !important;
border: 1px solid #fff;
transition: all 0.3s;
}
.nikstoreSlider .elementor-swiper-button-prev:hover,
.nikstoreSlider .elementor-swiper-button-next:hover {
background: #fff;
transition: all 0.3s;
}
.mb-30 {
margin-bottom: 30px;
}
.slider2-small-bg1 {
background: #DDECC2;
}
.slider2-small-bg2 {
background: #F7E5DE;
}
.banner-cat {
position: absolute;
top: 50%;
transform: translateY(-50%);
margin-left: 40px;
z-index: 10;
}
.banner-img {
position: absolute;
right: 0;
bottom: 0;
}
.banner-img img {
width: 230px;
height: 250px;
}
.banner-cat p {
font-size: 16px;
line-height: 19px;
letter-spacing: 0.15em;
text-transform: uppercase;
margin-bottom: 5px;
color: var(--main-text-color);
font-weight: 500;
}
.banner-cat h3 {
font-size: 24px;
line-height: 30px;
text-transform: uppercase;
margin-bottom: 30px;
color: var(--main-text-color);
}
.green-btn a {
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 26px;
color: var(--sec-color);
border-bottom: 2px solid var(--sec-color);
padding-bottom: 3px;
transition: all 0.3s;
}
.red-text-btn a {
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 26px;
color: var(--main-color);
border-bottom: 1px solid var(--main-color);
padding-bottom: 3px;
transition: all .3s;
} .header-logo-section-st3 {
position: absolute;
width: 100%;
z-index: 99;
} .layer {
list-style: none;
}
.bg-circle,
.bg-circle2,
.bg-circle3 {
list-style: none;
} .slider-3-avb-img {
position: absolute;
bottom: 5%;
z-index: 10
}
.nikstore-slide-paralax {
top: 10%;
}
.xop-sli-reverse .nikstore-slide-paralax {
left: -10%;
}
.slide-full-width {
opacity: 0;
}
.flickity-slider .slide-full-width {
opacity: 1 !important;
overflow: hidden;
}
.bg-circle {
position: absolute;
top: 0;
left: 0;
}
.bg-circle2 {
position: absolute;
top: 10% !important;
left: 0;
}
.bg-circle3 {
position: absolute;
top: -3% !important;
left: 6% !important;
}
.slider3-img img {
z-index: 99;
}
.slider-content h4 {
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 30px;
letter-spacing: 0.25em;
text-transform: uppercase;
color: var(--main-color);
}
.slider-content-2 h1 {
font-style: normal;
font-weight: bold;
font-size: 72px;
line-height: 94px;
color: var(--main-text-color);
margin-bottom: 60px;
}
.nikstoreSlider .swiper-pagination-bullet {
width: 15px;
height: 15px;
background: var(--main-color);
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
right: 100px !important;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
left: 100px !important;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
bottom: 20px !important;
}
.white-bg-btn a {
width: 100%;
} .nikstore-timeline {
margin-bottom: 120px;
}
.timeline-content {
display: flex;
}
.timeline-icon {
width: 55px;
height: 55px;
border: 1px solid #EBEBEB;
text-align: center;
line-height: 55px;
border-radius: 50%;
margin-right: 15px;
}
.timeline-icon i {
font-size: 20px;
color: #1F3040;
line-height: 52px;
}
.timeline-desc h4 a {
font-weight: 600;
font-size: 18px;
line-height: 22px;
letter-spacing: 0.05em;
text-transform: uppercase;
color: #1F3040;
}
.timeline-desc p {
font-weight: 500;
font-size: 16px;
line-height: 19px;
margin-bottom: 0;
color: #656A6E;
}
.timeline-content:hover .timeline-icon {
border: 1px solid var(--sec-color);
}
.timeline-content:hover .timeline-desc h4 a,
.timeline-content:hover .timeline-icon i {
color: var(--sec-color);
}
.nikstore-timeline-st3 {
margin-bottom: 120px;
background: var(--main-color);
padding: 80px 0px;
}
.timeline-desc-st3 h4 {
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 32px;
}
.timeline-desc-st3 h4 a {
color: #FFFFFF;
}
.timeline-content-st3 {
display: flex;
}
.timeline-icon-st3 {
width: 55px;
height: 55px;
text-align: center;
line-height: 55px;
border-radius: 50%;
margin-right: 15px;
border: 1px dashed rgba(255, 255, 255, 0.5);
box-sizing: border-box;
background: rgba(255, 255, 255, 0.15);
}
.timeline-icon-st3 i {
font-size: 20px;
color: #ffffff;
line-height: 52px;
}
.timeline-desc-st3 p {
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 28px;
color: #FFFFFF;
opacity: 0.8;
margin-bottom: 0px;
} .shop-by-category {
margin-bottom: 130px;
}
.section-heading {
margin-bottom: 30px;
}
.section-heading h2 {
font-style: normal;
font-weight: bold;
font-size: 42px;
line-height: 51px;
color: #000000;
margin-bottom: 20px;
}
.section-heading p {
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 19px;
color: var(--alt-text-color);
}
.category-list {
background: var(--light-color);
text-align: center;
padding: 40px 0px;
}
.category-list img {
margin-bottom: 40px;
}
.category-list p {
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 19px;
margin: 0;
text-align: center;
letter-spacing: 0.1em;
text-transform: uppercase;
color: var(--main-text-color);
}
.shop-by-category-style2 {
margin-bottom: 130px;
}
.shop-category {
background: #E5FBF2;
height: 221px;
text-align: center;
}
.category-style2-top {
display: flex;
flex-wrap: wrap;
}
.cat-grid-img {
width: 70px;
height: 70px;
background: #fff;
border-radius: 50%;
text-align: center;
display: inline-block;
margin-top: 50px;
margin-bottom: 30px;
}
.cat-grid-img img {
margin-top: 20px;
width: 30px;
height: 30px;
}
.shop-category h5 {
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 19px;
text-align: center;
color: var(--main-text-color);
}
.shop-category p {
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 19px;
text-align: center;
margin-bottom: 0;
}
.shop-by-category-style2-heading {
flex-grow: 8;
}
.cat-brows-btn {
flex-grow: 4;
text-align: end;
margin-top: 34px;
}
.category-style2-top {
border-bottom: 1px solid #EBEBEB;
margin-bottom: 55px;
}
.shop-by-category-style2-heading h2 {
font-style: normal;
font-weight: bold;
font-size: 42px;
line-height: 56px;
color: var(--main-text-color);
}
.shop-by-category-style2-heading p {
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 19px;
color: var(--alt-text-color);
margin-bottom: 30px;
}
.cat-style2-img {
position: relative;
}
.cat-style2-content {
position: absolute;
top: 60px;
left: 60px;
}
.cat-style2-content h3 a {
font-style: normal;
font-weight: bold;
font-size: 30px;
line-height: 42px;
color: var(--main-text-color);
}
.cat-style2-content p {
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 32px;
color: var(--main-text-color);
margin-bottom: 50px;
} .special-offers {
margin-bottom: 130px;
}
.single-special {
background: #6A98A9;
position: relative;
overflow: hidden;
}
.single-special.box-2 {
background: #D18A56;
}
.single-special-img img {
padding-top: 0;
backface-visibility: hidden;
filter: alpha(opacity=100);
-webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
transition: opacity 1s ease 0s, transform 1s ease 0s;
}
.single-special:hover .single-special-img img {
filter: alpha(opacity=80);
transform: scale3d(1.1, 1.1, 1);
}
.single-special-content {
position: absolute;
width: 100%;
right: 0;
padding: 0 55px;
bottom: 10px;
}
.single-special-content p {
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 32px;
letter-spacing: 0.15em;
color: #FFFFFF;
margin-top: 50px;
}
.single-special-content h2 {
font-style: normal;
font-weight: bold;
font-size: 42px;
line-height: 56px;
color: #FFFFFF;
margin-bottom: 20px;
margin-top: 15px;
}
.single-sp-align-right {
text-align: right;
}
.transparent-bg-btn a {
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 19px;
text-align: center;
color: #FFFFFF;
padding: 12px 30px;
background: transparent;
border: 2px solid #FFFFFF;
box-sizing: border-box;
overflow: hidden;
display: inline-block;
transition: 0.3s ease;
}
.transparent-bg-btn a:hover {
background: #FFFFFF;
color: var(--main-text-color);
transition: 0.3s ease;
}
.offer-banner-st3 {
margin-bottom: 130px;
}
.offer-st3-big {
text-align: center;
padding-top: 45px;
max-height: 530px;
overflow: hidden;
}
.offer-st3-big .offer-st3-content span {
font-weight: 600;
font-size: 16px;
line-height: 34px;
text-align: center;
letter-spacing: 0.15em;
text-transform: uppercase;
color: var(--main-color);
}
.offer-st3-big .offer-st3-content h4 {
color: var(--main-text-color);
margin-bottom: 30px;
}
.offer-st3-content {
position: relative;
}
.offer-st3-content .offer-elips-image-xpc {
position: absolute;
bottom: 7%;
left: 12%;
right: 12%;
z-index: 1;
}
.xpc-offer-topimg {
position: relative;
z-index: 5;
}
.offer-st3-small {
display: flex;
align-items: center;
padding: 0px 20px 0px 40px;
justify-content: space-between;
margin-bottom: 24px;
height: 253px;
}
.offer-st3-small-content {
padding-right: 10px;
}
.offer-st3-small-content span {
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 34px;
letter-spacing: 0.15em;
text-transform: uppercase;
color: var(--main-text-color);
}
.offer-st3-small-img {
align-content: flex-end;
}
.offer-st3-small-img img {
width: 172px;
}
.offer-st3-big,
.offer-st3-small {
position: relative;
}
.offer-st3-big > a,
.offer-st3-small > a {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
.offer-st3-small-content a {
color: var(--main-color);
font-weight: 600;
font-size: 16px;
line-height: 26px;
border-bottom: 2px solid;
padding-bottom: 3px;
transition: all 0.3s;
}
.offer-st3-small:hover .offer-st3-small-content a {
color: #fff;
transition: all 0.3s;
} .trending-products {
margin-bottom: 130px;
}
.isotop-product-filter ul {
margin: -30px 0px 30px 0px;
padding: 0;
}
.isotop-product-filter ul li {
list-style: none;
display: inline-block;
padding: 20px;
cursor: pointer;
}
.trending-products-st1 {
position: relative;
transition: all 0.3s;
}
.trending-products-st1 .onesale {
position: absolute;
top: 15px;
left: 15px;
}
.trending-products-sport .onesale span,
.trending-products-st1 .onesale span {
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 17px;
color: #FFFFFF;
background: var(--main-color);
padding: 2px 6px;
min-width: 45px;
display: inline;
}
.trending-products-sport:hover {
box-shadow: 0px 25px 35px rgba(0, 0, 0, 0.08);
border: none;
}
.trending-products-st1 .producticons a:hover {
background: var(--main-color);
color: #fff;
}
.trending-products-st1 a img {
width: 100%;
height: auto;
}
.trending-cart-st1-btn a {
background: var(--main-text-color);
color: #fff;
z-index: 20;
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 19px;
text-align: center;
display: block;
padding: 13px;
text-transform: capitalize;
}
.trending-product-st1-img {
position: relative;
margin-bottom: 17px;
}
.trending-cart-st1-btn {
position: absolute;
bottom: 0;
width: 100%;
visibility: hidden;
opacity: 0;
transform: translateY(10px);
transition: transform 0.1s, opacity 0.1s, background 0.35s, color 0.35s;
z-index: 20;
}
.trending-products-st1:hover .trending-product-st1-img .trending-cart-st1-btn {
visibility: visible;
opacity: 1;
transform: translateY(0px);
transition-delay: .15s;
}
.red-bg-btn {
text-align: center;
margin-top: 30px;
}
.red-bg-btn a {
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 19px;
text-align: center;
color: #FFFFFF;
padding: 18px 30px;
background: var(--main-color);
overflow: hidden;
display: inline-block;
transition: 0.3s ease;
}
.red-bg-btn a:hover {
background: transparent;
outline: 2px solid var(--main-color);
color: var(--main-color);
transition: 0.3s ease;
}
.best-selling-products img {
width: 140px;
height: 138px;
margin: 10px 30px 10px 10px;
}
.sell-pro-content {
width: 50%;
}
.best-selling-products {
display: flex;
border: 1px solid #EBEBEB;
box-sizing: border-box;
align-items: center;
justify-content: start;
transition: all 0.3s;
}
.product-content ul {
margin: 0;
padding: 0;
}
.sell-pro-content h4 a,
.sell-pro-content h4 {
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 28px;
color: var(--main-text-color);
}
.sell-pro-price del {
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 19px;
text-decoration-line: line-through;
opacity: .5;
margin-right: 5px;
}
.sell-pro-price {
margin-bottom: 8px;
}
.sell-pro-price ins {
background: transparent;
}
.sell-pro-price .amount {
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 19px;
}
.weekly-deal-single-product .sell-pro-price .amount {
font-weight: 400;
}
.add-to-cart-green-btn a {
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 19px;
color: var(--sec-color);
}
.best-selling-products:hover {
border: 1px solid var(--sec-color);
box-sizing: border-box;
transition: all 0.3s;
}
.best-selling-products:hover .add-to-cart-green-btn a {
border-bottom: 1px solid var(--sec-color);
}
.weekly-offer-produce {
margin-bottom: 130px;
}
.onesale {
position: absolute;
top: 30px;
left: 30px;
z-index: 20;
}
.trending-products-st2,
.offer-products-st2 {
position: relative;
border: 1px solid #EBEBEB;
box-sizing: border-box;
padding: 15px 15px 30px 15px;
transition: all 0.3s;
}
.onesale span {
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 17px;
color: #FFFFFF;
background: var(--sec-color);
padding: 2px 6px;
display: inline;
}
.producticons,
.producticons-st3 {
position: absolute;
top: 20px;
right: 20px;
display: flex;
flex-direction: column;
opacity: 0;
transition: transform 0.1s, opacity 0.1s, background 0.35s, color 0.35s;
z-index: 20;
transform: translateX(10px);
}
.trending-products-st1:hover .producticons,
.trending-products-st2:hover .producticons,
.offer-products-st2:hover .producticons,
.trending-products-st1:hover .producticons-st3 {
transform: translateX(0px);
transition-delay: 75ms;
}
.offer-products-st2:hover .producticons,
.trending-products-st1:hover .producticons,
.trending-products-st2:hover .producticons,
.trending-products-st1:hover .producticons-st3 {
opacity: 1;
}
.trending-pro-cart-btn a,
.trending-pro-cart-btn .added_to_cart.wc-forward {
font-weight: 600;
font-size: 16px;
line-height: 19px;
text-align: center;
color: #FFFFFF;
background: var(--main-text-color);
border-color: var(--main-text-color);
padding: 15px 28px;
overflow: hidden;
display: inline-block;
transition: all 0.3s;
text-transform: capitalize;
}
.trending-products-st2:hover .product-content .trending-pro-cart-btn a {
background: var(--sec-color);
}
.trending-products-st2 .product-content .sell-pro-price {
margin-bottom: 24px;
}
.trending-products-st2 a img,
.offer-products-st2 a img {
width: 100%;
height: auto;
}
.trending-products-st2 .product-content,
.offer-products-st2 .product-content {
margin-top: 30px;
}
.producticons a {
width: 36px;
background: #fff;
height: 36px;
text-align: center;
line-height: 36px;
font-size: 20px;
color: var(--main-text-color);
margin-bottom: 8px;
display: inline-block;
}
.producticons .compare-button {
position: relative;
}
.producticons .compare.added {
font-size: 0;
}
.producticons .compare.added:after {
content: "\f072";
font-family: "remixicon";
font-size: 16px;
}
.producticons .yith-wcwl-add-button span {
font-size: 0;
}
.producticons a:hover {
background: var(--sec-color);
color: #fff;
}
.producticons-st3 a {
width: 36px;
background: var(--main-text-color);
height: 36px;
text-align: center;
line-height: 36px;
font-size: 20px;
color: #ffffff;
margin-bottom: 8px;
display: inline-block;
border-radius: 50%;
}
.producticons-st3 a:hover {
background: var(--main-color);
color: #fff;
}
.producticons-st3 a i {
color: #ffffff;
}
.product-content {
text-align: center;
}
.product-content h4 {
margin-bottom: 7px;
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 1.5;
text-align: center;
color: var(--main-text-color);
margin-top: 8px;
}
.offer-pro-cart-btn {
margin-top: 22px;
display: none;
opacity: 0;
position: absolute;
z-index: 10;
background: #fff;
left: 0;
text-align: center;
width: auto;
border: 1px solid var(--sec-color);
border-top: none;
right: 0;
margin: 20px -1px 0 -1px;
transition: transform 0.1s, opacity 0.1s, background 0.35s, color 0.35s;
padding-bottom: 20px;
}
.trending-products-st2:hover,
.offer-products-st2:hover {
border: 1px solid var(--sec-color);
transition: all 0.3s;
}
.offer-products-st2:hover .offer-pro-cart-btn {
display: block;
opacity: 1;
transition: all 0.3s;
}
.pro-review-st3 ul {
margin: 0;
padding: 0;
}
.gridSwatches li {
overflow: hidden;
display: inline-block;
position: relative;
height: 15px;
width: 15px;
margin: 3px;
background-size: 100% auto;
background-repeat: no-repeat;
border-radius: 50%;
}
.green {
background: green;
}
.tomato {
background: tomato;
}
.violet {
background: violet;
}
.pink {
background: pink;
}
ul.isotop-product-filter {
margin: 0;
padding: 0;
}
ul.isotop-product-filter li {
list-style: none;
display: inline-block;
padding: 10px 15px;
cursor: pointer;
} .trending-product-sport-img,
.product-img-v6 {
position: relative;
overflow: hidden;
height: inherit;
display: flex;
align-items: center;
justify-content: center;
}
.product-content {
padding: 0 10px;
}
.trending-product-sport-img img {
width: 100%;
transition: all 1s;
} .trending-products-sport {
position: relative;
}
.producticons-sport {
position: absolute;
bottom: 0;
right: 0;
display: flex;
flex-direction: row;
transition: all 1s;
z-index: 10;
width: 100%;
justify-content: center;
align-items: center;
gap: 8px;
padding-bottom:15px;
}
.producticons-sport a{
transform: translateY(10px);
transition: transform .1s,opacity .1s,background .35s,color .35s;
}
.trending-products-sport:hover .producticons-sport a {
transform: translateY(0);
transition: all 1s cubic-bezier(.19, 1, .22, 1);
transition-delay: 0s;
}
.trending-products-sport:hover .producticons-sport a:nth-child(2){
transition-delay: 75ms;
}
.trending-products-sport:hover .producticons-sport .quick-view-button a,
.trending-products-sport:hover .producticons-sport a:nth-child(3){
transition-delay: .20s;
}
.trending-products-sport:hover .producticons-sport .woosc-compare-button a,
.trending-products-sport:hover .producticons-sport a:nth-child(4){
transition-delay: .45s;
}
.trending-products-sport .producticons-sport a:hover{
transition-delay: 0s;
}
.trending-products-sport:hover .producticons-sport a {
opacity: 1;
visibility: visible;
}
.producticons-sport a {
min-width: 40px;
height: 40px;
text-align: center;
line-height: 40px;
font-size: 16px;
color: var(--main-text-color);
display: inline-block;
position: relative;
font-weight: normal;
border: 0;
opacity: 0;
visibility: hidden;
margin-right: -1px;
transition: all 0.3s;
background: #ffffff;
border-radius: 2px;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.producticons-sport a:hover {
background: #835BF7;
color: #fff;
transition: all 0.3s;
}
.producticons-sport a.add_to_cart_button.nikstore-grid-cart-btn {
color: #000;
}
.producticons-sport a:hover i{
color: #fff;
}
.product-cateory {
float: left;
text-align: left;
}
.pro-review {
float: right;
display: flex;
align-items: center;
font-size: 14px;
}
.trending-products-sport .product-cateory { overflow: hidden;
text-overflow: ellipsis;
text-align: center;
width: 100%;
}
.trending-products-sport .product-content {
text-align: left;
}
.trending-products-sport .sell-pro-price .amount { color: #717171;
}
.product-hotspot__single .content del bdi,
.trending-products-sport .sell-pro-price del,
.product-hotspot__single .content ins bdi {
background: #fff;
}
.product-hotspot__single .content ins span.woocommerce-Price-currencySymbol {
color: var(--main-color) !important;
}
.trending-products-st1.nikstore-archive-p-style-one .pro-review {
display: block;
float: none;
}
.pro-review .star-rating {
margin: 0 !important;
font-size: 13px;
letter-spacing: 3px;
width: 6.3em;
text-align: right;
color: var(--alt-text-color);
}
.product-content .product-cateory a {
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 22px;
letter-spacing: 0.05em;
text-transform: capitalize;
color: var(--alt-text-color);
}
.trending-products-sport {
overflow: hidden;
border-radius: 4px;
}
.trending-products-sport .product-content h4,
.trending-products-sport .product-content h4 a {
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 1.4;
color: var(--main-text-color);
}
.trending-products-sport .product-content .sell-pro-price del {
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 28px;
opacity: .5;
background: transparent;
}
.trending-products-sport .product-content .sell-pro-price del span{
font-size: 14px;
font-weight: 500;
}
.trending-products-sport .product-content .sell-pro-price ins {
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 28px;
color: #A3A3A3;
}
.trending-products-sport .product-content .product-cateory a {
font-family: var(--alt-font-family) !important;
}
.trending-products-sport .onesale {
transition: all 1s;
}
.trending-products-sport:hover .onesale {
display: none;
}
.trending-products-sport .producticons-sport a {
padding: 0 12px;
}
.trending-products-sport .add_to_cart_button i {
vertical-align: middle;
}
.trending-products-sport .add_to_cart_button span {
font-size: 16px;
vertical-align: middle;
}
.trending-products-sport .added_to_cart.wc-forward {
line-height: 35px !important;
max-height: 40px !important;
min-height: auto;
margin: 0 !important;
border: none;
text-transform: capitalize;
}
.pro-review i {
color: #DDD;
font-size: 14px;
}
.product-review-count {
font-style: normal;
font-weight: 400;
font-size: 14px;
text-align: center;
color: var(--alt-text-color);
}
.spe-pro-offer .xpsc-product-coutdown-wrapper-alt {
position: absolute;
text-align: center;
background: #fff;
bottom: 10px;
left: 10px;
right: 10px;
z-index: 10;
} .cat-grid-horizontal {
background: #EDF6EC;
margin-bottom: 32px;
text-align: center;
padding: 0px 20px 40px 20px;
}
.cat-horizontal-img {
height: 210px;
width: auto;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 30px;
overflow: hidden;
}
.cat-grid-horizontal h3 {
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 32px;
text-align: center;
color: var(--main-text-color);
position: relative;
margin-bottom: 20px;
}
.cat-grid-horizontal h3::after {
content: '';
width: 70px;
height: 2px;
display: block;
position: absolute;
background: #000;
left: 50%;
transform: translateX(-50%);
bottom: -10px;
}
.cat-grid-horizontal p {
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 28px;
text-align: center;
color: var(--alt-text-color);
}
.horizontal-cat-btn a {
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 19px;
text-align: center;
color: var(--main-text-color);
border: 2px solid var(--main-text-color);
box-sizing: border-box;
padding: 10px 22px;
display: inline-block;
transition: all 0.3s;
}
.horizontal-cat-btn a i {
vertical-align: middle;
}
.cat-grid-horizontal.vertical,
.cat-grid-horizontal.vertical h3,
.cat-grid-horizontal.vertical p {
text-align: unset;
}
.cat-grid-horizontal.vertical h3::after {
content: '';
width: 70px;
height: 2px;
display: block;
position: absolute;
background: #000;
left: 0;
transform: translateX(0);
bottom: -10px;
}
.cat-grid-horizontal.vertical {
position: relative;
padding: 70px 30px 70px 55px;
margin-bottom: 0;
display: flex;
justify-content: space-between;
}
.cat-grid-horizontal.vertical {
position: relative;
padding: 35px 30px 35px 55px;
margin-bottom: 0;
}
.vertical-content {
display: flex;
justify-content: center;
align-content: center;
flex-direction: column;
}
.cat-grid-square {
text-align: center;
padding: 50px 40px;
margin-bottom: 32px;
}
.cat-grid-square p {
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 28px;
text-align: center;
letter-spacing: 0.15em;
text-transform: uppercase;
color: #FFFFFF;
margin-bottom: 10px;
}
.cat-grid-square h2 {
font-style: normal;
font-weight: bold;
font-size: 42px;
line-height: 56px;
text-align: center;
color: #FFFFFF;
margin-bottom: 40px;
}
.cat-grid-square .horizontal-cat-btn a {
color: #fff;
border: 2px solid #FFFFFF;
box-sizing: border-box;
padding: 18px 30px;
transition: all 0.3s;
}
.horizontal-cat-btn a:hover {
background: #fff;
border: 2px solid #ffffff75;
color: var(--main-text-color);
transition: all 0.3s;
}
.up-grid-single-sale {
display: flex;
flex-direction: column;
height: 100%;
align-content: center;
justify-content: center;
}
.up-grid-single-sale h2 {
font-style: normal;
font-weight: bold;
font-size: 42px;
line-height: 56px;
color: var(--main-text-color);
}
.up-grid-single-sale p {
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 28px;
color: var(--alt-text-color);
}
.up-grid-single-sale .red-bg-btn {
text-align: left;
margin-top: 10px;
}
.red-bg-btn i {
vertical-align: middle;
}
.up-grid-single-sale .sale-off {
border: 1px solid var(--main-color);
box-sizing: border-box;
width: fit-content;
padding: 5px 0px 5px 15px;
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 22px;
text-align: center;
letter-spacing: 0.05em;
color: var(--main-color);
text-transform: uppercase;
margin-bottom: 18px;
}
.up-grid-single-sale .sale-off span {
background: var(--main-color);
padding: 8px 15px;
color: #fff;
color: #FFF;
margin-left: 5px;
}
.product-style-eight {
margin-bottom: 10px;
}
.unevent-grid-trending-product {
position: relative;
text-align: center;
}
.unevent-grid-trending-product .onesale {
position: absolute;
top: 15px;
left: 15px;
display: inline-flex;
}
.unevent-grid-trending-product .onesale span {
background: var(--main-color);
}
.unevent-grid-trending-product .sell-pro-price del {
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 28px;
text-align: center;
color: var(--alt-text-color);
}
.unevent-grid-trending-product .sell-pro-price ins {
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 28px;
text-align: center;
color: var(--main-color);
}
.unevent-grid-trending-product img {
width: 100%;
}
.unevent-grid-trending-product .sell-pro-price {
margin-top: 16px;
}
.unevent-grid-trending-product h2,
.unevent-grid-trending-product h2 a {
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 28px;
text-align: center;
color: var(--main-text-color);
}
.unevent-grid-trending-product .sell-pro-price {
margin-bottom: 7px;
}
.unevent-grid-trending-product h2 {
margin-bottom: 12px;
}
.unevent-trending-pro-content .pro-review {
display: block;
float: none;
margin-bottom: 15px;
}
.unevent-grid-trending-cart-btn a,
.unevent-grid-trending-cart-btn .added_to_cart.wc-forward {
font-size: 16px;
line-height: 21px;
color: var(--main-color);
background: #FEF0EA;
padding: 10px;
display: block;
transition: all 0.3s ease;
width: 100%;
font-weight: 600;
border: 1px solid #fef0ea;
min-height: 46px;
margin: 0;
font-family: var(--alt-font-family);
text-transform: capitalize;
}
.unevent-grid-trending-cart-btn a:hover,
.unevent-grid-trending-cart-btn a:visited:hover {
background: var(--main-color);
color: #ffffff;
transition: all 0.3s ease;
}
.unevent-grid-trending-cart-btn a:visited {
color: var(--main-color);
}
.unevent-grid-trending-cart-btn a span {
font-weight: 600;
vertical-align: middle;
}
.unevent-grid-trending-cart-btn a i {
vertical-align: middle;
font-weight: normal;
}
.unevent-grid-trending-icons {
position: absolute;
top: 15px;
right: 0px;
display: flex;
flex-direction: column;
transition: all 1s cubic-bezier(.19, 1, .22, 1);
z-index: 10;
}
.unevent-grid-trending-product:hover .unevent-grid-trending-icons {
transform: translateX(-15px);
transition: all 1s cubic-bezier(.19, 1, .22, 1);
}
.unevent-grid-trending-icons a {
font-size: 15px;
width: 40px;
height: 40px;
background: #fff;
margin-bottom: 10px;
line-height: 40px;
border-radius: 50%;
color: var(--main-text-color);
visibility: hidden;
opacity: 0;
transition: 0.3s;
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
display: inline-block;
position: relative;
}
.nikstore-grid-cart-btn.added {
display: none;
}
.unevent-grid-trending-product:hover .unevent-grid-trending-icons a {
visibility: visible;
opacity: 1;
}
.unevent-grid-trending-icons a:hover {
color: #fff;
background: var(--main-color);
transition: 0.3s;
box-shadow: rgba(255, 163, 44, 0.2) 0px 8px 24px;
}
.custom-cat-grid-st2-single {
position: relative;
overflow: hidden;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
}
.nikstore-cat-block-grid .nikstore-itamized-grid,
.nikstore-cat-block-grid .custom-cat-grid-st2-singleone,
.nikstore-cat-block-grid .custom-cat-grid-st2-single{
border:.5px solid #E7E7E7;
}
.nikstore-itamized-grid-center{
display: flex;
justify-content: space-between;
gap: 0;
flex-wrap: wrap;
}
.nikstore-itamized-grid-center .custom-cat-grid-st2-single{
width:50%;
} .custom-cat-grid-st2-single img {
width: 100%;
transition: all 1s ease-out;
transform: scale(1);
}
.custom-cat-grid-st2-single:hover img {
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
.custom-cat-grid-st2-link {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
text-align: center;
}
.custom-cat-grid-st2-link a {
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 28px;
text-align: center;
color: var(--alt-text-color);
background: #fff;
padding: 15px 30px;
transition: all .2s;
}
.custom-cat-grid-st2-link a span {
color: var(--main-color);
}
.custom-cat-grid-st2-link a:hover,
.custom-cat-grid-st2-link a:hover span,
.custom-cat-grid-st2-single:hover a span {
background: var(--main-color);
color: #fff;
}
.client-quote-contents {
text-align: center;
width: 570px;
}
.client-quote-photo img {
width: 90px;
height: 90px;
background: var(--main-color);
border-radius: 50%;
}
.client-quote-photo {
margin-bottom: 40px;
}
.client-quote-contents p {
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 34px;
text-align: center;
color: var(--alt-text-color);
margin-bottom: 40px;
}
.client-single-quote-st4 {
width: 100%;
text-align: center;
text-align: -webkit-center;
text-align: -moz-center;
}
.client-quote-rating i {
color: var(--main-color);
font-size: 16px;
margin-bottom: 10px;
display: inline-block;
}
.client-quote-name span {
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 22px;
text-align: center;
color: var(--main-text-color);
margin-bottom: 5px;
display: inline-block;
}
.client-quote-desg span {
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 17px;
text-align: center;
color: var(--main-color);
} .cat-grid-v6 {
padding: 30px;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.cat-grid-v6 span,
.cat-grid-v6 h4 {
font-style: normal;
font-weight: bold;
font-size: 24px;
line-height: 34px;
color: #FFFFFF;
}
.cat-grid-v6 h4 {
margin-bottom: 12px;
}
span.cat-v6-offer {
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 22px;
text-align: center;
text-transform: uppercase;
color: #FFFFFF;
background: var(--main-text-color);
padding: 4px 8px;
margin-bottom: 40px;
display: inline-block;
}
.v6-cat-deal a {
display: block;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 28px;
color: #FFFFFF;
}
.v6-cat-deal a i {
color: var(--main-text-color);
font-size: 14px;
vertical-align: middle;
background: #fff;
border-radius: 50%;
padding: 1px 1px 1px 1.5px;
}
.deal-heading {
margin-bottom: 95px;
}
.deal-heading h2 {
font-style: normal;
font-weight: bold;
font-size: 42px;
line-height: 56px;
color: var(--main-text-color);
text-align: center;
}
.weekly-deal-single-product {
position: relative;
margin-bottom: 24px;
}
.weekly-deal-products-v6 {
border: 2px solid var(--main-color);
box-sizing: border-box;
padding: 24px;
}
.weekly-deal-single-product a img {
width: 100%;
margin-bottom: 20px;
}
.weekly-deal-single-product-icons {
display: flex;
flex-direction: column;
position: absolute;
top: 15px;
left: -15px;
transition: 0.5s;
}
.weekly-deal-single-product-icons a {
font-size: 15px;
text-align: center;
width: 40px;
height: 40px;
background: #fff;
margin-bottom: 10px;
line-height: 40px;
border-radius: 50%;
color: var(--main-text-color);
visibility: hidden;
opacity: 0;
transition: 0.3s;
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
display: inline-block;
position: relative;
}
.weekly-deal-single-product-icons a:hover,
.product-icons-v6 a:hover,
.wishlist-icon-v6 a:hover {
background: var(--main-color);
color: #fff;
transition: 0.3s;
}
.weekly-deal-single-product:hover .weekly-deal-single-product-icons a {
visibility: visible;
opacity: 1;
}
.weekly-deal-single-product .onesale {
position: absolute;
top: 15px;
right: 15px;
left: unset;
display: inline-flex;
}
.weekly-deal-single-product:hover .weekly-deal-single-product-icons {
transform: translateX(30px);
transition: all 1s cubic-bezier(.19, 1, .22, 1);
}
.weekly-deal-single-product-cat {
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 22px;
color: var(--alt-text-color);
}
.weekly-deal-single-product .pro-review {
float: left;
display: flex;
align-items: center;
}
.weekly-deal-single-product .pro-review .star-rating {
width: 7em;
font-size: 12px;
}
.weekly-deal-single-product .onesale span {
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 22px;
text-align: center;
letter-spacing: 0.05em;
text-transform: uppercase;
color: #FFFFFF;
background: var(--main-color);
padding: 2px 8px;
}
.weekly-deal-single-product h2,
.weekly-deal-single-product h2 a {
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 1.8;
color: var(--main-text-color);
margin-bottom: 10px;
}
.weekly-deal-single-product .sell-pro-price ins {
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 19px;
color: var(--main-color);
background: #fff;
}
.weekly-deal-single-product-cart-btn {
background: var(--main-color) 1 a;
text-align: center;
}
.weekly-deal-single-product-cart-btn a {
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 28px;
color: var(--main-color);
padding: 8px;
display: block;
transition: 0.3s;
width: 100%;
}
.weekly-deal-single-product-cart-btn a i {
vertical-align: -2px;
}
.weekly-deal-v6 {
margin: 60px 0px 15px;
}
.weekly-deal-single-product .sell-pro-price {
margin-bottom: 28px;
}
.weekly-deal-single-product:hover .weekly-deal-single-product-cart-btn a {
background: var(--main-color);
color: var(--main-top-text-color);
transition: 0.3s;
}
.offer-count-down-timeline {
margin-bottom: 32px;
margin-top: -60px;
}
.count-down-v6 {
display: flex;
background: var(--main-color);
width: fit-content;
padding: 18px 40px;
margin: 0 auto;
}
.offer-time-v6 p {
margin: 0;
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 34px;
color: #FFFFFF;
padding-right: 15px;
}
.offer-time-v6 ul {
margin: 0;
padding: 0;
list-style: none;
}
.offer-time-v6 ul li {
float: left;
padding: 0 10px;
font-style: normal;
font-weight: bold;
font-size: 24px;
line-height: 34px;
color: #FFFFFF;
}
.offer-time-v6 ul li:last-child {
padding-right: 0;
}
.offer-time-v6 ul li span {
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 22px;
text-align: center;
letter-spacing: 0.05em;
text-transform: capitalize;
color: #FFFFFF;
}
.featured-category-v6 {
margin-bottom: 100px;
}
.section-heading-v6 {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 15px;
}
.section-heading-v6 h2 {
font-style: normal;
font-weight: bold;
font-size: 42px;
line-height: 56px;
color: var(--main-text-color);
}
.section-heading-v6 a {
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 28px;
text-align: center;
color: var(--main-text-color);
border-bottom: 2px solid var(--main-text-color);
}
.featured-cat-grid-v6 {
padding: 35px;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
margin-bottom: 24px;
}
.featured-cat-grid-v6 span,
.featured-cat-grid-v6 h4 {
font-style: normal;
font-weight: bold;
font-size: 24px;
line-height: 34px;
color: #FFFFFF;
}
.featured-cat-grid-v6 h4 {
margin-bottom: 30px;
}
.trending-cat-filter-v6 {
padding: 45px 40px;
border-right: 1px solid #E0E0E0;
box-sizing: border-box;
height: 100%;
}
.trending-cat-filter-v6 h3 {
font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 34px;
color: var(--main-text-color);
margin-bottom: 25px;
}
.trending-products-v6-container {
border: 1px solid #E0E0E0;
box-sizing: border-box;
}
.trending-cat-filter-v6 ul {
padding: 0px 0px 22px 0px;
list-style: none;
border-bottom: 1px solid #E0E0E0;
margin: 0px 0px 38px 0px;
}
.trending-cat-filter-v6 ul:last-child {
border-bottom: 0;
}
.trending-cat-filter-v6 ul li a {
display: flex;
justify-content: space-between;
margin-bottom: 15px;
}
.trending-cat-filter-v6 ul li span {
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 28px;
color: var(--alt-text-color);
}
.trending-cat-filter-v6 ul li a:hover {
color: var(--main-color);
}
.trending-cat-products-v6 {
}
.trending-products-v6-single {
padding: 25px 25px 15px 25px;
background: #FFFFFF;
position: relative;
}
.trending-products-v6-single:hover {
box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.08);
z-index: 99;
}
.product-img-v6 {
position: relative;
margin-bottom: 20px;
}
.product-icons-v6 {
position: absolute;
top: 15px;
right: 0px;
display: flex;
flex-direction: column;
grid-row-gap: 10px;
opacity: 0;
visibility: hidden;
transition: all 1s cubic-bezier(.19, 1, .22, 1);
z-index: 9;
}
.trending-products-v6-single:hover .product-icons-v6 {
opacity: 1;
visibility: visible;
transform: translateX(4px);
transition: all 1s cubic-bezier(.19, 1, .22, 1);
}
.product-icons-v6 .quick-view-button{
border-radius: 50%;
}
.product-icons-v6 a {
width: 40px;
height: 40px;
background: #fff;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
font-size: 16px;
color: var(--main-text-color);
transition: 0.3s;
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
position: relative;
}
.product-content-v6 .product-cat {
margin-bottom: 10px;
}
.product-content-v6 .product-cat a {
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 22px;
color: var(--alt-text-color);
}
.unevent-trending-pro-content .pro-review {
margin-bottom: 5px;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
}
.product-content-v6 .pro-review-v6 {
margin-bottom: 5px;
display: flex;
align-items: center;
}
.star-rating {
margin-right: 5px;
}
.pro-review-v6,
.pro-review-v6 .product-review-count {
display: flex;
align-items: center;
font-style: normal;
font-weight: 400;
font-size: 14px;
text-align: left;
color: var(--alt-text-color);
margin-bottom: 0px;
}
.product-content-v6 h2,
.product-content-v6 h2 a {
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 1.8;
color: var(--main-text-color);
margin-bottom: 10px;
}
.product-content-v6 .sell-pro-price {
margin-bottom: 18px;
}
.product-spacification-v6 {
position: absolute;
background: #fff;
left: 0;
right: 0;
padding: 0px 6px 20px 4px;
display: none;
}
.trending-products-v6-single:hover .product-spacification-v6 {
display: block;
box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px;
}
.product-content-v6 .sell-pro-price del {
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 28px;
color: var(--alt-text-color);
}
.product-content-v6 .sell-pro-price ins {
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 28px;
color: var(--main-color);
}
.product-spacification-v6 ul {
margin: 0;
padding: 20px 0px 0px 15px;
border-top: 1px solid #E0E0E0;
}
.product-spacification-v6 ul li {
font-style: normal;
list-style-type: disc;
font-weight: 400;
font-size: 14px;
line-height: 22px;
color: var(--main-text-color);
margin-bottom: 10px;
}
.v6-single-top-selling-product {
position: relative;
display: flex;
flex-direction: row;
border: 1px solid #E0E0E0;
margin-bottom: -1px;
padding: 24px;
align-items: center;
}
.cart-icon-v6 {
position: absolute;
right: 24px;
bottom: 24px;
}
.v6-single-top-selling-image {
position: relative;
margin-right: 16px;
}
.wishlist-icon-v6 {
position: absolute;
top: -30px;
right: 0;
opacity: 0;
visibility: hidden;
transition: 0.3s;
}
.wishlist-icon-v6 a {
background: var(--light-color);
width: 40px;
height: 40px;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
transition: 0.3s;
margin-top: 4px;
color: var(--main-text-color);
box-shadow: rgba(135, 162, 155, 0.59) 0px 5px 10px;
position: relative;
}
.v6-single-top-selling-product:hover .wishlist-icon-v6 {
opacity: 1;
visibility: visible;
transform: translateY(30px);
transition: 0.3s;
}
.v6-single-top-selling-product:hover {
background: #FFFFFF;
box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.08);
z-index: 99;
border: 1px solid #fff;
position: relative;
}
.v6-single-top-selling-content .tsp-cat a {
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 22px;
color: var(--alt-text-color);
}
.v6-single-top-selling-content h2,
.v6-single-top-selling-content h2 a {
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 28px;
color: var(--main-text-color);
margin-bottom: 14px;
}
.v6-single-top-selling-content .sell-pro-price del {
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 28px;
color: var(--alt-text-color);
}
.v6-single-top-selling-content .sell-pro-price ins {
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 28px;
color: var(--main-color);
}
.v6-single-top-selling-content .price-cart {
display: flex;
justify-content: space-between;
}
.cart-icon-v6 a {
width: 34px;
height: 34px;
background: #FEF0EA;
display: flex;
justify-content: center;
align-items: center;
color: var(--main-color);
}
.single-recommend-v6:hover .cart-icon-v6 a,
.v6-single-top-selling-product:hover .cart-icon-v6 a {
background: var(--main-color);
color: #fff;
transition: 0.3s;
box-shadow: rgba(135, 162, 155, 0.59) 0px 5px 10px;
}
.v6-single-top-selling-content .tsp-cat {
margin-bottom: 4px;
}
.v6-single-top-selling-product-offer {
border: 1px solid #E0E0E0;
height: 100%;
margin-right: -1px;
margin-left: -1px;
padding: 20px 20px 0px 20px;
}
.sp-offer-top-selling-image {
position: relative;
margin-bottom: 15px;
}
.sp-offer-top-selling-image img {
width: 100%;
height: 380px;
}
span.offer-text-v6 {
position: absolute;
top: 10px;
left: 10px;
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 32px;
color: var(--main-text-color);
}
.v6-single-top-selling-product-offer:hover .product-icons-v6 {
opacity: 1;
visibility: visible;
transform: translateX(-10px);
transition: all 1s cubic-bezier(.19, 1, .22, 1);
}
.price-cart .sp-offer-pro-price ins {
font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 1.6;
color: var(--main-color);
background: transparent;
margin-right: 10px;
}
.price-cart .sp-offer-pro-price del {
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 32px;
color: var(--alt-text-color);
text-decoration: var(--alt-text-color) 2px line-through;
}
.product-progress-status {
position: relative;
width: 100%;
height: 6px;
background: #E7E8ED;
border-radius: 5px;
margin-bottom: 7px;
}
.product-progress-status:before {
content: '';
width: 50%;
height: 6px;
background: #FFB627;
position: absolute;
border-radius: 5px;
}
.product-availablity {
display: flex;
justify-content: space-between;
}
.sp-offer-pro-price {
margin-bottom: 18px;
}
.product-availablity p {
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 22px;
color: var(--alt-text-color);
}
.product-availablity p span {
font-weight: bold;
}
.v6-single-top-selling-product-offer .v6-single-top-selling-content h2 {
margin-bottom: 5px;
}
.single-cat-grid-v6 h3,
.single-cat-grid-v6 h3 a {
font-style: normal;
font-weight: 600;
font-size: 22px;
line-height: 32px;
color: var(--main-text-color);
margin-bottom: 15px;
text-align: left;
}
.single-cat-grid-v6 .cat-grid-v6-sub-cat p {
margin-bottom: 5px;
}
.single-cat-grid-v6 .cat-grid-v6-sub-cat p a {
display: flex;
justify-content: space-between;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 28px;
color: var(--alt-text-color);
text-align: left;
}
.single-cat-grid-v6 {
box-sizing: border-box;
padding: 30px 32px 10px 32px;
display: flex;
justify-content: space-between;
background-color: #F5F5F5;
column-gap: 32px;
border-radius: 4px;
}
.single-cat-grid-v6 .cat-grid-v6-img {
margin-bottom: 22px;
max-width: 205px;
}
.single-cat-grid-v6 .cat-grid-v6-img img{
border-radius: 4px !important;
}
.single-recommend-v6 {
position: relative;
display: flex;
flex-wrap: wrap;
padding: 19px 15px;
align-items: center;
border: 1px solid #E0E0E0;
box-sizing: border-box;
margin-bottom: 24px;
}
.single-recommend-v6:hover {
background: #FFFFFF;
box-shadow: 0px 10px 30px -2px rgba(0, 0, 0, 0.06);
border: 1px solid #fff;
}
.recommend-v6-img {
width: 29%;
margin-right: 20px;
}
.recommend-v6-content {
width: 63%;
}
.recommend-v6-img img {
width: 120px;
height: auto;
}
.recommend-v6-content a {
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 22px;
color: var(--alt-text-color);
}
.recommend-v6-content h3,
.recommend-v6-content h3 a {
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 28px;
color: var(--main-text-color);
margin-bottom: 8px;
}
.recommend-v6-content .price-cart .sell-pro-price del {
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 28px;
color: var(--alt-text-color);
}
.recommend-v6-content .price-cart .sell-pro-price ins {
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 28px;
color: var(--main-color);
}
.price-cart {
display: flex;
justify-content: space-between;
align-items: center;
}
.recommend-v6-content .price-cart .sell-pro-price {
margin: 0;
}
.single-recommend-v6-offer {
border: 2px solid var(--main-color);
box-sizing: border-box;
padding: 10px;
}
.recommend-v6-offer-img {
position: relative;
margin-bottom: 20px;
}
span.recommend-offer-text-v6 {
position: absolute;
top: 10px;
left: 10px;
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 32px;
text-align: center;
color: var(--main-text-color);
}
.recommend-product-icons-v6 {
position: absolute;
top: 10px;
right: -10px;
display: flex;
flex-direction: column;
row-gap: 10px;
opacity: 0;
visibility: hidden;
transition: 0.3s;
}
.single-recommend-v6-offer:hover .recommend-product-icons-v6 {
opacity: 1;
visibility: visible;
transform: translateX(-20px);
transition: 0.3s;
}
.recommend-product-icons-v6 a {
width: 40px;
height: 40px;
background: #eee;
display: flex;
justify-content: center;
align-items: center;
color: var(--main-text-color);
border-radius: 50%;
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.recommend-v6-offer-content h3,
.recommend-v6-offer-content h3 a {
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 28px;
text-align: center;
color: var(--main-text-color);
margin-bottom: 6px;
}
.recommend-v6-content span.price,
.recommend-v6-content .sell-pro-price .amount {
font-weight: 400;
}
.recommend-v6-offer-content .price-cart .sp-offer-pro-price {
width: 100%;
text-align: center;
}
.recommend-v6-offer-content .recommend-hurryup-text {
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 22px;
text-align: center;
color: var(--alt-text-color);
width: 100%;
margin-bottom: 7px;
}
.recommend-offer-countdown {
display: flex;
justify-content: center;
}
.recommend-offer-countdown h5 {
width: 50px;
height: 50px;
background: var(--light-color);
display: flex;
justify-content: center;
align-items: center;
font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 34px;
text-align: center;
color: var(--main-text-color);
margin: 0;
}
.v6-single-top-selling-content .sell-pro-price .amount {
font-weight: 400;
}
.recommend-offer-countdown span {
height: 50px;
display: flex;
justify-content: center;
align-items: center;
font-weight: bold;
color: var(--main-text-color);
margin: 0px 7px;
font-size: 24px;
}
.recommend-offer-countdown p {
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 22px;
text-align: center;
letter-spacing: 0.1em;
color: var(--main-text-color);
text-transform: uppercase;
margin: 0;
} .weekly-offer {
margin-bottom: 130px;
}
.weekly-offer-content {
text-align: center;
padding: 130px 0px;
}
.weekly-offer-timeline {
display: flex;
justify-content: center;
}
.weekly-offer-content h2 {
font-style: normal;
font-weight: 800;
font-size: 42px;
line-height: 56px;
text-align: center;
color: #232323;
}
.weekly-offer-content p {
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 28px;
text-align: center;
color: var(--main-text-color);
margin-bottom: 10px;
}
.offer-pro-price del {
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 19px;
text-align: center;
text-decoration-line: line-through;
color: #232323;
margin-right: 15px;
}
.offer-pro-price ins {
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 19px;
text-align: center;
color: var(--sec-color);
background: none;
}
.offer-pro-price {
margin-bottom: 25px;
}
.offer-time {
margin-right: 15px;
}
.offer-time h5 {
background: var(--sec-color);
width: 65px;
height: 65px;
font-style: normal;
font-weight: bold;
font-size: 30px;
line-height: 65px;
text-align: center;
color: #FFF;
}
.offer-time p {
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 17px;
text-align: center;
letter-spacing: 0.1em;
text-transform: uppercase;
color: var(--main-text-color);
margin-bottom: 0;
}
.weekly-offer-product-timeline {
display: flex;
}
.winter-spring {
margin-bottom: 130px;
}
.winter-spring-content-area,
.spring-winter-big-product,
.spring-winter-small-product {
display: flex;
flex-wrap: wrap;
align-items: center;
height: 100%;
}
.winter-spring-content h2 {
font-style: normal;
font-weight: bold;
font-size: 42px;
line-height: 56px;
color: #000000;
}
.winter-spring-content p {
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 28px;
color: #605a5a;
margin-bottom: 30px;
} .client-testimonials {
margin-bottom: 130px;
}
.client-testimonials-bg {
padding: 120px 0px 170px 0px;
}
.client-single-quote {
width: 100%;
text-align: center;
margin: 0 auto;
background: #ffffff;
padding: 50px 50px 60px 50px;
position: relative;
}
.client-single-quote > img {
width: 40px;
}
.client-single-quote-st3 i,
.client-single-quote i {
font-size: 40px;
color: var(--main-color);
}
.client-single-quote .quote-text {
font-style: normal;
font-weight: 600;
font-size: 30px;
line-height: 42px;
text-align: center;
color: var(--main-text-color);
margin: 40px 0px;
}
.client-single-quote .client-name {
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 24px;
text-align: center;
color: var(--main-color);
margin-bottom: 10px;
}
.client-single-quote .client-country {
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 19px;
text-align: center;
color: var(--main-text-color);
}
.client-img {
position: absolute;
top: 92%;
left: 50%;
transform: translate(-50%, -10%);
}
.client-img img {
width: 70px;
height: 70px;
}
.client-single-quote.active .client-img img {
border: 3px solid var(--main-color);
border-radius: 50%;
width: 80px;
height: 80px;
}
.client-single-quote-st3 {
text-align: center;
}
.client-single-quote-st3 .quote-text {
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 28px;
text-align: center;
color: var(--alt-text-color);
margin: 40px 0px 30px 0px;
}
.client-single-quote-st3 .client-name {
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 22px;
text-align: center;
color: var(--main-text-color);
margin-bottom: 5px;
}
.client-single-quote-st3 .client-deg {
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 17px;
text-align: center;
color: var(--main-color);
}
.client-quotes {
background: #FFFFFF;
box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.04);
padding: 45px;
margin-top: 10px;
}
.client-single-quote-st3 {
text-align: center;
margin-top: -60px;
}
.cs-hover-theme a,
.cs-hover-theme a:visited {
color: var(--main-color);
} .work-box {
text-align: center;
align-content: center;
align-items: end;
display: grid;
}
.step-icon i {
font-size: 35px;
width: 80px;
height: 80px;
display: inline-block;
line-height: 85px;
background: #FFF;
border-radius: 50%;
}
.step-icon {
margin-bottom: 30px;
}
.how-it-works {
background: var(--light-color);
padding: 130px 0px;
margin-bottom: 130px;
}
.work-box h3 {
font-style: normal;
font-weight: bold;
font-size: 30px;
line-height: 42px;
text-align: center;
color: var(--main-text-color);
margin-bottom: 20px;
}
.work-box p {
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 28px;
text-align: center;
color: var(--alt-text-color);
margin-bottom: 0;
}
.arrow-down::after {
content: url(//online.smartdocuhub.co.za/img/arrow-down.png);
position: absolute;
top: 36px;
right: -21%;
}
.arrow-up::after {
content: url(//online.smartdocuhub.co.za/img/arrow-up.png);
position: absolute;
right: -21%;
}
.arrow-down,
.arrow-up {
position: relative;
} .post-from-blog {
margin-bottom: 130px;
}
.nikstore-post-thumbnail {
position: relative;
overflow: hidden;
width: 100%;
height: 100%;
display: block;
}
.nikstore-post-thumbnail img {
transition: all 1s ease-out;
transform: scale(1);
}
.nikstore-post-thumbnail:hover img {
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
.nikstore-blog-meta {
margin-top: 20px;
}
.nikstore-blog-meta i {
color: var(--alt-text-color);
}
.nikstore-blog-meta span {
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 19px;
text-transform: capitalize;
margin-right: 5px;
vertical-align: middle;
} .nikstore-single-blog {
margin-bottom: 32px;
}
.nikstore-single-blog h2 a {
color: var(--main-text-color);
}
.nikstore-single-blog h2 a:hover {
color: var(--main-color);
}
.readmore-btn {
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 20px;
color: var(--main-text-color);
border-bottom: 1px solid var(--main-text-color);
}
.readmore-btn:hover {
color: var(--main-color);
border-bottom: 1px solid var(--main-color);
}
.post-from-blog-st2 {
margin-bottom: 150px;
}
.blog-st2 .nikstore-blog-meta .meta-name,
.blog-st2 .nikstore-blog-meta i {
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 19px;
color: var(--alt-text-color);
}
.blog-st2 {
margin-bottom: 32px;
}
.blog-st2 .blog-body .nikstore-blog-meta {
margin-bottom: 10px;
}
.blog-st2 img {
width: 100%;
}
.blog-st2 .blog-body h2 {
font-style: normal;
font-weight: 600;
font-size: 30px;
line-height: 42px;
margin-bottom: 25px;
}
.blog-st2 .blog-body h2 a {
color: var(--main-text-color);
}
.blog-st2 .blog-body p {
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 28px;
color: var(--alt-text-color);
margin-bottom: 0px;
}
.blog-body {
border: 1px solid #E5E5E5;
box-sizing: border-box;
padding: 30px;
position: relative;
transition: all 0.3s;
border-top: 0;
}
.blog-st2 .blog-body {
padding: 22px 30px 30px;
}
.blog-st2 .blog-body .nikstore-blog-meta {
margin-top: 0 !important;
}
.blog-st2-btn {
position: absolute;
bottom: -33px;
display: none;
opacity: 0;
position: absolute;
z-index: 10;
text-align: left;
border: 1px solid var(--sec-color);
border-top: none;
margin: 20px -1px 0 -1px;
transition: transform 0.1s, opacity 0.1s, background 0.35s, color 0.35s;
padding-bottom: 0;
left: 0;
right: 0;
background: #fff;
}
.blog-st2:hover .blog-body .blog-st2-btn {
display: block;
opacity: 1;
transition: all 0.3s;
background: transparent;
}
.blog-st2-btn .green-bg-btn {
position: relative;
bottom: -33px;
left: 30px;
}
.blog-st2:hover .blog-body h2 a {
color: var(--sec-color);
}
.blog-st2:hover .blog-body {
border-color: var(--sec-color);
border-top-color: transparent;
border-bottom: 0;
}
.blog-st2 .blog-body .blog-st2-btn .green-bg-btn a:hover {
background: #ffffff;
}
.blog3-img {
position: relative;
width: 100%;
height: 100%;
}
.blog3-img:after {
content: '';
position: absolute;
background: var(--main-text-color);
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 0.5;
}
.blog-st3 {
position: relative;
overflow: hidden;
margin-bottom: 24px;
}
.blog-st3 img {
width: 100%;
}
.blog3-body {
position: absolute;
bottom: 30px;
left: 30px;
}
.blog3-body h2,
.blog3-body h2 a {
font-style: normal;
font-weight: bold;
font-size: 30px;
line-height: 42px;
text-transform: uppercase;
color: #FFFFFF;
}
.blog3-body .nikstore-blog-meta a span {
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 28px;
color: #FFFFFF;
}
.blog3-img img {
transition: all 0.5s;
}
.blog-st3:hover .blog3-img img {
transform: scale(1.1);
transition: all 0.5s;
} .stacked-header {
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: 299;
}
.logged-in.admin-bar .stacked-header {
top: 29px;
}
.nikstore-default-header {
height: 80px;
display: flex;
align-items: center;
} #nikstoremenu {
padding: 0;
margin: 0;
border: 0;
width: auto;
display: flex;
}
#nikstoremenu ul,
#nikstoremenu li {
list-style: none;
margin: 0;
padding: 0;
}
#nikstoremenu ul {
position: relative;
z-index: 597;
}
.nikstore-default-header #nikstoremenu > ul > li {
line-height: 80px;
height: 80px;
display: flex;
align-items: center
}
#nikstoremenu ul li {
float: left;
min-height: 1px;
vertical-align: middle;
}
#nikstoremenu ul li.hover,
#nikstoremenu ul li:hover {
position: relative;
z-index: 599;
cursor: default;
}
#nikstoremenu ul ul {
visibility: hidden;
position: absolute;
top: 100%;
left: 0;
z-index: 598;
width: 100%;
}
#nikstoremenu ul ul li {
float: none;
background: #fff;
}
#nikstoremenu ul ul ul {
top: 0;
left: 200px;
width: 200px;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
transform: translateX(0);
}
#nikstoremenu ul li:hover > ul {
visibility: visible;
}
#nikstoremenu ul ul {
bottom: 0;
left: 0;
}
#nikstoremenu ul ul {
margin-top: 0;
}
#nikstoremenu ul ul li {
font-weight: normal;
}
#nikstoremenu a {
display: block;
line-height: 1em;
text-decoration: none;
} #nikstoremenu {
font-size: 1rem;
}
#nikstoremenu > ul.nikstore-main-nav {
display: flex;
flex-wrap: wrap;
}
#nikstoremenu:after,
#nikstoremenu ul:after {
content: '';
display: block;
clear: both;
}
#nikstoremenu ul ul {
text-transform: none;
min-width: 200px;
background: #ffffff;
-webkit-box-shadow: 0 6px 4px 0 rgba(10, 10, 25, .15);
box-shadow: 0 6px 4px 0 rgba(10, 10, 25, .15);
height: fit-content;
left: 0;
-webkit-transition: margin 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: margin 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: margin 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: margin 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
transform: translateY(30px);
padding: 14px 0;
}
#nikstoremenu ul li:hover > ul {
visibility: visible;
transform: translateY(0);
}
#nikstoremenu ul ul a {
color: var(--main-text-color);
padding: 16px;
font-size: 1rem;
line-height: 1.5rem;
padding: 7.5px 20px;
font-weight: 500;
}
#nikstoremenu ul ul ul {
border-top: 0 none;
}
#nikstoremenu ul ul li {
position: relative;
}
#nikstoremenu ul ul li:hover > a {
color: var(--main-color);
}
#nikstoremenu ul ul li.has-sub > a:after {
font-family: 'remixicon';
content: '\EA4E';
position: absolute;
top: 50%;
right: 15px;
margin-top: -12px;
vertical-align: middle;
}
#nikstoremenu ul li.active > a {
opacity: .7;
}
#nikstoremenu ul li.has-sub > a:after {
font-family: 'Zeroicons-Line';
content: '\2304';
margin-left: 5px;
vertical-align: middle;
}
#nikstoremenu ul li.last ul {
left: auto;
right: 0;
}
#nikstoremenu ul li.last ul ul {
left: auto;
right: 99.5%;
}
#nikstoremenu a {
color: var(--main-text-color);
padding: 5px 15.5px;
}
#nikstoremenu > ul > li > a {
font-size: 1rem;
line-height: 1.75;
font-weight: 500;
}
#nikstoremenu li a i {
padding-right: 10px;
}
#nikstoremenu li a .xpc-menu-img {
display: inline-block;
max-width: 30px;
} #nikstoremenu ul li.nikstore-mega-enbled,
#nikstoremenu ul li.nikstore-mega-enbled:hover {
position: static;
}
#nikstoremenu .nikstore-mega-enbled ul {
text-transform: none;
min-width: auto;
background: transparent;
box-shadow: none;
height: fit-content;
left: 0%;
}
#nikstoremenu .nikstore-mega-enbled ul li {
background: transparent !important;
}
#nikstoremenu .nikstore-mega-enbled ul.xpic-depth-0 {
width: 100%;
background: var(--main-text-color);
display: none;
border-radius: 0;
-webkit-transform: translateY(10px);
-ms-transform: translateY(10px);
transform: translateY(10px);
-webkit-box-shadow: none;
box-shadow: none;
padding: 15px;
left: 0;
justify-content: space-between;
flex-wrap: wrap;
}
#nikstoremenu .nikstore-mega-enbled:hover ul.xpic-depth-0 {
display: flex;
-webkit-animation: fadeInFromNone .15s ease-out;
animation: fadeInFromNone .15s ease-out;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
#nikstoremenu .nikstore-mega-enbled ul ul {
visibility: visible;
position: relative;
top: unset;
left: unset;
z-index: 598;
width: 100%;
}
#nikstoremenu .nikstore-mega-enbled li.has-sub > a:after {
content: "";
display: none !important;
visibility: hidden !important;
}
#nikstoremenu .nikstore-mega-enbled ul ul a {
padding: 5px 10px;
}
#nikstoremenu .nikstore-mega-enbled ul a {
padding: 5px 10px;
}
#nikstoremenu .nikstore-mega-enbled ul li.has-sub {
margin-bottom: 15px;
}
#nikstoremenu .nikstore-mega-enbled.nikstore-mega-col-2 ul.xpic-depth-0 > li {
width: 50%;
}
#nikstoremenu .nikstore-mega-enbled.nikstore-mega-col-3 ul.xpic-depth-0 > li {
width: 33.33333333%;
}
#nikstoremenu .nikstore-mega-enbled.nikstore-mega-col-4 ul.xpic-depth-0 > li {
width: 25%;
}
#nikstoremenu .nikstore-mega-enbled.nikstore-mega-col-5 ul.xpic-depth-0 > li {
width: 20%;
}
#nikstoremenu .nikstore-mega-enbled.nikstore-mega-col-6 ul.xpic-depth-0 > li {
width: 16.66666666%;
}
#nikstoremenu .nikstore-mega-enbled ul ul li:hover > a,
#nikstoremenu .nikstore-mega-enbled li:hover > a {
background: transparent !important;
}
#nikstoremenu .nikstore-mega-enbled ul li:first-child > a {
padding-top: 5px;
}
#nikstoremenu .nikstore-mega-enbled ul li:last-child > a {
padding-bottom: 5px;
} #nikstore-sidemenu,
#nikstore-sidemenu ul,
#nikstore-sidemenu ul li,
#nikstore-sidemenu ul li a {
margin: 0;
padding: 0;
border: 0;
list-style: none;
line-height: 1;
display: block;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%
}
#nikstore-sidemenu {
width: 100%;
color: #fff;
margin-top: 30px
}
#nikstore-sidemenu ul ul {
display: none;
background: #f8f4f1;
overflow: hidden;
}
#nikstore-sidemenu ul ul li a {
opacity: .9;
}
.align-right {
float: right
}
#nikstore-sidemenu > ul > li > a {
padding: 13px 20px;
cursor: pointer;
z-index: 2;
font-size: 14px;
font-weight: 600;
text-decoration: none;
color: var(--main-text-color);
}
#nikstore-sidemenu > ul > li.active > a > span::after,
#nikstore-sidemenu > ul > li.open > a > span::after,
#nikstore-sidemenu > ul > li > a:hover > span::after {
border-color: #482e0a
}
#nikstore-sidemenu ul ul li a {
cursor: pointer;
border-bottom: none;
padding: 10px 20px;
z-index: 1;
text-decoration: none;
font-size: 13px;
background: 0 0 !important;
box-shadow: none;
line-height: 15px;
font-weight: 600;
color: var(--main-text-color);
}
#nikstore-sidemenu ul ul li.active > a,
#nikstore-sidemenu ul ul li.open > a,
#nikstore-sidemenu ul ul li:hover > a {
background: 0 0;
color: var(--main-text-color);
}
#nikstore-sidemenu ul ul li:first-child > a {
box-shadow: none
}
#nikstore-sidemenu ul ul ul li a {
padding-left: 30px
}
#nikstore-sidemenu > ul > li > ul > li.last > a,
#nikstore-sidemenu > ul > li > ul > li:last-child > a {
border-bottom: 0
}
#nikstore-sidemenu > ul > li > ul > li.last.open > a,
#nikstore-sidemenu > ul > li > ul > li.open:last-child > a {
border-bottom: 1px solid #32373e
}
#nikstore-sidemenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
border-bottom: 0
}
#nikstore-sidemenu ul ul li.has-sub > a::after {
display: block;
position: absolute;
content: "\EA4E";
width: 5px;
height: 5px;
right: 20px;
z-index: 10;
top: 11.5px;
font-family: 'remixicon'
}
#nikstore-sidemenu ul ul li.active > a::after,
#nikstore-sidemenu ul ul li.open > a::after,
#nikstore-sidemenu ul ul li > a:hover::after {
border-color: #fff
} .burger {
border-radius: 4px;
z-index: 10;
margin-top: 0;
margin-left: 0;
list-style: none;
color: #fff;
position: relative;
}
.burger span {
position: relative;
margin-top: 9px;
margin-bottom: 9px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
position: absolute;
top: 50%;
left: 50%;
margin-left: -20px;
margin-top: -1.5px
}
.burger span,
.burger span::before,
.burger span::after {
display: block;
width: 16px;
height: 2px;
background-color: #373833;
outline: 1px solid transparent;
-webkit-transition-property: background-color, -webkit-transform;
-moz-transition-property: background-color, -moz-transform;
-o-transition-property: background-color, -o-transform;
transition-property: background-color, transform;
-webkit-transition-duration: .3s;
-moz-transition-duration: .3s;
-o-transition-duration: .3s;
transition-duration: .3s
}
.burger span::before,
.burger span::after {
position: absolute;
content: ""
}
.burger span::before {
top: -6px
}
.burger span::after {
top: 6px
}
.burger.clicked span {
background-color: transparent !important
}
.burger.clicked span::before {
-webkit-transform: translateY(6px) rotate(45deg);
-moz-transform: translateY(6px) rotate(45deg);
-ms-transform: translateY(6px) rotate(45deg);
-o-transform: translateY(6px) rotate(45deg);
transform: translateY(6px) rotate(45deg)
}
.burger.clicked span::after {
-webkit-transform: translateY(-6px) rotate(-45deg);
-moz-transform: translateY(-6px) rotate(-45deg);
-ms-transform: translateY(-6px) rotate(-45deg);
-o-transform: translateY(-6px) rotate(-45deg);
transform: translateY(-6px) rotate(-45deg)
}
.burger.clicked span:before,
.burger.clicked span:after {
background-color: #fff
}
.burger:hover {
cursor: pointer
}
.overlaymobile {
position: fixed;
top: 0;
left: 0;
z-index: 99996;
width: 100%;
height: 100%;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
background-color: #fff;
opacity: 0;
visibility: hidden
}
.overlaymobile.show {
opacity: .15;
visibility: visible
}
.nav .nav-link {
padding: 0 1rem;
}
.mobile--nav-menu {
background-color: #ffffff;
position: fixed;
z-index: 99999;
top: 0;
left: 0;
height: 100%;
max-width: 300px;
width: 100%;
padding: 10px 0;
overflow-y: auto;
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-o-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-transition: transform .55s cubic-bezier(.785, .135, .15, .86);
-moz-transition: transform .55s cubic-bezier(.785, .135, .15, .86);
-o-transition: transform .55s cubic-bezier(.785, .135, .15, .86);
transition: transform .55s cubic-bezier(.785, .135, .15, .86)
}
.mobile--nav-menu.show {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0)
}
.mobile--nav-menu.show ul.main li {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
opacity: 1
}
.nikstore-copyright {
background: var(--main-text-color);
color: #fff;
padding: 15px 0;
text-align: center;
}
.nikstore-copyright a,
.nikstore-copyright a:visited,
.nikstore-copyright a:hover,
.nikstore-copyright a:focus {
color: #fff;
}
.nikstore-site-branding {
max-width: 150px;
}
.nikstore-bottom-content .comments-area {
padding: 40px 0 80px 0;
}
.comment-reply-title {
text-align: start;
}
.comment-form p {
margin-bottom: 12px;
}
.comment-form-cookies-consent label {
color: var(--alt-text-color);
font-size: 14px;
vertical-align: middle;
}
.nikstore-common-paginav {
width: 100%;
margin: 40px 0;
float: left;
display: flex;
justify-content: center;
}
.nikstore-common-paginav ul {
margin: 0;
padding: 0;
list-style: none;
}
.nikstore-common-paginav ul li {
float: left;
}
.nikstore-common-paginav ul li .page-numbers {
opacity: 0.6;
color: inherit;
font-size: 1.15rem;
font-weight: 400;
line-height: 1rem;
margin-right: 2rem;
display: flex;
align-items: center;
}
.nikstore-common-paginav a i,
.nikstore-common-paginav span i {
vertical-align: middle;
}
.nikstore-common-paginav a,
.nikstore-common-paginav span {
padding: 0;
color: var(--main-text-color);
}
.nikstore-common-paginav a {
text-decoration: none;
}
.nikstore-common-paginav ul li .page-numbers:hover {
color: #fa6e2d;
opacity: 1;
}
.nikstore-common-paginav ul li .page-numbers.current {
opacity: 1;
color: var(--main-text-color);
}
.nikstore-common-breadcrumbs h1,
.nikstore-single-blog-header .post-title {
font-size: 48px;
margin: auto;
text-transform: capitalize;
line-height: 1.4;
}
.nikstore-common-breadcrumbs {
background: var(--light-color);
padding: 63px 15px 65px 15px;
text-align: center;
}
.nikstore-page-main-content {
margin: 60px 0;
}
.nikstore-common-breadcrumbs .breadcrumb {
justify-content: center;
}
.nikstore-content-post {
padding: 52px 0;
}
.nikstore-product-container-bx {
padding: 40px 0;
}
.wcboost-variation-swatches {
display: inline-block;
}
.nikstore-social-button.style-social-a a i {
vertical-align: middle;
padding-right: 5px;
}
.nikstore-social-button.style-social-a a span {
vertical-align: middle;
}
.nikstore-social-button.style-social-a .facebook i {
color: #1877f2
}
.nikstore-social-button.style-social-a .twitter i {
color: #1da1f2
}
.nikstore-social-button.style-social-a .pinterest i {
color: #e60023
}
.nikstore-social-button.style-social-a .linkedin i {
color: #0077b5
}
.nikstore_default_blog .post-title {
font-size: 34px;
line-height: 1.4;
font-weight: 700;
}
.page-title-404 {
text-align: center;
font-size: 44px;
line-height: 1.3;
margin-bottom: 32px;
}
.page-title-404 span,
.nikstore-post-split-red {
color: var(--main-color);
}
.back-to-hm-btn {
background: var(--main-color);
margin-top: 30px;
display: inline-block;
text-transform: uppercase;
font-weight: 600;
line-height: 1.5;
padding: 16px 80px;
}
.back-to-hm-btn:visited {
color: #fff;
}
.imga-404-box {
max-width: 550px;
margin: 0 auto 0px auto;
z-index: 10;
position: relative;
}
.page-content-404 {
position: relative;
z-index: 1;
}
.fourzerofour-info {
padding: 80px 0;
background: var(--light-color);
color: #fff;
font-size: 18px !important;
font-weight: 700;
line-height: 30px;
width: 100%;
float: left;
text-align: center;
}
.nikstore-page-main-content-404 {
padding: 120px 0;
}
.post-meta {
font-size: 16px;
}
.langouseandusd.form-select{
display:none;
}
.langouseandusd.form-select.nice-select{
display:block;
} .nikstore-dfcanvas-body .btn-close.text-reset {
position: absolute;
top: 10px;
right: 30px;
font-size: 30px;
}
.nikstore-ajax-search-bar .nice-select {
height: 55px;
line-height: 50px;
border-radius: 0;
background: var(--sec-color);
color: #fff;
border-color: var(--sec-color);
}
.nikstore-ajax-search-bar .nice-select:before {
content: "\EA9D";
font-family: "remixicon";
padding-right: 10px;
vertical-align: middle;
}
.nikstore-ajax-search-bar .nice-select:after {
border-bottom-color: #fff;
border-right-color: #fff;
}
.nikstore-search-box {
display: flex;
position: relative;
}
.category-wrapper {
display: flex;
align-self: center;
font-size: 16px;
}
.category-wrapper i,
.category-wrapper select {
align-self: center;
}
select.category {
color: #fff;
font-size: 16px;
font-weight: 500;
}
.nikstore-ajax-product-price ins {
background: transparent !important;
}
.nikstore-search-result {
display: none;
position: absolute;
width: 100%;
background: #ffffff;
padding: 12px 24px;
border: 1px solid #e0e0e0;
z-index: 15;
transform: translateY(-1px);
max-height: 350px;
overflow-y: scroll;
}
.nikstore-search-result.active {
display: block;
}
.nikstore-search-result ul {
list-style: none;
margin: 0 !important;
padding: 0 !important;
justify-content: center;
}
.nikstore-search-result ul li {
display: block;
margin-bottom: 30px;
position: relative;
}
.nikstore-search-result ul li:last-child {
border-bottom: none;
}
.nikstore-search-result ul li a.nikstore-search-block-ajax {
display: flex;
width: 100%;
line-height: 20px;
align-items: center;
padding: 0;
margin-bottom: 16px;
margin-top: 16px;
border: 1px solid #f3efef;
transition: all 0.2s;
}
.nikstore-ajax-category-data a {
margin: 0 !important;
border: none !important;
display: inline-block;
font-size: 14px;
opacity: .8;
}
.nikstore-ajax-grid-search .col {
-webkit-transition: all 1s ease-out;
transition: all 1s ease-out
}
.nikstore-search-result .nikstore-ajax-product-image {
overflow: hidden;
}
.nikstore-search-result .nikstore-ajax-product-image img {
max-width: 90px;
-webkit-transition: all 1s ease-out;
transition: all 1s ease-out
}
.nikstore-ajax-grid-search .col:hover img {
transform: scale(1.05);
}
.nikstore-ajax-product-data h3 {
font-size: 18px;
margin: 0;
font-weight: 600;
line-height: 1.5;
}
.nikstore-ajax-product-price span {
color: var(--main-text-color);
font-size: 18px;
opacity: .8;
}
.nikstore-ajax-product-price del {
font-size: 18px;
opacity: .5;
padding-right: 10px;
}
.product-search select {
width: 100%;
}
.product-search select,
.product-search input {
background: transparent;
border: none;
}
.category-wrapper select {
cursor: pointer;
}
.search-wrapper {
position: relative;
}
.search-wrapper input {
padding-right: 40px !important;
border: 1px solid #EBEBEB;
background: #fff;
height: 55px;
width: 100%;
}
.nikstore-filter-available .search-wrapper input {
margin-left: 0px;
margin-bottom: 0;
}
.nikstore-search-style-two .search-wrapper input {
padding-left: 27px !important;
height: 40px;
border: none;
}
.nikstore-search-style-two .nikstore-ajax-search-btn {
right: auto;
left: -18px;
top: -3px;
}
.nikstore-search-style-two .nikstore-ajax-search-btn:hover,
.nikstore-search-box .nikstore-ajax-search-btn:hover {
background: transparent;
}
.search-wrapper {
display: flex;
width: 100%;
}
.product-search {
width: 100%;
}
.search-wrapper input,
.search-wrapper i {
align-self: center;
}
.search-wrapper i {
cursor: pointer;
font-size: 18px;
color: var(--sec-color);
}
.search-wrapper svg {
position: absolute;
top: 13px;
right: 24%;
width: 25px;
height: 25px;
fill: #bdbdbd;
animation: spinloading 500ms 0ms infinite normal linear;
transform-origin: center;
opacity: 0;
background: #fff;
z-index: 0;
}
.search-wrapper.loading svg {
opacity: 1;
z-index: 15;
}
.btn-close.text-reset {
outline: none;
box-shadow: none;
}
@keyframes spinloading {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
} #mayosis-sidemenu,
#mayosis-sidemenu ul,
#mayosis-sidemenu ul li,
#mayosis-sidemenu ul li a {
margin: 0;
padding: 0;
border: 0;
list-style: none;
line-height: 1;
display: block;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%
}
#mayosis-sidemenu {
width: 100%;
color: #fff;
margin-top: 30px
}
#mayosis-sidemenu ul ul {
display: none
}
.align-right {
float: right
}
#mayosis-sidemenu > ul > li > a {
padding: 13px 20px;
cursor: pointer;
z-index: 2;
font-size: 16px;
font-weight: 600;
text-decoration: none;
color: #222;
}
#mayosis-sidemenu > ul > li.active > a,
#mayosis-sidemenu > ul > li.open > a,
#mayosis-sidemenu > ul > li > a:hover {
color: var(--main-color);
background: transparent
}
.holder {
width: 0;
height: 0;
position: absolute;
top: 0;
right: 0
}
#mayosis-sidemenu ul li.has-sub > a::after {
display: block;
position: absolute;
content: "\EA4E";
width: 5px;
height: 5px;
right: 20px;
z-index: 10;
top: 11.5px;
font-family: remixicon
}
#mayosis-sidemenu > ul > li.active > a > span::after,
#mayosis-sidemenu > ul > li.open > a > span::after,
#mayosis-sidemenu > ul > li > a:hover > span::after {
border-color: #eee
}
#mayosis-sidemenu ul ul li a {
cursor: pointer;
border-bottom: none;
padding: 10px 20px;
z-index: 1;
text-decoration: none;
font-size: 15px;
background: 0 0 !important;
box-shadow: none;
line-height: 15px;
font-weight: 600;
color: #222;
}
#mayosis-sidemenu ul ul li.active > a,
#mayosis-sidemenu ul ul li.open > a,
#mayosis-sidemenu ul ul li:hover > a {
background: 0 0;
color: #222
}
#mayosis-sidemenu ul ul li:first-child > a {
box-shadow: none
}
#mayosis-sidemenu ul ul ul li a {
padding-left: 30px
}
#mayosis-sidemenu > ul > li > ul > li.last > a,
#mayosis-sidemenu > ul > li > ul > li:last-child > a {
border-bottom: 0
}
#mayosis-sidemenu > ul > li > ul > li.last.open > a,
#mayosis-sidemenu > ul > li > ul > li.open:last-child > a {
border-bottom: 1px solid #32373e
}
#mayosis-sidemenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
border-bottom: 0
}
#mayosis-sidemenu ul ul li.has-sub > a::after {
display: block;
position: absolute;
content: "\EA4E";
width: 5px;
height: 5px;
right: 20px;
z-index: 10;
top: 11.5px;
font-family: remixicon
}
#mayosis-sidemenu ul ul li.active > a::after,
#mayosis-sidemenu ul ul li.open > a::after,
#mayosis-sidemenu ul ul li > a:hover::after {
border-color: #fff
} #mayosis-sticky-bar {
display: none;
}
#howdydo-wrapper {
overflow: visible;
padding: 0;
width: 100%;
z-index: 999;
background: 0 0;
color: #fff;
text-align: center;
}
.howdydo-box {
display: none;
padding: 10px 0;
width: 100%;
text-align: center;
}
#howdydo-close {
position: absolute;
right: 15px;
top: 20%;
}
#howdydo-close a {
color: #fff;
background: rgb(199 0 0);
width: 20px;
height: 20px;
font-size: 10px;
display: inline-block;
line-height: 22px;
border-radius: 50%;
}
#howdydo-open {
display: none;
}
.howdydo-hover {
position: absolute;
top: 0;
left: 0;
}
.howdydo-scroll {
position: fixed;
top: 0;
left: 0;
}
.howdydo-push {
position: relative;
clear: both;
float: left;
}
.mayosis-sticky-text {
display: inline-block;
margin: 0;
}
.mayosis-sticky-bar-btn {
background: #f6d937;
margin: 0 15px;
}
.mayosis-sticky-bar-btn {
background: #f6d937;
font-size: 16px;
font-weight: 400;
line-height: 1.5;
text-transform: none;
color: #28375a;
padding-top: 6px;
padding-bottom: 6px;
padding-left: 12px;
padding-right: 12px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
}
.nikstore-review-slider .single-r-slide {
width: 100%;
margin: 15px;
}
.single-special {
position: relative;
margin-bottom: 24px;
}
.nikstore-option-menu {
margin: 0;
padding: 0;
list-style: none;
}
.my-account-menu {
display: inline-block;
margin-bottom: 0;
}
.msv-acc-menu-itembox {
margin-bottom: 15px;
}
.msv-acc-menu-itembox a,
.mayosis-logout-information a{
width:100% !important;
background:transparent !important;
text-align:left !important;
display:block !important;
height: auto !important;
border-radius:0 !important;
}
.mayosis-logout-information a i{
display:none !important;
}
.menu-item.my-account-menu:hover .dropdown-menu.my-account-list {
display: block;
}
.dropdown-menu.my-account-list {
min-width: 12rem;
border: none;
border-radius: 0;
-webkit-transition: margin 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: margin 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: margin 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: margin 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
-webkit-transform: translateY(40px);
transform: translateY(40px);
display: inline-block;
opacity: 0;
left: 0;
visibility: hidden;
}
.my-account-menu:hover .dropdown-menu.my-account-list {
-webkit-transform: translateY(0px);
transform: translateY(0px);
opacity: 1;
visibility: visible;
}
.mayosis-account-user-information {
padding: 15px 15px 20px;
font-weight: 700;
color: #fff;
display: flex;
}
.user-display-name-acc {
padding: 0 0 0 8px;
}
.mayosis-logout-information {
width: 100%;
float: left;
border-top: 1px solid #ccc;
padding: 8px 0px;
line-height: 30px;
}
.nikstore-account-dropdown-mini i,
.nikstore-login-popup-mini i {
vertical-align: -2px;
}
.nikstore-loader {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
background-color: #FBE9E1;
z-index: 8000;
}
.nikstore-spinner-box {
width: 200px;
height: 200px;
display: flex;
justify-content: center;
align-items: center;
background-color: transparent;
}
.circle-border {
width: 100px;
height: 100px;
padding: 3px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
background: var(--main-color);
background: linear-gradient(0deg, rgb(250 108 45 / 13%) 33%, var(--main-color) 100%);
animation: spin .8s linear 0s infinite;
}
.circle-core {
width: 100%;
height: 100%;
background: #FBE9E1;
border-radius: 50%;
}
.nikstore-search-popover .category-wrapper {
display: none !important;
opacity: 0;
}
.nikstore-search-popover .search-wrapper {
padding: 15px 0px;
margin: 0 10px;
}
.nikstore-search-popover .search-wrapper input {
margin-left: 0 !important;
height: 50px;
min-height: auto;
}
.nikstore-search-popover .search-wrapper .nikstore-ajax-search-btn {
line-height: 32px;
height: 50px;
}
.nikstore-nav-logo-popover .nikstore-site-branding {
max-width: 120px;
padding-left: 10px;
margin: 10px 0;
}
.nikstore-mobile-menu .nikstore-search-popover .nikstore-ajax-search-btn,
.nikstore-mobile-menu .nikstore-search-popover .search-wrapper svg {
background: #f5f5f5 !important;
}
.nikstore-mobile-menu .nikstore-search-popover .nikstore-ajax-search-btn i,
.nikstore-mobile-menu .nikstore-search-popover .search-wrapper svg {
color: #222 !important;
}
.nikstore-mobile-menu .nikstore-search-popover .search-wrapper svg {
fill: #222 !important;
top: 23px;
}
button.nikstore-offcanvas-s-icon,
button.nikstore-cart-icon-mini,
button.btn-close.text-reset,
button.lity-close {
background: transparent;
padding: 0;
}
button.nikstore-offcanvas-s-icon:hover,
button.nikstore-cart-icon-mini:hover,
button.btn-close.text-reset:hover,
button.lity-close:hover {
background: transparent;
}
.back-to-top {
cursor: pointer;
position: fixed;
bottom: 12px;
right: 20px;
display: none;
background: #fcede6;
color: var(--main-text-color);
width: 50px;
padding: 0;
font-size: 13px;
z-index: 999;
border: none;
border-radius: 0;
line-height: 50px;
-webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
text-align: center;
font-size: 24px;
height: 50px;
border-radius: 5px;
}
.bottom-account-menu {
width: 100%;
padding: 0 10px;
}
.nikstore_mob_login_btn {
background: var(--light-color);
width: 100%;
display: block;
text-align: center;
margin: 20px 0;
padding: 8px 10px;
border-radius: 0;
border: 1px solid var(--light-color);
}
.nikstore_mob_login_btn i {
vertical-align: middle;
}
.msv-mobile-pop-account {
width: 100%;
margin: 20px 0;
}
.msv-mobile-pop-account button {
outline: none !important;
box-shadow: none !important;
}
.msv-mobile-pop-account button i {
vertical-align: middle;
}
.dropdown-menu.popr-box {
padding: 10px;
list-style: none;
width: 100%;
}
.dropdown-menu.popr-box ul {
list-style: none;
padding: 0;
}
.nikstore-subsription-btn {
width: 100%;
min-width: 60px;
}
.nikstore-single-post-tag-box a {
font-size: 14px;
line-height: inherit;
text-align: center;
text-transform: capitalize;
color: var(--alt-text-color);
transition: all .2s;
display: inline-block;
}
.tags-label {
font-weight: 600;
text-transform: uppercase;
font-size: 13px;
}
.tagcomma {
color: var(--alt-text-color);
font-size: 13px;
}
ul.nikstore-single-social-button {
list-style: none;
margin: 35px -5px;
padding: 0;
display: flex;
}
ul.nikstore-single-social-button li {
float: left;
margin: 0 5px 5px;
}
ul.nikstore-single-social-button li a {
font-size: 16px;
line-height: 40px;
width: 100%;
display: inline-block;
text-align: center;
transition: all 0.3s ease-out;
background-color: var(--light-color);
}
ul.nikstore-single-social-button li .facebook:hover {
background-color: #1877f2;
color: #fff;
}
ul.nikstore-single-social-button li .twitter:hover {
background-color: #1da1f2;
color: #fff;
}
ul.nikstore-single-social-button li .pinterest:hover {
background-color: #e60023;
color: #fff;
}
ul.nikstore-single-social-button li .linkedin:hover {
background-color: #0077b5;
color: #fff;
}
.nikstore-single-post-condensed-container {
max-width: 940px;
margin: 0 auto;
padding-bottom: 40px;
}
.mobile_account_info a {
margin-left: 10px;
}
@keyframes spin {
from {
transform: rotate(0);
}
to {
transform: rotate(359deg);
}
}
@-webkit-keyframes fadeInFromNone {
0% {
display: none;
opacity: 0;
}
1% {
display: block;
opacity: 0;
}
100% {
display: block;
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInFromNone {
0% {
display: none;
opacity: 0;
}
1% {
display: block;
opacity: 0;
}
100% {
display: block;
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@-webkit-keyframes fadeInToNone {
0% {
display: block;
opacity: 1;
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}
1% {
display: block;
opacity: 0;
}
100% {
display: none;
opacity: 0;
}
}
.nikstore-atr-block {
padding-bottom: 2px;
position: relative;
margin-bottom: 40px;
margin-top: 20px;
display: block;
float: left;
width: 100%;
background: transparent;
border-bottom: 1px solid rgba(34, 34, 34, .20);
border-top: 1px solid rgba(34, 34, 34, .20);
padding-top: 16px;
}
.nikstore-author-image {
text-align: center;
}
.nikstore-atr-block-details {
padding-left: 15px;
}
.nikstore-atr-description {
font-size: 16px;
position: relative;
z-index: 3;
margin-top: 15px;
}
.nikstore-author-content-box {
position: relative;
z-index: 3;
margin-top: 15px;
}
.nikstore-author-content {
width: 100%;
}
.nikstore-atr-description p {
color: var(--alt-text-color);
}
.nikstore-social-box-author ul {
margin: 0;
padding: 0;
list-style: none;
}
.nikstore-social-box-author ul li {
float: left;
}
.nikstore-social-box-author ul li a {
padding: 0 5px;
display: inline-block;
line-height: 16px;
font-size: 16px;
margin: 2px 0;
}
.nikstore-social-box-author ul li:last-child a {
padding-right: 0;
}
.nikstore-atr-block-details .author-span-dim,
.nikstore-social-box-author .author-span-dim {
color: var(--alt-text-color);
font-size: 13px;
}
.nikstore-atr-block-details h4 {
margin: 0;
line-height: 24px;
font-size: 21px;
}
.nikstore-single-related-post h4,
.nikstore-shop-content-single-blog h4 {
width: 100%;
float: left;
display: block;
font-size: 28px;
font-weight: bold;
margin-bottom: 30px;
text-align: center;
}
.nikstore-shop-content-single-blog {
padding-bottom: 60px;
}
.nikstore-ajax-search-bar input,
.search-wrapper input {
margin-bottom: 0;
}
.deafult-searc-post-xpc {
margin-bottom: 24px;
}
.section-heading-top-texts.h-text-style-one .section-left-txt-h {
color: var(--main-color);
border: 1px solid var(--main-color);
padding: 5px 15px;
display: inline-block;
font-size: 14px;
line-height: 16px;
margin: 5px 0;
}
.section-heading-top-texts.h-text-style-one .section-right-txt-h {
color: #fff;
border: 1px solid var(--main-color);
padding: 5px 15px;
display: inline-block;
font-size: 14px;
line-height: 16px;
background: var(--main-color);
margin: 5px 0 5px -5px;
}
.nikstore-cs-tab-style .elementor-tab-title.elementor-active a {
border-bottom: 1px solid;
}
.nikstore-cs-tab-style .elementor-tab-desktop-title {
padding: 0 10px;
}
.nikstore-cs-tab-style .elementor-tab-title a {
padding: 5px 0;
transition: all .2s;
}
.rev-carousel-three .client-single-quote i {
font-size: 160px;
position: absolute;
z-index: 1;
left: 45%;
top: 33%;
}
.rev-carousel-three .client-single-quote img {
width: 90px;
border-radius: 50%;
}
.rev-carousel-three .client-single-quote .quote-text {
position: relative;
z-index: 10;
}
.client-deg {
margin: 0;
}
.rev-carousel-three .client-single-quote {
background: transparent;
}
.nikstore-h-subscription-form {
margin-top: 20px;
}
.nikstore-h-subscription-form.white-input input[type="email"] {
background: #fff !important;
border-color: #fff !important;
}
.trending-products-sport .pro-review .star-rating {
margin: unset !important;
}
.single_add_to_cart_button,
.added_to_cart.wc-forward,
.nikstore-side-meta .quantity {
margin-bottom: 12px;
}
.swiper .nikstore-swiper-button-prev,
.swiper .nikstore-swiper-button-next {
display: inline-block;
width: 40px;
height: 40px;
border: 2px solid var(--main-text-color);
text-align: center;
line-height: 40px;
background: var(--main-text-color);
color: #fff;
transition: all .2s
}
.swiper .nikstore-swiper-button-prev:hover,
.swiper .nikstore-swiper-button-next:hover {
background-color: var(--main-color);
border-color: var(--main-color);
} @-webkit-keyframes ripple {
0% {
box-shadow: 0 0 0 .125rem rgba(255, 255, 255, 0.5);
}
100% {
box-shadow: 0 0 0 1rem rgba(255, 255, 255, 0);
}
}
@keyframes ripple {
0% {
box-shadow: 0 0 0 .125rem rgba(255, 255, 255, 0.5);
}
100% {
box-shadow: 0 0 0 1rem rgba(255, 255, 255, 0);
}
}
.product-hotspot__single {
position: relative;
display: block;
max-width: max-content;
}
.product-hotspot__single-inner {
position: relative;
display: block;
width: 30px;
height: 30px;
cursor: pointer;
}
.product-hotspot__single .icon {
position: relative;
display: block;
width: 30px;
height: 30px;
line-height: 30px;
border-radius: 50%;
background: #FFFFFF;
text-align: center;
color: #FA6C2D;
font-size: 12px;
font-weight: 500;
cursor: pointer;
}
.product-hotspot__single .icon::before {
width: 20px;
height: 20px;
border-radius: 50%;
background: transparent;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-animation-delay: .5s;
animation-delay: .5s;
content: "";
position: absolute;
box-shadow: 0 0 0 0 rgb(255 255 255 / 60%);
-webkit-animation: ripple 3s infinite;
animation: ripple 2s infinite;
transition: all 3s ease;
}
.product-hotspot__single .icon::after {
width: 30px;
height: 30px;
border-radius: 50%;
background: transparent;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-animation-delay: .5s;
animation-delay: .5s;
content: "";
position: absolute;
box-shadow: 0 0 0 0 rgb(255 255 255 / 60%);
-webkit-animation: ripple 3s infinite;
animation: ripple 2s infinite;
transition: all 3s ease;
}
.product-hotspot__single .content {
position: relative;
display: block;
width: 170px;
top: 166px;
right: -45px;
-webkit-transition: 1s;
-o-transition: 1s;
transition: 1s;
-webkit-transform: translateY(-110%);
-ms-transform: translateY(-110%);
transform: translateY(-110%);
background-color: #fff;
border-radius: 0px;
opacity: 0;
z-index: 9;
}
.product-hotspot__single .content .inner {
position: relative;
display: block;
background: #f5f5f5;
padding: 20px 20px 20px;
}
.product-hotspot__single .content .inner .img-box {
position: relative;
display: block;
}
.product-hotspot__single .content .inner .text {
position: relative;
display: block;
line-height: 0;
margin-top: 15px;
}
.product-hotspot__single .content .inner .text h3 {
color: var(--main-text-color);
font-size: 18px;
line-height: 28px;
font-weight: 600;
margin-bottom: 5px;
}
.product-hotspot__single .content .inner .text span {
color: var(--main-text-color);
font-size: 14px;
line-height: 24px;
font-weight: 600;
font-family: var(--thm-font-2);
}
.product-hotspot__single:hover .content {
opacity: 1;
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
}
.nikstore-c-input-field {
margin-bottom: 10px;
}
.nikstore-c-input-field label {
font-size: 16px;
color: var(--main-text-color);
margin-bottom: 5px;
}
.nikstore_m_submit {
width: auto;
padding: 5px 70px !important;
text-transform: uppercase;
}
#alg_currency_selector .nice-select:after {
display: none;
}
#alg_currency_selector .nice-select .list li {
margin-bottom: 0 !important;
}
.nikstore-footercmn-widget-collapse {
padding: 20px 0;
}
.footer-collapse-bar-ems {
background: transparent !important;
width: 100%;
text-align: left;
border-bottom: 1px solid #666;
border-top: 0 !important;
border-left: 0 !important;
border-right: 0 !important;
padding: 20px 0 !important;
outline: none !important;
display: flex;
align-items: center;
justify-content: space-between;
}
.footer-widget-title-collapse {
margin-bottom: 0 !important;
}
.nikstore-footer-widget-menu-items {
margin: 0;
padding: 0;
list-style: none;
}
.classic-newsletter-btn i {
vertical-align: -2px;
}
.nikstore-footer-widget-menu-items li a i {
vertical-align: middle;
}
.nikstore-mobile-filter-sidebar .widget {
background: transparent !important;
border: none !important;
}
.nikstore-vertical-nav-dropdown {
position: absolute;
left: 0;
top: 100%;
box-shadow: 0px 1px 16px 0px rgb(220 220 220 / 22%);
background: #fff;
width: 100%;
padding: 15px 0;
display: none;
z-index: 99;
margin-top: 10px;
}
.drop-active {
display: block;
}
.etc-ver-cat-toggle {
width: 100%;
background: #FA6C2D;
color: #fff;
display: block;
padding: 12px 20px;
}
.etc-ver-cat-toggle:visited {
color: #fff;
}
.nikstore-vertical-nav-dropdown .nikstore-m-menu .nav-style-megamenu > li.nav-item {
position: relative;
width: 100%;
}
.nikstore-vertical-nav-dropdown .nikstore-m-menu .nav-style-megamenu > li.nav-item .dropdown-menu {
left: 100% !important;
top: 0;
margin-top: 0;
}
.nikstore-vertical-nav-dropdown .nikstore-m-menu .nav-style-megamenu {
margin: 0;
width: 100%;
}
.nikstore-vertical-nav-dropdown .nav-style-megamenu > li.nav-item {
padding: 0 20px;
}
.nikstore-vertical-nav-dropdown .nav-style-megamenu > li.nav-item .nav-link {
width: 100%;
color: #222;
font-weight: 500;
font-size: 16px;
line-height: 28px;
padding: 13px 0px;
border-bottom: 1px solid #E0E0E0;
}
.nikstore-vertical-nav-dropdown .nav-style-megamenu > li.nav-item:last-child .nav-link {
border-bottom: none;
}
.nikstore-vertical-nav-dropdown .nav-style-megamenu > li.nav-item .nav-link span {
position: relative;
width: 100%;
display: block;
}
.nikstore-vertical-nav-dropdown .nav-style-megamenu > li.nav-item .nav-link span i {
margin-right: 10px !important;
}
.etc-ver-cat-toggle span i {
margin-right: 10px;
}
.nikstore-vertical-nav-dropdown .nikstore-m-menu > ul > li.nav-item > .xpc-nav-link.dropdown-toggle > span:before {
right: 0;
top: 0;
-webkit-transform: rotate(272deg);
transform: rotate(272deg);
}
.nikstore-vertical-nav-dropdown .nikstore-m-menu .nav-style-megamenu > li.nav-item .dropdown-menu .submenu-box {
margin-top: 0;
}
.submenu-box .active::before{
display:none !important;
}
.etc-ver-cat-toggle .ri-arrow-down-s-line {
float: right;
margin-top: 2px;
}
.nikstore-vertical-nav-dropdown .navbar-expand-lg {
padding: 0 !important;
}
.nikstore-label-g {
font-weight: 400;
font-size: 14px;
line-height: 18px;
background: var(--main-text-color);
color: #fff;
padding: 2px 10px; text-align: center;
text-transform: uppercase;
}
#emrc-flash-offer-count .separator {
display: none;
}
#emrc-flash-offer-count .nikstore-count-value {
padding: 5px 15px;
font-size: 24px;
color: #fff;
font-weight: 500;
}
#emrc-flash-offer-count .nikstore-count-value .label {
font-size: 14px;
padding-left: 6px;
font-weight: 400;
}
.offer-time-v6#emrc-flash-offer-count {
font-size: 0;
}
.weekly-deal-single-product-icons .tooltip.left {
margin-right: auto;
padding: 0 5px;
right: 0;
left: 130%;
}
.weekly-deal-single-product-icons .tooltip.left:before {
left: -6px !important;
transform: rotate(180deg);
}
.nikstore-product-stl-ten .product-seller-info {
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 22px;
color: var(--alt-text-color);
}
.nikstore-product-stl-ten .product-seller-info a,
.weekly-deal-single-product-cat a {
color: var(--alt-text-color);
}
.nikstore-product-stl-ten .product-seller-info a:hover,
.weekly-deal-single-product-cat a:hover {
color: var(--main-color);
}
.nikstore-product-stl-ten .product-seller-info a:visited,
.weekly-deal-single-product-cat a:visited {
color: var(--alt-text-color);
}
.nikstore-product-stl-ten .product-seller-info .nikstore-dokan-seller-label,
.weekly-deal-single-product-cat .nikstore-dokan-seller-label,
.tsp-cat .nikstore-dokan-seller-label,
.recommend-v6-content .nikstore-dokan-seller-label {
font-weight: 300;
opacity: .8;
font-size: 14px;
}
.recommend-v6-content .nikstore-dokan-seller-label a {
font-weight: 400;
}
.nikstore-product-stl-ten .sell-pro-price .amount {
font-weight: 400;
}
.recommend-product-grid-v6 .cart-icon-v6 {
bottom: 10px;
}
.v6-single-top-selling-product .wishlist-icon-v6 {
display: none !important;
}
.nikstore-dokan-seller-name a:hover,
.nikstore-product-stl-ten .product-seller-info a:visited:hover,
.weekly-deal-single-product-cat a:visited:hover {
color: var(--main-color);
}
.product-img-v6 img {
width: 100%;
}
.recommend-v6-content .nikstore-dokan-seller-name,
.recommend-v6-content .nikstore-dokan-seller-name a {
color: var(--alt-text-color);
}
.pro-reviews {
display: flex;
justify-content: center;
align-items: center;
}
.product-filter-style {
display: flex;
justify-content: space-between;
}
.one-style-carosol-product {
border: none;
}
.one-style-carosol-product:hover {
border: none;
box-shadow: none;
border-radius: none;
}
.nikstore-product-style-one .product-cateory {
padding-top: 12px;
}
.product-content-carosol-one .pro-reviews {
justify-content: start;
}
.psf-style-one .tooltip.left {
top: auto !important;
right: 70% !important;
bottom: 0;
font-size: 11px !important;
transform: rotate(90deg);
min-width: 76px;
border-radius: 2px;
}
.psf-style-one .tooltip.left:before{
transform: translateX(-45px);
}
.psf-style-one{
position: absolute;
bottom: 8%;
right: 6%;
width: auto;
}
.psf-style-one .added_to_cart.wc-forward{
font-size: 0;
position: relative;
padding: 0;
margin-bottom: 5px !important;
display: inline-block;
background: #FFFFFF;
color: #717171;
}
.psf-style-one .added_to_cart.wc-forward:before{
content: "\e004";
display: inline-block;
font-family: "nikstore-icon" !important;
font-size:16px;
color: #717171;
}
.psf-style-one a{
display: flex;
background: #FFFFFF;
border-radius: 2px;
width: 40px;
height: 40px;
text-align: center;
line-height: 40px;
margin-bottom: 7px;
color: #717171;
align-items: center;
justify-content: center;
position: relative;
transform: translateX(5px);
transition: transform .1s,opacity .1s,background .35s,color .35s;
}
.psf-style-one a i,
.psf-style-one .compare-button .woosc-btn:before{
color: #717171;
}
.psf-style-one a:hover{
background:#835BF6;
color:#fff;
}
.psf-style-one a:hover i,
.psf-style-one .compare-button a:hover:before{
color:#fff;
}
.psf-style-one a:visited{
color: #717171;
}
.psf-style-one a span{
font-size:0 !important;
}
.nikstore-product-style-two .tooltip.left {
top: auto !important;
right: -25% !important;
bottom: 51px;
font-size: 12px !important;
}
.nikstore-product-style-two .tooltip.left::before {
left: 40% !important;
bottom: -26%;
transform: rotate(181deg);
}
@media (min-width:1200px){
.psf-style-one a{
opacity: 0;
visibility: hidden;
}
.nikstore-product-style-one:hover .psf-style-one a{
opacity: 1;
transform: translateX(0);
visibility: visible;
}
.nikstore-product-style-one:hover .psf-style-one a:nth-child(2){
transition-delay: 75ms;
}
.nikstore-product-style-one:hover .psf-style-one .quick-view-button a{
transition-delay: .20s;
}
.nikstore-product-style-one:hover .psf-style-one .woosc-compare-button a{
transition-delay: .40s;
}
}
.product-content-carosol-cart {
position: absolute;
bottom: 5%;
display: inline-block;
flex-direction: row;
transition: all 1s;
z-index: 10;
width: 100%;
justify-content: center;
left: 75%;
}
.product-off-time h5 {
background: var(--sec-color);
font-style: normal;
font-weight: bold;
font-size: 16px;
text-align: center;
color: #FFF;
padding: 7px 8px;
margin-bottom: 0px;
line-height: normal;
width: auto;
height: auto;
}
.product-carosal-top-style .section-heading,
.product-carosal-top-style .section-heading h2 {
margin-bottom: 0px;
}
.product-carosal-top-style {
padding: 8px 15px;
}
.top-main-carosol-style-one {
border: 1px solid #E7E7E7;
border-top: none;
border-radius: 0 0 4px 4px;
padding-bottom: 14px;
}
.nikstore-product-carousel-box {
padding: 0 10px 0px 10px;
border-radius: 4px;
}
.top-main-carosol-style-two {
padding-bottom: 20px;
}
.tranding-style-product {
display: flex;
align-items: center;
gap: 25px;
}
.swiper-container-autoheight .swiper-wrapper {
margin-top: 20px;
} .tranding-style-product .product-content-carosol-one .onsale {
padding: 4px 10px !important;
border-radius: 2px;
}
.custom-cat-grid-st2-single a {
display: block;
}
.custom-cat-grid-st2-single {
align-items: center;
display: flex;
gap: 10px;
}
.nikstore-itamized-grid-center .custom-cat-grid-st2-single img {
max-width: 56px;
} .custom-cat-grid-st2-single a.cont-sty {
font-size: 14px;
}
.custom-cat-grid-st2-singleone {
display: flex;
text-align: center;
padding-left: 0;
margin-bottom: 0px;
justify-content: center;
align-items: center;
}
.custom-cat-grid-st2-singleone .nickstore_grid_list {
padding-top: 15px;
}  .product-icons-fv2 {
left: 40px;
top: 78%;
}
.product-content-fv2 .product-cateory ul {
list-style: none;
margin: 0px 0 0 0;
padding-left: 0px;
}
.product-content-fv2 .product-cateory ul li {
margin: 0px 0px 1px 0;
}
.product-content-fv2 .sell-pro-price {
display: inline-block;
margin-bottom: 4px;
}
.product-content-fv2 .avarage p {
margin-bottom: 5px;
}
.product-content-fv2 .add-to-cart-green-btn {
text-align: center;
margin: 21px 0 10px 0px;
}
.product-content-fv2 .add-to-cart-green-btn a {
background-color: #FF7246;
padding: 12px 30px;
color: #fff;
}
.product-content-fv2 h2 {
margin-bottom: 0px;
}
.product-fv2 .product-content-fv2 .pro-review {
margin: 0px 0px 1px 0;
width: 100%;
}
.trending-products-sport .prodict-title h4 a {
padding-top: 11px;
} .product-filter-style {
align-items: center;
}
.filter_cat_a a {
display: inline-flex;
gap: 10px;
}
.style-populer .custom-w {
padding: 0;
margin-top: 5px;
}
.custom-w .add-to-cart-green-btn-sty-two {
margin-bottom: -8px;
}
.add-to-cart-green-btn-sty-two a {
color: #fff;
padding: 12px 12px;
}
.products-tab-list li button {
min-height: 0px !important;
}
.button-cat-fild {
display: contents;
}
.button-cat-fild .shop-category h5 {
padding: 91px 2px 0px 0px;
display: inline-block;
}
.xpc-counter-product-woo {
display: flex;
justify-content: space-between;
align-items: center;
}
.take-deal-oner-style {
display: block;
}
.take-deal-oner-style #nikstoretimer p{
margin-bottom:0;
background: #FFFFFF;
box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.06);
padding: 20px;
text-align: center;
margin-right: 4px;
line-height: 1;
}
.take-deal-oner-style #nikstoretimer .label{
margin-top:5px;
}
.take-deal-oner-style h5{
margin-bottom:25px;
}
.nikstore-timer-for-countdown.nikstore-timer-style-one #nikstoretimer p{
background:transparent;
box-shadow:none;
padding:15px;
}
.take-deal-oner-style #nikstoretimer span.nikstore-count-value{
padding:0 !important;
background:transparent;
margin-top:0 !important;
}
.take-deal-oner-style .style-deal-style {
margin-bottom: 26px;
margin-top: -26px;
}
.woo_product_cat {
width: 100%;
text-align: center;
}
.woo_product_cat a {
}
.cat-grid-img {
box-shadow: 0px 20px 45px rgb(0 0 0 / 5%);
}
.label-dd {
margin-top: 22px;
}
.trending-product-sport-img a img,
.product-img-v6 a img {
width: auto;
}
.carosul__style_two .nikstore-grid-cart-btn {
color: #FFFFFF;
padding: 10px 20px 10px 20px;
border-radius: 8px 8px 8px 8px;
background: #1A1D3E;
}
.carosul__style_two .nikstore-grid-cart-btn:hover {
background-color: #FF7D62;
}
.carosul__style_two {
background: #FFFFFF;
box-shadow: 0px 25px 35px rgb(0 0 0 / 7%);
border-radius: 16px;
padding: 16px 16px 16px 16px;
}
.take-deal-oner-style {
background: #FFFFFF;
box-shadow: 0px 25px 65px rgb(0 0 0 / 8%);
border-radius: 32px;
padding: 20px;
}
.take-deal-oner-style:hover {
box-shadow: 0px 25px 65px rgb(0 0 0 / 8%) !important;
}
.take-deal-oner-style .add_to_cart_button {
padding: 10px 20px 10px 20px;
color: #FFFFFF;
background: #FF7D62;
border-radius: 12px 12px 12px 12px;
}
.take-deal-oner-style .trending-product-sport-img a img {
width: 100%;
border-radius: 18px;
}
.nikstore-single-blog h2 {
font-weight: 600;
font-size: 22px;
line-height: 150%;
}
.nikstore-single-blog .nikstore-blog-meta span a,
.nikstore-single-blog p,
.nikstore-single-blog .nikstore-blog-meta span {
font-weight: 400;
font-size: 16px;
color: #717171;
transition:all .2s;
}
.nikstore-single-blog .nikstore-blog-meta span a:hover{
color:#000;
}
.post-style-one .nikstore-single-blog a.nikstore-post-thumbnail {
border-radius: 24px;
}
.nikstore-blog-title {
margin-bottom: 0px;
}
.trending-products-sport .pro-reviews {
padding-top: 4px;
}
.filter_cat_a a {
align-items: center;
}
.filter_cat_style_blog {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 28px;
}
.filter_cat_style_blog h2 {
font-size: 32px;
font-weight: 700px;
color: #101010;
margin-bottom: 0px;
}
.filter_cat_style_blog a {
padding: 12px 24px;
border-radius: 4px;
background: #835BF7;
}
.filter_cat_style_blog a i{
transition: padding 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.filter_cat_style_blog a:hover i{
padding-left: 8px;
}
.product-title-lft-heading h2 {
font-weight: 700;
font-size: 32px;
line-height: 130%;
color: #101010;
margin-bottom: 15px;
}
.trending-product-sport-img-oner {
height: auto;
max-width: 160px;
min-width: 160px;
}
.trending-product-sport-img-content,
.trending-product-sport-img-content .product-cateory {
text-align: left;
}
.trending-product-sport-img-content .pro-reviews {
justify-content: left;
}
.product-content-carosol-one span.onsale {
font-weight: 500;
font-size: 14px;
line-height: 140%;
background-color: #FF4949;
color: #fff;
}
.product-content-carosol-one .span-sel {
margin-bottom: 9px;
}
.product-content-carosol-one .prodict-title h4 {
font-weight: 600;
font-size: 16px;
line-height: 150%;
color: #101010;
padding-top: 3px;
padding-bottom: 3px;
}
.nikstore-list-product-style-one .product-content {
padding: 0;
}
.nikstore-list-product-style-one .tranding-style-product {
gap: 24px;
}
.nikstore-list-product-style-one .trending-products-sport .tooltip.left {
top: auto !important;
right: 120% !important;
bottom: 7px;
}
.nikstore-list-product-style-one .trending-products-sport .tooltip.left::before {
left: 92% !important;
transform: translateX(0%) !important;
rotate: 90deg;
bottom: 32%;
}
.trending-product-sport-img-oner .product-content-carosol-cart {
left: 65%;
}
.trending-product-sport-img-oner .product-content-carosol-cart .quick-view-button a:hover,
.trending-product-sport-img-oner .product-content-carosol-cart a:hover {
background: #835BF7;
border-radius: 2px;
border-color: #835BF7;
color: #ffffff;
}
.trending-product-sport-img-oner .product-content-carosol-cart .quick-view-button a,
.trending-product-sport-img-oner .product-content-carosol-cart a {
background: #ffffff;
border-radius: 2px;
border-color: #ffffff;
color: #717171;
margin-top: 3px;
}
.iso-pro-no-filter {
border: 1px silid;
}
.nikstore-list-wc-style-two {
border: 1px solid #E7E7E7;
padding: 10px;
}
.nikstore-list-product-style-one .padding-iso-pro-filter-content:last-child .trading-product-style-one-spacher {
border-bottom: none;
}
@media (min-width: 768px) {
.nikstore-product-carousel-item::before {
content: "";
display: block;
width: 1px;
height: 98%;
margin-right: 5px;
position: absolute;
left: -12.5px;
background: rgb(231, 231, 231);
}
}
.catagories_blog-a {
font-weight: 600;
font-size: 18px;
line-height: 150%;
color: #101010;
}
.catagories_blog-count {
font-weight: 400;
font-size: 14px;
line-height: 140%;
color: #717171;
}
.nikstore-itamized-grid .custom-cat-grid-st2-singleone img {
max-width: 94px;
width:100%;
} .nikstore-tab-style-one .padding-iso-pro-non-filter-content {
padding: 0px;
}
.nikstore-tab-style-one .iso-pro-non-filter{
border: .5px solid #E7E7E7;
}
.nikstore-tab-style-one .trending-products-v6-single {
border: .5px solid #E7E7E7;
}
.products-tab-list {
gap: 22px;
}
.products-tab-list li button {
border-bottom: 1px solid;
font-weight: 600;
font-size: 22px;
line-height: 150%;
padding: 0 0 0 0;
background: #0000;
color: #000;
border: none;
}
.products-tab-list li button.active {
color: #FF7246;
border-bottom: 1px solid #FF7246;
background-color: #fd604f00;
}
.products-tab-list li button:hover {
color: #FF7246;
border-bottom: 1px solid #FF7246;
background-color: #fd604f00;
}
.nikstore-tab-style-one .add-to-cart-green-btn a {
padding: 12px 25%;
}
.nikstore-tab-style-one span.pivoo-product-sale-tag {
font-weight: 500;
font-size: 14px;
line-height: 140%;
text-align: center;
color: #FFFFFF;
}
.nikstore-tab-style-one .product-cateory a {
font-weight: 400;
font-size: 14px;
line-height: 140%;
color: #717171;
}
.nikstore-tab-style-one .product-content-v6 {
font-weight: 600;
font-size: 16px;
line-height: 150%;
color: #101010;
}
.nikstore-tab-style-one .sell-pro-price {
font-weight: 600;
font-size: 16px;
line-height: 150%;
text-align: right;
color: #101010;
}
.nikstore-tab-style-one .avarage p,
.nikstore-woo-product-style-two .avarage p {
font-weight: 400;
font-size: 14px;
line-height: 140%;
color: #717171;
}
.nikstore-tab-style-one .product-progress-status::before,
.nikstore-woo-product-style-two .product-progress-status::before {
background: #FF7246;
}
.nikstore-woo-product-style-two .product-content-v6 h2 a {
font-weight: 600;
}
.nikstore-woo-product-style-two .add-to-cart-green-btn-sty-two {
padding: 7px 0px;
margin-top: -17px;
margin-right: 6px;
} .nikstore-woo-product-style-two .trending-products-v6-single .style-populer .custom-w .add-to-cart-green-btn-sty-two a {
color: #FF7246;
background: #FFE3DA;
}
.nikstore-woo-product-style-two .trending-products-v6-single .style-populer .custom-w .add-to-cart-green-btn-sty-two a:hover {
color: #FFE3DA;
background: #FF7246;
}
.nikstore-woo-product-style-two .trending-products-v6-single {
border: 1px solid #E7E7E7;
padding: 11px 11px 15px 11px;
}
.product-filter-style .filter_cat_a a {
font-weight: 500;
font-size: 16px;
line-height: 150%;
text-align: center;
color: #FF7246;
border-bottom: 1px solid #FF7246;
}
.product-title-lft h2 {
font-weight: 700;
font-size: 32px;
line-height: 130%;
text-align: center;
color: #101010;
}
.nikstore-list-wc-style-two .sell-pro-price {
color: #101010;
}
.nikstore-list-wc-style-two .trending-product-sport-img img {
width: auto;
height: 124px;
}
.nikstore-list-wc-style-two .trending-product-sport-img {
height: auto;
}
.nikstore-list-wc-style-two {
margin-top: 20px;
}
.nikstore-list-wc-style-two .trending-product-sport-img {
margin-bottom: 0px;
}
.nikstore-list-wc-style-two .trending-products-sport .sell-pro-price .amount {
color: #000;
}
.pro-reviews .star-rating,
.pro-reviews {
font-size: 14px;
color: #717171;
}
.shop-category {
border-radius: 32px;
}
.nikstore-woo-product-style-three .carosul__style_two .product-cateory,
.nikstore-woo-product-style-three .carosul__style_two .prodict-title h4,
.nikstore-woo-product-style-three .carosul__style_two .sell-pro-price {
text-align: left;
}
.nikstore-woo-product-style-three .sell-pro-price {
padding-bottom: 7px;
}
.product-cateory a {
color: #717171;
}
.woo_product_cat a {
padding: 15px 20px;
background: #FF7D62;
border-radius: 12px;
color: #fff;
font-weight: 600;
font-size: 16px;
line-height: 150%;
}
.woo_product_cat a:hover {
color: #fff;
}
.nikstore-woo-product-style-three .pivoo-product-sale-tag span,
.nikstore-product-carousel-style-two .pivoo-product-sale-tag span {
border-radius: 6px;
}
.pivoo-product-sale-tag span {
font-weight: 500;
font-size: 14px;
border-radius:4px;
text-align: center;
color: #FFFFFF;
}
.nikstore-woo-product-style-one .pivoo-product-sale-tag span {
border-radius: 2px;
}
.nikstore-woo-product-style-one .product-cateory,
.nikstore-woo-product-style-one .prodict-title h4,
.nikstore-woo-product-style-one .sell-pro-price {
text-align: center;
}
.nikstore-woo-product-style-one .prodict-title h4 {
padding-top: 0px;
}
.nikstore-woo-product-style-one .pro-reviews {
justify-content: center;
}
.product-filter-styles-three {
display: block;
}
.nikstore-list-product-style-three .trading-product-style-one {
margin-bottom: 20px;
}
.nikstore-list-product-style-three .trending-product-sport-img {
height: auto;
}
.nikstore-list-product-style-three .trending-product-sport-img a {
width: 100%;
}
.nikstore-list-product-style-three .product-content,
.nikstore-list-product-style-three .product-cateory,
.nikstore-list-product-style-three .prodict-title h4 {
text-align: center;
}
.nikstore-list-product-style-three .pro-reviews {
justify-content: center;
}
.nikstore-list-product-style-three .avarage p {
font-weight: 400;
font-size: 16px;
line-height: 150%;
text-align: center;
color: #1A1D3E;
}
.nikstore-list-product-style-three .avarage p span {
color: #36D286;
}
.nikstore-list-product-style-three .take-deal-oner-style {
padding: 29px 20px 20px 28px;
}
.rev-carousel-one .single-r-slide{
padding-bottom:10px;
}
.rev-carousel-seven .single-r-slide{
padding-bottom:0;
}
.rev-carousel-one .client-single-quote-st3 {
background: #FFFFFF;
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
padding: 32px 26px 32px 32px;
margin-top: 10px;
}
.rev-carousel-seven .client-single-quote-st3{
box-shadow:none !important;
}
.rev-carousel-one .quote-text {
margin: 4px 0px 10px 0px;
}
.rev-carousel-one .client-name,
.rev-carousel-one .client-deg,
.rev-carousel-one .clint-review-img,
.rev-carousel-one .quote-text {
text-align: left;
}
.rev-carousel-one .clint-review-i {
text-align: end;
margin-top: -32px;
}
.rev-carousel-one .client-name {
padding-top: 10px;
}
.rev-carousel-one .client-deg {
font-weight: 400;
font-size: 14px;
line-height: 140%;
color: #717171;
}
.rev-carousel-one .client-name {
font-size: 16px;
}
.rev-carousel-one .client-names {
font-size: 18px;
}
.nikstore-product-carousel-style-two {
height: 461px !important;
}
.nikstore-product-carousel-style-two .nikstore-product-carousel-item::before {
content: '';
display: none;
width: 2px;
height: 98%;
margin-right: 5px;
background: #E7E7E7;
position: absolute;
left: -16px;
}
.main-carosol-style-one .section-heading h2 {
font-weight: 700;
font-size: 32px;
line-height: 130%;
color: #FFFFFF;
}
.main-carosol-style-one .product-carosal-top-style {
background-color: #835BF7;
margin: 0 -10px;
}
.main-carosol-style-two .product-carosal-top-style {
background-color: #ffffff00;
}
.main-carosol-style-one .nikstore-swiper-button-prev,
.main-carosol-style-one .nikstore-swiper-button-next {
background-color: #10101020;
border: none;
border-radius: 4px;
}
.main-carosol-style-one .nikstore-swiper-button-prev:hover,
.main-carosol-style-one .nikstore-swiper-button-next:hover {
background-color: #fff;
color: #000;
border: none;
}
.nikstore-product-carousel-style-one .product-progress-status:before {
background: #835BF7;
}
.main-carosol-style-one #days,
.main-carosol-style-one #hours,
.main-carosol-style-one #minutes,
.main-carosol-style-one #seconds {
background-color: #10101020;
border-radius: 4px;
}
.main-carosol-style-one .producticons-sport a {
background: #FFFFFF;
border-radius: 2px;
color: #717171;
border: none;
margin-top: 5px;
display: table-caption;
}
.nikstore-product-carousel-style-one .product-content-carosol-cart a:hover {
background: #835BF7;
color: #fff;
}
.main-carosol-style-one .avarage p {
font-weight: 400;
font-size: 14px;
line-height: 140%;
color: #717171;
margin-bottom: 3px;
}
.main-carosol-style-one .avarage p span {
color: #101010;
}
.main-carosol-style-one .sell-pro-price {
margin-bottom: 3px;
}
.nikstore-product-carousel-style-two .carosul__style_two {
padding: 16px 16px 0px 16px;
}
.nikstore-product-carousel-style-two .style-carosul-two {
margin-bottom: 16px;
}
.top-main-carosol-style-two .weekly-offer-timeline {
display: none;
}
.main-carosol-style-two .nikstore-swiper-button-prev,
.main-carosol-style-two .nikstore-swiper-button-next {
background: #FF7D62;
border-radius: 10px;
border: none;
}
.main-carosol-style-two .nikstore-swiper-button-prev:hover,
.main-carosol-style-two .nikstore-swiper-button-next:hover {
background: #FFFFFF;
box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.12);
border-radius: 10px;
color: #1A1D3E;
border: none;
}
.main-carosol-style-two .section-heading h2 {
font-weight: 700;
font-size: 40px;
line-height: 130%;
color: #1A1D3E;
}
.counter-style-one {
display: flex;
gap: 10px;
align-items: center;
}
.counter-style-one {
display: flex;
align-items: center;
gap: 10px;
color: #fff;
font-weight: 600;
font-size: 16px;
line-height: 150%;
}
.nikstore-woo-product-style-one .producticons-sport a {
background: #FFFFFF;
border-radius: 2px;
color: #717171;
border: none;
margin-right: 5px;
}
.nikstore-woo-product-style-one .producticons-sport a:hover {
background: #835BF7;
color: #FFFFFF;
}
.nikstore-woo-product-style-three .style-carosul-two {
margin-bottom: 4px;
}
.nikstore-cat-style-two .cat-grid-img {
width: auto;
height: auto;
background: #fff0;
border-radius: 0px;
text-align: center;
display: inline-block;
margin-top: 0px;
margin-bottom: 0px;
box-shadow: 0px 0px 0px rgb(0 0 0 / 0%);
}
.nikstore-cat-style-two .cat-grid-img img {
width: 110px;
height: auto;
margin-top: 0;
}
.nikstore-cat-style-two .shop-category {
border-radius: 50%;
max-width: 210px;
max-height: 210px;
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto;
}
.nikstore-cat-style-two h5 {
text-align: center;
font-weight: 600;
font-size: 22px;
line-height: 150%;
color: #1A1D3E;
}
.nikstore-cat-style-one .button-cat-fild .shop-category h5 {
font-weight: 600;
font-size: 22px;
line-height: 150%;
text-align: center;
color: #FFFFFF;
}
.nikstore-cat-style-one .button-cat-fild .shop-category h5 {
position: relative;
transition: all 0.3s;
}
.nikstore-cat-style-one .button-cat-fild .shop-category h5:after {
content: "";
width: 100%;
height: 1px;
background: #ffffff;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
transition: all 0.3s;
}
.nikstore-cat-style-one .button-cat-fild .shop-category h5:hover:after {
width: 0;
right: 0;
left: auto;
}
.button-cat-fild .shop-category {
background: #FF7D62;
}
.product-filter-styles-four .offer-time {
margin-right: 0px;
}
.product-filter-styles-four .offer-time p {
margin-top: 10px;
}
.product-filter-styles-four .middole-counter {
color: #000;
font-size: 39px;
display: flex;
padding: 0 8px;
align-items: center;
margin-top: -32px;
}
.product-filter-styles-four h2 {
font-weight: 700;
font-size: 40px;
line-height: 130%;
color: #1A1D3E;
margin-bottom: 0;
}
.product-filter-styles-four p {
font-weight: 400;
font-size: 16px;
line-height: 150%;
color: #717171;
}
fetured-s .product-filter-styles-four .offer-time p {
font-weight: 600;
font-size: 18px;
line-height: 150%;
text-align: center;
color: #1A1D3E;
}
.product-filter-styles-four .offer-time h5 {
font-weight: 600;
font-size: 32px;
line-height: 130%;
text-align: center;
color: #FFFFFF;
background-color: #FF7246;
}
.nikstore-woo-product-style-four .product-cateory,
.fetured-style-new .product-cateory,
.nikstore-woo-product-style-five .product-cateory {
text-align: left;
}
.fetured-style-middol .product-cateory {
text-align: center;
}
.fetured-style-middol .trending-product-sport-img a img {
width: 100%;
}
.fetured-style-middol .trending-product-sport-img {
height: auto;
}
.fetured-style-middol .trending-product-sport-img a {
width: 100%;
height: auto;
}
.fetured-style-middol .trending-products-sport {
height: 100%;
}
.nikstore-woo-product-style-four .product-cateory a,
.fetured-style-new .product-cateory a,
.nikstore-woo-product-style-five .product-cateory a {
font-weight: 400;
font-size: 14px;
line-height: 140%;
color: #717171;
}
.fetured-style-new .product-cateory a,
.fetured-style-middol .product-cateory a {
color: #FFFFFF;
}
.nikstore-woo-product-style-four .prodict-title h4,
.fetured-style-new .product-cateory h4,
.fetured-style-middol .product-cateory h4,
.nikstore-woo-product-style-five .prodict-title h4 {
font-weight: 600;
font-size: 16px;
line-height: 150%;
color: #101010;
padding-top: 0;
}
.fetured-style-new .prodict-title h4,
.fetured-style-middol .prodict-title h4 {
padding-top: 0px;
}
.fetured-style-middol .prodict-title h4 {
text-align: center;
}
.fetured-style-middol .sell-pro-price {
text-align: center;
}
.nikstore-woo-product-style-four .trending-products-sport .pro-reviews,
.fetured-style-new .trending-products-sport .pro-reviews,
.nikstore-woo-product-style-five .trending-products-sport .pro-reviews {
justify-content: left;
margin-top: 2px;
}
.nikstore-woo-product-style-four .trending-products-sport,
.fetured-style-new .trending-products-sport,
.fetured-style-middol .trending-products-sport {
padding: 8px;
border: none;
box-shadow: 0px 15px 26px rgb(0 0 0 / 7%);
border-radius: 4px;
}
.fetured-style-new .trending-products-sport,
.fetured-style-middol .trending-products-sport {
box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.fetured-style-middol .producticons-sport,
.nikstore-woo-product-style-five .producticons-sport {
position: absolute;
right: 0;
display: flex;
flex-direction: row;
transition: all 1s;
z-index: 10;
width: 100%;
justify-content: center;
top: 61%;
}
.fetured-style-middol .trending-products-sport:hover .producticons-sport,
.nikstore-woo-product-style-five .trending-products-sport:hover .producticons-sport {
transform: translateY(45px);
right: 0;
transition: all 1s cubic-bezier(.19, 1, .22, 1);
transition-delay: 0s;
top: 39.5%;
}
.fetured-style-new .producticons-sport,
.fetured-style-middol .producticons-sport {
width: 100%;
}
.nikstore-woo-product-style-five .producticons-sport {
background: white;
width: auto;
}
.nikstore-woo-product-style-four .trending-products-sport .producticons-sport a,
.fetured-style-new .trending-products-sport .producticons-sport a,
.fetured-style-middol .trending-products-sport .producticons-sport a {
padding: 0;
background: #fff0;
border: none;
}
.nikstore-woo-product-style-four .producticons-sport a,
.nikstore-woo-product-style-five .producticons-sport a {
color: #717171;
}
.fetured-style-new .producticons-sport a,
.fetured-style-middol .producticons-sport a {
color: #fbfbfb;
}
.nikstore-woo-product-style-four .producticons-sport a:hover,
.fetured-style-new .producticons-sport a:hover,
.fetured-style-middol .producticons-sport a:hover,
.nikstore-woo-product-style-five .producticons-sport a:hover {
color: #717171;
}
.nikstore-woo-product-style-four .producticons-sport a.add_to_cart_button,
.fetured-style-new .producticons-sport a.add_to_cart_button,
.fetured-style-middol .producticons-sport a.add_to_cart_button,
.nikstore-woo-product-style-five .producticons-sport a.add_to_cart_button {
font-weight: 600;
font-size: 16px;
color: #FF7246;
}
.nikstore-woo-product-btn-style-four a {
color: #FF7246;
border: 2px solid #FF7246;
border-radius: 4px;
background: #ff7d6200;
}
.nikstore-woo-product-btn-style-four a:hover {
color: #ffffff;
border: 2px solid #FF7246;
border-radius: 4px;
background: #FF7246;
}
.nikstore-featured-style-one .fetured-style-new {
display: grid;
grid-template-columns: auto auto;
column-gap: 10px;
row-gap: 14px;
}
.fetured-style-middol .v6-single-top-selling-product-offer {
padding: 0 11px !important;
}
.fetured-style-middol .trending-product-sport-img,
.fetured-style-new .trending-product-sport-img {
background: rgba(255, 255, 255, 0.1);
}
.fetured-style-middol .trending-products-sport,
.fetured-style-new .trending-products-sport {
background: #252848;
border: 1px solid rgba(255, 255, 255, 0.1);
margin: 10px 7px 0px 7px;
}
.fetured-style-middol .v6-single-top-selling-product-offer {
border: none;
padding: 0;
}
.fetured-style-new .prodict-title h4 a,
.fetured-style-middol .prodict-title h4 a {
color: #FFFFFF;
}
.fetured-style-new .trending-products-sport .pro-reviews,
.fetured-style-middol .trending-products-sport .pro-reviews {
color: #ffffff70;
}
.fetured-style-new .trending-products-sport .product-content .sell-pro-price ins,
.fetured-style-middol .trending-products-sport .product-content .sell-pro-price ins {
color: #ffffff50;
}
.fetured-style-middol .producticons-sport {
top: auto;
bottom: 18%;
}
@media screen and (max-width: 480px) {
.nikstore-featured-style-one .fetured-style-new {
display: grid;
grid-template-columns: auto;
}
}
@media screen and (max-width: 600px) {
.product-filter-styles-four {
display: block;
text-align: center;
}
.product-filter-styles-four .counter-style-one {
justify-content: center;
}
}
.nikstore-list-product-style-three .nikstore-list-wc-style-two {
box-shadow: 0px 15px 26px rgb(0 0 0 / 7%);
border-radius: 4px;
border: none;
}
.nikstore-list-product-style-four .nikstore-list-wc-style-two {
box-shadow: 0px 15px 26px rgb(0 0 0 / 7%);
border-radius: 4px;
border: none;
}
.product-list-style-filter-four {
justify-content: center;
}
.product-list-style-filter-four p {
margin-bottom: 40px;
}
.product-list-style-filter-four .product-title-lft-heading {
font-weight: 700;
font-size: 40px;
line-height: 130%;
color: #1A1D3E;
}
.product-list-style-filter-four .product-title-lft-heading h2 {
margin-bottom: 10px;
}
.product-list-style-filter-four .product-title-lft-heading p {
font-weight: 400;
font-size: 16px;
line-height: 150%;
text-align: center;
color: #717171;
}
.product-list-style-filter-four {
margin-bottom: -10px;
}
.post-style-two .link-post {
display: flex;
align-items: center;
font-weight: 600;
font-size: 16px;
line-height: 150%;
color: #1A1D3E;
flex: none;
order: 0;
flex-grow: 0;
}
.post-style-two .link-post i {
margin-left: 10px;
margin-top: 2px;
line-height: 0;
}
.post-style-two p {
margin-bottom: 13px;
}
.post-style-two .nikstore-blog-meta {
margin-top: 0px;
}
.post-style-two .nikstore-single-blog a.nikstore-post-thumbnail {
border-radius: 4px;
}
.nikstore-woo-product-style-four .pivoo-product-sale-tag span,
.v6-single-top-selling-product-offer .pivoo-product-sale-tag span {
border-radius: 2px;
}
.nikstore-woo-product-btn-style-four {
margin-top: 25px;
}
.nikstore-woo-product-style-five .trending-products-sport {
border: none;
}
.nikstore-woo-product-style-five .trending-products-sport:hover {
box-shadow: 0px 0px 0px rgb(0 0 0 / 0%);
}
.nikstore-woo-product-style-five .quick-view-button {
position: relative;
}
.nikstore-woo-product-style-five .producticons-sport .quick-view-button:before {
content: '';
width: 1px;
height: 68%;
background: #ebebeb;
display: block;
position: absolute;
top: 10%;
left: 0;
z-index: 20;
}
.nikstore-woo-product-style-five .producticons-sport .quick-view-button::after {
content: '';
width: 1px;
height: 68%;
background: #ebebeb;
display: block;
position: absolute;
top: 10%;
z-index: 20;
right: 0;
}
.nikstore-woo-product-style-five .producticons-sport a {
border-right: none;
border-left: none;
border-top: none;
border-bottom: none;
}
.nikstore-woo-product-style-five .producticons-sport a:hover {
background-color: #fff;
}
.nikstore-woo-product-style-five .trending-products-sport:hover .sell-pro-price {
display: none;
}
.nikstore-woo-product-style-five .add-to-cart-option {
display: none;
transition: all 2.3s;
}
.nikstore-woo-product-style-five .add-to-cart-option a {
transition: all 2.3s;
font-weight: 600;
font-size: 16px;
line-height: 150%;
color: #FF7246;
}
.nikstore-woo-product-btn-style-five a {
border: 2px solid #FF7246;
color: #FF7246;
background-color: #ff714600;
}
.nikstore-woo-product-btn-style-five a:hover {
background-color: #FF7246;
color: #fff;
}
.nikstore-woo-product-style-five .trending-products-sport:hover .add-to-cart-option {
display: block;
transform: translateY(3px);
transition: all 2.3s;
}
.nikstore-woo-product-style-five .trending-products-sport .add_to_cart_button {
line-height: 0px !important;
}
.nikstore-woo-product-style-five .added_to_cart.wc-forward {
padding: 0px 0px;
background: #ff336600;
}
.nikstore-cat-style-three .shop-category {
height: 280px;
}
.nikstore-list-product-style-five .link-prduct a {
display: flex;
align-items: center;
font-weight: 600;
font-size: 16px;
line-height: 150%;
color: #101010;
}
.nikstore-list-product-style-five .link-prduct a i {
margin-left: 7px;
background: #101010;
line-height: 1;
border-radius: 50%;
COLOR: #fff;
}
.nikstore-list-product-style-five .sell-pro-price bdi {
color: #717171;;
}
.nikstore-list-product-style-five .nikstore-list-wc-item {
background: #F5F5F5;
border: none;
padding: 10px 20px 13px 22px;
transition: all 0.2s;
}
.nikstore-list-product-style-five .nikstore-list-wc-item:hover {
background: #FFFFFF;
box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.nikstore-list-product-style-five .trending-products-sport {
justify-content: space-between;
}
.nikstore-list-product-style-five .nikstore-list-wc-item:hover .link-prduct a {
color: #FF7246;
}
.nikstore-list-product-style-five .nikstore-list-wc-item:hover .link-prduct a i {
background-color: #FF7246;
}
.nikstore-list-product-style-six .product-content h4 {
font-weight: 600;
font-size: 18px;
line-height: 150%;
color: #717171;
}
.nikstore-list-product-style-six h3 {
font-weight: 700;
font-size: 32px;
line-height: 130%;
color: #101010;
}
.nikstore-list-product-style-six h5 {
font-weight: 600;
font-size: 18px;
line-height: 150%;
margin-top: 10px;
color: #FF7246;
padding-bottom: 10px;
}
.nikstore-list-product-style-six .trending-products-sport {
background: #FFF2EF;
border-radius: 0;
box-shadow: 0px 0px 0px rgb(0 0 0 / 0%);
}
.nikstore-list-product-style-six #nikstoretimer span.nikstore-count-value {
background: #fff;
margin-right: 2px;
padding: 15px 23px;
color: #101010;
}
.nikstore-list-product-style-six #nikstoretimer span.nikstore-count-value span {
font-weight: 600;
font-size: 32px;
line-height: 130%;
text-align: center;
color: #101010;
}
.nikstore-list-product-style-six #nikstoretimer span.nikstore-count-value span.label {
font-weight: 400;
font-size: 14px;
line-height: 140%;
text-align: center;
color: #717171;
}
.nikstore-list-product-style-six #nikstoretimer span.separator {
display: none;
}
.nikstore-review-two .client-deg {
font-weight: 400;
font-size: 14px;
line-height: 140%;
color: #FF7246;
text-align: left;
}
.nikstore-review-two .client-name {
font-weight: 600;
font-size: 18px;
line-height: 150%;
color: #101010;
text-align: left;
margin-top: 6px;
}
.nikstore-review-two .quote-text {
font-weight: 400;
font-size: 16px;
line-height: 150%;
color: #717171;
margin: 24px 0 29px 0;
text-align: left;
}
.nikstore-review-two .client-quotes {
opacity: .2;
}
.nikstore-review-two .is-selected {
opacity: 1;
}
.nikstore-review-two .flickity-page-dots .dot:after {
color: #101010;
font-size: 8px;
top: 6.5px;
left: 6px;
}
.flickity-page-dots li.is-selected:after {
color: #FF7246 !important;
}
.flickity-page-dots li.is-selected {
border-color: #FF7246 !important;
}
.client-quotes .row .text-left {
text-align: left;
}
.client-quotes .row .text-right {
text-align: right;
}
.flickity-page-dots .client-single-quote-st3 {
margin-top: 0;
}
.nikstore-video-sty-two {
position: relative;
}
.nikstore-video-sty-two #nikstoreicon {
position: absolute;
left: 46%;
top: 42%;
background: #f0f8ff00;
border: 1px solid;
border-radius: 50%;
width: 100px;
height: 100px;
font-weight: 400;
font-size: 22px;
line-height: 150%;
text-align: center;
color: #FFFFFF;
}
@media (max-width: 980px) {
.nikstore-video-sty-two #nikstoreicon {
left: 39%;
top: 33%;
}
}
.nikstore-video-sty-two::before {
content: '';
width: 100%;
height: 600px;
background: #14131247;
position: absolute;
border-radius: 5px;
}
.nikstore-video-sty-two video {
height: auto;
width: 100%;
}
.nikstore__home-three-top-header-shop-now {
border-bottom: 1px solid #ffffff;
}
.nikstore__home-three-top-header-shop-now:hover{
color: #1A1D3E !important;
border-bottom-color: #1A1D3E;
} .dokan-seller-style-one-wrap {
gap: 30px;
}
.dokan-seller-style-one-wrap .seller-avatars {
display: flex;
justify-content: center;
}
.dokan-seller-style-one-wrap .store-wrappers {
border: 1px solid #E7E7E7;
padding: 30px 0 30px 0;
}
.dokan-seller-style-one-wrap .seller-avatars img {
border-radius: 50%;
max-width: 150px;
}
.store-wrappers {
margin: 0px 20px;
}
.store-wrappers h2 {
font-weight: 600;
font-size: 22px;
line-height: 150%;
text-align: center;
color: #101010;
margin-top: 20px;
}
.dokan-seller-style-one-wrap .flickity-page-dots .dot:after,
.dokan-seller-style-one-wrap .flickity-page-dots .dot {
display: none;
}
.dokan-seller-style-one-wrap .flickity-prev-next-button {
top: -96px;
}
.dokan-seller-style-one-wrap .flickity-prev-next-button.next {
right: 0;
}
.dokan-seller-style-one-wrap .flickity-prev-next-button.previous {
left: 92%;
}
.vendor-top-section {
padding-bottom: 0px;
}
.vendor-top-section p {
margin-bottom: 0;
font-weight: 600;
font-size: 16px;
line-height: 150%;
letter-spacing: 0.05em;
text-transform: uppercase;
color: #FF7246;
}
.vendor-top-section h2 {
font-style: normal;
font-weight: 700;
font-size: 40px;
line-height: 130%;
color: #1A1D3E;
}
.dokan-seller-style-one-wrap .flickity-prev-next-button .flickity-button-icon {
position: absolute;
left: 32%;
top: 37%;
width: 12px;
height: 12px;
}
.dokan-seller-style-one-wrap .flickity-prev-next-button {
background-color: #fff;
border: 1px solid #E7E7E7;
color: #E7E7E7;
}
.dokan-seller-style-one-wrap .flickity-prev-next-button:hover {
background-color: #FF7246;
border: 1px solid #FF7246;
color: #fff;
}
.dokan-seller-style-one-wrap .flickity-prev-next-button .flickity-button-icon {
}
.dokan-seller-style-one-wrap .store-wrappers:hover {
background: #FFFFFF;
box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
}
.dokan-seller-style-one-wrap .is-selected .store-wrappers p {
color: #FF7246;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 150%;
}
.dokan-seller-style-one-wrap .is-selected .store-wrappers p,
.dokan-seller-style-one-wrap .is-selected .store-wrappers h2,
.dokan-seller-style-one-wrap .store-wrappers h2 {
margin-bottom: 0px;
}
.nikstore-review-two .client-quotes {
padding-top: 87px;
}
.product-list-style-filter-five .product-title-lft-heading h2,
.product-list-style-filter-five .product-title-lft-heading p {
margin-bottom: 0px;
}
.product-list-style-filter-five .product-title-lft-heading p {
margin-bottom: 5px;
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 150%;
letter-spacing: 0.05em;
text-transform: uppercase;
color: #FF7246;
}
.product-list-style-filter-five .product-title-lft-heading h2 {
font-style: normal;
font-weight: 700;
font-size: 40px;
line-height: 130%;
color: #1A1D3E;
}
.product-list-style-filter-five {
margin-top: -81px;
}
.nikstore-list-product-style-six .take-deal-oner-style {
padding-bottom: 0px;
}
#myVideo {
object-fit: cover;
height: 600px;
}
.client-single-quote-st3 i.ri-star-fill {
font-size: 15px;
color: #FDC330;
margin-right: 5px;
}
.dokan-seller-style-one-wrap .flickity-viewport {
height: 400px !important;
}
.dokan-seller-style-one-wrap .dokan-single-seller {
padding-top: 33px;
}
.nikstore-list-five-style {
margin-top: -20px;
}
.nikstore-list-product-style-four .nikstore-list-five-style {
margin-top: -10px;
}
.nikstore-woo-product-btn-style-five {
margin-top: 32px;
}
.nikstore-woo-product-style-five .producticons-sport .quick-view-button:before,
.nikstore-woo-product-style-five .producticons-sport .quick-view-button::after {
opacity: 0.2 !important;
background-color: #717171;
}
.nikstore-sellers p {
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 150%;
text-align: center;
color: #717171;
}
.nikstoreSlider .slider-img {
position: relative;
}
.product-list-style-flash-three {
padding-bottom: 42px;
}
.nikstore-list-product-style-one .producticons-sport {
bottom: 0;
}
.slider-content h1 {
font-style: normal;
font-weight: 700;
font-size: 54px;
line-height: 130%;
margin-bottom: 0px;
}
.slider-content h4 {
font-style: normal;
font-weight: 600;
font-size: 22px;
line-height: 150%;
color: #fff;
}
.nikstore-sliders-style-one {
position: relative;
}
.nikstore-sliders-style-one .nikstore-slider-left-btn {
background: #FF7246;
color: #fff;
border-color: #FF7246;
}
.nikstore-sliders-style-one .flickity-prev-next-button.next {
right: 52%;
top: 92%;
z-index: 2;
}
.nikstore-sliders-style-one .flickity-prev-next-button.previous {
-webkit-transform: translateX(20%);
-ms-transform: translateX(20%);
transform: translateX(20%);
top: 92%;
min-height: auto !important;
z-index: 2;
}
.nikstore-sliders-style-one::before {
content: "";
background-color: #ffffff;
position: absolute;
width: 88px;
height: 52px;
display: block;
bottom: 0px;
z-index: 1;
}
.nikstore-sliders-style-one .flickity-button {
background: #000 !important;
border-color: #000 !important;
color: #fff;
}
.nikstore-sliders-style-one .flickity-button:hover {
background: #FF7246 !important;
border-color: #FF7246 !important;
color: #fff;
}
.nikstore-sliders-style-one .flickity-prev-next-button .flickity-button-icon {
position: absolute;
left: 30%;
top: 30%;
width: 36%;
height: 36%;
}
.flickity-button {
opacity: 1;
}
.nikstore-sliders-style-one .slider-img {
margin-right: 15px;
}
.nikstore-sliders-style-one .flickity-button {
width: 24px;
height: 24px;
}
.nikstore-sliders-style-one .slider-img {
padding: 0px 70px;
}
.nikstore-sliders-style-one .slide-full-width {
width: 70%;
}
.nikstore-sliders-style-one .white-bg-btns a {
padding: 10px 15px;
display: inline-flex;
gap: 11px;
}
.nikstore-sliders-style-one .white-bg-btns {
margin-top: 55px;
}
.nikstore-sliders-style-one .slider-content {
padding: 125px 0px;
}
.nikstore-sliders-style-two .slider-content {
padding: 118px 0px;
}
.nikstore-sliders-style-two .slider-content h4 {
font-weight: 500;
font-size: 16px;
line-height: 150%;
color: #1A1D3E;
letter-spacing: 0;
text-transform: capitalize;
}
.nikstore-sliders-style-two .slider-content span {
padding: 5px 10px;
color: #fff;
background: #FF7246;
border-radius: 16px;
}
.nikstore-sliders-style-one .slider-3-avb-img {
bottom: 22%;
left: 54%;
}
.nikstore-sliders-style-two .slider-3-avb-img {
bottom: 22%;
left: 54%;
}
.nikstore-sliders-style-two .slider-pricing-top {
margin-bottom: 5px;
font-weight: 500;
font-size: 16px;
line-height: 150%;
color: #1A1D3E;
}
.nikstore-sliders-style-two .slider-content h1 {
margin-bottom: 30px;
}
.nikstore-sliders-style-two .slider-pricing-rate-top {
font-style: normal;
font-weight: 700;
font-size: 44px;
line-height: 130%;
color: #FF7246;
margin-bottom: 30px;
}
.nikstore-sliders-style-two .white-bg-btns a {
font-weight: 500;
font-size: 16px;
line-height: 150%;
color: #1A1D3E;
}
.nikstore-sliders-style-two .flickity-page-dots {
display: inline-grid;
left: 92%;
bottom: 50%;
}
.nikstore-sliders-style-two .flickity-page-dots .dot:after {
content: "";
width: 6px !important;
height: 10px !important;
background: #BAB3BC;
border-radius: 3px;
}
.nikstore-sliders-style-two .flickity-page-dots .is-selected {
border: none;
margin-bottom: 20px;
}
.nikstore-sliders-style-two .flickity-page-dots .is-selected:after {
width: 6px !important;
height: 26px !important;
border: none;
background: #FF7246;
border-radius: 10px;
left: 5px;
margin: 5px 0px 10px 0 !important;
}
.nikstore-sliders-style-two .slider-content h1 {
color: #1A1D3E;
}
.nikstore-sliders-style-two .offer-banner {
display: inline-block !important;
position: absolute;
top: 33%;
right: 26%;
background: #FF7246;
width: 140px;
height: 140px;
border-radius: 50%;
padding-top: 20px;
transform: rotate(351deg);
}
.nikstore-sliders-style-two .offer-banner h4,
.nikstore-sliders-style-two .offer-banner p {
margin-bottom: 0px;
text-align: center;
color: #fff;
}
.nikstore-sliders-style-two .offer-banner .offer-top {
}
.langouseandusd {
display: inline-block;
width: auto;
-moz-padding-start: calc(0.75rem - 3px);
font-size: 14px;
font-weight: 400;
line-height: 1.5;
color: #717171;
background-color: #fff0;
background-repeat: no-repeat;
background-position: left 0rem center;
background-size: 11px 8px;
border: none;
border-radius: 0;
transition: ease-in-out, .15s ease-in-out;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
min-height: 10px;
}
.nice-select.langouseandusd.header__lang.form-select{
padding-left:18px;
}
.nice-select.langouseandusd.form-select:hover {
color: rgba(255,114,70,1.00);
}
.nice-select.langouseandusd:after {
right: 0px;
left: auto;
top: 15%;
}
.nice-select.langouseandusd.form-select:focus {
border-color: #86b7fe00;
outline: 0;
box-shadow: 0 0 0 0rem rgb(13 110 253 / 0%);
}
.langouseandusd {
padding-top: 9px;
}
.langouseandusds {
padding-left: 8px;
padding-right: 11px;
color: #fff;
}
.langouseandusds:after {
right: 0;
left: auto;
top: 32%;
}
.langouseandusds ul li {
color: #101010;
}
.nikstore-langouseandusds {
display: flex;
align-items: center;
color: #fff;
}
.search-wrapper .search {
background: #F5F5F5;
border: none;
}
.my-account-menu {
padding: 11px 17px;
background: #F5F5F5;
border-radius: 50px;
}
.nikstore-wishlist-icon a {
padding: 21px 17px;
background: #F5F5F5;
border-radius: 50%;
display: inline-flex;
align-items: center;
}
.etc-ver-cat-toggle {
background: #fff0;
font-weight: 400;
font-size: 16px;
line-height: 150%;
color: #717171;
}
#emrc_vertial_nav_box .nikstore-vertical-nav-dropdown {
box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
background: #F5F5F5;
border-radius: 4px;
padding: 0;
}
.nikstore-search-style-one .nikstore-ajax-search-btn-element i {
color: #fff;
}
.nikstore-product-carousel-style-one .product-content-carosol-cart {
bottom: 5%;
}
.nikstore-woo-product-style-one .trending-product-sport-img {
display: block;
}
.nikstore-woo-product-style-one .trending-product-sport-img img {
width: 100%;
}
.nikstore-woo-product-style-one .pivoo-new-tag {
background: #36D286;
border-radius: 2px;
font-weight: 500;
font-size: 14px;
line-height: 140%;
text-align: center;
padding: 3px 0;
}
.custom-from-style {
align-items: center;
}
.custom-from-style label {
width: 100%;
}
.custom-from-style p {
margin-bottom: 0;
}
.iconly-Message {
position: absolute;
left: 11px;
top: 26%;
font-size: 19px;
color: #717171;
font-weight: 300;
}
.custom-from-style input[type="email"] {
padding-left: 33px;
border-radius: 4px;
}
.custom-from-style .wpcf7-submit:hover {
border-color: #101010ad;
background-color: #101010ad;
}
.custom-from-style .wpcf7-submit {
margin-bottom: 8px;
background: #101010;
border-radius: 4px;
border-color: #101010;
font-weight: 600;
font-size: 16px;
line-height: 150%;
text-align: center;
color: #FFFFFF;
width: 80%;
margin-left: 6px;
}
.custom-from-style .wpcf7-spinner {
position: absolute;
}
#emrc_vertial_nav_box li:hover {
background-color: #835BF6;
}
.nikstore-footer-widget-list-one ul li {
float: left;
margin-right: 8px;
margin-top: 10px;
}
.nikstore-footer-widget-list-one ul li a {
font-weight: 400;
font-size: 16px;
line-height: 150%;
color: #717171;
padding: 6px 10px;
background: #FFFFFF;
box-shadow: 0px 6px 9px rgba(0, 0, 0, 0.03);
border-radius: 2px;
}
.nikstore-footer-widget-list-one {
margin-top: 17px;
}
.nikstore-count-value-ct{
margin:0;
padding: 10px;
border-radius: 2px;
}
@media (max-width: 980px) {
.top-main-carosol-style-one .product-carosal-top-style .text-md-end,
.top-main-carosol-style-one .product-carosal-top-style .section-heading {
text-align: center;
}
.top-main-carosol-style-one .counter-style-one {
padding: 15px 0;
justify-content: center;
}
.elementor-widget-nikstore_category_list_block .filter_cat_style_blog {
display: block;
text-align: center;
}
.elementor-widget-nikstore_category_list_block .filter_cat_style_blog h2 {
padding-bottom: 20px;
}
.product-filter-style {
display: block;
}
.single-cat-grid-v6 {
padding: 20px 10px 2px 10px;
flex-direction: column-reverse;
text-align: center;
}
.single-cat-grid-v6 .single-cat-lft {
margin: 0 auto;
}
.custom-from-style p {
height: 92px;
}
.custom-from-style p label i {
top: 23%;
}
.product-filter-styles-two .filter_cat_a {
text-align: center;
}
}
.etc-ver-cat-toggle {
display: flex;
}
.nikstore-woo-product-btn-style-one {
padding-top: 16px;
}
.nikstore-account-dropdown-mini .befor-text,
.nikstore-login-popup-mini .befor-text {
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 150%;
color: #101010;
}
.nikstore-account-dropdown-mini .after-text,
.nikstore-login-popup-mini .after-text {
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 140%;
color: #717171;
display: block;
}
.nikstore-account-text-style-yes {
display: flex;
align-items: center;
gap: 5px;
}
.nikstore-account-text-style-yes i {
font-size: 32px;
color: #101010;
}
.nikstore-wishlist-icon-yes {
border-radius: 50%;
display: inline-flex;
align-items: center;
min-width: 40px;
min-height: 40px;
align-items: center;
justify-content: center;
gap: 5px;
}
.nikstore-wishlist-icon-yes .top-content-option {
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 150%;
color: #101010;
margin-bottom: 0;
}
.nikstore-wishlist-icon-yes .bottom-content-option {
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 140%;
color: #717171;
margin-bottom: 0;
}
.nikstore-wishlist-icon-yes .nikstore-wishlist-icon .yith-wcwl-items-count {
left: 44px;
top: 1px;
}
.etc-ver-cat-toggle {
gap: 5px;
align-items: center;
}
.main-text-account {
text-align: start;
}
.nikstore-icont-veartion-tab {
display: -webkit-inline-box;
left: 72px;
top: 78%;
gap: 7px;
}
.form-select:focus {
border-color: #86b7fe00;
outline: 0;
box-shadow: 0 0 0 0rem rgb(13 110 253 / 0%);
}
.zil {
line-height: 2.2;
}
#emrc_vertial_nav_box .nikstore-vertical-nav-dropdown .xpc-nav-link:hover {
border-color: #ffffff00;
}
.nikstore-tab-style-one .product-img-v6 {
height: 270px;
}
.nikstore-woo-product-style-two .product-icons-fv2 {
display: -webkit-inline-box;
gap: 10px;
left: 24%;
}
.nikstoer-headin_before:before {
content: "";
display: block;
width: 50%;
height: 2px;
background-color: #585858;
position: absolute;
bottom: 24px;
}
.nikstoer-headin_before {
text-align: start;
}
.custom-from-style-two {
--bs-gutter-x: 0rem;
}
.custom-from-style-two input[type="email"] {
border-radius: 0;
}
.custom-from-style-two .wpcf7-submit {
background: #FF7246;
border-color: #FF7246;
border-radius: 0;
margin-bottom: 12px;
}
.custom-from-style-two .wpcf7-submit:hover {
background: #FF7246;
border-color: #FF7246;
}
.nikstore-wishlist-icon-yes .nikstore-wishlist-icon .yith-wcwl-items-count {
left: 45px;
top: 4px;
}
.navbar-expand-lg {
padding: 0;
}
.navbar-nav {
margin: 0;
}
.main-carosol-style-one .counter-style-one {
justify-content: center;
}
.navbar-nav li::after {
content: "";
display: block;
width: 1px;
bottom: 25%;
position: absolute;
right: 0;
}
.navbar-nav li:last-child:after {
display: none;
}
.navbar-nav .active::before,
.navbar-nav li::before {
content: "";
display: block;
width: 100%;
bottom: 0;
position: absolute;
left: 0;
border-radius: 20px 20px 0 0;
}
.nikstore-woo-product-btn-style-three {
padding-top: 24px;
}
.nikstore-search-style-one .nice-select .option:hover,
.nice-select .option.focus {
background-color: transparent;
}
.nikstore-search-style-one .nikstore-ajax-search-bar .nice-select:before {
display: none;
}
.search-wrapper input::placeholder {
color: #FFFFFF;
font-weight: 400;
font-size: 16px;
}
.mobile--nav-menu .search-wrapper input::placeholder{
color: #000;
}
.search-wrapper {
color: #fff;
}
.search-wrapper .nice-select {
font-weight: 400;
font-size: 16px;
}
.nikstore-featured-style-one .fetured-style-middol a img {
height: 580px;
}
.fetured-style-middol .trending-products-sport:hover .producticons-sport {
transform: translateY(-3px);
top: auto;
bottom: 21.8%;
}
.row.custom-from-style .col-lg-4 {
padding: 0 5px;
}
.yith-wcwl-add-to-wishlist {
margin-top: 0;
}
@media only screen and (max-width: 991px) {
.nikstote__product_carousel-nav {
display: flex;
justify-content: center;
}
.product-carosal-top-style .section-heading h2 {
display: flex;
justify-content: center;
}
.top-main-carosol-style-one .counter-style-one {
padding: 15px 0;
justify-content: center;
}
.iconly-Message {
top: 13%;
}
.xpc-mob-slide-img.d-block.d-lg-none {
position: absolute;
}
.nikstore-list-wc-style-two .trending-product-sport-img img {
height: auto;
}
.custom-from-style .wpcf7-submit {
width: 100%;
margin-left: 0;
}
.main_custom-from-style-three .custom-from-style .wpcf7-submit{
width: 27%;
margin-top: 45px;
}
.product-carosal-top-style .section-heading {
text-align: center;
}
.product-filter-style.product-filter-styles-four {
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
}
.product-filter-style.product-filter-styles-four .wooproduct__section-title {
text-align: center;
}
.woocommerce-cart-form__cart-item .product-name {
max-width: 300px;
}
.trending-products-sport .product-cateory {
padding-top: 30px;
}
}
.nice-select.langouseandusd.form-select {
background-image: none;
display: inline-block;
width: auto;
-moz-padding-start: calc(0.75rem - 3px);
font-size: 14px;
font-weight: 400;
line-height: 40px;
color: #717171;
background-color: #fff0;
background-repeat: no-repeat;
background-position: left 0rem center;
background-size: 11px 8px;
border: none;
border-radius: 0;
transition: ease-in-out, .15s ease-in-out;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
min-height: 10px;
display: flex;
align-items: center;
padding: 0 18px 0 0;
}
.custom-from-style-two input[type="email"] {
background: #282828;
border: none;
color:#B7B7B7;
}
.nikstoreClientTestimonial.rev-carousel-one.row {
row-gap: 10px;
}
.style-deal-style .xpsc-product-coutdown-wrapper-alt #nikstoretimer .countdown .separator {
font-size: 32px;
font-weight: 700;
color: #1A1D3E !important;
}
.nikstore-timer-for-countdown.nikstore-timer-style-one span.nikstore-count-value {
margin-top: 20px;
}
.nikstore-list-product-style-three .avarage p {
margin-bottom: 0;
}
.inner-addon {
position: relative;
}
.inner-addon i {
position: absolute;
right: 9px;
z-index: 2;
top: 14px;
}
.iconly-Message {
left: 96%;
}
::-webkit-calendar-picker-indicator {
opacity: 1;
background-image: transparent;
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='20' height='22' viewBox='0 0 20 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.09264 8.40421H18.9166' stroke='%2377829D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.4421 12.3097H14.4513' stroke='%2377829D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.0046 12.3097H10.0139' stroke='%2377829D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.55789 12.3097H5.56715' stroke='%2377829D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.4421 16.1962H14.4513' stroke='%2377829D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.0046 16.1962H10.0139' stroke='%2377829D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.55789 16.1962H5.56715' stroke='%2377829D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.0437 1V4.29078' stroke='%2377829D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.9655 1V4.29078' stroke='%2377829D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.2383 2.5791H5.77096C2.83427 2.5791 1 4.21504 1 7.22213V16.2718C1 19.3261 2.83427 20.9999 5.77096 20.9999H14.229C17.175 20.9999 19 19.3545 19 16.3474V7.22213C19.0092 4.21504 17.1842 2.5791 14.2383 2.5791Z' stroke='%2377829D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg width='20' height='22' viewBox='0 0 20 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.09264 8.40421H18.9166' stroke='%2377829D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.4421 12.3097H14.4513' stroke='%2377829D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.0046 12.3097H10.0139' stroke='%2377829D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.55789 12.3097H5.56715' stroke='%2377829D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.4421 16.1962H14.4513' stroke='%2377829D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.0046 16.1962H10.0139' stroke='%2377829D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.55789 16.1962H5.56715' stroke='%2377829D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.0437 1V4.29078' stroke='%2377829D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.9655 1V4.29078' stroke='%2377829D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.2383 2.5791H5.77096C2.83427 2.5791 1 4.21504 1 7.22213V16.2718C1 19.3261 2.83427 20.9999 5.77096 20.9999H14.229C17.175 20.9999 19 19.3545 19 16.3474V7.22213C19.0092 4.21504 17.1842 2.5791 14.2383 2.5791Z' stroke='%2377829D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
-webkit-mask-size: 18px;
mask-size: 18px;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
cursor: pointer;
background: #000000;
margin-left: .5rem;
width: 20px;
height: 20px;
}
::-webkit-calendar-picker-indicator:hover {
-webkit-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.04);
box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.04);
}
p.wooproduct__section-description {
margin-top: 10px;
}
.v6-single-top-selling-product-offer .product-content {
padding-top: 16px;
}
.v6-single-top-selling-product-offer .trending-products-sport {
padding: 16px !important;
}
.v6-single-top-selling-product-offer {
height: 98.5%;
}
.home__1-subscribe-form {
display: flex;
column-gap: 10px;
justify-content: flex-end;
height: 50px;
}
.home_one-email-fields {
width: 55%;
position: relative;
}
.home_one-submit-fields .home__one-subscribe-btn {
border-radius: 4px;
background: #000000;
border: none;
padding: 12px 16px;
}
.home_one-submit-fields .home__one-subscribe-btn:hover {
background: #212121;
}
.home__1-subscribe-form i.far.fa-envelope {
position: absolute;
z-index: 10;
top: 17px;
left: 10px;
color: #717171;
}
.nikstore-woo-product-style-one .woocommerce.product.compare-button.woosc-compare-button {
height: 40px;
}
.home__1-subscribe-form input[type="email"] {
padding: 0;
min-height: 50px;
width: 100%;
}
.home_one-submit-fields {
width: 165px;
}
.home_one-email_box {
border-radius: 4px;
padding-left: 40px !important;
}
i.iconly-Message {
z-index: 10;
left: 16px;
top: 16px;
}
.home_one-email-fields span.wpcf7-form-control-wrap {
z-index: 1;
}
.nikstore-common-breadcrumbs.nikstore-woo-breadcumb .nikstore-breadcrumb {
margin: 0 auto;
}
.nikstore-common-breadcrumbs.nikstore-woo-breadcumb {
}
.g-7, .gx-7 {
--bs-gutter-x: 3rem;
}
.g-8, .gx-8 {
--bs-gutter-x: 4.375rem;
}
.g-30, .gx-30 {
--bs-gutter-x: 1.875rem;
}
.nikstore__woo_single_page_price {
font-weight: 600;
font-size: 22px;
color: #1A1D3E;
column-gap: 5px;
}
.nickstore-woo-single-price {
margin-right: 45px;
}
.pivoo-single-product-box .product_title {
margin: 0 3px 28px 0;
}
a.pivoo-review-link.woocommerce-review-link {
color: #717171;
font-weight: 500;
font-size: 14px;
margin-left: 4px;
}
.nickstore-woo-single-rating .star-rating {
font-size: 16px;
line-height: 1;
}
.nickstore-woo-single-rating .star-rating span:before {
color: #FDC330;
}
::-webkit-scrollbar {
width: 5px;
} ::-webkit-scrollbar-track {
background: #f1f1f1;
border-radius: 50px;
} ::-webkit-scrollbar-thumb {
background: #888;
border-radius: 50px;
}
.nikstore__woo-price-and-rating.d-flex {
max-height: 25px;
align-items:center;
}
.nickstore-woo-single-exceprt {
margin-top: 33px;
}
.nickstore-woo-single-cart table.variations tr {
display: flex;
flex-direction: column;
}
.nikstore-variation-swatches--color .nikstore-variation-swatches__item.selected {
padding: 3px;
margin-bottom: 5px;
line-height: 38px !important;
border: 1px solid #1A1D3E;
}
.nikstore__woo_single_page_price{
flex-direction: row-reverse;
gap:5px;
}
.nikstore__woo_single_page_price del {
opacity: .6;
font-weight: 500;
font-size: 16px;
}
.nikstore-variation-swatches__name{
width:100%;
height:100%;
}
.nickstore-woo-single-cart table tr th {
padding-left: 0;
padding-bottom: 0;
padding-top: 3px;
}
.nikstore-variation-swatches--color .nikstore-variation-swatches__name:after {
content: none;
}
.nickstore-woo-single-cart tbody tr:nth-child(even) {
background: none;
}
.nickstore-woo-single-cart table.variations tr {
margin-bottom: 26px;
}
.nikstore-variation-swatches--button .nikstore-variation-swatches__item {
border: 2px solid #E7E7E7;
border-radius: 4px !important;
}
.single_variation_wrap {
padding-top: 6px;
}
.nickstore-woo-single-cart table.variations {
margin-bottom: 0;
}
.nikstore-side-meta .quantity {
padding: 12px;
border-radius: 4px;
}
.nikstore-side-meta .quantity input[type=button] {
min-width: 32px;
min-height: 32px;
border-radius: 2px;
}
.nikstore-side-meta .quantity input[type=number] {
padding: 0px 32px;
width: 72px;
display: flex;
}
p.nikstore__woo_single_page_price.d-flex mark, ins {
background: none;
}
.quantity input[type=number], .quantity input[type=number]::-webkit-inner-spin-button, .quantity input[type=number]::-webkit-outer-spin-button {
-moz-appearance: textfield !important;
appearance: textfield !important;
-webkit-appearance: none !important;
}
button.single_add_to_cart_button {
margin-left: 0px;
margin-right: 0;
padding: 10px 0;
border-radius: 4px;
background: #1A1D3E;
border: #1A1D3E;
transition: 0.3s;
font-weight: 600;
}
button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed:hover {
filter: brightness(160%);
border: #1A1D3E;
background: #1A1D3E;
}
.nikstore__woo-buynow a {
color: #fff;
text-align: center;
font-weight: 600;
font-size: 16px;
display: block;
background: #FF7246;
padding: 16px;
line-height: 24px;
border-radius: 4px;
}
.pivoo-single-thumbs {
padding-right: 58px;
}
#sbw_wc-adding-button {
width: 100%;
margin: 4px 0 0 0;
background: #FF7246;
}
.nikstore__woo_wishlist__compare {
display: flex;
column-gap: 34px;
margin-top: 24px;
font-size: 14px;
font-weight: 500;
color: #1A1D3E;
border-bottom: 1px solid #E7E7E7;
padding-bottom: 24px;
align-items: center;
}
.yith-wcwl-add-button i.yith-wcwl-icon.fa.fa-heart-o {
font-family: FontAwesome;
margin-right: 4px;
color: #1A1D3E;
}
.nikstore__woo_wishlist__compare a span {
color: #1A1D3E;
}
.nikstore-social-button {
margin-top: 10px !important;
}
.nikstore__woo--free-shipping {
display: flex;
column-gap: 10px;
margin-top: 16px;
}
.nikstore__woo--free-shopping-icon {
font-size: 24px;
color: #FF7246;
margin-top: 8px;
}
.nikstore__woo--free-shopping-text {
font-size: 14px;
color: #717171;
}
.nikstore__woo--free-shopping-text a {
color: #1A1D3E;
font-weight: 500;
text-decoration: underline;
}
span.nikstore-dokan-seller-name a {
color: #1A1D3E;
font-weight: 500;
font-size: 16px;
text-decoration: none;
}
.product_meta.flex.nikstore__woo-product-meta {
color: #717171;
border: none;
margin-top: 0;
padding-bottom: 0;
}
.product_meta.nikstore__woo-product-meta span, .product_meta.nikstore__woo-product-meta a {
font-size: 14px;
font-weight: 400;
}
.nikstore__safe_checkout {
border: 1px solid #E7E7E7;
border-radius: 4px;
padding: 0px 40px 40px;
display: flex;
flex-direction: column;
align-items: center;
margin-top: 56px;
}
.nikstore__safe_checkout_title h2 {
color: #1A1D3E;
font-size: 22px;
margin-top: -26px;
background: #fff;
padding: 0 15px;
font-weight: 500;
}
.nikstore-ph-tab .nav-item a.active {
background: #1A1D3E;
color: #fff;
border-radius: 4px;
}
.nikstore-ph-tab .nav-item a {
font-size: 16px;
font-weight: 500;
color: #1A1D3E;
padding: 13px 78px;
}
.nikstore-ph-tab ul.nav {
column-gap: 16px;
}
.nikstore-ph-tab .tab-content {
padding-top: 60px;
}
.star-rating span:before {
color: #FDC330 !important;
}
button.accordion-button.nikstore__woo-faq-title {
background: #F5F5F5;
color: #1A1D3E;
font-size: 18px;
font-weight: 600;
}
.accordion-body.nikstore__woo-faq-description {
font-size: 16px;
color: #717171;
background: #FFFFFF;
border-radius: 4px;
margin: 24px 0;
}
.nikstore__single-faq-tab-content#v-pills-tabContent {
padding-top: 0;
}
.accordion-button:focus {
box-shadow: none;
}
.nickstore-related-product-carousel {
width: 100%;
position: relative;
float: left;
}
.nickstore-related-product-carousel .carousel-cell {
padding: 0 15px;
}
.nickstore-related-product-carousel .flickity-prev-next-button.next {
top: -72px;
}
.nickstore-related-product-carousel .flickity-prev-next-button.previous {
right: 94px;
left: auto !important;
top: -72px;
}
.nickstore-related-product-carousel .flickity-button-icon {
left: 25% !important;
top: 27% !important;
width: 52% !important;
height: 43% !important;
}
.nickstore-related-product-carousel .flickity-button {
border-radius: 4px;
}
.nickstore-related-product-carousel .flickity-button:hover {
background: #1A1D3E;
}
.related_products_container h2 {
margin-bottom: 5px;
font-size: 26px;
}
.nickstore-related-product-carousel {
padding-bottom: 80px;
}
.nickstore-related-product-carousel .product-content {
padding: 0 10px;
display: flex;
flex-direction: column;
align-items: center;
}
.nikstore-product-style-one div.csf_product_01_text{
width:100%;
}
.nikstore-product-style-one .product-content,
.nikstore-product-style-one .product-cateory a,
.nikstore-product-style-one .prodict-title,
.nikstore-product-style-one .product-cateory,
.nikstore-product-style-one .prodict-title h4{
text-align:left;
}
.nickstore-related-product-carousel .producticons-sport a {
border: none;
background: #F5F5F5;
color: var(--main-text-color);
}
.nickstore-related-product-carousel .producticons-sport.psf-style-7 {
display: flex;
column-gap: 8px;
}
.nickstore-related-product-carousel .producticons-sport a:hover {
background: #835BF7;
color: #fff;
transition: all 0.3s;
border-radius: 2px;
}
.trending-product-sport-img .nikstore-hover-thumb-woo {
width: 100%;
}
.trending-product-sport-img .nikstore-hover-thumb-woo img {
width: 100%;
}
.nikstore-variation-swatches--button .nikstore-variation-swatches__item.selected {
background: #FF7246;
color: #fff;
border-color: #FF7246;
}
.nikstore__woo-brand-and-review {
display: flex;
column-gap: 10px;
align-items: center;
}
.nikstore__woo-brand-name span a {
font-size: 14px;
font-weight: 500;
color: #717171;
letter-spacing: 1.4px;
text-transform: uppercase;
}
.nikstore__style-three-border {
background: #eaeaea;
width: 2px;
height: 20px;
}
.nikstore-product_style_three-info .nikstore__not-product-rating p.stars {
margin-bottom: 0;
}
.nikstore__woo-style-two-rating a.pivoo-review-link.woocommerce-review-link{
margin-top: 0;
}
.nikstore__single-style-two-title h1.product_title.entry-title {
color: #1A1D3E;
font-size: 22px;
font-weight: 600;
line-height: 33px;
border-bottom: 1px solid #EAEAEA;
padding-bottom: 24px;
padding-top: 3px;
}
.nikstore__woo-brand-and-review .woocommerce-product-rating {
margin-bottom: 0;
margin-top: 0;
}
.nikstore-product_style_three-info .nikstore__woo-brand-and-review {
margin-bottom: 5px;
}
.nikstore__single-style-two-price{
margin-top: 9px;
display: inline-flex;
}
.nikstore__single-style-two-price .nikstore__woo_single_page_price {
font-size: 26px;
}
.nikstore__single-style-two-container .nickstore-woo-single-exceprt {
margin-top: 17px;
}
.nikstore__single--style-two--extra-meta table {
border: none;
}
.nikstore__single--style-two--extra-meta table tr {
background: none;
border: none;
}
.nikstore__single--style-two--extra-meta table tr td {
padding: 0;
font-size: 14px;
font-weight: 500;
color: #1A1D3E;
line-height: 28px;
}
.nikstore__single--style-two--extra-meta tbody tr td:nth-child(even) {
color: #717171;
font-weight: 400;
}
.nikstore__single-style-two-thumb{
padding-right: 24px;
}
span#style_two_show_more_btn {
color: #FF7246;
display: flex;
align-items: center;
padding-top: 12px;
}
.nikstore__woo-see-more{
display: inline-block;
cursor: pointer;
}
.nikstore__single-style-two-counter {
display: flex;
align-items: center;
background: #FFF0EB;
border-radius: 4px;
border: 1px solid #FF7246;
justify-content: space-between;
}
.nikstore__single-style-two-counter .nikstore-sale-countdown-title {
color: #FF7246;
font-size: 14px;
font-weight: 500;
margin-bottom: 0;
}
.nikstore__single-style-two-counter .nikstore-timer-style-one #nikstoretimer .countdown{
background: none;
}
.nikstore__single-style-two-counter .nikstore-timer-for-countdown.nikstore-timer-style-one span.nikstore-count-value {
margin: 0;
padding: 0;
display: flex;
min-width: 37px;
align-items: center;
justify-content: center;
margin-top: 3px;
}
.nikstore__single-style-two-counter .xpsc-product-coutdown-wrapper {
display: flex;
align-items: center;
margin: 0;
column-gap: 4px;
}
.nikstore__single-style-two-counter .nikstore-timer-for-countdown .nikstore-count-value .label,
.nikstore__single-style-two-counter #nikstoretimer .countdown .separator {
color: #FF7246;
margin: 0;
text-transform: initial;
font-weight: 500;
font-size: 14px;
}
.nikstore__single-style-two-counter .single-style-two-icon {
background: #FF7246;
border-radius: 4px 0px 0px 4px;
padding: 10px 13px;
}
.nikstore__single-style-two-counter .single-style-two-icon i {
color: #fff;
}
.nikstore__single-style-two-counter .nikstore-timer-for-countdown.nikstore-timer-style-one {
margin-right: 4px;
}
ul.social_list-style-two {
margin: 0;
display: flex;
padding-left: 0;
align-items: center;
margin-top: 10px;
column-gap: 16px;
}
ul.social_list-style-two li {
list-style: none;
margin-bottom: 0;
}
ul.social_list-style-two .dropdown-item {
background: none;
color: #041E42;
padding: 0;
}
ul.social_list-style-two .dropdown-item:hover {
color: #FF7246;
}
.nikstore-post-social ul.social_list-style-two{
margin-top:0;
}
.nikstore-post-social ul.social_list-style-two .dropdown-item {
color: #717171;
padding: 0;
width: 32px;
height: 32px;
background: #f5f5f5;
display: inline-flex;
justify-content: center;
align-items: center;
border-radius: 50%;
}
.nikstore-post-social ul.social_list-style-two .dropdown-item.facebook:hover{
background: #1877f2;
color: #fff;
}
.nikstore-post-social ul.social_list-style-two .dropdown-item.twitter:hover{
background: #1da1f2;
color: #fff;
}
.nikstore-post-social ul.social_list-style-two .dropdown-item.pinterest:hover{
background: #e60023;
color: #fff;
}
.nikstore-post-social ul.social_list-style-two .dropdown-item.linkedin:hover{
background: #0a66c2;
color: #fff;
}
.product-stock-wrapper .product-stock {
background: #E7E7E7;
border-radius: 0;
height: 10px;
}
.product-stock-wrapper .product-stock .percent {
background: #05a845;
border-radius: 0;
height: 10px;
}
.nikstore_product_stock_progressbar_style_two {
margin-top: 8px;
}
.product-stock-wrapper h5 {
color: #717171;
font-size: 16px;
font-weight: 400;
margin-bottom: 14px;
}
.product-stock-wrapper span.xpsc-stock-number {
color: #1A1D3E;
font-weight: 600;
}
.nikstore_product_stock_progressbar_style_two .product-stock-wrapper .product-stock .percent,
.nikstore_product_stock_progressbar_style_two .product-stock-wrapper .product-stock{
height: 4px;
}
.nickstore__woo_single-cart-style-two {
border: 1px solid #E7E7E7;
box-shadow: 0px 45px 85px rgba(0, 0, 0, 0.05);
border-radius: 4px;
padding: 30px;
box-sizing: border-box;
}
.nickstore__woo_single-cart-style-two .quantity {
border: 0;
background: #F5F5F5;
width: 71%;
height: 56px;
padding: 12px;
border-radius: 4px;
}
.nickstore__woo_single-cart-style-two .quantity input[type=button] {
border-radius: 2px;
background: #ffffff;
}
.nickstore__woo_single-cart-style-two .quantity input[type=button]:hover {
color: #717171;
}
.nikstore__single-style-two-container tbody tr:nth-child(even) {
background: none;
}
.nickstore__woo_single-cart-style-two button.single_add_to_cart_button {
min-width: 100%;
margin-left: 0;
margin-top: 16px;
margin-bottom: 10px;
background: #FF7246;
}
.nickstore__woo_single-cart-style-two button.single_add_to_cart_button:hover {
background: #1A1D3E;
}
.nickstore__woo_single-cart-style-two #sbw_wc-adding-button:hover,
#sbw_wc-adding-button:hover{
background: #FF7246;
border-color:#FF7246;
color:#fff;
filter: brightness(120%);
}
.single_add_to_cart_button, .added_to_cart.wc-forward{
width: 100%;
text-align: center;
border-radius: 4px;
}
.nikstore__woo_wishlist__compare_style_two {
display: flex;
font-size: 14px;
font-weight: 500;
column-gap: 26px;
margin-top: 18px;
}
.nikstore__woo_wishlist__compare_style_two a span{
color: #1A1D3E;
}
.nikstore__style-two-vendor {
border-bottom: 1px solid #1a1d3e10;
}
.nikstore__style-two-vendor {
border-bottom: 1px solid #1a1d3e10;
padding-bottom: 20px;
}
p.nikstore_related_product_content {
margin-bottom: 40px;
}
.nikstore-ph-tab .accordion-header {
padding: 0;
border-radius: 4px;
}
.nikstore-ph-tab button.accordion-button.nikstore__woo-faq-title {
background: #F5F5F5;
border-radius: 4px;
}
.nikstore-ph-tab button.accordion-button.nikstore__woo-faq-title:hover {
background: #FF7246;
color: #fff;
}
.nikstore-ph-tab .accordion-item {
border: none;
margin-bottom: 10px;
}
.nikstore-ph-tab .accordion-button:not(.collapsed) {
box-shadow: none;
border-radious: 4px;
}
.nickstore-alt-thumb-pr-slider{
padding-top: 10px;
}
.nickstore-alt-thumb-pr-slider .flickity-slider{
position:relative !important;
transform: translateX(0) !important;
display:flex;
flex-wrap:wrap;
}
.nickstore-alt-thumb-pr-slider .flickity-slider .nickstore-alt-pr-grid-csv{
position:static !important;
transform: translateX(0) !important;
padding:10px;
}
.nickstore-alt-thumb-pr-slider  .flickity-viewport{
height: auto !important;
}
.nickstore-alt-pr-grid-csv img {
width: 100%;
}
.nikstore_color_switcher_color_circle {
width: 28px;
height: 28px;
border: 1px solid #E7E7E7;
border-radius: 50%;
padding: 0px 4px 4px 4px;
display: flex;
column-gap: 10px;
align-items: center;
color: #717171;
font-size: 14px;
}
.nikstore_color_switcher_color_circle label {
padding: 8px 8px !important;
border-radius: 100% !important;
margin-top: 16px !important;
}
.nikstore_color_switcher_color_circle label:hover .wpf_tooltip{
top: -135% !important;
}
.nikstore__filter-item-count-number .wpf_item_count {
margin-top: 0 !important;
background: none !important;
color: #717171 !important;
font-size: 14px;
}
.nikstore__filter-item-count-number span.wpf_item_count {
padding-left: 7px;
}
.wpf_item.wpf_item_wpf_cat a,
.wpf_item.wpf_item_brand li label,
.wpf_item.wpf_item_pa_size li label{
color: #717171;
font-size: 14px;
}
.wpf_item input[type="checkbox"] {
border-radius: 4px !important;
}
.nikstore__product_view_style a {
color: #1A1D3E;
cursor: pointer;
}
.nikstore__product_view_style a.active {
color: #FF7246;
}
.nikstore__product-view-style-list{
display: flex;
}
.nikstore__product-view-style-list .trending-products-sport{
display: flex;
}
.nickstore-woo-single-price p {
margin-bottom: 0px;
}
.woocommerce-product-details__short-description p {
margin-bottom: 6px;
}
.nikstore-variation-swatches--button .nikstore-variation-swatches__item {
font-weight: 500;
}
.nikstore-variation-swatches--round.nikstore-variation-swatches--button .nikstore-variation-swatches__item {
padding: 0px 16px 0 15px;
line-height: inherit;
}
.nikstore__woo--free-shopping-text strong {
font-weight: 500;
color: #1A1D3E;
text-decoration: underline;
}
.nikstore_checkout_image {
display: flex;
column-gap: 16px;
}
.nikstore__single-faq-conttainer .nikstore__single-faq-tab-button {
background: #F5F5F5;
color: #1A1D3E;
font-size: 18px;
font-weight: 600;
line-height: 27px;
padding: 16px 24px !important;
}
.nav-pills .nav-link.nikstore__single-faq-tab-button.active {
background: #FF7246;
}
.nikstore__single-faq-conttainer .nikstore__single-faq-tab-button:hover {
background: #FF7246;
color: #fff;
}
.nikstore__single-faq-conttainer .nav {
row-gap: 10px;
}
.nikstore__single-faq-tab-content{
padding-top: 0;
}
.nikstore__single-product-image-grid-style{
padding: 0px 4px;
}
.nikstore-list-product-style-one .nikstore-list-five-style {
margin-top: 0;
}
.cat-grid-v6-sub-cat p:last-child {
margin-bottom: -8px !important;
}
.product-filter-style.product-filter-styles-one .product-title-lft h2 {
margin-bottom: 0;
}
.nikstore-product-style-btn-nine{
width: 80%;
bottom: 30px;
}
.nikstore-quickv-product-details tbody tr:nth-child(even) {
background-color: transparent;
}
.nikstore-quickv-product-details .quantity {
padding: 10px;
border-radius: 4px;
margin-right: 15px;
}
.nikstore-quickv-product-details .single_add_to_cart_button {
width: 67%;
}
.nikstore-quickv-product-details  #sbw_wc-adding-button{
margin-top:10px;
}
.nikstore-product-carousel-box.swiper{
opacity: 0;
}
.nikstore-product-carousel-box.swiper.swiper-container-initialized{
opacity: 1;
}
.single-product a.added_to_cart.wc-forward {
font-size: 16px;
font-weight: 600;
width: calc(100% - 182px);
height: 56px;
margin-right: 0;
}
.nikstore-product-style-one .sell-pro-price{
text-align:left;
width:100%;
}
.nikstore-product-style-one .product-content{
display:block;
}
.nikstore-post.list-style-four .list-post-meta {
padding-left: 4px;
}
.widget h2.widget-title {
padding-bottom: 0;
line-height: 24px;
margin-bottom: 36px;
}
.nikstore-author-widget img {
border-radius: 4px;
}
.nikstore_post_thumbnail_inner img {
border-radius: 4px;
}
.widget {
margin: 0 0 45px;
}
.widget > ul {
margin-top: -20px;
}
.nikstore-author-widget p {
padding-top: 14px;
}
.widget.widget_categories {
margin-bottom: 30px;
}
.widget.nikstore-author {
margin-bottom: 38px;
}
.widget .nikstore-post-tag-grid-sidebar {
margin-left: -5px;
}
.widget ul li .posted-on a {
color: #717171;
}
.widget.widget_categories ul li{
padding: 8px 0 4px;
}
.nikstore__product-view-style-list a.added_to_cart.wc-forward {
display: flex;
align-items: center;
justify-content: center;
margin: 15px 0 15px;
width: 100%;
background: #FF7246;
}
.rev-carousel-one .client-single-quote-st3 {
text-align: left;
}
.rev-carousel-one .review_title {
margin-top: 10px;
margin-bottom: 0;
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
border-color: none;
box-shadow: none;
}
.form-control:focus {
border-color: none;
box-shadow: none;
}
.woocommerce-cart-form__cart-item .variation {
margin-left: 0;
font-size: 14px;
margin-bottom: 5px;
}
.woocommerce-cart-form__cart-item .variation .variation-Vendor {
display: inline;
}
.woocommerce-cart-form__cart-item .quantity {
padding: 5px;
}
.woocommerce-cart-form__cart-item .quantity input[type=button]{
background: #ffffff;
border-radius: 2px;
}
.woocommerce-cart-form__cart-item .quantity input[type=button]:hover {
background: #FF7246;
color: #fff;
}
.woocommerce-checkout-review-order .woocommerce-checkout-payment {
padding-left: 0;
}
.woocommerce-checkout-review-order .woocommerce-info {
padding: 10px;
}
.woocommerce-checkout-review-order .variation{
margin-left: 0;
margin-top: 8px;
}
.woocommerce-checkout-review-order .variation-Vendor{
display: inline;
}
.woocommerce-cart-form__cart-item .product-remove-cart {
display: inline-block;
position: absolute;
right: calc(24px - 0px);
top: calc(30px - 5px);
margin-bottom: 0;
background: red;
border-radius: 50%;
padding: 0px 6.5px;
}
.woocommerce-cart-form__cart-item .product-thumbnail {
position: relative;
}
.woocommerce-cart-form__cart-item .product-remove-cart i {
color: #fff;
font-size: 10px;
}
.woocommerce-cart table .product-name {
line-height: 1.5 !important;
}
.nikstore-elementor-nav  .nikstore-mobile-menu .nikstore-search-popover .nikstore-ajax-search-btn{
background-color:  #FF7246 !important;
}
.nikstore-elementor-nav .nikstore-mobile-menu .nikstore-search-popover .nikstore-ajax-search-btn i{
color: #fff !important;
}
.nikstore-mobile-menu  .nikstore-nav-logo-popover .nikstore-site-branding{
max-width: 170px;
}
.nikstore-mobile-menu  .nikstore-nav-logo-popover .nikstore-site-branding img{
width: 170px;
}
.trending-products-sport .product-content-carosol-one .prodict-title h4 a {
padding-top: 11px;
}
.trending-products-sport .product-content-carosol-one .sell-pro-price {
margin-top: 0px;
margin-bottom: 2px;
}
.trending-products-sport .product-content-carosol-one .avarage {
padding-top: 5px;
padding-bottom: 5px;
}
.product-content-carosol-one .nikstore-timer-style-one .nikstore-count-value .label{
color: #717171;
}
.trending-products-sport .nikstore-timer-style-one .cart-style-populer {
padding-top: 8px;
}
.nikstore-header_icon_set_ul li button{
min-height: auto;
}
.nikstore__product-carousel-cart-btn {
display: flex;
flex-direction: row;
}
.nikstore__product-carousel-cart-btn a {
display: flex;
flex-direction: row-reverse;
align-items: center;
column-gap: 8px;
background: #1A1D3E;
border-radius: 8px;
padding: 8px 16px;
color: #fff;
font-size: 16px;
font-weight: 600;
font-family: inter;
line-height: 1.5;
transition: all .20s;
}
.nikstore__product-carousel-cart-btn a:hover{
background: #FF7D62;
color: #ffffff;
}
.top-main-carosol-style-two .nikstore-swiper-arrow-space {
margin: 0 3px;
}
.top-main-carosol-style-two .product-cateory{
padding-top: 1px;
}
.nikstore-header_icon_set_ul li a, .nikstore-header_icon_set_ul li button  {
transition: all 0.2s;
}
.nikstore-langouseandusds select {
display: none;
}
.top-main-carosol-style-two .main-carosol-style-two{
padding-bottom: 20px;
}
.main-carosol-style-five.swiper .nikstore-swiper-button-prev,
.main-carosol-style-five.swiper .nikstore-swiper-button-next{
background: #FF7D62;
border-radius: 10px;
border: none;
}
.main-carosol-style-five.swiper .nikstore-swiper-button-prev:hover,
.main-carosol-style-five.swiper .nikstore-swiper-button-next:hover{
background: #FFFFFF;
box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.12);
border-radius: 10px;
color: #1A1D3E;
}
.main-carosol-style-five.swiper .nikstore-swiper-arrow-space {
margin: 3px;
}
.nikstore-product-carousel-style-five .nikstore-product-carousel-item::before {
content: none;
}
.swiper-wrapper.nikstore-product-carousel-total.nikstore-product-carousel-style-five {
height: auto !important;
padding-bottom: 20px;
}
.nikstore-list-product-style-three .nikstore-list-wc-style-two .trending-product-sport-img img{
height: 140px;
}
.nikstore_hover_transition{
transition: all 0.2s;
}
.nikstore-list-product-style-three .trending-products-sport .product-cateory{
padding-top: 0px;
}
.nikstore-cat-style-three .cat-style-h5-three {
margin-top: 29px;
margin-bottom: 6px;
}
.nikstore-cat-style-three .cat-style-p-three {
margin: 0;
padding-top: 8px;
padding-bottom: 10px;
}
.nikstore-cat-style-three .cat-button {
transition: all 0.5s;
}
.nikstore-list-five-style .trending-product-sport-img img {
height: auto;
}
.nikstore__flash_sell-style-two .trending-products-sport:hover {
box-shadow: none !important;
}
.nikstore__flash_sell-style-two .trending-products-sport {
padding: 26px 26px 10px 26px;
}
.nikstore__flash_sell-section-title{
padding: 0;
display: flex;
flex-direction: column;
}
.nikstore__flash_sell-style-two .trending-products-sport .product-content{
display: flex;
flex-direction: column;
}
.nikstore-product-style-four:hover{
box-shadow: 0px 25px 55px rgba(0, 0, 0, 0.08);
border-color: #ffffff00;
}
.nikstore-sliders-style-two .offer-banner {
z-index: 11;
}
.home__two-footer-form{
padding: 13px 0px;
}
.custom-from-style.custom-from-style-two {
align-items: start;
}
.nikstore-list-product-style-six .nikstore__flash_sell-syle-six #nikstoretimer p{
background-color: #fff;
}
.nikstore__flash_sell-syle-one #nikstoretimer .nikstore-count-value {
margin-bottom: 14px;
}
.nikstore__timer-counter .countdown.nikstore-timer-countdown{
gap: 3px;
}
.nikstore__timer-counter .separator {
top: 13%;
position: relative;
}
.nikstoreClientTestimonial .flickity-slider{
display: flex;
flex-wrap: wrap;
}
.nikstore__product-view-style-tab-content .nikstore-hover-thumb-woo:hover img {
transform: scale(1.05);
}
.nikstore__product-view-style-tab-content .list-style-one-cart a {
transition: all 0.5s;
}
.nikstore__product-view-style-tab-content .list-style-one-cart a:hover {
background: #1A1D3E;
}
.nikstore__product-view-style-tab-content .nik-list-wsh-com-bpx a:hover span {
color: #FF7246;
}
.nikstore__list-style-compare-btn{
display: flex;
gap: 3px;
transition: all 0.3s;
}
.nikstore__list-style-compare-btn:hover {
color: #FF7246;
}
ul.ajax-post__filter-category.taxonomy-product-cat a {
transition: all 0.3s;
}
.nikstore-quickv-product-details .woocommerce-variation-add-to-cart a {
width: calc(100% - 150px);
}
.vertical-thumbnails .product-thumbnails.slider.row-slider{
display: none;
}
.vertical-thumbnails .product-thumbnails.slider.row-slider.flickity-enabled.is-draggable{
display: block;
}
.custom-from-style-nine .wpcf7-submit:hover{
background-color: #FDC330;
color: #ffffff;
border-color: #FDC330;
}
.nik--msv-product-list-style--one-inner .producticons-sport.psf-style-7.product-content-carosol-cart {
display: flex;
flex-direction: column;
}
.nikstore--default--card--item a.added_to_cart.wc-forward {
border-radius: 0;
padding: 12px 75px;
}
.nikstore-product-style-four:hover .product-img-v6 img {
transform: scale(1.1);
}
.nikstore__not-product-rating p.stars span {
display: flex;
align-items: center;
}
.nikstore__not-product-rating span.zero {
padding-left: 5px;
}
.nikstore__style-two-cart form.cart {
display: flex;
flex-direction: column;
align-items: center;
}
.nikstore__woo_single-compare_product a.compare.woosc-btn-added:before {
content: '\e058';
font-size: 16px;
font-family: "nikstore-icon" !important;
}
.nikstore-product-style-six .woocommerce.product.compare-button.woosc-compare-button {
display: flex;
}
.nikstore-quickv-product-details-main .cart .added_to_cart.wc-forward{
width: calc(100% - 140px);
margin: 0;
}
.nikstore-quickv-product-details .quantity {
margin-bottom: 10px;
}
.nikstore-product-style-one a.added_to_cart.wc-forward {
padding: 0px 0px;
}
.nikstore-featured-style-one a.compare.button.woosc-btn {
font-size: 0;
}
.top-main-carosol-style-eight .nikstore-product-carousel-box.swiper {
opacity: 1;
}
.rev-carousel-three #clientthumbmySwiper {
margin: 0 35%;
padding: 33px 0px 60px;
max-width: inherit;
} .nikstore__jewelry_card_img {
width: 747px;
height: 560px;
}
.nikstore__jewelry_card_img.swiper-3d .swiper-slide-shadow {
background: none;
}
.hover_style_1_before span:first-child,
.hover_style_1_after span:first-child{
transition: padding 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hover_style_1_before:hover span:first-child{
padding-right: 8px;
}
.hover_style_1_after:hover span:first-child{
padding-left: 8px;
}
.ajax-posts__load-more .js-load-more i {
transition: padding 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
font-weight:700;
}
.ajax-posts__load-more .js-load-more:hover i {
padding-left: 8px;
}
.nikstore-footer-widget-menu-items li a {
transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.product-cateory a {
transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
position: relative;
}
a.nikstore-slider-left-btn {
position: relative;
transition: all 0.3s;
}
a.nikstore-slider-left-btn:hover {
gap: 16px;
}
#emrc_vertial_nav_box li:hover .nav-link {
transition: none;
}
.nikstore__home-one-top-header-shop-now-btn a {
font-weight:600;
margin-left: 6px;
color:#835BF6 !important;
border-bottom: 1px solid;
}
.nikstore__home-one-top-header-shop-now-btn a:hover{
color: #FF7D62 !important;
}
.custom-cat-grid-st2-single a.catagories_blog-a:hover {
color: #FF7246;
}
.nikstore-tab-style-one .nik-pr-style-sttw-main .product-cateory a:hover, .nikstore-tab-style-one .nik-pr-style-sttw-main .product-seller-info a:hover{
color: #101010;
}
a.button.nikstore_product_wishlist_button.clicked.loading {
background: #FF7246 !important;
}
.nikstore-product_style_three-info{
padding: 32px;
border-radius: 4px;
border: 1px solid #E7E7E7;
background: #ffffff;
box-shadow: 0px 45px 85px 0px rgba(0, 0, 0, 0.05);
}
.nikstore__single-style-three-title h1.product_title {
color: #1A1D3E;
font-family: Inter;
font-size: 22px;
font-style: normal;
font-weight: 500;
line-height: 150%;
}
p.d-flex.nikstore__woo_single_page_price_style-three {
color: #1A1D3E;
font-family: Inter;
font-size: 22px;
font-style: normal;
font-weight: 600;
line-height: 150%;
margin-bottom: 22px;
align-items: center;
gap: 8px;
}
p.d-flex.nikstore__woo_single_page_price_style-three del {
color: #717171;
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 140%;
}
.nickstore-woo-single-exceprt-style-three {
border-top: 1px solid #E7E7E7;
border-bottom: 1px solid #E7E7E7;
padding: 16px 0;
margin-bottom: 24px;
}
.nickstore-woo-single-exceprt-style-three .woocommerce-product-details__short-description {
margin-bottom: 0;
}
.nickstore-woo-single-exceprt-style-three .woocommerce-product-details__short-description p {
margin-bottom: 0;
}
.single_style-two-counter {
margin: 0 auto;
}
.nikstore__style-three-cart .quantity {
width: 65%;
border: 0;
background: #F5F5F5;
height: 56px;
padding: 12px;
border-radius: 4px;
}
.nikstore__style-three-cart button {
width: 48.2% !important;
height: inherit !important;
}
.nikstore__style-two-cart .wsb-button.js-wsb-add-to-cart{
height: inherit !important;
background: transparent;
color: #1A1D3E;
border-width: 2px;
}
.nikstore__style-two-cart .wsb-button.js-wsb-add-to-cart:hover {
color: #fff;
background: #FF7246;
}
.nikstore__style-three-cart .wsb-button.js-wsb-add-to-cart {
background: transparent;
color: #1A1D3E;
font-weight: 600;
border-width: 2px;
}
.nikstore__style-three-cart .wsb-button.js-wsb-add-to-cart:hover {
background: #FF7246;
color: #ffffff;
}
.nikstore__style-three-cart .add_to_cart_button {
background: #FF7246;
}
.nikstore__style-three-cart .add_to_cart_button:hover {
background: #1A1D3E;
}
.nikstore__style-three-cart form.cart {
display: flex;
flex-direction: row;
align-items: center;
gap: 16px;
margin-top: 24px;
flex-wrap: wrap;
justify-content: center;
}
.nikstore__style-three-cart .quantity input[type=button] {
border-radius: 4px;
}
.nikstore__style-three-cart .variations_form .single_variation_wrap {
width: 100%;
}
.nikstore__style-three-cart .woocommerce-variation-add-to-cart {
display: flex;
flex-direction: row;
align-items: center;
gap: 16px;
flex-wrap: wrap;
justify-content: center;
}
.nikstore__style-three-cart .woocommerce-variation-price {
display: flex;
justify-content: center;
}
.nikstore__woo_single-compare_product a:before {
content: "\e058";
font-family: "nikstore-icon" !important;
padding-right: 5px;
}
.nikstore__woo_wishlist__compare_style_three {
display: flex;
font-size: 14px;
font-weight: 500;
column-gap: 26px;
margin-top: 18px;
}
.nikstore__woo_wishlist__compare_style_three div {
flex-grow: 1;
}
.nikstore__style-three-stock {
color: #36D286;
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 140%;
}
.nikstore__style_four-border{
border-top: 1px solid #E7E7E7;
border-bottom: 1px solid #E7E7E7;
}
.nikstore__style-four-cart .quantity {
width: 50%;
border: 0;
background: #F5F5F5;
height: 56px;
padding: 12px;
border-radius: 4px;
}
.nickstore__woo_single-cart-style-four {
margin-top: 24px;
}
.nikstore__style-four-cart form.cart {
display: flex;
gap: 16px;
}
.nikstore__style-four-cart button.single_add_to_cart_button {
background: #FF7246;
border: #FF7246;
}
.nikstore__style-four-cart button.single_add_to_cart_button:hover {
background: #1A1D3E;
border: #1A1D3E;
}
.nikstore__single-style-four-container .nikstore__not-product-rating p.stars span {
font-size: 14px;
}
a.home--one-slider-btn-wrap {
background: #835BF6;
padding: 14px 26px;
border-radius: 4px;
}
a.home--one-slider-btn-wrap i {
transition: all 0.3s;
}
a.home--one-slider-btn-wrap:hover i {
padding-left: 6px;
} @media (min-width: 1281px) and (max-width: 1366px) {
.nikstore__safe_checkout {
padding: 0px 18px 43px;
}
.nikstore-ph-tab .nav-item a {
padding: 13px 63px;
}
.nikstore__single-style-two-counter .xpsc-product-coutdown-wrapper {
column-gap: 0px;
}
.nikstore__single-style-two-counter .nikstore-sale-countdown-title {
font-size: 12px;
}
.nikstore__single-style-two-counter .nikstore-timer-for-countdown.nikstore-timer-style-one {
margin-right: 0px;
}
.nikstore__single-style-two-counter .nikstore-timer-style-one .nikstore-count-value {
font-size: 12px;
}
.nikstore__single-style-two-counter .nikstore-timer-for-countdown .nikstore-count-value .label, .nikstore__single-style-two-counter #nikstoretimer .countdown .separator {
font-size: 12px;
}
.top-main-carosol-style-one {
padding-bottom: 0;
}
.nikstore-product-carousel-box {
padding: 0 10px 0 10px;
border-radius: 4px;
}
}
@media (min-width: 1365px ) and (max-width: 1500px){
.nikstore__col-laptop-5{
flex: 0 0 auto;
width: 20%;
}
}
@media (min-width: 1024px) and (max-width: 1280px) {
.blog-st3 {
min-height: 350px;
}
.blog-st3 img {
min-height: 350px;
object-fit: cover;
}
.blog3-body {
left: 15px;
}
.nikstore-side-meta {
padding-top: 30px;
}
.nickstore-woo-single-rating .star-rating {
line-height: 1.2;
}
a.pivoo-review-link.woocommerce-review-link {
margin-top: -7px;
}
.nikstore-ph-tab .nav-item a {
padding: 13px 45px;
}
.related_products_container h2 {
margin-bottom: 38px;
font-size: 30px;
}
.nikstore__single-style-two-counter .xpsc-product-coutdown-wrapper {
flex-direction: column;
}
.nikstore__single-style-two-counter {
justify-content: flex-start;
align-items: flex-end;
}
.nikstore__single-style-two-counter .nikstore-sale-countdown-title {
line-height: 0;
}
.top-main-carosol-style-one {
padding-bottom: 0;
}
.nikstore-product-carousel-box {
padding: 0 10px 0 10px;
border-radius: 4px;
}
.nikstore-woo-product-style-one .producticons-sport a {
margin-right: 0;
}
.nikstore-quickv-product-details button.single_add_to_cart_button {
min-width: 54%;
width: 59%;
}
}
@media (min-width: 991px) and (max-width: 1200px) {
.single-special-content h2 {
font-size: 32px !important;
line-height: 42px !important;
}
.single-special-content p {
font-size: 16px !important;
line-height: 1.3 !important;
}
}
@media (max-width: 768px){
.product-filter-style.product-filter-styles-one .product-title-lft h2 {
margin-bottom: 22px;
}
.single-cat-grid-v6 .single-cat-lft {
margin: 0;
}
.nikstore__single-style-three-counter-number .nikstore-count-value {
padding: 0 !important;
}
.nikstore__style-three-cart button {
width: 100% !important;
}
}
@media (min-width: 768px) and (max-width: 1023px) {
.cat-grid-square {
text-align: center;
padding: 50px 100px;
}
.archive-description {
max-width: 75%;
margin: 0 auto;
}
.rev-carousel-three .client-single-quote .quote-text {
max-width: 70%;
margin: 40px auto;
}
.elementor-image-gallery .gallery-columns-5 .gallery-item {
max-width: 72% !important;
}
.nikstore-review-slider .single-r-slide {
width: 33.3333333%;
margin: 15px 20px;
}
.large-screen-wide {
padding: 0px 70px;
}
.white-bg-btn a {
width: auto;
}
.nikstore-cat-carousel-item {
width: 14%;
margin: 15px 0px;
}
button.single_add_to_cart_button {
min-width: 74%;
}
.nikstore-quickv-product-details button.single_add_to_cart_button {
min-width: 44%;
width: 50%;
}
.nikstore-ph-tab .nav-item a {
padding: 13px 21px;
}
.vertical-thumbnails .flickity-slider, .vertical-thumbnails .flickity-viewport {
-webkit-transform: none !important;
-ms-transform: none !important;
transform: none !important;
overflow: visible !important;
height: auto !important;
}
.vertical-thumbnails .col {
position: relative !important;
left: 0 !important;
max-width: 100% !important;
min-height: 0 !important;
margin-left: 1px;
width: 95% !important;
right: 0 !important;
padding: 0 0 15px !important;
}
.vertical-thumbnails {
overflow-x: hidden;
overflow-y: auto;
}
.nikstore-side-meta {
padding-top: 30px;
}
.pivoo-single-product-box .product_title {
font-size: 28px;
}
.related_products_container h2 {
margin-bottom: 38px;
font-size: 28px;
}
#return_policy h3 {
font-size: 1.5rem;
}
#xpc-product-quick-view .modal-content{
max-height: 332px;
}
.nikstore-quickv-product-details{
max-height: 330px;
}
}
@media (min-width: 991px) {
.nikstore-itamized-grid{
display: flex;
flex-wrap: wrap;
gap: 0;
}
.nikstore-itamized-grid-left,
.nikstore-itamized-grid-right{
width:270px;
}
.nikstore-itamized-grid-center{
flex:1;
}
.nikstore-itamized-grid-center .custom-cat-grid-st2-single{
width:33.3333%;
min-height:136px;
}
.slider2-content {
max-width: 500px;
}
.carousol-col-4 .msv_centered_carousel .swiper-slide {
width: 22%;
transform: translateX(-140%) !important;
}
.carousol-col-4 .msv_centered_carousel .swiper-slide .trending-products-st1,
.carousol-col-4 .msv_centered_carousel .swiper-slide .trending-products-sport {
width: 100%;
}
.msv_centered_carousel .swiper-slide {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.nikstore-main-nav {
float: right;
}
}
@media (min-width: 769px) and (max-width: 991px) {
.nickstore-woo-single-cart-style-one .quantity {
min-width: 160px;
}
}
@media (min-width: 992px) {
.single-special-content {
bottom: 7%;
}
.pivoo-atr-block {
padding: 31px 50px 41px 50px;
position: relative;
margin-bottom: 80px;
display: block;
float: left;
}
}
@media (max-width: 1199px){
.pivoo-single-thumbs {
padding-right: 12px;
}
.nikstore-product-carousel-style-one {
height: auto !important;
}
}
@media (max-width: 1365.8px){
.single-cat-grid-v6 {
flex-direction: column-reverse;
}
.single-cat-grid-v6 .cat-grid-v6-img {
margin: 0px 0px 32px 0px !important;
}
.nikstore-featured-style-one .fetured-style-middol a img {
height: auto;
width: 100%;
}
}
@media (max-width: 767px) {
.nikstore-product_style_three-info .nikstore__woo-brand-and-review {
flex-wrap: wrap;
justify-content: center;
row-gap: 10px;
}
.single-special {
min-height: 450px;
}
.single-special-img img {
min-height: 450px;
object-fit: cover;
}
#xpc-product-quick-view .modal-content .quantity {
margin-bottom: 10px;
}
.nikstore-side-meta {
padding-top: 30px;
}
.pivoo-single-product-box .product_title {
font-size: 28px !important;
}
.nikstore-ajax-grid-search .nikstore-ajax-product-image {
width: 50% !important;
}
.classic-newsletter span.wpcf7-form-control-wrap.newsletter-form {
width: 83% !important;
}
.nikstore-search-result {
padding: 12px 0;
}
.nikstore-ajax-grid-search .col {
display: flex;
}
.nikstore-ajax-grid-search .nikstore-ajax-product-data {
padding-left: 10px !important;
}
.nikstore-ajax-product-data h3,
.nikstore-ajax-product-price span {
font-size: 16px;
}
.product-style-eight.pst-nine .unevent-grid-trending-icons .add_to_cart_button {
display: none;
}
.product-style-eight.pst-nine .unevent-grid-trending-icons {
transform: translateX(-10px);
}
.product-style-eight.pst-nine .unevent-grid-trending-icons a {
opacity: 1;
visibility: visible;
}
.product-style-eight.pst-nine .unevent-grid-trending-icons a {
width: 30px;
height: 30px;
line-height: 30px;
}
.row-mob-smaller {
--bs-gutter-x: 0.7rem;
}
.nikstore-timer-style-one #nikstoretimer .countdown {
width: 100%;
}
.nikstore-timer-style-one .nikstore-count-value {
width: 43% !important;
}
.cat-grid-horizontal.vertical {
padding: 35px 20px 35px 20px;
}
.cat-vertical-img {
max-width: 40%;
}
.nikstore-side-meta .quantity,
.single_add_to_cart_button,
.added_to_cart.wc-forward {
width: 100%;
margin-bottom: 15px;
margin-left: 0 !important;
}
.nikstore-wishlist-sp {
margin-top: 5px;
}
.nikstore-wishlist-sp,
.nikstore-wishlist-sp .yith-wcwl-add-to-wishlist,
.nikstore-wishlist-sp .yith-wcwl-add-to-wishlist a {
display: block;
width: 100%;
text-align: center;
}
.nikstore-ph-tab ul.nav {
flex-direction: column;
}
#return_policy h3 {
font-size: 1.5rem;
}
.related_products_container h2 {
font-size: 28px;
}
.pivoo-single-thumbs {
padding-right: 0;
padding-left: 0;
}
.small-columns-4 .flickity-viewport {
margin-left: 10px !important;
}
nav.woocommerce-breadcrumb {
padding-left: 15px;
}
.nikstore-sliders-style-one .slide-full-width {
width: 100%;
}
.nikstore-sliders-style-one .slider-img {
margin-right: 0px;
}
.nikstore-sliders-style-one .slider-img {
padding: 0px 0px;
}
.nikstore-sliders-style-one .flickity-prev-next-button.previous {
-webkit-transform: translateX(20%);
-ms-transform: translateX(20%);
transform: translateX(20%);
top: 92%;
min-height: auto !important;
z-index: 2;
}
.nikstore-sliders-style-one .flickity-prev-next-button.next {
right: 43%;
top: 92%;
z-index: 2;
}
.nickstore-woo-single-price {
margin-right: 10px;
}
.nikstore__single-style-two-counter {
justify-content: flex-start;
}
.nickstore-related-product-carousel .flickity-prev-next-button.previous {
top: -122px;
}
.nickstore-related-product-carousel .flickity-prev-next-button.next {
top: -122px;
}
.nikstore_checkout_image{
flex-wrap: wrap;
row-gap:10px;
justify-content:center
}
.nikstore-product-container-bx {
padding: 20px 0;
}
.product-thumbnails {
display: none;
}
.nickstore-woo-single-exceprt {
margin-top: 23px;
}
.woocommerce-product-details__short-description {
margin-bottom: 25px !important;
}
.nickstore-related-product-carousel{
transform: translateX(12px);
}
a.added_to_cart.wc-forward {
width: calc(100% - 176px);
}
.single-cat-grid-v6 .cat-grid-v6-img {
margin: 0 auto 32px auto !important;
}
.single-cat-grid-v6 .cat-grid-v6-img img {
width: 100%;
}
.woocommerce-cart-form__cart-item td {
line-height: 1.5;
}
.woocommerce-cart-form__cart-item .variation {
margin-top: 15px;
}
.nikstore-product-carousel-style-two{
height: auto !important;
}
.nikstore__single-style-three-container .nikstore__single-style-three-counter-number .nikstore-count-value {
padding: 0 !important;
min-width: initial !important;
}
.nikstore__single-style-three-counter-number .nikstore-timer-style-one .nikstore-count-value span,
.nikstore__single-style-two-counter .nikstore-count-value span{
font-size: 12px !important;
}
.nikstore__single-style-three-counter-number .label,
.nikstore__single-style-two-counter .nikstore-timer-style-one .label{
font-size: 12px !important;
}
.nikstore__single-style-two-counter.nikstore__single-style-three-counter{
column-gap: 2px;
}
.nikstore__single-style-three-counter-number p.nikstore-count-value-ct {
gap: 2px;
}
.nikstore__woo_wishlist__compare_style_three {
flex-wrap: wrap;
}
.nikstore__single-style-two-counter .nikstore-timer-for-countdown.nikstore-timer-style-one span.nikstore-count-value {
padding: 0 !important;
min-width: initial;
margin-top: 0;
margin-right: 5px;
}
}
@media (max-width: 575px) {
a.added_to_cart.wc-forward {
width: calc(100% - 186px);
}
.single-cat-grid-v6 {
flex-direction: row;
}
.nikstore__jewelry_card_img {
width: 350px;
height: auto;
}
}
@media (max-width: 524px) {
.nickstore-related-product-carousel .flickity-prev-next-button.next {
top: -140px;
}
.nickstore-related-product-carousel .flickity-prev-next-button.previous {
top: -140px;
}
.nickstore-alt-thumb-pr-slider .flickity-viewport {
margin-left: 0 !important;
margin-right: 0;
}
.nickstore-alt-thumb-pr-slider .flickity-viewport {
margin-left: 0 !important;
margin-right: 0;
}
.nikstore-quickv-product-details .single_add_to_cart_button {
width: 60%;
}
.single-cat-grid-v6 {
flex-direction: column-reverse;
}
.error-404 h1 {
font-size: 100px;
}
.page-title-404 {
z-index: 1;
position: relative;
}
.image-404-one {
left: 0%;
top: 2%;
}
.image-404-two {
right: -3%;
top: -1%;
}
.woocommerce-cart-form__cart-item .product-name {
max-width: 232px;
padding-right: 20px !important;
}
.woocommerce-checkout-review-order-table .product-name {
padding-right: 20px !important;
}
}
@media (max-width: 459px) {
.nikstore__woo_wishlist__compare {
flex-wrap: wrap;
column-gap: 0;
justify-content: space-between;
text-align: center;
}
.nikstore__woo_wishlist__compare > div {
width: 50%;
}
.woocommerce-cart-form__cart-item td.product-subtotal {
width: 75px;
}
}
@media (max-width: 407px) {
.nikstore__woo_single_page_price {
margin-bottom: 15px;
}
.nikstore__safe_checkout_title h2 {
font-size: 18px;
}
.related_products_container h2 {
font-size: 24px;
}
.nickstore-related-product-carousel .flickity-prev-next-button.previous {
right: auto;
left: 2%;
top: 40%;
}
.nickstore-related-product-carousel .flickity-prev-next-button.next {
top: 40%;
right: -2%;
}
.nikstore-quickv-product-details .quantity {
width: 100%;
}
.nikstore-quickv-product-details .single_add_to_cart_button {
width: 100%;
}
}
@media (min-width: 1036px) {
.d-customL-none,
.nikstore-mobile-menu.d-customL-none {
display: none !important;
}
.d-customL-block,
.navbar.d-customL-block {
display: block !important;
}
}
@media (min-width: 1190px) {
.single-special-content {
bottom: 10%;
}
.transparent-bg-btn a {
padding: 18px 30px;
}
}
@media (min-width: 1400px) {
.nikstore-extended-container {
max-width: 1720px !important;
margin: 0 auto;
}
.single-special-content h2 {
margin-bottom: 40px;
margin-top: 80px;
}
}
@media (min-width: 1600px) {
.main-carosol-style-one .carousol-col-4 .swiper-slide {
width: 15%;
transform: translateX(-280%);
}
.carousol-col-4 .msv_centered_carousel .swiper-slide {
width: 20%;
transform: translateX(-125%) !important;
}
.single-special-content h2 {
margin-bottom: 40px;
margin-top: 115px;
}
}
@media (min-width: 2200px) {
.carousol-col-4 .msv_centered_carousel .swiper-slide {
width: 19%;
transform: translateX(-117%) !important;
}
}
@media (min-width:1024px) and (max-width:1200px){
#xpc-product-quick-view .modal-content{
max-height: 480px;
}
.nikstore-quickv-product-details{
max-height: 400px;
}
}
@media (min-width: 1200px) and (max-width: 1500px){
.nikstore-side-meta .quantity{
max-width: 30%;
}
.nickstore-woo-single-cart-style-one button.single_add_to_cart_button{
width: 69.9%;
}
}
@media only screen and (max-width: 959px) and (min-width: 720px){
.custom-cat-grid-st2-singleone img{
max-width: 56px;
}
}
@media only screen and (max-width: 719px){
.custom-cat-grid-st2-singleone img{
max-width: 56px;
}
}
@media (max-width: 1024px){
.nikstore-timer-style-one .nikstore-count-value{
font-size: 18px !important;
}
.nikstore__flash_sell-syle-six .nikstore-count-value .dd {
font-size: 32px !important;
}
.nikstore-timer-style-one .nikstore-count-value .label{
margin-top: 4px !important;
}
.nikstore-timer-style-one .nikstore-count-value {
padding: 15px 2px !important;
}
}
@media only screen and (max-width: 900px){
.nikstore-itamized-grid-left .nikstore-itamized-grid-inner , .nikstore-itamized-grid-right .nikstore-itamized-grid-inner{
display: flex;
align-items: center;
gap: 20px;
}
}
@media (min-width: 1400px){
.col-cxl-5 {
flex: 0 0 auto;
width: 20%;
}
}
 :root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13,110,253;--bs-secondary-rgb:108,117,125;--bs-success-rgb:25,135,84;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-body-color-rgb:33,37,41;--bs-body-bg-rgb:255,255,255;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-bg:#fff}*,::after,::before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}hr{margin:1rem 0;color:inherit;background-color:currentColor;border:0;opacity:.25}hr:not([size]){height:1px}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){.h1,h1{font-size:2.5rem}}.h2,h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){.h2,h2{font-size:2rem}}.h3,h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){.h3,h3{font-size:1.75rem}}.h4,h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){.h4,h4{font-size:1.5rem}}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[data-bs-original-title],abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}.small,small{font-size:.875em}.mark,mark{padding:.2em;background-color:#fcf8e3}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#0d6efd;text-decoration:underline}a:hover{color:#0a58ca}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--bs-font-monospace);font-size:1em;direction:ltr;unicode-bidi:bidi-override}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:#d63384;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:.875em;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:1em;font-weight:700}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:#6c757d;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]::-webkit-calendar-picker-indicator{display:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::-webkit-file-upload-button{font:inherit}::file-selector-button{font:inherit}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-6{font-size:2.5rem}}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:.875em;color:#6c757d}.blockquote-footer::before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:.875em;color:#6c757d}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.table{--bs-table-bg:transparent;--bs-table-accent-bg:transparent;--bs-table-striped-color:#212529;--bs-table-striped-bg:rgba(0, 0, 0, 0.05);--bs-table-active-color:#212529;--bs-table-active-bg:rgba(0, 0, 0, 0.1);--bs-table-hover-color:#212529;--bs-table-hover-bg:rgba(0, 0, 0, 0.075);width:100%;margin-bottom:1rem;color:#212529;vertical-align:top;border-color:#dee2e6}.table>:not(caption)>*>*{padding:.5rem .5rem;background-color:var(--bs-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg)}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table>:not(:first-child){border-top:2px solid currentColor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem .25rem}.table-bordered>:not(caption)>*{border-width:1px 0}.table-bordered>:not(caption)>*>*{border-width:0 1px}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child){border-top-width:0}.table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-accent-bg:var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-active{--bs-table-accent-bg:var(--bs-table-active-bg);color:var(--bs-table-active-color)}.table-hover>tbody>tr:hover>*{--bs-table-accent-bg:var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}.table-primary{--bs-table-bg:#cfe2ff;--bs-table-striped-bg:#c5d7f2;--bs-table-striped-color:#000;--bs-table-active-bg:#bacbe6;--bs-table-active-color:#000;--bs-table-hover-bg:#bfd1ec;--bs-table-hover-color:#000;color:#000;border-color:#bacbe6}.table-secondary{--bs-table-bg:#e2e3e5;--bs-table-striped-bg:#d7d8da;--bs-table-striped-color:#000;--bs-table-active-bg:#cbccce;--bs-table-active-color:#000;--bs-table-hover-bg:#d1d2d4;--bs-table-hover-color:#000;color:#000;border-color:#cbccce}.table-success{--bs-table-bg:#d1e7dd;--bs-table-striped-bg:#c7dbd2;--bs-table-striped-color:#000;--bs-table-active-bg:#bcd0c7;--bs-table-active-color:#000;--bs-table-hover-bg:#c1d6cc;--bs-table-hover-color:#000;color:#000;border-color:#bcd0c7}.table-info{--bs-table-bg:#cff4fc;--bs-table-striped-bg:#c5e8ef;--bs-table-striped-color:#000;--bs-table-active-bg:#badce3;--bs-table-active-color:#000;--bs-table-hover-bg:#bfe2e9;--bs-table-hover-color:#000;color:#000;border-color:#badce3}.table-warning{--bs-table-bg:#fff3cd;--bs-table-striped-bg:#f2e7c3;--bs-table-striped-color:#000;--bs-table-active-bg:#e6dbb9;--bs-table-active-color:#000;--bs-table-hover-bg:#ece1be;--bs-table-hover-color:#000;color:#000;border-color:#e6dbb9}.table-danger{--bs-table-bg:#f8d7da;--bs-table-striped-bg:#eccccf;--bs-table-striped-color:#000;--bs-table-active-bg:#dfc2c4;--bs-table-active-color:#000;--bs-table-hover-bg:#e5c7ca;--bs-table-hover-color:#000;color:#000;border-color:#dfc2c4}.table-light{--bs-table-bg:#f8f9fa;--bs-table-striped-bg:#ecedee;--bs-table-striped-color:#000;--bs-table-active-bg:#dfe0e1;--bs-table-active-color:#000;--bs-table-hover-bg:#e5e6e7;--bs-table-hover-color:#000;color:#000;border-color:#dfe0e1}.table-dark{--bs-table-bg:#212529;--bs-table-striped-bg:#2c3034;--bs-table-striped-color:#fff;--bs-table-active-bg:#373b3e;--bs-table-active-color:#fff;--bs-table-hover-bg:#323539;--bs-table-hover-color:#fff;color:#fff;border-color:#373b3e}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem}.form-text{margin-top:.25rem;font-size:.875em;color:#6c757d}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:#212529;background-color:#fff;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-control::-webkit-date-and-time-value{height:1.5em}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}.form-control::-webkit-file-upload-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-control::file-selector-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#dde0e3}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#dde0e3}.form-control::-webkit-file-upload-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#dde0e3}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.form-control-sm::-webkit-file-upload-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-sm::-webkit-file-upload-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-lg{min-height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.form-control-lg::-webkit-file-upload-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}.form-control-lg::-webkit-file-upload-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + .75rem + 2px)}textarea.form-control-sm{min-height:calc(1.5em + .5rem + 2px)}textarea.form-control-lg{min-height:calc(1.5em + 1rem + 2px)}.form-control-color{width:3rem;height:auto;padding:.375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{height:1.5em;border-radius:.25rem}.form-control-color::-webkit-color-swatch{height:1.5em;border-radius:.25rem}.form-select{display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;-moz-padding-start:calc(0.75rem - 3px);font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-select{transition:none}}.form-select:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:.75rem;background-image:none}.form-select:disabled{background-color:#e9ecef}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #212529}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem;border-radius:.2rem}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem;border-radius:.3rem}.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-input{width:1em;height:1em;margin-top:.25em;vertical-align:top;background-color:#fff;background-repeat:no-repeat;background-position:center;background-size:contain;border:1px solid rgba(0,0,0,.25);-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-print-color-adjust:exact;color-adjust:exact}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.form-check-input:checked[type=checkbox]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")}.form-check-input:checked[type=radio]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}.form-check-input[type=checkbox]:indeterminate{background-color:#0d6efd;border-color:#0d6efd;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{width:2em;margin-left:-2.5em;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");background-position:left center;border-radius:2em;transition:background-position .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{background-position:right center;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.btn-check:disabled+.btn,.btn-check[disabled]+.btn{pointer-events:none;filter:none;opacity:.65}.form-range{width:100%;height:1.5rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#0d6efd;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#b6d4fe}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#0d6efd;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{-moz-transition:none;transition:none}}.form-range::-moz-range-thumb:active{background-color:#b6d4fe}.form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.form-range:disabled::-moz-range-thumb{background-color:#adb5bd}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-select{height:calc(3.5rem + 2px);line-height:1.25}.form-floating>label{position:absolute;top:0;left:0;height:100%;padding:1rem .75rem;pointer-events:none;border:1px solid transparent;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media (prefers-reduced-motion:reduce){.form-floating>label{transition:none}}.form-floating>.form-control{padding:1rem .75rem}.form-floating>.form-control::-moz-placeholder{color:transparent}.form-floating>.form-control::placeholder{color:transparent}.form-floating>.form-control:not(:-moz-placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:not(:-moz-placeholder-shown)~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:-webkit-autofill~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-select{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-select:focus{z-index:3}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:3}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#198754}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(25,135,84,.9);border-radius:.25rem}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:#198754;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-valid,.was-validated .form-select:valid{border-color:#198754}.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"]{padding-right:4.125rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-valid:focus,.was-validated .form-select:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.form-check-input.is-valid,.was-validated .form-check-input:valid{border-color:#198754}.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{background-color:#198754}.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#198754}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.input-group .form-control.is-valid,.input-group .form-select.is-valid,.was-validated .input-group .form-control:valid,.was-validated .input-group .form-select:valid{z-index:1}.input-group .form-control.is-valid:focus,.input-group .form-select.is-valid:focus,.was-validated .input-group .form-control:valid:focus,.was-validated .input-group .form-select:valid:focus{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-invalid,.was-validated .form-select:invalid{border-color:#dc3545}.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"]{padding-right:4.125rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:#dc3545}.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:#dc3545}.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.input-group .form-control.is-invalid,.input-group .form-select.is-invalid,.was-validated .input-group .form-control:invalid,.was-validated .input-group .form-select:invalid{z-index:2}.input-group .form-control.is-invalid:focus,.input-group .form-select.is-invalid:focus,.was-validated .input-group .form-control:invalid:focus,.was-validated .input-group .form-select:invalid:focus{z-index:3}.btn{display:inline-block;font-weight:400;line-height:1.5;color:#212529;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529}.btn-check:focus+.btn,.btn:focus{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.btn.disabled,.btn:disabled,fieldset:disabled .btn{pointer-events:none;opacity:.65}.btn-primary{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-primary:hover{color:#fff;background-color:#0b5ed7;border-color:#0a58ca}.btn-check:focus+.btn-primary,.btn-primary:focus{color:#fff;background-color:#0b5ed7;border-color:#0a58ca;box-shadow:0 0 0 .25rem rgba(49,132,253,.5)}.btn-check:active+.btn-primary,.btn-check:checked+.btn-primary,.btn-primary.active,.btn-primary:active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0a58ca;border-color:#0a53be}.btn-check:active+.btn-primary:focus,.btn-check:checked+.btn-primary:focus,.btn-primary.active:focus,.btn-primary:active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(49,132,253,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5c636a;border-color:#565e64}.btn-check:focus+.btn-secondary,.btn-secondary:focus{color:#fff;background-color:#5c636a;border-color:#565e64;box-shadow:0 0 0 .25rem rgba(130,138,145,.5)}.btn-check:active+.btn-secondary,.btn-check:checked+.btn-secondary,.btn-secondary.active,.btn-secondary:active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#565e64;border-color:#51585e}.btn-check:active+.btn-secondary:focus,.btn-check:checked+.btn-secondary:focus,.btn-secondary.active:focus,.btn-secondary:active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(130,138,145,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-success{color:#fff;background-color:#198754;border-color:#198754}.btn-success:hover{color:#fff;background-color:#157347;border-color:#146c43}.btn-check:focus+.btn-success,.btn-success:focus{color:#fff;background-color:#157347;border-color:#146c43;box-shadow:0 0 0 .25rem rgba(60,153,110,.5)}.btn-check:active+.btn-success,.btn-check:checked+.btn-success,.btn-success.active,.btn-success:active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#146c43;border-color:#13653f}.btn-check:active+.btn-success:focus,.btn-check:checked+.btn-success:focus,.btn-success.active:focus,.btn-success:active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(60,153,110,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#198754;border-color:#198754}.btn-info{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-info:hover{color:#000;background-color:#31d2f2;border-color:#25cff2}.btn-check:focus+.btn-info,.btn-info:focus{color:#000;background-color:#31d2f2;border-color:#25cff2;box-shadow:0 0 0 .25rem rgba(11,172,204,.5)}.btn-check:active+.btn-info,.btn-check:checked+.btn-info,.btn-info.active,.btn-info:active,.show>.btn-info.dropdown-toggle{color:#000;background-color:#3dd5f3;border-color:#25cff2}.btn-check:active+.btn-info:focus,.btn-check:checked+.btn-info:focus,.btn-info.active:focus,.btn-info:active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(11,172,204,.5)}.btn-info.disabled,.btn-info:disabled{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-warning{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#000;background-color:#ffca2c;border-color:#ffc720}.btn-check:focus+.btn-warning,.btn-warning:focus{color:#000;background-color:#ffca2c;border-color:#ffc720;box-shadow:0 0 0 .25rem rgba(217,164,6,.5)}.btn-check:active+.btn-warning,.btn-check:checked+.btn-warning,.btn-warning.active,.btn-warning:active,.show>.btn-warning.dropdown-toggle{color:#000;background-color:#ffcd39;border-color:#ffc720}.btn-check:active+.btn-warning:focus,.btn-check:checked+.btn-warning:focus,.btn-warning.active:focus,.btn-warning:active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(217,164,6,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#bb2d3b;border-color:#b02a37}.btn-check:focus+.btn-danger,.btn-danger:focus{color:#fff;background-color:#bb2d3b;border-color:#b02a37;box-shadow:0 0 0 .25rem rgba(225,83,97,.5)}.btn-check:active+.btn-danger,.btn-check:checked+.btn-danger,.btn-danger.active,.btn-danger:active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#b02a37;border-color:#a52834}.btn-check:active+.btn-danger:focus,.btn-check:checked+.btn-danger:focus,.btn-danger.active:focus,.btn-danger:active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-light{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#000;background-color:#f9fafb;border-color:#f9fafb}.btn-check:focus+.btn-light,.btn-light:focus{color:#000;background-color:#f9fafb;border-color:#f9fafb;box-shadow:0 0 0 .25rem rgba(211,212,213,.5)}.btn-check:active+.btn-light,.btn-check:checked+.btn-light,.btn-light.active,.btn-light:active,.show>.btn-light.dropdown-toggle{color:#000;background-color:#f9fafb;border-color:#f9fafb}.btn-check:active+.btn-light:focus,.btn-check:checked+.btn-light:focus,.btn-light.active:focus,.btn-light:active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(211,212,213,.5)}.btn-light.disabled,.btn-light:disabled{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-dark{color:#fff;background-color:#212529;border-color:#212529}.btn-dark:hover{color:#fff;background-color:#1c1f23;border-color:#1a1e21}.btn-check:focus+.btn-dark,.btn-dark:focus{color:#fff;background-color:#1c1f23;border-color:#1a1e21;box-shadow:0 0 0 .25rem rgba(66,70,73,.5)}.btn-check:active+.btn-dark,.btn-check:checked+.btn-dark,.btn-dark.active,.btn-dark:active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1a1e21;border-color:#191c1f}.btn-check:active+.btn-dark:focus,.btn-check:checked+.btn-dark:focus,.btn-dark.active:focus,.btn-dark:active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(66,70,73,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#212529;border-color:#212529}.btn-outline-primary{color:#0d6efd;border-color:#0d6efd}.btn-outline-primary:hover{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-check:focus+.btn-outline-primary,.btn-outline-primary:focus{box-shadow:0 0 0 .25rem rgba(13,110,253,.5)}.btn-check:active+.btn-outline-primary,.btn-check:checked+.btn-outline-primary,.btn-outline-primary.active,.btn-outline-primary.dropdown-toggle.show,.btn-outline-primary:active{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-check:active+.btn-outline-primary:focus,.btn-check:checked+.btn-outline-primary:focus,.btn-outline-primary.active:focus,.btn-outline-primary.dropdown-toggle.show:focus,.btn-outline-primary:active:focus{box-shadow:0 0 0 .25rem rgba(13,110,253,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#0d6efd;background-color:transparent}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-check:focus+.btn-outline-secondary,.btn-outline-secondary:focus{box-shadow:0 0 0 .25rem rgba(108,117,125,.5)}.btn-check:active+.btn-outline-secondary,.btn-check:checked+.btn-outline-secondary,.btn-outline-secondary.active,.btn-outline-secondary.dropdown-toggle.show,.btn-outline-secondary:active{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-check:active+.btn-outline-secondary:focus,.btn-check:checked+.btn-outline-secondary:focus,.btn-outline-secondary.active:focus,.btn-outline-secondary.dropdown-toggle.show:focus,.btn-outline-secondary:active:focus{box-shadow:0 0 0 .25rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-success{color:#198754;border-color:#198754}.btn-outline-success:hover{color:#fff;background-color:#198754;border-color:#198754}.btn-check:focus+.btn-outline-success,.btn-outline-success:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.5)}.btn-check:active+.btn-outline-success,.btn-check:checked+.btn-outline-success,.btn-outline-success.active,.btn-outline-success.dropdown-toggle.show,.btn-outline-success:active{color:#fff;background-color:#198754;border-color:#198754}.btn-check:active+.btn-outline-success:focus,.btn-check:checked+.btn-outline-success:focus,.btn-outline-success.active:focus,.btn-outline-success.dropdown-toggle.show:focus,.btn-outline-success:active:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#198754;background-color:transparent}.btn-outline-info{color:#0dcaf0;border-color:#0dcaf0}.btn-outline-info:hover{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-check:focus+.btn-outline-info,.btn-outline-info:focus{box-shadow:0 0 0 .25rem rgba(13,202,240,.5)}.btn-check:active+.btn-outline-info,.btn-check:checked+.btn-outline-info,.btn-outline-info.active,.btn-outline-info.dropdown-toggle.show,.btn-outline-info:active{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-check:active+.btn-outline-info:focus,.btn-check:checked+.btn-outline-info:focus,.btn-outline-info.active:focus,.btn-outline-info.dropdown-toggle.show:focus,.btn-outline-info:active:focus{box-shadow:0 0 0 .25rem rgba(13,202,240,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#0dcaf0;background-color:transparent}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-check:focus+.btn-outline-warning,.btn-outline-warning:focus{box-shadow:0 0 0 .25rem rgba(255,193,7,.5)}.btn-check:active+.btn-outline-warning,.btn-check:checked+.btn-outline-warning,.btn-outline-warning.active,.btn-outline-warning.dropdown-toggle.show,.btn-outline-warning:active{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-check:active+.btn-outline-warning:focus,.btn-check:checked+.btn-outline-warning:focus,.btn-outline-warning.active:focus,.btn-outline-warning.dropdown-toggle.show:focus,.btn-outline-warning:active:focus{box-shadow:0 0 0 .25rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-check:focus+.btn-outline-danger,.btn-outline-danger:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.5)}.btn-check:active+.btn-outline-danger,.btn-check:checked+.btn-outline-danger,.btn-outline-danger.active,.btn-outline-danger.dropdown-toggle.show,.btn-outline-danger:active{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-check:active+.btn-outline-danger:focus,.btn-check:checked+.btn-outline-danger:focus,.btn-outline-danger.active:focus,.btn-outline-danger.dropdown-toggle.show:focus,.btn-outline-danger:active:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-check:focus+.btn-outline-light,.btn-outline-light:focus{box-shadow:0 0 0 .25rem rgba(248,249,250,.5)}.btn-check:active+.btn-outline-light,.btn-check:checked+.btn-outline-light,.btn-outline-light.active,.btn-outline-light.dropdown-toggle.show,.btn-outline-light:active{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-check:active+.btn-outline-light:focus,.btn-check:checked+.btn-outline-light:focus,.btn-outline-light.active:focus,.btn-outline-light.dropdown-toggle.show:focus,.btn-outline-light:active:focus{box-shadow:0 0 0 .25rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-dark{color:#212529;border-color:#212529}.btn-outline-dark:hover{color:#fff;background-color:#212529;border-color:#212529}.btn-check:focus+.btn-outline-dark,.btn-outline-dark:focus{box-shadow:0 0 0 .25rem rgba(33,37,41,.5)}.btn-check:active+.btn-outline-dark,.btn-check:checked+.btn-outline-dark,.btn-outline-dark.active,.btn-outline-dark.dropdown-toggle.show,.btn-outline-dark:active{color:#fff;background-color:#212529;border-color:#212529}.btn-check:active+.btn-outline-dark:focus,.btn-check:checked+.btn-outline-dark:focus,.btn-outline-dark.active:focus,.btn-outline-dark.dropdown-toggle.show:focus,.btn-outline-dark:active:focus{box-shadow:0 0 0 .25rem rgba(33,37,41,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#212529;background-color:transparent}.btn-link{font-weight:400;color:#0d6efd;text-decoration:underline}.btn-link:hover{color:#0a58ca}.btn-link.disabled,.btn-link:disabled{color:#6c757d}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}@media (prefers-reduced-motion:reduce){.collapsing.collapse-horizontal{transition:none}}.dropdown,.dropend,.dropstart,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;z-index:1000;display:none;min-width:10rem;padding:.5rem 0;margin:0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:.125rem}.dropdown-menu-start{--bs-position:start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position:end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-start{--bs-position:start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position:end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-start{--bs-position:start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position:end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-start{--bs-position:start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position:end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-start{--bs-position:start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position:end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1400px){.dropdown-menu-xxl-start{--bs-position:start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxl-end{--bs-position:end}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropend .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropend .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-toggle::after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropstart .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropstart .dropdown-toggle::after{display:none}.dropstart .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropstart .dropdown-toggle:empty::after{margin-left:0}.dropstart .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid rgba(0,0,0,.15)}.dropdown-item{display:block;width:100%;padding:.25rem 1rem;clear:both;font-weight:400;color:#212529;text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#1e2125;background-color:#e9ecef}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#0d6efd}.dropdown-item.disabled,.dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1rem;color:#212529}.dropdown-menu-dark{color:#dee2e6;background-color:#343a40;border-color:rgba(0,0,0,.15)}.dropdown-menu-dark .dropdown-item{color:#dee2e6}.dropdown-menu-dark .dropdown-item:focus,.dropdown-menu-dark .dropdown-item:hover{color:#fff;background-color:rgba(255,255,255,.15)}.dropdown-menu-dark .dropdown-item.active,.dropdown-menu-dark .dropdown-item:active{color:#fff;background-color:#0d6efd}.dropdown-menu-dark .dropdown-item.disabled,.dropdown-menu-dark .dropdown-item:disabled{color:#adb5bd}.dropdown-menu-dark .dropdown-divider{border-color:rgba(0,0,0,.15)}.dropdown-menu-dark .dropdown-item-text{color:#dee2e6}.dropdown-menu-dark .dropdown-header{color:#adb5bd}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;flex:1 1 auto}.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropend .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropstart .dropdown-toggle-split::before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn~.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem;color:#0d6efd;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media (prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link:focus,.nav-link:hover{color:#0a58ca}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link{margin-bottom:-1px;background:0 0;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6;isolation:isolate}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{background:0 0;border:0;border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#0d6efd}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding-top:.5rem;padding-bottom:.5rem}.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;text-decoration:none;white-space:nowrap}.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem;transition:box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 .25rem}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-repeat:no-repeat;background-position:center;background-size:100%}.navbar-nav-scroll{max-height:var(--bs-scroll-height,75vh);overflow-y:auto}@media (min-width:576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .offcanvas-header{display:none}.navbar-expand-sm .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-sm .offcanvas-bottom,.navbar-expand-sm .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-sm .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .offcanvas-header{display:none}.navbar-expand-md .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-md .offcanvas-bottom,.navbar-expand-md .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-md .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .offcanvas-header{display:none}.navbar-expand-lg .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-lg .offcanvas-bottom,.navbar-expand-lg .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-lg .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .offcanvas-header{display:none}.navbar-expand-xl .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-xl .offcanvas-bottom,.navbar-expand-xl .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-xl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}.navbar-expand-xxl .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-xxl .offcanvas-bottom,.navbar-expand-xxl .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-xxl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .offcanvas-header{display:none}.navbar-expand .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand .offcanvas-bottom,.navbar-expand .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.55)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.55);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:rgba(0,0,0,.55)}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.55)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.55);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:rgba(255,255,255,.55)}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:1rem 1rem}.card-title{margin-bottom:.5rem}.card-subtitle{margin-top:-.25rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:1rem}.card-header{padding:.5rem 1rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{padding:.5rem 1rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.5rem;margin-bottom:-.5rem;margin-left:-.5rem;border-bottom:0}.card-header-pills{margin-right:-.5rem;margin-left:-.5rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1rem;border-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom,.card-img-top{width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-group>.card{margin-bottom:.75rem}@media (min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:1rem 1.25rem;font-size:1rem;color:#212529;text-align:left;background-color:#fff;border:0;border-radius:0;overflow-anchor:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease}@media (prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:#0c63e4;background-color:#e7f1ff;box-shadow:inset 0 -1px 0 rgba(0,0,0,.125)}.accordion-button:not(.collapsed)::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");transform:rotate(-180deg)}.accordion-button::after{flex-shrink:0;width:1.25rem;height:1.25rem;margin-left:auto;content:"";background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:1.25rem;transition:transform .2s ease-in-out}@media (prefers-reduced-motion:reduce){.accordion-button::after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.accordion-header{margin-bottom:0}.accordion-item{background-color:#fff;border:1px solid rgba(0,0,0,.125)}.accordion-item:first-of-type{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.accordion-item:first-of-type .accordion-button{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.accordion-item:last-of-type .accordion-button.collapsed{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.accordion-item:last-of-type .accordion-collapse{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.accordion-body{padding:1rem 1.25rem}.accordion-flush .accordion-collapse{border-width:0}.accordion-flush .accordion-item{border-right:0;border-left:0;border-radius:0}.accordion-flush .accordion-item:first-child{border-top:0}.accordion-flush .accordion-item:last-child{border-bottom:0}.accordion-flush .accordion-item .accordion-button{border-radius:0}.breadcrumb{display:flex;flex-wrap:wrap;padding:0 0;margin-bottom:1rem;list-style:none}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{float:left;padding-right:.5rem;color:#6c757d;content:var(--bs-breadcrumb-divider, "/")}.breadcrumb-item.active{color:#6c757d}.pagination{display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;color:#0d6efd;text-decoration:none;background-color:#fff;border:1px solid #dee2e6;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:hover{z-index:2;color:#0a58ca;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:3;color:#0a58ca;background-color:#e9ecef;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.page-item:not(:first-child) .page-link{margin-left:-1px}.page-item.active .page-link{z-index:3;color:#fff;background-color:#0d6efd;border-color:#0d6efd}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;background-color:#fff;border-color:#dee2e6}.page-link{padding:.375rem .75rem}.page-item:first-child .page-link{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.35em .65em;font-size:.75em;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{position:relative;padding:1rem 1rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-primary{color:#084298;background-color:#cfe2ff;border-color:#b6d4fe}.alert-primary .alert-link{color:#06357a}.alert-secondary{color:#41464b;background-color:#e2e3e5;border-color:#d3d6d8}.alert-secondary .alert-link{color:#34383c}.alert-success{color:#0f5132;background-color:#d1e7dd;border-color:#badbcc}.alert-success .alert-link{color:#0c4128}.alert-info{color:#055160;background-color:#cff4fc;border-color:#b6effb}.alert-info .alert-link{color:#04414d}.alert-warning{color:#664d03;background-color:#fff3cd;border-color:#ffecb5}.alert-warning .alert-link{color:#523e02}.alert-danger{color:#842029;background-color:#f8d7da;border-color:#f5c2c7}.alert-danger .alert-link{color:#6a1a21}.alert-light{color:#636464;background-color:#fefefe;border-color:#fdfdfe}.alert-light .alert-link{color:#4f5050}.alert-dark{color:#141619;background-color:#d3d3d4;border-color:#bcbebf}.alert-dark .alert-link{color:#101214}@-webkit-keyframes progress-bar-stripes{0%{background-position-x:1rem}}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.progress{display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#0d6efd;transition:width .6s ease}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:1s linear infinite progress-bar-stripes;animation:1s linear infinite progress-bar-stripes}@media (prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}.list-group-numbered{list-style-type:none;counter-reset:section}.list-group-numbered>li::before{content:counters(section, ".") ". ";counter-increment:section}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.5rem 1rem;color:#212529;text-decoration:none;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#0d6efd;border-color:#0d6efd}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#084298;background-color:#cfe2ff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#084298;background-color:#bacbe6}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#084298;border-color:#084298}.list-group-item-secondary{color:#41464b;background-color:#e2e3e5}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#41464b;background-color:#cbccce}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#41464b;border-color:#41464b}.list-group-item-success{color:#0f5132;background-color:#d1e7dd}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#0f5132;background-color:#bcd0c7}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#0f5132;border-color:#0f5132}.list-group-item-info{color:#055160;background-color:#cff4fc}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#055160;background-color:#badce3}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#055160;border-color:#055160}.list-group-item-warning{color:#664d03;background-color:#fff3cd}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#664d03;background-color:#e6dbb9}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#664d03;border-color:#664d03}.list-group-item-danger{color:#842029;background-color:#f8d7da}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#842029;background-color:#dfc2c4}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#842029;border-color:#842029}.list-group-item-light{color:#636464;background-color:#fefefe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#636464;background-color:#e5e5e5}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#636464;border-color:#636464}.list-group-item-dark{color:#141619;background-color:#d3d3d4}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#141619;background-color:#bebebf}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#141619;border-color:#141619}.btn-close{box-sizing:content-box;width:1em;height:1em;padding:.25em .25em;color:#000;background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;border:0;border-radius:.25rem;opacity:.5}.btn-close:hover{color:#000;text-decoration:none;opacity:.75}.btn-close:focus{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25);opacity:1}.btn-close.disabled,.btn-close:disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:.25}.btn-close-white{filter:invert(1) grayscale(100%) brightness(200%)}.toast{width:350px;max-width:100%;font-size:.875rem;pointer-events:auto;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .5rem 1rem rgba(0,0,0,.15);border-radius:.25rem}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:.75rem}.toast-header{display:flex;align-items:center;padding:.5rem .75rem;color:#6c757d;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.toast-header .btn-close{margin-right:-.375rem;margin-left:.75rem}.toast-body{padding:.75rem;word-wrap:break-word}.modal{position:fixed;top:0;left:0;z-index:1055;display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1050;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.modal-header .btn-close{padding:.5rem .5rem;margin:-.5rem -.5rem -.5rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;flex-wrap:wrap;flex-shrink:0;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.modal-footer>*{margin:.25rem}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{height:calc(100% - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}.modal-fullscreen .modal-footer{border-radius:0}@media (max-width:575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}.modal-fullscreen-sm-down .modal-footer{border-radius:0}}@media (max-width:767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}.modal-fullscreen-md-down .modal-footer{border-radius:0}}@media (max-width:991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}.modal-fullscreen-lg-down .modal-footer{border-radius:0}}@media (max-width:1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}.modal-fullscreen-xl-down .modal-footer{border-radius:0}}@media (max-width:1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}.modal-fullscreen-xxl-down .modal-footer{border-radius:0}}.tooltip{position:absolute;z-index:1080;display:block;margin:0;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .tooltip-arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .tooltip-arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[data-popper-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow{bottom:0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,.bs-tooltip-top .tooltip-arrow::before{top:-1px;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[data-popper-placement^=right],.bs-tooltip-end{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,.bs-tooltip-end .tooltip-arrow::before{right:-1px;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[data-popper-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow{top:0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,.bs-tooltip-bottom .tooltip-arrow::before{bottom:-1px;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[data-popper-placement^=left],.bs-tooltip-start{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,.bs-tooltip-start .tooltip-arrow::before{left:-1px;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1070;display:block;max-width:276px;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .popover-arrow{position:absolute;display:block;width:1rem;height:.5rem}.popover .popover-arrow::after,.popover .popover-arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.bs-popover-top>.popover-arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.bs-popover-top>.popover-arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.bs-popover-end>.popover-arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.bs-popover-end>.popover-arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.bs-popover-bottom>.popover-arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f0f0f0}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.bs-popover-start>.popover-arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.bs-popover-start>.popover-arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem 1rem;margin-bottom:0;font-size:1rem;background-color:#f0f0f0;border-bottom:1px solid rgba(0,0,0,.2);border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:1rem 1rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start){transform:translateX(100%)}.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:0 0;border:0;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%;list-style:none}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}.carousel-dark .carousel-control-next-icon,.carousel-dark .carousel-control-prev-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}@-webkit-keyframes spinner-border{to{transform:rotate(360deg)}}@keyframes spinner-border{to{transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:.75s linear infinite spinner-border;animation:.75s linear infinite spinner-border}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:.75s linear infinite spinner-grow;animation:.75s linear infinite spinner-grow}.spinner-grow-sm{width:1rem;height:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{-webkit-animation-duration:1.5s;animation-duration:1.5s}}.offcanvas{position:fixed;bottom:0;z-index:1045;display:flex;flex-direction:column;max-width:100%;visibility:hidden;background-color:#fff;background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}@media (prefers-reduced-motion:reduce){.offcanvas{transition:none}}.offcanvas-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:.5}.offcanvas-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1rem}.offcanvas-header .btn-close{padding:.5rem .5rem;margin-top:-.5rem;margin-right:-.5rem;margin-bottom:-.5rem}.offcanvas-title{margin-bottom:0;line-height:1.5}.offcanvas-body{flex-grow:1;padding:1rem 1rem;overflow-y:auto}.offcanvas-start{top:0;left:0;width:400px;border-right:1px solid rgba(0,0,0,.2);transform:translateX(-100%)}.offcanvas-end{top:0;right:0;width:400px;border-left:1px solid rgba(0,0,0,.2);transform:translateX(100%)}.offcanvas-top{top:0;right:0;left:0;height:30vh;max-height:100%;border-bottom:1px solid rgba(0,0,0,.2);transform:translateY(-100%)}.offcanvas-bottom{right:0;left:0;height:30vh;max-height:100%;border-top:1px solid rgba(0,0,0,.2);transform:translateY(100%)}.offcanvas.show{transform:none}.placeholder{display:inline-block;min-height:1em;vertical-align:middle;cursor:wait;background-color:currentColor;opacity:.5}.placeholder.btn::before{display:inline-block;content:""}.placeholder-xs{min-height:.6em}.placeholder-sm{min-height:.8em}.placeholder-lg{min-height:1.2em}.placeholder-glow .placeholder{-webkit-animation:placeholder-glow 2s ease-in-out infinite;animation:placeholder-glow 2s ease-in-out infinite}@-webkit-keyframes placeholder-glow{50%{opacity:.2}}@keyframes placeholder-glow{50%{opacity:.2}}.placeholder-wave{-webkit-mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,0.8) 75%,#000 95%);mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,0.8) 75%,#000 95%);-webkit-mask-size:200% 100%;mask-size:200% 100%;-webkit-animation:placeholder-wave 2s linear infinite;animation:placeholder-wave 2s linear infinite}@-webkit-keyframes placeholder-wave{100%{-webkit-mask-position:-200% 0%;mask-position:-200% 0%}}@keyframes placeholder-wave{100%{-webkit-mask-position:-200% 0%;mask-position:-200% 0%}}.clearfix::after{display:block;clear:both;content:""}.link-primary{color:#0d6efd}.link-primary:focus,.link-primary:hover{color:#0a58ca}.link-secondary{color:#6c757d}.link-secondary:focus,.link-secondary:hover{color:#565e64}.link-success{color:#198754}.link-success:focus,.link-success:hover{color:#146c43}.link-info{color:#0dcaf0}.link-info:focus,.link-info:hover{color:#3dd5f3}.link-warning{color:#ffc107}.link-warning:focus,.link-warning:hover{color:#ffcd39}.link-danger{color:#dc3545}.link-danger:focus,.link-danger:hover{color:#b02a37}.link-light{color:#f8f9fa}.link-light:focus,.link-light:hover{color:#f9fafb}.link-dark{color:#212529}.link-dark:focus,.link-dark:hover{color:#1a1e21}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:75%}.ratio-16x9{--bs-aspect-ratio:56.25%}.ratio-21x9{--bs-aspect-ratio:42.8571428571%}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}@media (min-width:576px){.sticky-sm-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:768px){.sticky-md-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:992px){.sticky-lg-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:1200px){.sticky-xl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:1400px){.sticky-xxl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}.vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:1px;min-height:1em;background-color:currentColor;opacity:.25}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.opacity-0{opacity:0!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.opacity-100{opacity:1!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translateX(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:1px solid #dee2e6!important}.border-0{border:0!important}.border-top{border-top:1px solid #dee2e6!important}.border-top-0{border-top:0!important}.border-end{border-right:1px solid #dee2e6!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:1px solid #dee2e6!important}.border-start-0{border-left:0!important}.border-primary{border-color:#0d6efd!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#198754!important}.border-info{border-color:#0dcaf0!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#212529!important}.border-white{border-color:#fff!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-2{font-size:calc(1.325rem + .9vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-light{font-weight:300!important}.fw-lighter{font-weight:lighter!important}.fw-normal{font-weight:400!important}.fw-bold{font-weight:700!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-muted{--bs-text-opacity:1;color:#6c757d!important}.text-black-50{--bs-text-opacity:1;color:rgba(0,0,0,.5)!important}.text-white-50{--bs-text-opacity:1;color:rgba(255,255,255,.5)!important}.text-reset{--bs-text-opacity:1;color:inherit!important}.text-opacity-25{--bs-text-opacity:0.25}.text-opacity-50{--bs-text-opacity:0.5}.text-opacity-75{--bs-text-opacity:0.75}.text-opacity-100{--bs-text-opacity:1}.bg-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.bg-transparent{--bs-bg-opacity:1;background-color:transparent!important}.bg-opacity-10{--bs-bg-opacity:0.1}.bg-opacity-25{--bs-bg-opacity:0.25}.bg-opacity-50{--bs-bg-opacity:0.5}.bg-opacity-75{--bs-bg-opacity:0.75}.bg-opacity-100{--bs-bg-opacity:1}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:.25rem!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:.2rem!important}.rounded-2{border-radius:.25rem!important}.rounded-3{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-end{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-start{border-bottom-left-radius:.25rem!important;border-top-left-radius:.25rem!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media (min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!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:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!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:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!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:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!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:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}@media (min-width:1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}}@media (min-width:1200px){.fs-1{font-size:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{font-size:1.5rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!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:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}@font-face{font-family:'Zeroicons-Line';src:url(//online.smartdocuhub.co.za/wp-content/themes/nikstore/assets/fonts/Zeroicons-Line.eot)}@font-face{font-family:'Zeroicons-Line';src:url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAAMAIAAAwBAR1NVQineM40AAADMAAAHJE9TLzIwGh0jAAAH8AAAAGBjbWFwGzumuwAACFAAAAR0Z2FzcAAAABAAAAzEAAAACGdseWYsY5EtAAAMzAAAShRoZWFkE47S5QAAVuAAAAA2aGhlYQfGBDAAAFcYAAAAJGhtdHhiARxRAABXPAAAAcxsb2NhA+UVUgAAWQgAAADobWF4cAB8AOwAAFnwAAAAIG5hbWXlenTUAABaEAAABg9wb3N0AAMAAAAAYCAAAAAgAAEAAAAKAB4ALAABbGF0bgAIAAQAAAAAAAAAAQAAAAFsaWdhAAgAAAABAAAAAQAEAAQAAAABAAoAAAABACoAEgBSAMQA5AKOArgDSAN6A6YD2AQOBE4EhATYBXwGaAaoBsYG1gABABIABwAIAAkACgALAAwADQAOAA8AEQASABUAFgAYABkAGgAbAB4ABQAMAB4ANgBMAGIAJQAIABcAFwAUABwABQAaABUAJgALABcAFwAUABwABQAXAA8ADQAOABkAJAAKABcAFwAUABwABQARAAsADAAZACcACgAXABcAFAAcAAUACgAUABwAEwBkAAcAFwAJAA4ADwAbAAsAAgAGABYAVgAHAAsADgAHABMACQALADEABAAHABcAGAAUACoANABOAGAAbAB8AIgAngC0AMIA2AD0AQ4BKAFEAVgBcgGEAZABoABAAAQAGgAIAAsAPwAMABcAFAAYABgABQAPAA8ABQAHABEAGQA+AAgAFwAUABgAGAAFAA8ADwA9AAUAFwAUABgAGABiAAcAFAASABIACwATABkAcAAFABEAFAAJABAARwAKAA8AFwAJABEACwAFAAoAFAAZAEoACgAPABcACQARAAsABQAHABEAGQBLAAYADwAXAAkAEQALACoACgAOAAsAGwAXABQAEwAFABoAFQAgAA0ADgALABsAFwAUABMABQAXAA8ADQAOABkAHwAMAA4ACwAbABcAFAATAAUAEQALAAwAGQArAAwADgALABsAFwAUABMABQAKABQAHAATAEwADQAOAAsACQAQAAUADwAPAA8ABQAHABEAGQAwAAkADgALAAkAEAAFAA8ADwAPADUADAAOAAsACQAQAAUADwAPAAUABwARABkAPAAIAA4ACwAJABAABQAPAA8AOwAFAA4ACwAJABAAYAAHAAcAFwAZAAUADwAPAHIABAAHABcAGQACAAYAGABXAAgAFwAPAAgACAAIABEACwBnAAgAFAAcABMAEQAUAAcACgAHABAAGAA6AFYAaAB2AIYAXwADAB4ACwBJABAAHQAZAAsAFwATAAcAEQAFABEADwATABAABQAPAA8ARQANAB0AGQALABcAEwAHABEABQARAA8AEwAQADcACAATABsACwARABQAFQALAFUABgATABsABwAZABQAOgAHAAoADwAZAAUADwAPADkABAAKAA8AGQADAAgAFgAgAGMABgAUABEACgALABcAbAAEAA8AFwALAE0ACAAHAAkACwAIABQAFAAQAAMACAASAB4ALQAEABcADwAKAFwABQARABQACAALAFMABgAPABkADgAaAAgAAwAIABIAJgBeAAQAFAASAAsARAAJAAsABwAXABkABQAHABEAGQAyAAUACwAHABcAGQADAAgAHAAsAE8ACQATABgAGQAHAA0AFwAHABIAcQAHABMADAAUAAUADwAPACMABAATAAwAFAAEAAoAFAAoADIAagAEABQACQAQAFIACQAPABMAEAALAAoABQAPABMAawAEAA8AEwAQAEgABgAHAB4ACwAXABgAAwAIABoAJgApAAgADwATABoAGAAFAA8ADwAFAAUADwATABoAGABlAAcABwAVAAUAFQAPABMABQAMABwAJgA6AEYAKAAHABEAGgAYAAUADwAPAAQABAARABoAGABQAAkADwATABkACwAXAAsAGAAZADYABQAOABQAEwALADgABgALABMACQAPABEABgAOAC4ARgBkAHoAkgAhAA8AGgAUABkACwAFABcADwANAA4AGQAFAAcAEQAZAEMACwAaABQAGQALAAUAFwAPAA0ADgAZACIADgAaABQAGQALAAUAEQALAAwAGQAFAAcAEQAZAEIACgAaABQAGQALAAUAEQALAAwAGQBBAAsAGgALABgAGQAPABQAEwAFAA8ADwAGAAgAGgALABgAGQAPABQAEwANABwALAA+AEgAXgBsAHwAkgCeALAAwADMAN4AXQAHABoAFQAVABQAFwAZAC4ACAAZAAcAFwAFAAcAEQAZAC8ABAAZAAcAFwBtAAoAFgAaAAcAFwALAAUABwARABkAbgAGABYAGgAHABcACwBZAAcAFQAUABkADwAMAB4AWwAKABQAGgATAAoACQARABQAGgAKAFQABQARAAcACQAQAEYACAAPAA0AEwAFABQAGgAZACwABwAPAA0AEwAFAA8AEwBoAAUADgAHABcACwAzAAgACwAZABkADwATAA0AGABpAAYACwAHABcACQAOAAQACgAaACYAOABOAAcAHAAPABkAGQALABcAbwAFAA8AEgALABcAWgAIAAsAEQALAA0AFwAHABIANAADAAcADQACAAYAEABhAAQAGAALABcAZgAGABUAEQAUAAcACgABAAQAWAAFAA8AEgALABQAAQAEAFEABwAUABoAGQAaAAgACwADA/oBkAAFAAACmQLMAAAAjwKZAswAAAHrADMBCQAAAAAAAAAAAAAAAAAAQCEQAODoAAAAAAAAAAAAAAAAAEAAAP//A8D/wABAA8AAQAAAAAEAAAAAAAAAAAAAACAAAAAAAAYAAAADAAAANAAAAAQAAAGUAAEAAwAAADQAAQAEAAABlAADAAEAAAA0AAMACgAAAZQABAFgAAAAVABAAAUAFAABACAAKwAtAD8AaQB5AsMC7gf1ITkhkyKWIwQjhiWmJgYmESYwJmEmmSbJJwYnCScQJxYnTidRJ1MnXidkJ5onvim/KjMrCCskK1jpLOlW//3//wAAAAAAIAArAC0APwBhAGsCwgLuB/UhOSGQIpUjAyOGJaYmBSYRJjAmYSaZJsknBScJJw4nEydOJ1EnUyddJ2Qnmie+Kb8qMysIKyQrWOks6Uj//f//AAH/4//Z/9j/x/+m/6X9Xf0z+C3e6t6U3ZPdJ9ym2ofaKdof2gHZ0dma2WvZMNku2SrZKNjx2O/Y7tjl2ODYq9iI1ojWFdVB1SbU8xcgFwUAAwABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAuAAAAAAAAAAPAAAAAAAAAABAAAAAQAAACAAAAAgAAAAAwAAACsAAAArAAAABAAAAC0AAAAtAAAABQAAAD8AAAA/AAAABgAAAGEAAABpAAAABwAAAGsAAAB5AAAAEAAAAsIAAALDAAAAHwAAAu4AAALuAAAAIQAAB/UAAAf1AAAAIgAAITkAACE5AAAAIwAAIZAAACGTAAAAJAAAIpUAACKWAAAAKAAAIwMAACMEAAAAKgAAI4YAACOGAAAALAAAJaYAACWmAAAALQAAJgUAACYGAAAALgAAJhEAACYRAAAAMAAAJjAAACYwAAAAMQAAJmEAACZhAAAAMgAAJpkAACaZAAAAMwAAJskAACbJAAAANAAAJwUAACcGAAAANQAAJwkAACcJAAAANwAAJw4AACcQAAAAOAAAJxMAACcWAAAAOwAAJ04AACdOAAAAPwAAJ1EAACdRAAAAQAAAJ1MAACdTAAAAQQAAJ10AACdeAAAAQgAAJ2QAACdkAAAARAAAJ5oAACeaAAAARQAAJ74AACe+AAAARgAAKb8AACm/AAAARwAAKjMAACozAAAASAAAKwgAACsIAAAASQAAKyQAACskAAAASgAAK1gAACtYAAAASwAA6SwAAOksAAAATAAA6UgAAOlWAAAATQAB8xAAAfMQAAAAXAAB86cAAfOnAAAAXQAB8+AAAfPgAAAAXgAB9EEAAfRBAAAAXwAB9FwAAfRcAAAAYAAB9GQAAfRkAAAAYQAB9KwAAfSsAAAAYgAB9MEAAfTCAAAAYwAB9MwAAfTMAAAAZQAB9OQAAfTlAAAAZgAB9QEAAfUBAAAAaAAB9Q0AAfUNAAAAaQAB9RIAAfUSAAAAagAB9RcAAfUXAAAAawAB9SUAAfUlAAAAbAAB9TIAAfUzAAAAbQAB9VAAAfVQAAAAbwAB9VMAAfVTAAAAcAAB9sgAAfbIAAAAcQAB9tIAAfbSAAAAcgABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAQAAAA8ADgAAjAAABIRE0JiMiBhUxESEiBhUUFjMxIREUFjMyNjUxESEyNjU0JiMDgP7AJRsbJf7AGyUlGwFAJRsbJQFAGyUlGwIAAUAbJSUb/sAlGxsl/sAbJSUbAUAlGxslAAAAAQBAAYADwAIAAA8AABMiBhUUFjMxITI2NTQmIzGAGyUlGwMAGyUlGwIAJRsbJSUbGyUAAAIBAABAAwEDOAAzAD8AAAEuAScmJyYGBwYHDgEHBhY7ATI2Nz4BNz4BFx4BFxYGBw4BBwYWMzI2Nz4BNzY3PgEnJicDFAYjIiY1NDYzMhYC5g4wIiYpKVElJh8dKA4FIh0MFCEFBRMOGDgdIjsKDiswIjYPBCgcFCMJBRMPMiIjIAMDGKYlGxslJRsbJQKzIjEUFQkJBg4PGBhAIR0wGhMOGwoTEgUKMCYwVhQJOjAhMhoTDiAFFiMkWjQzNf3NGyUlGxslJQAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQFAAIACwAMAACQAAAkBPgEzMhYXMR4BFRQGDwEXHgEVFAYHMQ4BIyImJwEuATU0NjcBUwEACBgNDRgICQoKCdLSCQoKCQgYDQ0YCP8ACQoKCQHtAQAJCgoJCBgNDRgI09MIGA0NGAgJCgoJAQAIGA0NGAgAAAAAAQFAAIACwAMAACUAAAkBDgEjIiYnMS4BNTQ2PwEnLgE1NDY3MT4BMzIWFwEeARUUBgcxAq3/AAgYDQ0YCAkKCgnS0gkKCgkIGA0NGAgBAAkKCgkBk/8ACQoKCQgYDQ0YCNPTCBgNDRgICQoKCf8ACBgNDRgIAAAAAgBAAQADwANAABcALwAAASIGFRQWMzEOAQcjMjc+ATc2NTE0JiMxISIGFRQWMzEOAQcjMjc+ATc2NTE0JiMxAQBQcHBQC2pKAVBFRmkeHnBQAgBQcHBQC2pKAVBFRmkeHnBQA0BwUFBwS2oLHh5pRkVQUHBwUFBwS2oLHh5pRkVQUHAAAgBAAQADwgNAABoAMgAAATAyMzI2NTQmJzE+ATczIgcOAQcGFTEUFjMxITI2NTQmIzE+ATczIgcOAQcGFTEUFjMxAwABAU9xcE8LaEkBUEVGaR4ecFD+AFBwcFALakoBUEVGaR4ecFABAHBQT3ABSmoMHh5pRkVQUHBwUFBwS2oLHh5pRkVQUHAAAAACAcAAQAJAA0AADQAZAAABIgYVERQWMzI2NRE0JjcUBiMiJjU0NjMyFgIAHSMjHR0jIyMlGxslJRsbJQJAIx3+gB0jIx0BgB0jwBslJRsbJSUAAAABAIAAgAOAAwAAKQAAJT4BNTQmLwEhMjY1NCYjMSE3PgE1NCYjIgYHAQ4BFRQWFwEeATMyNjcxAe0JCgoJkgHlGyUlG/4bkgkKJRsNGAj/AAkKCgkBAAgYDQ0YCJMIGA0NGAiTJRsbJZMJFw0bJQoJ/wAIGA0NGAj/AAkKCgkAAAEAwABAA0EDQAApAAATHgEzMjY/AREUFjMyNjUxERceATMyNjU0JicBLgEjIgYHAQ4BFRQWFzHTCBgNDRgIkyUbGyWTCRcOGiYKCf8ACRcNDhcJ/wAJCgoJAdMJCgoJkv4bGyUlGwHlkgkKJRsNGAgBAAkKCgn/AAgYDQ4XCAAAAQCAAH8DgAMAACkAAAEOARUUFh8BISIGFRQWMzEhBw4BFRQWMzI2NwE+ATU0JicBLgEjIgYHMQITCQoKCZL+GxslJRsB5ZIJCiUbDRgIAQAJCgoJ/wAIGA0OFwgC7QgYDQ0YCJMlGxslkwkXDhomCgkBAAkXDQ4XCQEACQoKCQABAMAAQANAA0AAKAAAAS4BIyIGDwERNCYjIgYVMREnLgEjIgYVFBYXAR4BMzI2NwE+ATU0JicDLQgYDQ0YCJMlGxslkwgYDRslCgkBAAgYDQ0YCAEACQoKCQGtCQoKCZIB5RslJRv+G5IJCiUbDRgI/wAJCgoJAQAIGA0NGAgAAAMAQAAAA8ADgAAdADsAXwAAASIHDgEHBhUUFx4BFxYzMjc+ATc2NTE0Jy4BJyYjESInLgEnJjU0Nz4BNzYzMhceARcWFTEUBw4BBwYjEyM1NCYjIgYVMRUjIgYVFBYzMTMVFBYzMjY1MTUzMjY1NCYjAgBdUVJ6IyMjI3pSUV1dUVJ6IyMjI3pSUV1COzpXGRkZGVc6O0JCOzpXGRkZGVc6O0KAQCUbGyVAGyUlG0AlGxslQBslJRsDgCMjelJRXV1RUnojIyMjelJRXV1RUnojI/0AGRlXOjtCQjs6VxkZGRlXOjtCQjs6VxkZAYBAGyUlG0AlGxslQBslJRtAJRsbJQAAAwBAAAADwAOAAB0AOwBLAAABIgcOAQcGFRQXHgEXFjMyNz4BNzY1MTQnLgEnJiMRIicuAScmNTQ3PgE3NjMyFx4BFxYVMRQHDgEHBiMTISIGFRQWMzEhMjY1NCYjAgBdUVJ6IyMjI3pSUV1dUVJ6IyMjI3pSUV1COzpXGRkZGVc6O0JCOzpXGRkZGVc6O0KA/wAbJSUbAQAbJSUbA4AjI3pSUV1dUVJ6IyMjI3pSUV1dUVJ6IyP9ABkZVzo7QkI7OlcZGRkZVzo7QkI7OlcZGQGAJRsbJSUbGyUAAAEAwADAA0ACQAAlAAAJAR4BFRQGBzEOASMiJi8BBw4BIyImJzEuATU0NjcBPgEzMhYXMQItAQAJCgoJCBgNDRgI09MIGA0NGAgJCgoJAQAIGA0NGAgCLf8ACBgNDRgICQoKCdLSCQoKCQgYDQ0YCAEACQoKCQAAAAEAwADAA0ACQAAlAAAlAS4BNTQ2NzE+ATMyFh8BNz4BMzIWFzEeARUUBgcBDgEjIiYnMQHT/wAJCgoJCBgNDRgI09MIGA0NGAgJCgoJ/wAIGA0NGAjTAQAIGA0NGAgJCgoJ0tIJCgoJCBgNDRgI/wAJCgoJAAAAAAIAAAAABAADgAAbACgAAAEhIgYVMRUzNSERITUjFRQWMzEhMjY1MRE0JiMBNycVISIGFRQWMzEhA4D+QDVLgAHA/kCASzUBwDVLSzX+wMDA/gAbJSUbAgADgEs1gID9gICANUtLNQKANUv9gMDAgCUbGyUACABAAAADwAOAABMAFwArAC8AQwBHAFsAXwAAASEiBhUxERQWMzEhMjY1MRE0JiMDIzUzJSEiBhUxERQWMzEhMjY1MRE0JiMDIzUzASEiBhUxERQWMzEhMjY1MRE0JiMDIzUzJSEiBhUxERQWMzEhMjY1MRE0JiMDIzUzAYD/ABslJRsBABslJRtAgIACQP8AGyUlGwEAGyUlG0CAgP5A/wAbJSUbAQAbJSUbQICAAkD/ABslJRsBABslJRtAgIADgCUb/wAbJSUbAQAbJf8AgIAlG/8AGyUlGwEAGyX/AID+gCUb/wAbJSUbAQAbJf8AgIAlG/8AGyUlGwEAGyX/AIAAAAABACkAAAPXA38AMwAAARMFHgEVFAYHMQcTFBYVFAYjIiYnMScHDgEjIiY1NDY1MRMnLgE1NDY3MSUTPgEzMhYXMQIheQEcDhMHBdI3ARYPBQkE+voECQUPFgE30gUHEw4BHHkEEgsLEgQDa/8AIwEVDwgOBcD+6QIDAhAVAgKGiwICFg8CBAEBGMIFDwgOFQEjAQAKDAsJAAIAMwAAA80DgAAUADgAAAEfAw8BHwEvAQ8BPwEvAT8DNSIGBwMFDgEfAQMUFjMyNj8BFzoBMzI2NQM3NiYnJQMuASMxAgAmIEdZQDkNE01AQE0TDTNAWkYgIAoRBXr+5xgQDtM5GA4FCgT6+gQKBQ4YOdMTDhj+5noJEwoChlNABg06M0ZaLSAgLVpGLToMB0BZ+goJ/wAnBC0PwP7nExoCBIeNGhMBGcAPLQQgAQAPCwAAAAIAQAAABAADgAArAE8AAAEOARURIREhMjY3MT4BNTQmIzgBMSEiBhUxERQWMzEhMjY1MRE0JiMiBgcxEy4BIyIGBzEBJy4BIyIGFRQWFzEXHgEzMjY3MQE+ATU0JicxA1MJCv2AAYANGAgJCiUb/oA1S0s1AoA1SyYaDRgImggYDQ0YCP5AZggYDRslCgmTCBgNDRcJAe0JCgoJAa0JFw3/AAKACgkIGA0bJUs1/YA1S0s1AQAaJgoJAcAJCgoJ/i1TCQolGw0YCIAJCgoJAgAIGA0NGAgAAAMAQABAA8ADQAAPAB8ALwAAEyEyNjU0JiMxISIGFRQWMwUhIgYVFBYzMSEyNjU0JiMRISIGFRQWMzEhMjY1NCYjgAMAGyUlG/0AGyUlGwMA/QAbJSUbAwAbJSUb/QAbJSUbAwAbJSUbAsAlGxslJRsbJcAlGxslJRsbJf7AJRsbJSUbGyUAAAACAD0AQAO/A0EAPQBnAAABIiYjIgYHFS4BIyIGIzMGBw4BBwYVFBYXNRYXHgEXFhceATM6ATMxMjY3IzY3PgE3Njc+ATU0Jy4BJyYnIwMmJy4BJyYnNCY1NDYzMhYXFR4BMzI2NzM+ATMyFhUUBgc1BgcOAQcGBwLZBAoFPGYkI2c8BQoFATErKz8SEgIBDTY3hkFBIgUNBgECAQcMBgEiQUGGNjcNAgEREj4qKTEB2Rs0M2goKQUBTjgrRQ4HIRQVIQYBCkkvN08CAgUpKGgzNBsDQAEzKgErMwEFFhdFLS0yCxUKAWJPT3QlJRADAwMDECUldE9PYgoUCzItLEUXFgb9gA0fHl09PksECAQ4TjInARMXFxMtOk44CBAHAUw9PV0eHg0AAAIAQAAAA8ADgADbAOkAAAExNCYjMSMiJicxLgEnFy4BNTQ2NzE3PgE1NCYnMS4BIyIGDwEOASMiJiczLgEvAS4BJzE1NCYjOQEiBhUxFRQGBzEOAQc3DgEjIiYvAS4BIyIGBzEOARUUFh8BHgEVFAYHNQ4BDwEOASsBIgYVOQEUFjMxMzIWFzEeARcnHgEVFAYPAQ4BFRQWFzEeATMyNj8BPgEzMhYXIx4BHwEeAR0BFBYzOQEyNjUxNTQ2NzE+ATcHPgEzMhYfAR4BMzI2NzE+ATU0Ji8BLgE1NDY3FT4BNzU+ATc7ATI2NTEFIiY1NDYzMhYVMRQGIwPAJRsWFSAHAwcEAQMECgkTCQoKCQkXDQ0YCBAJFw0IDgcBBw8IAhMZASUbGyUYEgoQBwEGDgcOFwkQCBcODRcJCAoKCBAJCgQDAwcCAQcgFRYbJSUbFhUgBwMHBAEDBAoJEAgKCggJFw0OFwgQCRcOBw4HAQcPCAISGCUbGyUYEgoQBwEGDgcOFwkQCBkPDRcJCQoKCRAJCgQDAwcDBh8TARYbJf5AUHBwUFBwcFABwBslGBIKEAcBBg4HDhcJEAgXDg0XCQgKCggQCQoEAwMHAgEGIRUWGyUlGxYVIAcDBwQBAwQKCRAICgoICRcNDhcIEAkXDgcOBwEHDwgCEhglGxslGBIKEAcBBg4HDhcJEAgXDg0XCQgKCggQCQoEAwMHAgEHIBUWGyUlGxYVIAcDBwQBAwQKCRAKDAoJCRcNDRgIEAkXDQgOBwEHDwgCEhkCJRvAcFBQcHBQUHAAAAQAAP/AA8ADgAAfACQAOQBHAAABISIGBwEOARUUFhcBHgEzMjY3AT4BNTgBOQERNCYjMREJAiEDMjY1NCYjIgYVMRQwMRQWMzAyOQE1MhYVFAYjIiY1MTQ2MwNA/poaLxH+phIUFBIBZhEvGhsuEgFZEhRLNf6m/poBWgFm30JdXkJCXl5CAQ0TEw0OEhIOA4AUEv6mES8bGi8R/poRFBQRAVoRLxsBZjVL/hr+pgFmAVr+gF5CQl5dQgFCXsATDQ0TEw0NEwAAAgBAAAADwAOAAB0APAAAASIHDgEHBhUUFx4BFxYzMjc+ATc2NTE0Jy4BJyYjCQEOASMiJicxJy4BNTQ2MzIWFzEXNz4BMzIWFRQGBwIAXVFSeiMjIyN6UlFdXVFSeiMjIyN6UlFdAQD+7QgYDQ0YCJMHCCUbDBUIZuYIFQwbJQgHA4AjI3pSUV1dUVJ6IyMjI3pSUV1dUVJ6IyP+pv7tCQoKCZMIFQwbJQgHZuYHCCUbDBUIAAAAAAEAQAAAA8EDgAA8AAAlByYnLgEnJi8BNz4BPQE0JiMxIzgBMSIGFRwBFTEWFx4BFxYXMzoBMzI2NTgBOQE1NDY1NCYnMSMiBgcVAmIGNS8vUiIjGwIRKDJLNYAbJQ5ERduQkKQDAgMCGyUBSzZkK0IN5hEcIyNRLy4zBAYNQiplNUslGwIEAaWRkNxFRA4lG3ECBgM2TQEyJwEAAAMAQABAA8ADQAATABYAIgAAASEiBhUxERQWMzEhMjY1MRE0JiMVBSUZAQUeATMyNjcxJREDQP2ANUtLNQKANUtLNf7A/sABGwgTCgoTCAEbA0BLNf4ANUtLNQIANUuA4+P+AAFkyQYGBgbJ/pwAAAACAEAAAAPAA4AABAAWAAAJAQc3ATcnLgEjIgYPARc3PgE1NCYnMQLA/ZoamgJmbSUJFw0OFwktgC0JCgoJAwD9mpoaAmbIJQkKCgktgC0JFw4NFwkAAAAAAwCAAAADgAOAAAQAFAAkAAABJwEHNwE+ATU0Ji8BLgEjIgYPARcTISIGFRQWMzEhMjY1NCYjAsCA/loamgITCQoKCSUJFw0OFwktgED9gBslJRsCgBslJRsCgID+WpoaAhMJFw4NFwklCQoKCS2A/cAlGxslJRsbJQAAAAMAQAAABAADwAAEABYAQwAAATcBJwEBJy4BIyIGDwEXNz4BNTQmJzEDDgEVOAE5AREhESEyNjU0JiMxISIGFTERFBYzMSEyNjUxETgBMTQmIyIGBzEBQJoBpoD+WgKTJQkXDQ4XCS2ALQkKCgmaCQr9gAEAGyUlG/8ANUtLNQKANUslGw0YCAEAGgGmgP5aAe4lCQoKCS2ALQkXDg0XCf4lCBcO/wACgCUbGyVLNf2ANUtLNQEAGyUKCQAAAQBAAIADwAMAACQAACU4ATEiJicBLgE1NDYzMhYXMRcBPgEzMhYVFAYHAQ4BIzgBOQEBgA4XCP8ACQolGw0YCNMB0wgYDRslCgn+AAgXDoAKCQEACBgNGyUKCdMB0wkKJRsNGAj+AAkKAAAAAgA///UEAAOAACMAfwAAAS4BIyIGBzEBJy4BIyIGFRQWFzEXHgEzMjY3MQE+ATU0JicxAw4BBzEGBw4BBwYjIicuAScmNTQ3PgE3NjcxMhYXJxYyMzI2NzE+ATU0JicxLgEjIgYHMwYHDgEHBgcVDgEVFBceARcWMzI3PgE3Nj8BPgE3NT4BNTQmIyIGBzED7QgYDQ0YCP5AZggYDRslCgmTCBgNDRcJAe0JCgoJnQcIAgocHFQ1NTtCOzpXGRkZGVU6OUIOGwwBAgQDER0JBAUfFxIoFRs1GQNDOTpYHBwIAwIjI3pRUl1FQEBrKikaAQsSBgEBJhoPGgkDbQkKCgn+LVMJCiUbDRgIgAkKCgkCAAgYDQ0YCP5ABxIKOTExRxQUGRlXOjtCQjo6VhoZAQQDAQERDgcRCRgkAwQEBwYQIyNiPT1FAg8jE1xSUnkjJBUUSTIyPQMXNR0CBAcDGyUMCwABAIAAQAOAA0AANwAACQE+ATU0JiMiBgcxCQEuASMiBhUUFhcxCQEOARUUFhcxHgEzMjY3MQkBHgEzMjY3MT4BNTQmJzECWgETCQolGw0YCP7t/u0IGA0bJQoJARP+7QkKCgkIGA0NGAgBEwETCBgNDRgICQoKCQHAARMIGA0bJQoJ/u0BEwkKJRsNGAj+7f7tCBgNDRgICQoKCQET/u0JCgoJCBgNDRgIAAAAAwBAAAADwAOAAB0AOwB3AAABIgcOAQcGFRQXHgEXFjMyNz4BNzY1MTQnLgEnJiMRIicuAScmNTQ3PgE3NjMyFx4BFxYVMRQHDgEHBiMTLgEjIgYHMQcnLgEjIgYVFBYXMRcHDgEVFBYXMR4BMzI2NzE3Fx4BMzI2NzE+ATU0JicxJzc+ATU0JicCAF1RUnojIyMjelJRXV1RUnojIyMjelJRXUI7OlcZGRkZVzo7QkI7OlcZGRkZVzo7Qq0IGA0NGAhTUwgYDRslCglTUwkKCgkIGA0NGAhTUwgYDQ0YCAkKCglTUwkKCgkDgCMjelJRXV1RUnojIyMjelJRXV1RUnojI/0AGRlXOjtCQjs6VxkZGRlXOjtCQjs6VxkZAe0JCgoJU1MJCiUbDRgIU1MIGA0NGAgJCgoJU1MJCgoJCBgNDRgIU1MIGA0NGAgAAAAAAgBAAAADwAOAAB0AVQAAASIHDgEHBhUUFx4BFxYzMjc+ATc2NTE0Jy4BJyYjEx4BFRQGBzEOASMiJicxJwcOASMiJicxLgE1NDY3MTcnLgE1NDYzMhYXMRc3PgEzMhYVFAYHMQcCAF1RUnojIyMjelJRXV1RUnojIyMjelJRXa0JCgoJCBgNDRgIU1MIGA0NGAgJCgoJU1MJCiUbDRgIU1MIGA0bJQoJUwOAIyN6UlFdXVFSeiMjIyN6UlFdXVFSeiMj/e0IGA0NGAgJCgoJU1MJCgoJCBgNDRgIU1MIGA0bJQoJU1MJCiUbDRgIUwAABAAA/8AEAAPAACkALQAxADUAAAkBDgEVETgBMRQWFzEBHgEzMjY3MQE+ATU4ATkBETQmJzEBLgEjIgYHMRcNASUHBRElIQURJQHf/kAOEREPAcAHEAkJEAcBwA4SEQ7+QAcRCQkRByEBBP78/vx8AUD+wAMA/sABQAO3/vYIHRL+ihIdCf8ABAQEBAEACR0SAXYSHQgBCgQFBQSAmp2bTMD+3bq3ASLAAAAAAAQAQAAAA8ADgAALACkARwCDAAABFAYjIiY1NDYzMhYDIgcOAQcGFRQXHgEXFjMyNz4BNzY1MTQnLgEnJiMRIicuAScmNTQ3PgE3NjMyFx4BFxYVMRQHDgEHBiMTLgEjIgYHFQ4BFRQWMzE6ATMyNjcxPgEzOAE5ATIWFTEUBgcxDgEPARceATMyNjc1PgE1NCYnFS4BJyMCQCUbGyUlGxslQF1RUnojIyMjelJRXV1RUnojIyMjelJRXUI7OlcZGRkZVzo7QkI7OlcZGRkZVzo7QjYMGw81WRkEBCYaAQEBEBsICB4TGyUTDxckDAFACRIJJT0QCgsHBxFBKQIBABslJRsbJSUCZSMjelJRXV1RUnojIyMjelJRXV1RUnojI/0AGRlXOjtCQjs6VxkZGRlXOjtCQjs6VxkZAjgEBDUsAQYQCBomEA0QEyUbEh4IDSQWARMDAiYeARMsGBMkEQEoOgsABABAAQADwANAABYAKQBAAFMAAAE+ATczIgcOAQcGFTEUFjMyNjU0JicxAyImNTEwNDU0NjcHMzIWFRQGIwE+ATczIgcOAQcGFTEUFjMyNjU0JicxAyImNTEwNDU0NjcHMzIWFRQGIwEDC2hJAVBFRmkeHnBQUHBuTwMbJQQFATgbJSUbAgMLaEkBUEVGaR4ecFBQcG5PAxslBAUBOBslJRsCgEpqDB4eaUZFUFBwcFBPcAH/ACUbAQEQIBACJRsbJQEASmoMHh5pRkVQUHBwUE9wAf8AJRsBARAgEAIlGxslAAAABABAAQADwANAABcAKQBBAFMAAAEiBhUUFjMxDgEHIzI3PgE3NjUxNCYjMRMjIiY1NDYzMhYVMTAUFRQGBwEiBhUUFjMxDgEHIzI3PgE3NjUxNCYjMRMjIiY1NDYzMhYVMTAUFRQGBwMAUHBwUAtqSgFQRUZpHh5wUDg4GyUlGxslBAX9yVBwcFALakoBUEVGaR4ecFA4OBslJRsbJQQFA0BwUFBwS2oLHh5pRkVQUHD/ACUbGyUlGwEBECAQAQJwUFBwS2oLHh5pRkVQUHD/ACUbGyUlGwEBECAQAAEAQABAA8ADQAAsAAABIgcOAQcGFTE0Jy4BJyYjIgcOAQcGFTEUFx4BFxYxMDc+ATc2NTQnLgEnJiMC4C4pKT0REhIRPSkpLi4pKT0REkZGqEZGRkaoRkYSET0pKS4DQBIRPSkpLi4pKT0REhIRPSkpLoRlZoojJCMkimVmhC4pKT0REgAAAAACAEAAAAPAA4AAIgBEAAABIgYVMRUhETMyNjU0JiMxIyIGFTERFBYzMSEyNjUxNTQmIwMjIgYVFBYzMTMBDgEVFBYzMjY3MQEVFBYzMjY1MTU0JiMDgBsl/YDAGyUlG8A1S0s1AoA1SyUbQMAbJSUbZv6tCQolGw0YCAFTJRsbJUs1AYAlG8ACgCUbGyVLNf2ANUtLNcAbJQIAJRsbJf6tCBgNGyUKCQFTZhslJRvANUsAAAACAAAAAAQAA4AAGwAoAAAlIREhFTM1NCYjMSEiBhUxERQWMzEhMjY1MTUjJScVISIGFRQWMzEhFQJA/kABwIBLNf5ANUtLNQHANUuAAcDA/gAbJSUbAgCAAoCAgDVLSzX9gDVLSzWAwMCAJRsbJYAAAgBAAAADwAOAAB0AKwAAASIHDgEHBhUUFx4BFxYzMjc+ATc2NTE0Jy4BJyYjESImNTQ2MzIWFTEUBiMCAF1RUnojIyMjelJRXV1RUnojIyMjelJRXVBwcFBQcHBQA4AjI3pSUV1dUVJ6IyMjI3pSUV1dUVJ6IyP9gHBQUHBwUFBwAAAAAwBA//4DwAOAAAQAJgBVAAABFwcnNzUiBgcxAQ4BFRQWFxUBHgEzMjY3MQE+ATU0Jic1AS4BIzEBBQ4BIyImJzElLgEjIgYHMQ4BFRQWFzEBHgEzMjY3MQE+ATU0JicxLgEjIgYHMQIA/Pz8/AsUCP51BggIBgGLCBQLCxQIAYsGCAgG/nUIFAsBW/7KCBMKChMI/soIEwoQGwkGBg8MAYAIEwoKEwgBgAwPBwUJGxAKEwgC87Ozs7ONBwb+6QUPCAgPBAH+6QYHBwYBFwUPCAgPBAEBFwYH/gDXBgYGBtcGBg8MCBMKEBsJ/vIFBwcFAQ4IHBAKFAcMDwYGAAAAAAIAQAAABAADwAAiAEQAAAEiBhUxESERITI2NTQmIzEhIgYVMREUFjMxITI2NTERNCYjEyMiBhUUFjMxMwEOARUUFjMyNjcxARUUFjMyNjUxNTQmIwNAGyX9wAEAGyUlG/8ANUtLNQJANUslG0DAGyUlG2b+bQkKJRsNGAgBkyUbGyVLNQHAJRv/AAJAJRsbJUs1/cA1S0s1AQAbJQIAJRsbJf5tCBgNGyUKCQGTZhslJRvANUsAAAABAEAAAAPAA4AAGwAAARQHDgEHBiMiJy4BJyY1NDc+ATc2MzIXHgEXFgPAIyN6UlFdXVFSeiMjIyN6UlFdXVFSeiMjAcBdUVJ6IyMjI3pSUV1dUVJ6IyMjI3pSUQAAAAACAEAAAAPAA4AAHQA7AAABMhceARcWFRQHDgEHBiMiJy4BJyY1MTQ3PgE3NjM1IgcOAQcGFRQXHgEXFjMyNz4BNzY1MTQnLgEnJiMCAEI7OlcZGRkZVzo7QkI7OlcZGRkZVzo7Ql1RUnojIyMjelJRXV1RUnojIyMjelJRXQMAGRlXOjtCQjs6VxkZGRlXOjtCQjs6VxkZgCMjelJRXV1RUnojIyMjelJRXV1RUnojIwAAAAACAEAAAAPAA4AAEwA2AAABISIGFTERFBYzMSEyNjUxETQmIwMBDgEjIiYnMScuATU0NjMyFhcxFwE+ATMyFhcxHgEVFAYHA0D9gDVLSzUCgDVLSzUT/q0IGA0NFwmTBwgmGgwVCWUBJggYDQ0YCAkKCgkDgEs1/YA1S0s1AoA1S/6m/q0JCgoJkwgVDBslCAdmASYJCgoJCRcNDRgIAAAAAQEAAAADAAOAABUAAAEzNSMiBhUxFSMVMxEzETM3IzU0NjMCgIDAUHCAgMCAQMAlGwLAwHBQwMD+wAFAwIAbJQAAAAABAEAAQAQAA0AAWQAAAR4BMzI2NzEOAQcjBgcOAQcGByMmJy4BJyYnMTAXFjY3NjcmJy4BJyYnMTwBNTQ2NwcWFx4BFxYXMy4BNTQwOQE0Nz4BNzYzMDI5ATIWFzM6ATMyNjcxMAYHA4AGDAYfNRQBOCkBBS0tlmRjcQEsKipMIyIeHR1RLCwdNCssPhISAhkXASQtLWc5OT0BAgIQEDYkJCkBK0wbAQEDAiI7FhBVAsABARcVLkYMcmNjliwsBAIKCiEXFhwDAgcODiIYJCVdNjc8AQEBMl8qAi0lJTUQEAQJEwoBKSQkNg8QIx0aF1sWAAAABQBAAAADwAOAABMAJwBFAFMAYQAAASEiBhUxERQWMzEhMjY1MRE0JiMBIiY1MRE0NjMxITIWFTERFAYjMQEiBw4BBwYVFBceARcWMzI3PgE3NjUxNCcuAScmIxEiJjU0NjMyFhUxFAYjEyIGFRQWMzI2NTE0JiMDAP4AUHBwUAIAUHBwUP4AKDg4KAIAKDg4KP8AMissQRMTExNBLCsyMissQRMTExNBLCsyPFRUPDxUVDzwGyUlGxslJRsDgHBQ/gBQcHBQAgBQcPzgOCgCACg4OCj+ACg4AlATE0EsKzIyKyxBExMTE0EsKzIyKyxBExP+gFQ8PFRUPDxUAcAlGxslJRsbJQAAAQC+AAQDgAOAAJAAACU2Nz4BNzY3HgEzOgEzMTY3PgE3NjU0Jy4BJyYjKgEjIgcOAQcGBzEOARUUFh8BPgE3PQEuATU0NjcxPgEzOgEXIx4BFzEeARUUBgcxDgEHMS4BJzE8ATU0NjcHPgE/AT4BNTQmJzEuAScxKgEjIgYPAQ4BFRQWFyceARUUBgc1BgcOAQcGBw4BFRQWFyceATcBgxAQERwLCwQYPyUBAgE7MzNLFRUaGV5CQk8ECQREOzxZGxoCAQFHOgEJDAMVFygkIFIuBg0GATBPGhUYIh4RMx4WJAsODQEECAMBAQEKCQcUDQIDAiM2CQEFBQMDAQEBAQEEBwgSCAkGBQYGBgEGHwkEDiEhTygoHBcbARoaXD4/SEk9PVgZGRkZWDs7QwcPCEVwHQETKxcCBB5IJzVcIhsfAQMvJiJQKzVeJRYcAQQZEgMFAyZHIQINHxAEBAoFER0MCg0CKSABESYUDhsOAgUMBgcMBgEQISFJIiITFCwYFy0VAgYRCQACAEAAgAPAAwAAPAA/AAABLgEnIyYnLgEnJiMiBw4BBwYHNw4BBzEOARUUFhcnHgEXMxYXHgEXFjMyNz4BNzY3Bz4BNzE+ATU0JicXAREFA7EHOygBJCgnUyorKysrK1UqKyoPKTsHBwgICAEHOygBJCgnUyorKysrK1UqKyoPKTsHBwgICAH9zwEAAowoOQQEAwIEAQEBAQQDAwQBBDkoLmg2NmozByg5BAQDAgQBAQEBBAMDBAEEOSguaDY2ajMH/pQBQKAAAAMAQQAAA8ADgAATABcAPAAAEyIGFRQWMzI2NTgBOQE0JiM4ATEDMxEjASImIyIGDwE1IxEzETwBMTQ2Nwc+ATczMhYXETMRLgEjKgEHM7cxRUUxMUVFMVuxsQKPBAkENlcXAaeyDg0BCykaASMzDrMHbUsGCwYBA4BFMTFGRjExRf7K/bYCQAE2LAFi/cABBAEBHTYYARgfBBk+/qwBk0pkAQAAAQA///8DwAOAAK0AAAEcARUUBw4BBwYPAQYiIyImNTQwOQE1NDAxNCYnMTM+ATU4ATkBNTA0MTQmJzM+ATU0JicXDgEHMS4BKwEwIjEiBgczLgEnMQ4BFRQWFycOAQcxFTgBMRQWFzsBDgEHMQ4BIyImJzMuAScxLgEjMQYWFx4BFxUeATMyNjMxMjY3HAEVOAExFAYjKgEnMyYnLgEnJjU0NjUVNjc+ATc2NzM6ATMyFx4BFxYVHAEVMQPAFhZQNzdCAwIEAwwQDgsMTm4aGAEEBQkIAR0yFA0eEIUCER8PARQ0HgkJBwYBFRgBbk4BEAwOAQwdEAUJBQEVIQoKJhcXEwoRFwYKLR0DBwMRHwkPCgIFAgFEOThRFxcBAyIic0xMWAEDCQReUlN7IyQBtQEDAUtDQ3EqKxgBARAMAY4BEyAMAnBOFgEnRx0LGg0SIg8BAxcSBAUFBRMXAw4iEhAdDQEbRCYTTnACCx0RCgsBAQYbEhQYAxQHDSIVARohAQkBFC0UCw4BGCsqcURESwYNBgFYTk12JCQGIyR7UlNeAQQBAAAAAAIAQP/+A8ADggB9AIEAAAExLgEjIgYHMwcnNz4BNTQmJzEuASMiBgcxBycuASMiBhUUFhc1FwcnLgEjIgYHMQ4BFRQWFyMXBw4BFRQWFzUeATMyNjcjNxcHDgEVFBYXMR4BMzI2NzE3Fx4BMzI2NTQmJxUnNxceATMyNjcxPgE1NCYnMSc3PgE1NCYnFQUnNxcDvAgoGgcMBgFSOVIYHgICCCgaBgwGUhsHKRogLgICGq0dCCgaBgwFFx4CAgEbUhgeAgIIKBoHDAYBUjlSGB4CAggoGgYMBlIbBykaIC4CAhqtHQgoGgcMBhceAgIaUhcdAgL+CTiuOAGeGB4CAhqtHQgoGgcMBhceAgIaUhgeLiAHDAYBUjlQGB4CAggoGgYMBlIbBykaBg0GARgeAgIarR0IKBoHDAYXHgICGlIYHi4gBwwGAVI5UBgeAgIIKBoGDAZSGwgoGQcNBgFRrjiuAAAAAQCAAAADfwOAADsAAAEwNz4BNzY3PgEzOgEzMRYXHgEXFgcGBw4BBwYHKgEjIicuAScmNTwBNRU8ATU0NjcxNgYHBgcGFhcWFwEpBQQ4PDxvKFowAwUCDhYVJwwLBQUbG2BFRVoDCARNQ0NkHR06MxIKCAQCAgoPDh0BSTo5plxcRRARCyUleVFSYmNNTWwfHwYdHWRDQ00ECAQBAwgETIYxE0IhESQlTyIjCwAAAAAGAAAAgAQBAwAAGAAsAD4AhACXAJsAAAE+ATU8ATUVNCYxIREhPgE3MTwBNTQmJyMlMx4BFRwBBzMcARUUBiMqASMxIxMjNTMeARUcAQc1FhQVFAYHMSU8ATU8ATUVNDY1NCcuAScmIzAiIzEGBw4BBwYVFBYVNRQGFRQXHgEXFjM6ATMxOgEzMjY/ASMOASMiMDkBIiY1NDA5ATU3HgEVOAEVMSM0MDE0NjM4ATkBJzMVIwGVKDGS/qQBX0ZiAkEyAf71nR0oAQElGwEDAZ22trYeKQEBKR4CwAESETwoKS4CAS8oKT0SEgEBEhE8KCguAQIBAwYDR3AYAXYRNiABKz5rKzvRPiuD//8B4w9GLAMFAgFiMf2PBWVHAQIBN1cRtgIqHQIEAQIFAhsl/vyqBC0eAgMCAQIDAh4tA1UDCAQECQQBBAoFLigpPBESARESPSkpLwQIBAEECgUuKCg8EhFQPgIYHT4rAQy2AT0rAQEsPbo+AAAABwBAAAADwAOAAB0ALwBGAFMAcQCCAJIAAAEiBw4BBwYVFBceARcWMzI3PgE3NjUxNCcuAScmIwEuASMiBgc3LgEnPgE3Mx4BFwMOAQ8BLgEnFz4BMzAyMzE4ATMyFhcnJR4BHwEOAQcjPgE/AQM8ATU8ATUxNjc+ATc2NwceARcGBw4BBwYPAS4BNRM+AT8BHgEfAQ4BIzEiJicXJS4BJxc+ATMyFhcnDgEHMQIAXVFSeiMjIyN6UlFdXVFSeiMjIyN6UlFdAVwfRyUZMRcDBxEIN10kASMrApweTSwDGTMcAg4eEQIBATViKQH+nxozFgM7iEcDF1Y4ArstLCxXKispCwgPBysmJ0UdHhgBKzGoKnVHBBAgDQMaPCAyXCcBAYcPHxIFDBsOI0QhBBBBLQOAIyN6UlFdXVFSeiMjIyN6UlFdXVFSeiMj/ksHBwMEARMlERVBKiprOwEWJDcQAS5QJgQDAx8cARMiTSgGDhIDP2IeAf7LAgQCAwQCAQMECwgICgIQIBASGBg6ISIlAy55RP7WQmUfAS5uOwwLCxoZARU9aDEOAQIIBwE6YCMAAQBAAG0DwAMsADIAABMwNhceARceATc2Nz4BNzY1NCcuAQcGBzAWBwYHDgEHBiMiJicmJy4BJyYnJgcOAQcGMWlOGho0ORV+XC5BQHcpKiMibEJCPogRCBQULxcXDRobEwoNDSEVFBkZLy9eIyMCOjU1NHnmRzRBID8/mFFQREMzNBcoKHEXRCEpKEcXGFVwNzQ0URgZAQEcHUUdHgAAAAQAQAAAA8ADgAAdAE8AfgClAAABIgcOAQcGFRQXHgEXFjMyNz4BNzY1MTQnLgEnJiMTDgEjOAE5ASIwMSImJzEmJyYGBwYjBiIjIiYnMTQmNTQ2NzEyNz4BFxYXHgEVFAYHMTcOASM4ASMxIiYnMSYnJgYHBiMOASMiJicxNCY1NDY3MTI3PgEXFhceARUUBgcxNyImJzEmJyYGBwYVDgEjIiY1NDY3MTY3PgEXFhceARUUBiMqATkBAgBdUVJ6IyMjI3pSUV1dUVJ6IyMjI3pSUV3KBAwHAQQHAztFRnkpKQECAwIJDwIBDAgFLS2FTU1CBQYDAjkFEAkBBQoERk1OgysrAQMFAwwTBAEOCwQyMZNXV1AHCgMDGgULBVdcXJgwMQMIBBEYEg4FODepZmZiCgsYEAEBA4AjI3pSUV1dUVJ6IyMjI3pSUV1dUVJ6IyP9dAUGAgIoDAwDCAgBCwkBBAIJDwIJCQMODS0ECwcFCAR7CAgDAy8NDgQKCgEBDwsDBQMMEwQLCwQQEDYFEAoFCgR7AwI0EA8FCwsBAQIYEQ8WAwIMDQUSEjwFEgwQGAAAAAABAEEAQgPAA0IALAAACQE2JgcBJy4BNTQ2NzEBPgEzMhYVHAEHMQMOASMiJicxJwcOASMiJjUwNDkBAaUBeAQGBv4R0gkKCgkDQAMGAg4TAY8DGREHDgbGewIFAwYIAUQBawQKA/7GQAMPCQoOAwFKAQETDgIDAv1NEBUFBJh2AgIIBgIAAAAABwAAAP8EAALAACMAOwBVAGUAdQCFAJkAAAEwIjEiBgczJicuAScmJyMiBgczESE+ATU8ATUxPAE1NCYnIwU0IhUHHAEVHAEVMRcUMj8BNjQ1PAEnFTc0JiMiBgcxBxUXFBYzMjY1MTc8ATU8ATUVNzQmFQccARUXFDI/ATwBNTc0IhcHHAEVFxQyNTc8ATU3NCYVBxwBFRcUFj8BPAE1NzQmFQccARUXHgEzMjY3MTc8ATUDjwEMFgoBAxERNyUkKQEXKxMBAU8wQUEvAfyJDgoJDgEMAQFSBAICAwEJCAQCAwQKWBQEBhUBBVYWAQgHFQpXGAYHFwEGXh4FBAEJBQYJAQQCAAUFKSQkNhEQAgsJ/lQDRjACAwICAwIwRgMEBARnAQQBAgMCZQYGYgIEAgIEAgFoAQMDAW0XcgMEBANxAwYDAwcDAb0IAQmxBSIFZQgIZwYdBtwKCsgFJgZyCQl1BiEGqQkBCrcEIwVpBwEIagYeBtQNAQ7FBSUGbQYHBwZwBiAGAAACAEAAAAPAA4AAHQB2AAABIgcOAQcGFRQXHgEXFjMyNz4BNzY1MTQnLgEnJiMRIicuAScmNTE8ATU8ATUxHgEzOgEzMTIWMzInLgEnJjc2Nz4BNzYnLgEHPgEzMDI5ATIXHgEXFh8BLgEjMCI5ASIHDgEHBgcGJgcGFhceATMyNjcVDgEHMQIAXVFSeiMjIyN6UlFdXVFSeiMjIyN6UlFdQjs6VxkZCR4SAgQBYDAwGAoJKBISBwcmJk0ZGRIUcDwcQCMBMy4uTR4dEgEIFQsCMBMTDwQFEiUrMDAFKw4gETZgJiyDTAOAIyN6UlFdXVFSeiMjIyN6UlFdXVFSeiMj/QAZGVc6O0IDCAQECAQOEUAXGD8gIBISDQ0bERAYGxMJDQ4PDzYmJSwCBgcdHUYeHwMGNjAwfRMDBCQgAThDAQAAAAAGAEAAAAPAA4AAHQBCAGgAjQCbAMAAAAEiBw4BBwYVFBceARcWMzI3PgE3NjUxNCcuAScmIxceARcVHgEVFAYHMQ4BIyImJzEuAS8BLgE1NDY3MT4BMzIWFzEFMR4BFRQGBzEOAQ8BDgEjIiYnMS4BNTQ2Nwc+ATczPgEzMhYXMQMuASc1LgE1NDY3MT4BMzIWFzEeAR8BHgEVFAYHMQ4BIyImJzETNDYzMhYVFAYjMSImNQExLgE1NDY3MT4BPwE+ATMyFhcxHgEVFAYHMQ4BByMOASMiJicCAF1RUnojIyMjelJRXV1RUnojIyMjelJRXdgcLxMFBQkIBxULDxoHDR4RAQwPCAgIEwsKEQf+mAgIDwwTIAwBBxoPDBQIBwkFBQEUMB0BBxAJDBQISBwvEwUFCQgHFQsPGgcNIBIBDQ4ICAgVDAoRBxhwUFBwcFBQcAFQCAgPDBIeDAEHGg8LFQcICQUFEy8bAQcQCQwUCAOAIyN6UlFdXVFSeiMjIyN6UlFdXVFSeiMjihMvGwEHEAkMFAgICA8MEyAMAQcaDwwUCAYIBQYHBxULDxoHDSASAQ0OCAgHFQwJEAcBHjETBQUJCP2bEy8bAQcQCQwUCAgIDwwSHgwBBxoPCxUHCQkFBgE2UHBwUFBwcFD+0QcVCw8aBw0eEQEMDwgICBQMCRAHHC8TBQUJCAAAAAIAAAAABAADgAAOACAAAAkBMxEUFjMxITI2NTERMyERIzU0JiM5ASIGFTEVIxElBQIA/gCAJRsCgBslgP8AwCUbGyXAAQABAAOA/kD+gBslJRsBgP7AgBslJRuAAXbg4AAAAAAE//8AQAQBA0AAKQBFAFMAYQAAASYnLgEnJiMiBw4BBwYHDgEVFBYXNRYXHgEXFjMyNz4BNzY3PgE1NCYnASInLgEnJic2Nz4BNzYzMhceARcWFwYHDgEHBgMiBhUUFjMyNjUxNCYjESImNTQ2MzIWFTEUBiMD7yk2Nn9HR01NR0d/NjYpCAoKCCk2Nn9HR01NR0d/NjYpCAoKCP4ROTY2YisrIyMrK2I2Njk5NjZiKysjIysrYjY2OVBwcFBQcHBQGyUlGxslJRsCAEg7O1QXFxcXVDs7SA4gEhIgDwFIOztUFxcXF1Q7O0gOIBISIA/+vxERQi8wPT0wL0IRERERQi8wPT0wL0IREQHAcFBQcHBQUHD/ACUbGyUlGxslAAAEAAAAAAQEA8AAKgAzADcARQAAASM0Jy4BJyYjIgcOAQcGFTEjDgEVFBYXNRMeARcxIT4BNzUTPgE1NCYjMSUyFhUxITQ2MxMhAyEBMjY1NCYjIgYVMRQWMwO8fBkZVzo7QkI7OlcZGXwdJwICnAciFwJAFyIHoAICKh7+RFBw/oBwUPP+GnkC2P6UKDg4KCg4OCgCgEI7OlcZGRkZVzo7QgIpHQYLBgH+DxUbAQEbFAEB8QULBh4qwHBQUHD9QAGA/uA4KCg4OCgoOAADAEAAAAPAA4AAHQArAFcAAAE0Jy4BJyYjIgcOAQcGFRQXHgEXFjMxMjc+ATc2NQUiJjU0NjMyFhUxFAYjFyEiBw4BBwYVMRUUFjMyNjUxNTQ2MzEhMhYVMRUUFjMyNjUxNTQnLgEnJiMDABQURi4vNTUvLkYUFBQURi4vNTUvLkYUFP8ANUtLNTVLSzXA/oA1Ly5GFBQlGxslSzUBgDVLJRsbJRQURi4vNQKANS8uRhQUFBRGLi81NS8uRhQUFBRGLi81gEs1NUtLNTVLgBQURi4vNUAbJSUbQDVLSzVAGyUlG0A1Ly5GFBQAAAIAQAAAA8ADgAAGACgAAAEjBzUjESE1ISIGFTERFBYzMTMVFBYzMTAyMTI2NzElMzI2NTERNCYjA0Dn2cACgP2ANUtLNUAlGwEJEgcBHcA1S0s1AUCIiAHAgEs1/kA1S4AbJQYFtUs1AcA1SwAAAAACAEAAQAPAA0AADAAmAAABESERMxceATMwMjkBAyMiBhUxERQWMzEhMjY1MRE0JiMxIScuASMDQP2Ai20JFw0BgKY1S0s1AoA1S0s1/sBtCRcNAkD+gAIAbQkKAQBLNf4ANUtLNQGANUttCQoAAAAAAwBAAAADwAOAAAsAHwAjAAABMzI2NTE1IRUUFjMBISIGFTERFBYzMSEyNjUxETQmIxEhESEBwIA1S/6ASzUBgP2ANUtLNQKANUtLNf2AAoABwEs1QEA1SwHASzX9gDVLSzUCgDVL/QACgAAAAwCA/8ADgAOAAB0AOgBGAAABIgcOAQcGFTEUFx4BFxYxMDc+ATc2NTQnLgEnJiMRJicuAScmNTQ3PgE3NjMyFx4BFxYVMRQHDgEHBhMUBiMiJjU0NjMyFgIAUEVGaR4ePDyQPDw8PJA8PB4eaUZFUCgtLUwZGRQURi4vNTUvLkYUFBkZTC0tWEs1NUtLNTVLA4AeHmlGRVB4aWmcLS0tLZxpaXhQRUZpHh784SIuLm07PD01Ly5GFBQUFEYuLzU9PDttLi4BfTVLSzU1S0sAAAIAAAAABAADQQBsAJQAAAEjJicuAScmIyIGBzMGBw4BBwYHFQ4BFRQWFyceATMyNjc1PgE1NCYnMS4BNTQ2NxU+ATczPgEzMhceARcWHwEeATMyNjMjMx4BFTgBOQEOAQ8BDgEVFBYzMjY3MTY3PgE3Njc1NCcuAScmIzEFLgEjIgYHMQcOARUUFjMyNjcxNxUUFjMyNjUxNRceATMyNjU0JicxAwAVFCQkXjk5PhUpFAI2MTBMHBsNBQUREAEHIRQXIgUBAgMDCgwFBBNePwIPIhIqJSY/GBgNAQ1CKQMGAwEPNEkDLyQBEhYmGgcMBiQeHSwNDAIUFEYuLzX+7QgYDQ0YCJMHCCUbDBUIJiUbGyUmCBUMGyUIBwJAOS8vRBMTBQQKGRlILy40AxQsFytSJQMTFxsVAQMJBQcNBhc2HRIiEQJAXBIEBQ0MLh8fJQIlMAEBSzQrRhIBByAUGyYDAhEaGkAmJikBNS8uRhQUkwkKCgmTCBUMGyUIByamGyUlG6YmBwglGwwVCAAAAAACAAEAAAQAA0EAcACYAAABIyYnLgEnJiMiBgczBgcOAQcGBxUOARUUFhcnHgEzMjY3MT4BNTQmJzEuATU0NjcVNjc+ATc2MzIXHgEXFh8BHgEzOgEzIzMeARU4ATkBDgEPAQ4BBzEcARUUFjMyNjcxNjc+ATc2NzU0Jy4BJyYjMQMHNTQmIyIGFTEVJy4BIyIGFRQWFzEXHgEzMjY3MTc+ATU0JiMiBgcDABUUJCReOTk+FSkUAjYxME0bGw0FBBEQAQcgFRYjBQICAgILDAUEDBgXQScnKyomJj8XGA0BDkEpAgUCAQ80SQQxJAEQFgMlGwcNBiQfHiwNDQIUFEYuLzXaJiUbGyUmCBUMGyUIB5MIGA0NGAiTBwglGwwVCAJAOS8vRBMTBQQKGRlILi80AxQsFytSJgMTFxwVBQsFBgsFGDYdEiIRAighIjENDg0NLR8fJQIlLwFLNCtGEgEHGxECBQMaJgMDERoZQSYmKQE1Ly5GFBT+wCamGyUlG6YmBwglGwwVCJMJCgoJkwgVDBslCAcAAAAEADsAAAPAA4UASwBZAGcAdQAAASIGBzEnPAE1PAE1FTwBNTwBNRU3HgEzMjY1NCYjIgYVHAEVMRwBFRwBFTUHLgEjIgYVFBYzMjY3MRccARUcARU1FBYzMjY1NCYjMREyFhUUBiMiJjUxNDYzASImNTQ2MzIWFTEUBiMBIiY1NDYzMhYVMRQGIwMAJ0Qau8AZQiVPcXFPUHDAGkQnUHBwUCdEGsBwUFBwcFAbJSUbGyUlG/4AGyUlGxslJRsCABslJRsbJSUbAYAdGV8DBQMEBgMBAwUEAwYDAV8XGnBQT3FxTwEDAQMFBAMGAwFfGR1wUFBwHRlfAwUDBAYDAVBwcFBQcAGAJRsbJSUbGyX+gCUbGyUlGxsl/wAlGxslJRsbJQAAAgBAAAADwAOAADAATgAAJSc+ATUwNDkBNCcuAScmIyIHDgEHBhUUFx4BFxYzMTAyMTI2NwcXHgEzMjY1NCYnMSUiJy4BJyY1NDc+ATc2MzIXHgEXFhUxFAcOAQcGIwOttCEmHh5pRkVQUEVGaR4eHh5pRkVQAT5xLwG1CBgNGyUKCf4TNS8uRhQUFBRGLi81NS8uRhQUFBRGLi81bbUucT4BUEVGaR4eHh5pRkVQUEVGaR4eJiIBtAkKJRsNGAiTFBRGLi81NS8uRhQUFBRGLi81NS8uRhQUAAAAAAMAgAAAA4ADgAADACgAMgAAAREhEQEiBw4BBwYVMRUiBhUxERQWMzEhMjY1MRE0JiMxNTQnLgEnJiMDNTQ2MzIWFTEVAwD+AAEANS8uRhQUNUtLNQIANUtLNRQURi4vNYBLNTVLAcD+wAFAAcAUFEYuLzVASzX+wDVLSzUBQDVLQDUvLkYUFP7AQDVLSzVAAAIAPwAAA8EDgQBKAJEAACUHDgEjIiYvAS4BNTQ2PwE+ATMyFhcxFx4BMzI2NTQmLwEuASMiBgcxBw4BFRQWFzEXHgEzOAEzMTI2PwE+ATU0JicxLgEjIgYHMQEnLgEjIgYHMQcOARUUFhcxHgEzMjY/AT4BMzIWHwEeARUUBg8BDgEjIiYnMScuASMiBhUUFh8BHgEzMjY3MTc+ATU0JicxAaUYCRgODRkJXAkKCgm5CBkODRkJLggYDRslCggvGkcoKEcbuBsfHxtcGkcoAShHGhgJCgoJCRcNDhcJAeJcGkcpKEcaGAkKCgkJFw0OFwkYCRgODRkJXAkKCgm5CBkODRkJLggYDRslCggvGkcoKEcbuBsfHxurGAkKCglcCRkNDhgJuQkLCwkuCQomGg0YCS4aHh4auRpHKShHGlwaHx8aGAgYDQ0XCQkKCgkCQFwbHx8bGAgYDQ0XCQkKCgkYCQoKCVwJGQ0OGAm5CQsLCS4JCiYaDRgJLhoeHhq5GkcpKEcaAAAAAgDAAAADQAOAACEAXgAAARceARUcARUxFAcOAQcGIyInLgEnJjU0JjU0NjUVNz4BNxMxIgcOAQcGBzQ2Jy4BIzEiBhU4ARUxBgcOAQcGFRQXHgEXFjMyNz4BNzY1NCcuAScmNzwBNTQmIzAiOQECXgopLx0dRh8eAwMeH0YdHQEBaj9dFwoiERAmHx9AJ0wCBgQGCQMUFS4TExwbWjk6PDw5OlobHCMjUB4eCgkHAQIPDzF8RQECATQcHBoCAgICGhwcNAULBgYLBgEkGF49AXM7O5ZGRhYwaFUDAwkHAT8wMV0zNEZGMjJBEA8REEMyMkJ2R0d2QEFoAQEBBwkAAAEAQAAAA8ADgAAPAAATITIWFREUBiMhIiY1ETQ2wAKANUtLNf2ANUtLA4BLNf2ANUtLNQKANUsAAgBAAAADwAOAAAMAFwAAAREhETUiBhUxERQWMzEhMjY1MRE0JiMxA0D9gDVLSzUCgDVLSzUDAP2AAoCASzX9gDVLSzUCgDVLAAAAAAIAQAAAA8MDgAAZAHUAAAEiBhUxFRceATMyNjcxPgE1NCYnMSc1NCYjARYXHgEXFjMyNjcjNjc+ATc2NTQnLgEnJiMqASMxMCIjIgcOAQcGDwEnESEnNjc+ATc2MzIXHgEXFhUUBw4BBwYjOAE5ASInLgEnJic1LgEjKgEjMw4BFRQWFzECABslkwgYDQ0YCAkKCgltJRv+WBkrKm9CQkkTJhMDUEVFZR0cIyN6UVJdAQEBAQE6NjZfKCgeAUoBAFkVHR5IKiotQzo6VxkZGRlXOjpDNC8vTx4eEgchFQECAQEaJAMCAsAlG9uSCQoKCQgYDQ0YCG2mGyX+Z0E2N04VFgMDDSgndkpLU11RUnojIw4PNCUlLgFK/wBYJh8fLAwMGRlXOjtCQjs6VxkZEBA4JicuAhMXASUaBg0FAAAAAwBAAAADwAOAAB0AOwBUAAABIgcOAQcGFRQXHgEXFjMyNz4BNzY1MTQnLgEnJiMRIicuAScmNTQ3PgE3NjMyFx4BFxYVMRQHDgEHBiMTNTQmIyIGFTEVFx4BMzI2NzE+ATU0JicxAgBdUVJ6IyMjI3pSUV1dUVJ6IyMjI3pSUV1COzpXGRkZGVc6O0JCOzpXGRkZGVc6O0JAJRsbJZMIGA0NGAgJCgoJA4AjI3pSUV1dUVJ6IyMjI3pSUV1dUVJ6IyP9ABkZVzo7QkI7OlcZGRkZVzo7QkI7OlcZGQFaphslJRvakwkKCgkIGA0NGAgABABAAAADwAOAAB0AOwBMAFgAAAEiBw4BBwYVFBceARcWMzI3PgE3NjUxNCcuAScmIxEiJy4BJyY1NDc+ATc2MzIXHgEXFhUxFAcOAQcGIxEiBhUxFRQWMzI2NTE1NCYjNxQGIyImNTQ2MzIWAgBdUVJ6IyMjI3pSUV1dUVJ6IyMjI3pSUV1COzpXGRkZGVc6O0JCOzpXGRkZGVc6O0IbJSUbGyUlG0AlGxslJRsbJQOAIyN6UlFdXVFSeiMjIyN6UlFdXVFSeiMj/QAZGVc6O0JCOzpXGRkZGVc6O0JCOzpXGRkBgCUbwBslJRvAGyWAGyUlGxslJQACAAAAAAOAA4AAJgAqAAA3FBYzMSEyNjU0JiMxITUlPgE9ATQmIzEhNTQmIzEjIgYVFBYzMTMBBREhgEs1AgAbJSUb/gACADdJSzX+ACUbgBslJRtAAoD+AAIAgDVLJRsbJYBACz04wDVLQBslJRsbJf7AQAEAAAABAAAAAAAA5UbZsF8PPPUACwQAAAAAANg2xzQAAAAA2DbHNP///8AEBAPAAAAACAACAAAAAAAAAAEAAAPA/8AAAAQA/////AQEAAEAAAAAAAAAAAAAAAAAAABzBAAAAAAAAAAAAAAAAgAAAAQAAEAEAABABAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAUAEAAFABAAAQAQAAEAEAAHABAAAgAQAAMAEAACABAAAwAQAAEAEAABABAAAwAQAAMAEAAAABAAAQAQAACkEAAAzBAAAQAQAAEAEAAA9BAAAQAQAAAAEAABABAAAQAQAAEAEAABABAAAgAQAAEAEAABABAAAPwQAAIAEAABABAAAQAQAAAAEAABABAAAQAQAAEAEAABABAAAQAQAAAAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAAEABAAAQAQAAEAEAAC+BAAAQAQAAEEEAAA/BAAAQAQAAIAEAAAABAAAQAQAAEAEAABABAAAQQQAAAAEAABABAAAQAQAAAAEAP//BAAAAAQAAEAEAABABAAAQAQAAEAEAACABAAAAAQAAAEEAAA7BAAAQAQAAIAEAAA/BAAAwAQAAEAEAABABAAAQAQAAEAEAABABAAAAAAAAAAACgAUAB4AUgBsANAA2gDkAO4A+AECAQwBFgEgASoBNAE+AUgBUgFcAWYBcAF6AYQBjgGYAaIBrAG2AcAB/AI4AnoCwALqAyoDagOqA+oEbATaBRYFUgWMBg4GWga0ByAHZAf4CSQJiAnkCjIKagqWCtQLMgtoDBoMcA0YDZAN5g6YDwoPeA+8EBYQThCQERARbBGcEfYSRhJoEuITZhQqFI4U4BW0FmYWvhd6GFIYohl8GcAahBsmHCwcXhzuHVQdyh4CHjoecB7YH6AgbCD+IWwhtCJ4IvgjFCM6I9okUiTOJQoAAQAAAHMA6gAIAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAABoBPgABAAAAAAAAABYCdgABAAAAAAABAA4AAAABAAAAAAACAAcEkgABAAAAAAADAA4EPgABAAAAAAAEAA4EpwABAAAAAAAFAAsEHQABAAAAAAAGAA4EaAABAAAAAAAJABYCuAABAAAAAAAKAK4AbAABAAAAAAALABYAKgABAAAAAAAMABYC+gABAAAAAAANAC4DPAABAAAAAAAOAB0DxgADAAEECQAAACwCjAADAAEECQABABwADgADAAEECQACAA4EmQADAAEECQADABwETAADAAEECQAEABwEtQADAAEECQAFABYEKAADAAEECQAGABwEdgADAAEECQAJACwCzgADAAEECQAKAVwBGgADAAEECQALACwAQAADAAEECQAMACwDEAADAAEECQANAFwDagADAAEECQAOADoD41plcm9pY29ucy1MaW5lAFoAZQByAG8AaQBjAG8AbgBzAC0ATABpAG4AZWh0dHBzOi8vemVyb2ljb25zLmNvbS8AaAB0AHQAcABzADoALwAvAHoAZQByAG8AaQBjAG8AbgBzAC4AYwBvAG0AL1plcm9pY29ucyBpcyBhIGNhcmVmdWxseSBkZXNpZ25lZCBpY29uIHNldC4gRWFjaCBpY29uIGRlc2lnbmVkIGF0IGEgMTZweCBncmlkIHdpdGggY29uc2lzdGVuY3khIEZyZWUgdG8gdXNlIGluIGFueSBwZXJzb25hbCBvciBjb21tZXJjaWFsIHByb2plY3RzLgpGb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBaAGUAcgBvAGkAYwBvAG4AcwAgAGkAcwAgAGEAIABjAGEAcgBlAGYAdQBsAGwAeQAgAGQAZQBzAGkAZwBuAGUAZAAgAGkAYwBvAG4AIABzAGUAdAAuACAARQBhAGMAaAAgAGkAYwBvAG4AIABkAGUAcwBpAGcAbgBlAGQAIABhAHQAIABhACAAMQA2AHAAeAAgAGcAcgBpAGQAIAB3AGkAdABoACAAYwBvAG4AcwBpAHMAdABlAG4AYwB5ACEAIABGAHIAZQBlACAAdABvACAAdQBzAGUAIABpAG4AIABhAG4AeQAgAHAAZQByAHMAbwBuAGEAbAAgAG8AcgAgAGMAbwBtAG0AZQByAGMAaQBhAGwAIABwAHIAbwBqAGUAYwB0AHMALgAKAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALlNoYWhhZGF0IFJhaG1hbiBTaGVtdWwAUwBoAGEAaABhAGQAYQB0ACAAUgBhAGgAbQBhAG4AIABTAGgAZQBtAHUAbFNoYWhhZGF0IFJhaG1hbiBTaGVtdWwAUwBoAGEAaABhAGQAYQB0ACAAUgBhAGgAbQBhAG4AIABTAGgAZQBtAHUAbGh0dHBzOi8vc2hlbXVsLmRlc2lnbi8AaAB0AHQAcABzADoALwAvAHMAaABlAG0AdQBsAC4AZABlAHMAaQBnAG4AL0NvZGVzOiBNSVQgTGljZW5zZSwgRm9udHM6IFNJTCBPRkwgMS4xIExpY2Vuc2UAQwBvAGQAZQBzADoAIABNAEkAVAAgAEwAaQBjAGUAbgBzAGUALAAgAEYAbwBuAHQAcwA6ACAAUwBJAEwAIABPAEYATAAgADEALgAxACAATABpAGMAZQBuAHMAZWh0dHBzOi8vemVyb2ljb25zLmNvbS9saWNlbnNlAGgAdAB0AHAAcwA6AC8ALwB6AGUAcgBvAGkAYwBvAG4AcwAuAGMAbwBtAC8AbABpAGMAZQBuAHMAZVZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMFplcm9pY29ucy1MaW5lAFoAZQByAG8AaQBjAG8AbgBzAC0ATABpAG4AZVplcm9pY29ucy1MaW5lAFoAZQByAG8AaQBjAG8AbgBzAC0ATABpAG4AZVJlZ3VsYXIAUgBlAGcAdQBsAGEAclplcm9pY29ucy1MaW5lAFoAZQByAG8AaQBjAG8AbgBzAC0ATABpAG4AZQAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format('truetype');font-weight:400;font-style:normal}.zil{font-family:'Zeroicons-Line';speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;letter-spacing:0;-webkit-font-feature-settings:"liga";-moz-font-feature-settings:"liga=1";-moz-font-feature-settings:"liga";-ms-font-feature-settings:"liga" 1;font-feature-settings:"liga";-webkit-font-variant-ligatures:discretionary-ligatures;font-variant-ligatures:discretionary-ligatures;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.zi-home:before{content:"\1f3e0"}.zi-search:before{content:"\1f50d"}.zi-cart:before{content:"\1f6d2"}.zi-cart-ii:before{content:"\1f45c"}.zi-download:before{content:"\1f4e5"}.zi-upload:before{content:"\1f4e4"}.zi-settings:before{content:"\2699"}.zi-link:before{content:"\1f517"}.zi-share:before{content:"\1f501"}.zi-eye:before{content:"\1f441"}.zi-map-pin:before{content:"\1f4cc"}.zi-globe:before{content:"\1f310"}.zi-pencil:before{content:"\270e"}.zi-edit:before{content:"\270f"}.zi-edit-ii:before{content:"\2710"}.zi-lock:before{content:"\1f512"}.zi-tag:before{content:"\26c9"}.zi-timer:before{content:"\1f550"}.zi-bars:before{content:"\2630"}.zi-grid:before{content:"\25a6"}.zi-cube:before{content:"\2751"}.zi-heart:before{content:"\2661"}.zi-heart-alt:before{content:"\2764"}.zi-envelope:before{content:"\2709"}.zi-archive:before{content:"\1f4c2"}.zi-star:before{content:"\2606"}.zi-star-alt:before{content:"\2605"}.zi-fire:before{content:"\1f525"}.zi-plus:before{content:"\2b"}.zi-plus-ii:before{content:"\2295"}.zi-minus:before{content:"\2d"}.zi-minus-ii:before{content:"\2296"}.zi-quote-left:before{content:"\275d"}.zi-quote-left-alt:before{content:"\7f5"}.zi-quote-right:before{content:"\275e"}.zi-quote-right-alt:before{content:"\2ee"}.zi-external-link:before{content:"\279a"}.zi-external-link-ii:before{content:"\2b08"}.zi-comment:before{content:"\1f4ac"}.zi-user:before{content:"\1f464"}.zi-check:before{content:"\2713"}.zi-check-ii:before{content:"\2714"}.zi-check-ii-alt:before{content:"\2705"}.zi-check-iii:before{content:"\2611"}.zi-check-iii-alt:before{content:"\e92c"}.zi-cross:before{content:"\2715"}.zi-cross-ii:before{content:"\2716"}.zi-cross-ii-alt:before{content:"\274e"}.zi-circle:before{content:"\2b58"}.zi-circle-alt:before{content:"\2b24"}.zi-square:before{content:"\1f533"}.zi-square-alt:before{content:"\1f532"}.zi-sign-in:before{content:"\2386"}.zi-sign-out:before{content:"\27be"}.zi-phone:before{content:"\2706"}.zi-folder:before{content:"\1f4c1"}.zi-support:before{content:"\1f3a7"}.zi-layers:before{content:"\2a33"}.zi-clock:before{content:"\1f553"}.zi-circle-dot:before{content:"\29bf"}.zi-arrow-up:before{content:"\2191"}.zi-arrow-right:before{content:"\2192"}.zi-arrow-down:before{content:"\2193"}.zi-arrow-left:before{content:"\2190"}.zi-chevron-up:before{content:"\2303"}.zi-chevron-right:before{content:"\2c3"}.zi-chevron-down:before{content:"\2304"}.zi-chevron-left:before{content:"\2c2"}.zi-question:before{content:"\3f"}.zi-question-ii:before{content:"\2753"}.zi-info:before{content:"\2139"}.zi-info-ii:before{content:"\1f6c8"}.zi-facebook:before{content:"\e948"}.zi-twitter:before{content:"\e949"}.zi-instagram:before{content:"\e94a"}.zi-pinterest:before{content:"\e94b"}.zi-youtube:before{content:"\e94c"}.zi-linked-in:before{content:"\e94d"}.zi-github:before{content:"\e94e"}.zi-slack:before{content:"\e94f"}.zi-envato:before{content:"\e950"}.zi-behance:before{content:"\e951"}.zi-dribbble:before{content:"\e952"}.zi-vimeo:before{content:"\e953"}.zi-spotify:before{content:"\e954"}.zi-telegram:before{content:"\e955"}.zi-soundcloud:before{content:"\e956"}@font-face {
font-family: "remixicon";
src: url(//online.smartdocuhub.co.za/wp-content/themes/nikstore/assets/fonts/remixicon.eot?t=1590207869815); src: url(//online.smartdocuhub.co.za/wp-content/themes/nikstore/assets/fonts/remixicon.eot?t=1590207869815#iefix) format('embedded-opentype'), url(//online.smartdocuhub.co.za/wp-content/themes/nikstore/assets/fonts/remixicon.woff2?t=1590207869815) format("woff2"),
url(//online.smartdocuhub.co.za/wp-content/themes/nikstore/assets/fonts/remixicon.woff?t=1590207869815) format("woff"),
url(//online.smartdocuhub.co.za/wp-content/themes/nikstore/assets/fonts/remixicon.ttf?t=1590207869815) format('truetype'), url(//online.smartdocuhub.co.za/wp-content/themes/nikstore/assets/fonts/remixicon.svg?t=1590207869815#remixicon) format('svg'); font-display: swap;
}
[class^="ri-"], [class*=" ri-"] {
font-family: 'remixicon' !important;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.ri-lg {
font-size: 1.3333em;
line-height: 0.75em;
vertical-align: -.0667em;
}
.ri-xl {
font-size: 1.5em;
line-height: 0.6666em;
vertical-align: -.075em;
}
.ri-xxs {
font-size: .5em;
}
.ri-xs {
font-size: .75em;
}
.ri-sm {
font-size: .875em
}
.ri-1x {
font-size: 1em;
}
.ri-2x {
font-size: 2em;
}
.ri-3x {
font-size: 3em;
}
.ri-4x {
font-size: 4em;
}
.ri-5x {
font-size: 5em;
}
.ri-6x {
font-size: 6em;
}
.ri-7x {
font-size: 7em;
}
.ri-8x {
font-size: 8em;
}
.ri-9x {
font-size: 9em;
}
.ri-10x {
font-size: 10em;
}
.ri-fw {
text-align: center;
width: 1.25em;
}
.ri-24-hours-fill:before {
content: "\ea01";
}
.ri-24-hours-line:before {
content: "\ea02";
}
.ri-4k-fill:before {
content: "\ea03";
}
.ri-4k-line:before {
content: "\ea04";
}
.ri-a-b:before {
content: "\ea05";
}
.ri-account-box-fill:before {
content: "\ea06";
}
.ri-account-box-line:before {
content: "\ea07";
}
.ri-account-circle-fill:before {
content: "\ea08";
}
.ri-account-circle-line:before {
content: "\ea09";
}
.ri-account-pin-box-fill:before {
content: "\ea0a";
}
.ri-account-pin-box-line:before {
content: "\ea0b";
}
.ri-account-pin-circle-fill:before {
content: "\ea0c";
}
.ri-account-pin-circle-line:before {
content: "\ea0d";
}
.ri-add-box-fill:before {
content: "\ea0e";
}
.ri-add-box-line:before {
content: "\ea0f";
}
.ri-add-circle-fill:before {
content: "\ea10";
}
.ri-add-circle-line:before {
content: "\ea11";
}
.ri-add-fill:before {
content: "\ea12";
}
.ri-add-line:before {
content: "\ea13";
}
.ri-admin-fill:before {
content: "\ea14";
}
.ri-admin-line:before {
content: "\ea15";
}
.ri-advertisement-fill:before {
content: "\ea16";
}
.ri-advertisement-line:before {
content: "\ea17";
}
.ri-airplay-fill:before {
content: "\ea18";
}
.ri-airplay-line:before {
content: "\ea19";
}
.ri-alarm-fill:before {
content: "\ea1a";
}
.ri-alarm-line:before {
content: "\ea1b";
}
.ri-alarm-warning-fill:before {
content: "\ea1c";
}
.ri-alarm-warning-line:before {
content: "\ea1d";
}
.ri-album-fill:before {
content: "\ea1e";
}
.ri-album-line:before {
content: "\ea1f";
}
.ri-alert-fill:before {
content: "\ea20";
}
.ri-alert-line:before {
content: "\ea21";
}
.ri-aliens-fill:before {
content: "\ea22";
}
.ri-aliens-line:before {
content: "\ea23";
}
.ri-align-bottom:before {
content: "\ea24";
}
.ri-align-center:before {
content: "\ea25";
}
.ri-align-justify:before {
content: "\ea26";
}
.ri-align-left:before {
content: "\ea27";
}
.ri-align-right:before {
content: "\ea28";
}
.ri-align-top:before {
content: "\ea29";
}
.ri-align-vertically:before {
content: "\ea2a";
}
.ri-alipay-fill:before {
content: "\ea2b";
}
.ri-alipay-line:before {
content: "\ea2c";
}
.ri-amazon-fill:before {
content: "\ea2d";
}
.ri-amazon-line:before {
content: "\ea2e";
}
.ri-anchor-fill:before {
content: "\ea2f";
}
.ri-anchor-line:before {
content: "\ea30";
}
.ri-ancient-gate-fill:before {
content: "\ea31";
}
.ri-ancient-gate-line:before {
content: "\ea32";
}
.ri-ancient-pavilion-fill:before {
content: "\ea33";
}
.ri-ancient-pavilion-line:before {
content: "\ea34";
}
.ri-android-fill:before {
content: "\ea35";
}
.ri-android-line:before {
content: "\ea36";
}
.ri-angularjs-fill:before {
content: "\ea37";
}
.ri-angularjs-line:before {
content: "\ea38";
}
.ri-anticlockwise-2-fill:before {
content: "\ea39";
}
.ri-anticlockwise-2-line:before {
content: "\ea3a";
}
.ri-anticlockwise-fill:before {
content: "\ea3b";
}
.ri-anticlockwise-line:before {
content: "\ea3c";
}
.ri-app-store-fill:before {
content: "\ea3d";
}
.ri-app-store-line:before {
content: "\ea3e";
}
.ri-apple-fill:before {
content: "\ea3f";
}
.ri-apple-line:before {
content: "\ea40";
}
.ri-apps-2-fill:before {
content: "\ea41";
}
.ri-apps-2-line:before {
content: "\ea42";
}
.ri-apps-fill:before {
content: "\ea43";
}
.ri-apps-line:before {
content: "\ea44";
}
.ri-archive-drawer-fill:before {
content: "\ea45";
}
.ri-archive-drawer-line:before {
content: "\ea46";
}
.ri-archive-fill:before {
content: "\ea47";
}
.ri-archive-line:before {
content: "\ea48";
}
.ri-arrow-down-circle-fill:before {
content: "\ea49";
}
.ri-arrow-down-circle-line:before {
content: "\ea4a";
}
.ri-arrow-down-fill:before {
content: "\ea4b";
}
.ri-arrow-down-line:before {
content: "\ea4c";
}
.ri-arrow-down-s-fill:before {
content: "\ea4d";
}
.ri-arrow-down-s-line:before {
content: "\ea4e";
}
.ri-arrow-drop-down-fill:before {
content: "\ea4f";
}
.ri-arrow-drop-down-line:before {
content: "\ea50";
}
.ri-arrow-drop-left-fill:before {
content: "\ea51";
}
.ri-arrow-drop-left-line:before {
content: "\ea52";
}
.ri-arrow-drop-right-fill:before {
content: "\ea53";
}
.ri-arrow-drop-right-line:before {
content: "\ea54";
}
.ri-arrow-drop-up-fill:before {
content: "\ea55";
}
.ri-arrow-drop-up-line:before {
content: "\ea56";
}
.ri-arrow-go-back-fill:before {
content: "\ea57";
}
.ri-arrow-go-back-line:before {
content: "\ea58";
}
.ri-arrow-go-forward-fill:before {
content: "\ea59";
}
.ri-arrow-go-forward-line:before {
content: "\ea5a";
}
.ri-arrow-left-circle-fill:before {
content: "\ea5b";
}
.ri-arrow-left-circle-line:before {
content: "\ea5c";
}
.ri-arrow-left-down-fill:before {
content: "\ea5d";
}
.ri-arrow-left-down-line:before {
content: "\ea5e";
}
.ri-arrow-left-fill:before {
content: "\ea5f";
}
.ri-arrow-left-line:before {
content: "\ea60";
}
.ri-arrow-left-right-fill:before {
content: "\ea61";
}
.ri-arrow-left-right-line:before {
content: "\ea62";
}
.ri-arrow-left-s-fill:before {
content: "\ea63";
}
.ri-arrow-left-s-line:before {
content: "\ea64";
}
.ri-arrow-left-up-fill:before {
content: "\ea65";
}
.ri-arrow-left-up-line:before {
content: "\ea66";
}
.ri-arrow-right-circle-fill:before {
content: "\ea67";
}
.ri-arrow-right-circle-line:before {
content: "\ea68";
}
.ri-arrow-right-down-fill:before {
content: "\ea69";
}
.ri-arrow-right-down-line:before {
content: "\ea6a";
}
.ri-arrow-right-fill:before {
content: "\ea6b";
}
.ri-arrow-right-line:before {
content: "\ea6c";
}
.ri-arrow-right-s-fill:before {
content: "\ea6d";
}
.ri-arrow-right-s-line:before {
content: "\ea6e";
}
.ri-arrow-right-up-fill:before {
content: "\ea6f";
}
.ri-arrow-right-up-line:before {
content: "\ea70";
}
.ri-arrow-up-circle-fill:before {
content: "\ea71";
}
.ri-arrow-up-circle-line:before {
content: "\ea72";
}
.ri-arrow-up-down-fill:before {
content: "\ea73";
}
.ri-arrow-up-down-line:before {
content: "\ea74";
}
.ri-arrow-up-fill:before {
content: "\ea75";
}
.ri-arrow-up-line:before {
content: "\ea76";
}
.ri-arrow-up-s-fill:before {
content: "\ea77";
}
.ri-arrow-up-s-line:before {
content: "\ea78";
}
.ri-artboard-2-fill:before {
content: "\ea79";
}
.ri-artboard-2-line:before {
content: "\ea7a";
}
.ri-artboard-fill:before {
content: "\ea7b";
}
.ri-artboard-line:before {
content: "\ea7c";
}
.ri-article-fill:before {
content: "\ea7d";
}
.ri-article-line:before {
content: "\ea7e";
}
.ri-aspect-ratio-fill:before {
content: "\ea7f";
}
.ri-aspect-ratio-line:before {
content: "\ea80";
}
.ri-asterisk:before {
content: "\ea81";
}
.ri-at-fill:before {
content: "\ea82";
}
.ri-at-line:before {
content: "\ea83";
}
.ri-attachment-2:before {
content: "\ea84";
}
.ri-attachment-fill:before {
content: "\ea85";
}
.ri-attachment-line:before {
content: "\ea86";
}
.ri-auction-fill:before {
content: "\ea87";
}
.ri-auction-line:before {
content: "\ea88";
}
.ri-award-fill:before {
content: "\ea89";
}
.ri-award-line:before {
content: "\ea8a";
}
.ri-baidu-fill:before {
content: "\ea8b";
}
.ri-baidu-line:before {
content: "\ea8c";
}
.ri-ball-pen-fill:before {
content: "\ea8d";
}
.ri-ball-pen-line:before {
content: "\ea8e";
}
.ri-bank-card-2-fill:before {
content: "\ea8f";
}
.ri-bank-card-2-line:before {
content: "\ea90";
}
.ri-bank-card-fill:before {
content: "\ea91";
}
.ri-bank-card-line:before {
content: "\ea92";
}
.ri-bank-fill:before {
content: "\ea93";
}
.ri-bank-line:before {
content: "\ea94";
}
.ri-bar-chart-2-fill:before {
content: "\ea95";
}
.ri-bar-chart-2-line:before {
content: "\ea96";
}
.ri-bar-chart-box-fill:before {
content: "\ea97";
}
.ri-bar-chart-box-line:before {
content: "\ea98";
}
.ri-bar-chart-fill:before {
content: "\ea99";
}
.ri-bar-chart-grouped-fill:before {
content: "\ea9a";
}
.ri-bar-chart-grouped-line:before {
content: "\ea9b";
}
.ri-bar-chart-horizontal-fill:before {
content: "\ea9c";
}
.ri-bar-chart-horizontal-line:before {
content: "\ea9d";
}
.ri-bar-chart-line:before {
content: "\ea9e";
}
.ri-barcode-box-fill:before {
content: "\ea9f";
}
.ri-barcode-box-line:before {
content: "\eaa0";
}
.ri-barcode-fill:before {
content: "\eaa1";
}
.ri-barcode-line:before {
content: "\eaa2";
}
.ri-barricade-fill:before {
content: "\eaa3";
}
.ri-barricade-line:before {
content: "\eaa4";
}
.ri-base-station-fill:before {
content: "\eaa5";
}
.ri-base-station-line:before {
content: "\eaa6";
}
.ri-basketball-fill:before {
content: "\eaa7";
}
.ri-basketball-line:before {
content: "\eaa8";
}
.ri-battery-2-charge-fill:before {
content: "\eaa9";
}
.ri-battery-2-charge-line:before {
content: "\eaaa";
}
.ri-battery-2-fill:before {
content: "\eaab";
}
.ri-battery-2-line:before {
content: "\eaac";
}
.ri-battery-charge-fill:before {
content: "\eaad";
}
.ri-battery-charge-line:before {
content: "\eaae";
}
.ri-battery-fill:before {
content: "\eaaf";
}
.ri-battery-line:before {
content: "\eab0";
}
.ri-battery-low-fill:before {
content: "\eab1";
}
.ri-battery-low-line:before {
content: "\eab2";
}
.ri-battery-saver-fill:before {
content: "\eab3";
}
.ri-battery-saver-line:before {
content: "\eab4";
}
.ri-battery-share-fill:before {
content: "\eab5";
}
.ri-battery-share-line:before {
content: "\eab6";
}
.ri-bear-smile-fill:before {
content: "\eab7";
}
.ri-bear-smile-line:before {
content: "\eab8";
}
.ri-behance-fill:before {
content: "\eab9";
}
.ri-behance-line:before {
content: "\eaba";
}
.ri-bell-fill:before {
content: "\eabb";
}
.ri-bell-line:before {
content: "\eabc";
}
.ri-bike-fill:before {
content: "\eabd";
}
.ri-bike-line:before {
content: "\eabe";
}
.ri-bilibili-fill:before {
content: "\eabf";
}
.ri-bilibili-line:before {
content: "\eac0";
}
.ri-bill-fill:before {
content: "\eac1";
}
.ri-bill-line:before {
content: "\eac2";
}
.ri-billiards-fill:before {
content: "\eac3";
}
.ri-billiards-line:before {
content: "\eac4";
}
.ri-bit-coin-fill:before {
content: "\eac5";
}
.ri-bit-coin-line:before {
content: "\eac6";
}
.ri-blaze-fill:before {
content: "\eac7";
}
.ri-blaze-line:before {
content: "\eac8";
}
.ri-bluetooth-connect-fill:before {
content: "\eac9";
}
.ri-bluetooth-connect-line:before {
content: "\eaca";
}
.ri-bluetooth-fill:before {
content: "\eacb";
}
.ri-bluetooth-line:before {
content: "\eacc";
}
.ri-blur-off-fill:before {
content: "\eacd";
}
.ri-blur-off-line:before {
content: "\eace";
}
.ri-body-scan-fill:before {
content: "\eacf";
}
.ri-body-scan-line:before {
content: "\ead0";
}
.ri-bold:before {
content: "\ead1";
}
.ri-book-2-fill:before {
content: "\ead2";
}
.ri-book-2-line:before {
content: "\ead3";
}
.ri-book-3-fill:before {
content: "\ead4";
}
.ri-book-3-line:before {
content: "\ead5";
}
.ri-book-fill:before {
content: "\ead6";
}
.ri-book-line:before {
content: "\ead7";
}
.ri-book-mark-fill:before {
content: "\ead8";
}
.ri-book-mark-line:before {
content: "\ead9";
}
.ri-book-open-fill:before {
content: "\eada";
}
.ri-book-open-line:before {
content: "\eadb";
}
.ri-book-read-fill:before {
content: "\eadc";
}
.ri-book-read-line:before {
content: "\eadd";
}
.ri-booklet-fill:before {
content: "\eade";
}
.ri-booklet-line:before {
content: "\eadf";
}
.ri-bookmark-2-fill:before {
content: "\eae0";
}
.ri-bookmark-2-line:before {
content: "\eae1";
}
.ri-bookmark-3-fill:before {
content: "\eae2";
}
.ri-bookmark-3-line:before {
content: "\eae3";
}
.ri-bookmark-fill:before {
content: "\eae4";
}
.ri-bookmark-line:before {
content: "\eae5";
}
.ri-boxing-fill:before {
content: "\eae6";
}
.ri-boxing-line:before {
content: "\eae7";
}
.ri-braces-fill:before {
content: "\eae8";
}
.ri-braces-line:before {
content: "\eae9";
}
.ri-brackets-fill:before {
content: "\eaea";
}
.ri-brackets-line:before {
content: "\eaeb";
}
.ri-briefcase-2-fill:before {
content: "\eaec";
}
.ri-briefcase-2-line:before {
content: "\eaed";
}
.ri-briefcase-3-fill:before {
content: "\eaee";
}
.ri-briefcase-3-line:before {
content: "\eaef";
}
.ri-briefcase-4-fill:before {
content: "\eaf0";
}
.ri-briefcase-4-line:before {
content: "\eaf1";
}
.ri-briefcase-5-fill:before {
content: "\eaf2";
}
.ri-briefcase-5-line:before {
content: "\eaf3";
}
.ri-briefcase-fill:before {
content: "\eaf4";
}
.ri-briefcase-line:before {
content: "\eaf5";
}
.ri-bring-forward:before {
content: "\eaf6";
}
.ri-bring-to-front:before {
content: "\eaf7";
}
.ri-broadcast-fill:before {
content: "\eaf8";
}
.ri-broadcast-line:before {
content: "\eaf9";
}
.ri-brush-2-fill:before {
content: "\eafa";
}
.ri-brush-2-line:before {
content: "\eafb";
}
.ri-brush-3-fill:before {
content: "\eafc";
}
.ri-brush-3-line:before {
content: "\eafd";
}
.ri-brush-4-fill:before {
content: "\eafe";
}
.ri-brush-4-line:before {
content: "\eaff";
}
.ri-brush-fill:before {
content: "\eb00";
}
.ri-brush-line:before {
content: "\eb01";
}
.ri-bubble-chart-fill:before {
content: "\eb02";
}
.ri-bubble-chart-line:before {
content: "\eb03";
}
.ri-bug-2-fill:before {
content: "\eb04";
}
.ri-bug-2-line:before {
content: "\eb05";
}
.ri-bug-fill:before {
content: "\eb06";
}
.ri-bug-line:before {
content: "\eb07";
}
.ri-building-2-fill:before {
content: "\eb08";
}
.ri-building-2-line:before {
content: "\eb09";
}
.ri-building-3-fill:before {
content: "\eb0a";
}
.ri-building-3-line:before {
content: "\eb0b";
}
.ri-building-4-fill:before {
content: "\eb0c";
}
.ri-building-4-line:before {
content: "\eb0d";
}
.ri-building-fill:before {
content: "\eb0e";
}
.ri-building-line:before {
content: "\eb0f";
}
.ri-bus-2-fill:before {
content: "\eb10";
}
.ri-bus-2-line:before {
content: "\eb11";
}
.ri-bus-fill:before {
content: "\eb12";
}
.ri-bus-line:before {
content: "\eb13";
}
.ri-bus-wifi-fill:before {
content: "\eb14";
}
.ri-bus-wifi-line:before {
content: "\eb15";
}
.ri-cactus-fill:before {
content: "\eb16";
}
.ri-cactus-line:before {
content: "\eb17";
}
.ri-cake-2-fill:before {
content: "\eb18";
}
.ri-cake-2-line:before {
content: "\eb19";
}
.ri-cake-3-fill:before {
content: "\eb1a";
}
.ri-cake-3-line:before {
content: "\eb1b";
}
.ri-cake-fill:before {
content: "\eb1c";
}
.ri-cake-line:before {
content: "\eb1d";
}
.ri-calculator-fill:before {
content: "\eb1e";
}
.ri-calculator-line:before {
content: "\eb1f";
}
.ri-calendar-2-fill:before {
content: "\eb20";
}
.ri-calendar-2-line:before {
content: "\eb21";
}
.ri-calendar-check-fill:before {
content: "\eb22";
}
.ri-calendar-check-line:before {
content: "\eb23";
}
.ri-calendar-event-fill:before {
content: "\eb24";
}
.ri-calendar-event-line:before {
content: "\eb25";
}
.ri-calendar-fill:before {
content: "\eb26";
}
.ri-calendar-line:before {
content: "\eb27";
}
.ri-calendar-todo-fill:before {
content: "\eb28";
}
.ri-calendar-todo-line:before {
content: "\eb29";
}
.ri-camera-2-fill:before {
content: "\eb2a";
}
.ri-camera-2-line:before {
content: "\eb2b";
}
.ri-camera-3-fill:before {
content: "\eb2c";
}
.ri-camera-3-line:before {
content: "\eb2d";
}
.ri-camera-fill:before {
content: "\eb2e";
}
.ri-camera-lens-fill:before {
content: "\eb2f";
}
.ri-camera-lens-line:before {
content: "\eb30";
}
.ri-camera-line:before {
content: "\eb31";
}
.ri-camera-off-fill:before {
content: "\eb32";
}
.ri-camera-off-line:before {
content: "\eb33";
}
.ri-camera-switch-fill:before {
content: "\eb34";
}
.ri-camera-switch-line:before {
content: "\eb35";
}
.ri-capsule-fill:before {
content: "\eb36";
}
.ri-capsule-line:before {
content: "\eb37";
}
.ri-car-fill:before {
content: "\eb38";
}
.ri-car-line:before {
content: "\eb39";
}
.ri-car-washing-fill:before {
content: "\eb3a";
}
.ri-car-washing-line:before {
content: "\eb3b";
}
.ri-caravan-fill:before {
content: "\eb3c";
}
.ri-caravan-line:before {
content: "\eb3d";
}
.ri-cast-fill:before {
content: "\eb3e";
}
.ri-cast-line:before {
content: "\eb3f";
}
.ri-cellphone-fill:before {
content: "\eb40";
}
.ri-cellphone-line:before {
content: "\eb41";
}
.ri-celsius-fill:before {
content: "\eb42";
}
.ri-celsius-line:before {
content: "\eb43";
}
.ri-centos-fill:before {
content: "\eb44";
}
.ri-centos-line:before {
content: "\eb45";
}
.ri-character-recognition-fill:before {
content: "\eb46";
}
.ri-character-recognition-line:before {
content: "\eb47";
}
.ri-charging-pile-2-fill:before {
content: "\eb48";
}
.ri-charging-pile-2-line:before {
content: "\eb49";
}
.ri-charging-pile-fill:before {
content: "\eb4a";
}
.ri-charging-pile-line:before {
content: "\eb4b";
}
.ri-chat-1-fill:before {
content: "\eb4c";
}
.ri-chat-1-line:before {
content: "\eb4d";
}
.ri-chat-2-fill:before {
content: "\eb4e";
}
.ri-chat-2-line:before {
content: "\eb4f";
}
.ri-chat-3-fill:before {
content: "\eb50";
}
.ri-chat-3-line:before {
content: "\eb51";
}
.ri-chat-4-fill:before {
content: "\eb52";
}
.ri-chat-4-line:before {
content: "\eb53";
}
.ri-chat-check-fill:before {
content: "\eb54";
}
.ri-chat-check-line:before {
content: "\eb55";
}
.ri-chat-delete-fill:before {
content: "\eb56";
}
.ri-chat-delete-line:before {
content: "\eb57";
}
.ri-chat-download-fill:before {
content: "\eb58";
}
.ri-chat-download-line:before {
content: "\eb59";
}
.ri-chat-follow-up-fill:before {
content: "\eb5a";
}
.ri-chat-follow-up-line:before {
content: "\eb5b";
}
.ri-chat-forward-fill:before {
content: "\eb5c";
}
.ri-chat-forward-line:before {
content: "\eb5d";
}
.ri-chat-heart-fill:before {
content: "\eb5e";
}
.ri-chat-heart-line:before {
content: "\eb5f";
}
.ri-chat-history-fill:before {
content: "\eb60";
}
.ri-chat-history-line:before {
content: "\eb61";
}
.ri-chat-new-fill:before {
content: "\eb62";
}
.ri-chat-new-line:before {
content: "\eb63";
}
.ri-chat-off-fill:before {
content: "\eb64";
}
.ri-chat-off-line:before {
content: "\eb65";
}
.ri-chat-poll-fill:before {
content: "\eb66";
}
.ri-chat-poll-line:before {
content: "\eb67";
}
.ri-chat-private-fill:before {
content: "\eb68";
}
.ri-chat-private-line:before {
content: "\eb69";
}
.ri-chat-quote-fill:before {
content: "\eb6a";
}
.ri-chat-quote-line:before {
content: "\eb6b";
}
.ri-chat-settings-fill:before {
content: "\eb6c";
}
.ri-chat-settings-line:before {
content: "\eb6d";
}
.ri-chat-smile-2-fill:before {
content: "\eb6e";
}
.ri-chat-smile-2-line:before {
content: "\eb6f";
}
.ri-chat-smile-3-fill:before {
content: "\eb70";
}
.ri-chat-smile-3-line:before {
content: "\eb71";
}
.ri-chat-smile-fill:before {
content: "\eb72";
}
.ri-chat-smile-line:before {
content: "\eb73";
}
.ri-chat-upload-fill:before {
content: "\eb74";
}
.ri-chat-upload-line:before {
content: "\eb75";
}
.ri-chat-voice-fill:before {
content: "\eb76";
}
.ri-chat-voice-line:before {
content: "\eb77";
}
.ri-check-double-fill:before {
content: "\eb78";
}
.ri-check-double-line:before {
content: "\eb79";
}
.ri-check-fill:before {
content: "\eb7a";
}
.ri-check-line:before {
content: "\eb7b";
}
.ri-checkbox-blank-circle-fill:before {
content: "\eb7c";
}
.ri-checkbox-blank-circle-line:before {
content: "\eb7d";
}
.ri-checkbox-blank-fill:before {
content: "\eb7e";
}
.ri-checkbox-blank-line:before {
content: "\eb7f";
}
.ri-checkbox-circle-fill:before {
content: "\eb80";
}
.ri-checkbox-circle-line:before {
content: "\eb81";
}
.ri-checkbox-fill:before {
content: "\eb82";
}
.ri-checkbox-indeterminate-fill:before {
content: "\eb83";
}
.ri-checkbox-indeterminate-line:before {
content: "\eb84";
}
.ri-checkbox-line:before {
content: "\eb85";
}
.ri-checkbox-multiple-blank-fill:before {
content: "\eb86";
}
.ri-checkbox-multiple-blank-line:before {
content: "\eb87";
}
.ri-checkbox-multiple-fill:before {
content: "\eb88";
}
.ri-checkbox-multiple-line:before {
content: "\eb89";
}
.ri-china-railway-fill:before {
content: "\eb8a";
}
.ri-china-railway-line:before {
content: "\eb8b";
}
.ri-chrome-fill:before {
content: "\eb8c";
}
.ri-chrome-line:before {
content: "\eb8d";
}
.ri-clapperboard-fill:before {
content: "\eb8e";
}
.ri-clapperboard-line:before {
content: "\eb8f";
}
.ri-clipboard-fill:before {
content: "\eb90";
}
.ri-clipboard-line:before {
content: "\eb91";
}
.ri-clockwise-2-fill:before {
content: "\eb92";
}
.ri-clockwise-2-line:before {
content: "\eb93";
}
.ri-clockwise-fill:before {
content: "\eb94";
}
.ri-clockwise-line:before {
content: "\eb95";
}
.ri-close-circle-fill:before {
content: "\eb96";
}
.ri-close-circle-line:before {
content: "\eb97";
}
.ri-close-fill:before {
content: "\eb98";
}
.ri-close-line:before {
content: "\eb99";
}
.ri-closed-captioning-fill:before {
content: "\eb9a";
}
.ri-closed-captioning-line:before {
content: "\eb9b";
}
.ri-cloud-fill:before {
content: "\eb9c";
}
.ri-cloud-line:before {
content: "\eb9d";
}
.ri-cloud-off-fill:before {
content: "\eb9e";
}
.ri-cloud-off-line:before {
content: "\eb9f";
}
.ri-cloud-windy-fill:before {
content: "\eba0";
}
.ri-cloud-windy-line:before {
content: "\eba1";
}
.ri-cloudy-2-fill:before {
content: "\eba2";
}
.ri-cloudy-2-line:before {
content: "\eba3";
}
.ri-cloudy-fill:before {
content: "\eba4";
}
.ri-cloudy-line:before {
content: "\eba5";
}
.ri-code-box-fill:before {
content: "\eba6";
}
.ri-code-box-line:before {
content: "\eba7";
}
.ri-code-fill:before {
content: "\eba8";
}
.ri-code-line:before {
content: "\eba9";
}
.ri-code-s-fill:before {
content: "\ebaa";
}
.ri-code-s-line:before {
content: "\ebab";
}
.ri-code-s-slash-fill:before {
content: "\ebac";
}
.ri-code-s-slash-line:before {
content: "\ebad";
}
.ri-code-view:before {
content: "\ebae";
}
.ri-codepen-fill:before {
content: "\ebaf";
}
.ri-codepen-line:before {
content: "\ebb0";
}
.ri-coin-fill:before {
content: "\ebb1";
}
.ri-coin-line:before {
content: "\ebb2";
}
.ri-coins-fill:before {
content: "\ebb3";
}
.ri-coins-line:before {
content: "\ebb4";
}
.ri-collage-fill:before {
content: "\ebb5";
}
.ri-collage-line:before {
content: "\ebb6";
}
.ri-command-fill:before {
content: "\ebb7";
}
.ri-command-line:before {
content: "\ebb8";
}
.ri-community-fill:before {
content: "\ebb9";
}
.ri-community-line:before {
content: "\ebba";
}
.ri-compass-2-fill:before {
content: "\ebbb";
}
.ri-compass-2-line:before {
content: "\ebbc";
}
.ri-compass-3-fill:before {
content: "\ebbd";
}
.ri-compass-3-line:before {
content: "\ebbe";
}
.ri-compass-4-fill:before {
content: "\ebbf";
}
.ri-compass-4-line:before {
content: "\ebc0";
}
.ri-compass-discover-fill:before {
content: "\ebc1";
}
.ri-compass-discover-line:before {
content: "\ebc2";
}
.ri-compass-fill:before {
content: "\ebc3";
}
.ri-compass-line:before {
content: "\ebc4";
}
.ri-compasses-2-fill:before {
content: "\ebc5";
}
.ri-compasses-2-line:before {
content: "\ebc6";
}
.ri-compasses-fill:before {
content: "\ebc7";
}
.ri-compasses-line:before {
content: "\ebc8";
}
.ri-computer-fill:before {
content: "\ebc9";
}
.ri-computer-line:before {
content: "\ebca";
}
.ri-contacts-book-2-fill:before {
content: "\ebcb";
}
.ri-contacts-book-2-line:before {
content: "\ebcc";
}
.ri-contacts-book-fill:before {
content: "\ebcd";
}
.ri-contacts-book-line:before {
content: "\ebce";
}
.ri-contacts-book-upload-fill:before {
content: "\ebcf";
}
.ri-contacts-book-upload-line:before {
content: "\ebd0";
}
.ri-contacts-fill:before {
content: "\ebd1";
}
.ri-contacts-line:before {
content: "\ebd2";
}
.ri-contrast-2-fill:before {
content: "\ebd3";
}
.ri-contrast-2-line:before {
content: "\ebd4";
}
.ri-contrast-drop-2-fill:before {
content: "\ebd5";
}
.ri-contrast-drop-2-line:before {
content: "\ebd6";
}
.ri-contrast-drop-fill:before {
content: "\ebd7";
}
.ri-contrast-drop-line:before {
content: "\ebd8";
}
.ri-contrast-fill:before {
content: "\ebd9";
}
.ri-contrast-line:before {
content: "\ebda";
}
.ri-copper-coin-fill:before {
content: "\ebdb";
}
.ri-copper-coin-line:before {
content: "\ebdc";
}
.ri-copper-diamond-fill:before {
content: "\ebdd";
}
.ri-copper-diamond-line:before {
content: "\ebde";
}
.ri-copyleft-fill:before {
content: "\ebdf";
}
.ri-copyleft-line:before {
content: "\ebe0";
}
.ri-copyright-fill:before {
content: "\ebe1";
}
.ri-copyright-line:before {
content: "\ebe2";
}
.ri-coreos-fill:before {
content: "\ebe3";
}
.ri-coreos-line:before {
content: "\ebe4";
}
.ri-coupon-2-fill:before {
content: "\ebe5";
}
.ri-coupon-2-line:before {
content: "\ebe6";
}
.ri-coupon-3-fill:before {
content: "\ebe7";
}
.ri-coupon-3-line:before {
content: "\ebe8";
}
.ri-coupon-4-fill:before {
content: "\ebe9";
}
.ri-coupon-4-line:before {
content: "\ebea";
}
.ri-coupon-5-fill:before {
content: "\ebeb";
}
.ri-coupon-5-line:before {
content: "\ebec";
}
.ri-coupon-fill:before {
content: "\ebed";
}
.ri-coupon-line:before {
content: "\ebee";
}
.ri-cpu-fill:before {
content: "\ebef";
}
.ri-cpu-line:before {
content: "\ebf0";
}
.ri-creative-commons-by-fill:before {
content: "\ebf1";
}
.ri-creative-commons-by-line:before {
content: "\ebf2";
}
.ri-creative-commons-fill:before {
content: "\ebf3";
}
.ri-creative-commons-line:before {
content: "\ebf4";
}
.ri-creative-commons-nc-fill:before {
content: "\ebf5";
}
.ri-creative-commons-nc-line:before {
content: "\ebf6";
}
.ri-creative-commons-nd-fill:before {
content: "\ebf7";
}
.ri-creative-commons-nd-line:before {
content: "\ebf8";
}
.ri-creative-commons-sa-fill:before {
content: "\ebf9";
}
.ri-creative-commons-sa-line:before {
content: "\ebfa";
}
.ri-creative-commons-zero-fill:before {
content: "\ebfb";
}
.ri-creative-commons-zero-line:before {
content: "\ebfc";
}
.ri-criminal-fill:before {
content: "\ebfd";
}
.ri-criminal-line:before {
content: "\ebfe";
}
.ri-crop-2-fill:before {
content: "\ebff";
}
.ri-crop-2-line:before {
content: "\ec00";
}
.ri-crop-fill:before {
content: "\ec01";
}
.ri-crop-line:before {
content: "\ec02";
}
.ri-css3-fill:before {
content: "\ec03";
}
.ri-css3-line:before {
content: "\ec04";
}
.ri-cup-fill:before {
content: "\ec05";
}
.ri-cup-line:before {
content: "\ec06";
}
.ri-currency-fill:before {
content: "\ec07";
}
.ri-currency-line:before {
content: "\ec08";
}
.ri-cursor-fill:before {
content: "\ec09";
}
.ri-cursor-line:before {
content: "\ec0a";
}
.ri-customer-service-2-fill:before {
content: "\ec0b";
}
.ri-customer-service-2-line:before {
content: "\ec0c";
}
.ri-customer-service-fill:before {
content: "\ec0d";
}
.ri-customer-service-line:before {
content: "\ec0e";
}
.ri-dashboard-2-fill:before {
content: "\ec0f";
}
.ri-dashboard-2-line:before {
content: "\ec10";
}
.ri-dashboard-3-fill:before {
content: "\ec11";
}
.ri-dashboard-3-line:before {
content: "\ec12";
}
.ri-dashboard-fill:before {
content: "\ec13";
}
.ri-dashboard-line:before {
content: "\ec14";
}
.ri-database-2-fill:before {
content: "\ec15";
}
.ri-database-2-line:before {
content: "\ec16";
}
.ri-database-fill:before {
content: "\ec17";
}
.ri-database-line:before {
content: "\ec18";
}
.ri-delete-back-2-fill:before {
content: "\ec19";
}
.ri-delete-back-2-line:before {
content: "\ec1a";
}
.ri-delete-back-fill:before {
content: "\ec1b";
}
.ri-delete-back-line:before {
content: "\ec1c";
}
.ri-delete-bin-2-fill:before {
content: "\ec1d";
}
.ri-delete-bin-2-line:before {
content: "\ec1e";
}
.ri-delete-bin-3-fill:before {
content: "\ec1f";
}
.ri-delete-bin-3-line:before {
content: "\ec20";
}
.ri-delete-bin-4-fill:before {
content: "\ec21";
}
.ri-delete-bin-4-line:before {
content: "\ec22";
}
.ri-delete-bin-5-fill:before {
content: "\ec23";
}
.ri-delete-bin-5-line:before {
content: "\ec24";
}
.ri-delete-bin-6-fill:before {
content: "\ec25";
}
.ri-delete-bin-6-line:before {
content: "\ec26";
}
.ri-delete-bin-7-fill:before {
content: "\ec27";
}
.ri-delete-bin-7-line:before {
content: "\ec28";
}
.ri-delete-bin-fill:before {
content: "\ec29";
}
.ri-delete-bin-line:before {
content: "\ec2a";
}
.ri-delete-column:before {
content: "\ec2b";
}
.ri-delete-row:before {
content: "\ec2c";
}
.ri-device-fill:before {
content: "\ec2d";
}
.ri-device-line:before {
content: "\ec2e";
}
.ri-device-recover-fill:before {
content: "\ec2f";
}
.ri-device-recover-line:before {
content: "\ec30";
}
.ri-dingding-fill:before {
content: "\ec31";
}
.ri-dingding-line:before {
content: "\ec32";
}
.ri-direction-fill:before {
content: "\ec33";
}
.ri-direction-line:before {
content: "\ec34";
}
.ri-disc-fill:before {
content: "\ec35";
}
.ri-disc-line:before {
content: "\ec36";
}
.ri-discord-fill:before {
content: "\ec37";
}
.ri-discord-line:before {
content: "\ec38";
}
.ri-discuss-fill:before {
content: "\ec39";
}
.ri-discuss-line:before {
content: "\ec3a";
}
.ri-dislike-fill:before {
content: "\ec3b";
}
.ri-dislike-line:before {
content: "\ec3c";
}
.ri-disqus-fill:before {
content: "\ec3d";
}
.ri-disqus-line:before {
content: "\ec3e";
}
.ri-divide-fill:before {
content: "\ec3f";
}
.ri-divide-line:before {
content: "\ec40";
}
.ri-donut-chart-fill:before {
content: "\ec41";
}
.ri-donut-chart-line:before {
content: "\ec42";
}
.ri-door-closed-fill:before {
content: "\ec43";
}
.ri-door-closed-line:before {
content: "\ec44";
}
.ri-door-fill:before {
content: "\ec45";
}
.ri-door-line:before {
content: "\ec46";
}
.ri-door-lock-box-fill:before {
content: "\ec47";
}
.ri-door-lock-box-line:before {
content: "\ec48";
}
.ri-door-lock-fill:before {
content: "\ec49";
}
.ri-door-lock-line:before {
content: "\ec4a";
}
.ri-door-open-fill:before {
content: "\ec4b";
}
.ri-door-open-line:before {
content: "\ec4c";
}
.ri-dossier-fill:before {
content: "\ec4d";
}
.ri-dossier-line:before {
content: "\ec4e";
}
.ri-douban-fill:before {
content: "\ec4f";
}
.ri-douban-line:before {
content: "\ec50";
}
.ri-double-quotes-l:before {
content: "\ec51";
}
.ri-double-quotes-r:before {
content: "\ec52";
}
.ri-download-2-fill:before {
content: "\ec53";
}
.ri-download-2-line:before {
content: "\ec54";
}
.ri-download-cloud-2-fill:before {
content: "\ec55";
}
.ri-download-cloud-2-line:before {
content: "\ec56";
}
.ri-download-cloud-fill:before {
content: "\ec57";
}
.ri-download-cloud-line:before {
content: "\ec58";
}
.ri-download-fill:before {
content: "\ec59";
}
.ri-download-line:before {
content: "\ec5a";
}
.ri-draft-fill:before {
content: "\ec5b";
}
.ri-draft-line:before {
content: "\ec5c";
}
.ri-drag-drop-fill:before {
content: "\ec5d";
}
.ri-drag-drop-line:before {
content: "\ec5e";
}
.ri-drag-move-2-fill:before {
content: "\ec5f";
}
.ri-drag-move-2-line:before {
content: "\ec60";
}
.ri-drag-move-fill:before {
content: "\ec61";
}
.ri-drag-move-line:before {
content: "\ec62";
}
.ri-dribbble-fill:before {
content: "\ec63";
}
.ri-dribbble-line:before {
content: "\ec64";
}
.ri-drive-fill:before {
content: "\ec65";
}
.ri-drive-line:before {
content: "\ec66";
}
.ri-drizzle-fill:before {
content: "\ec67";
}
.ri-drizzle-line:before {
content: "\ec68";
}
.ri-drop-fill:before {
content: "\ec69";
}
.ri-drop-line:before {
content: "\ec6a";
}
.ri-dropbox-fill:before {
content: "\ec6b";
}
.ri-dropbox-line:before {
content: "\ec6c";
}
.ri-dual-sim-1-fill:before {
content: "\ec6d";
}
.ri-dual-sim-1-line:before {
content: "\ec6e";
}
.ri-dual-sim-2-fill:before {
content: "\ec6f";
}
.ri-dual-sim-2-line:before {
content: "\ec70";
}
.ri-dv-fill:before {
content: "\ec71";
}
.ri-dv-line:before {
content: "\ec72";
}
.ri-dvd-fill:before {
content: "\ec73";
}
.ri-dvd-line:before {
content: "\ec74";
}
.ri-e-bike-2-fill:before {
content: "\ec75";
}
.ri-e-bike-2-line:before {
content: "\ec76";
}
.ri-e-bike-fill:before {
content: "\ec77";
}
.ri-e-bike-line:before {
content: "\ec78";
}
.ri-earth-fill:before {
content: "\ec79";
}
.ri-earth-line:before {
content: "\ec7a";
}
.ri-earthquake-fill:before {
content: "\ec7b";
}
.ri-earthquake-line:before {
content: "\ec7c";
}
.ri-edge-fill:before {
content: "\ec7d";
}
.ri-edge-line:before {
content: "\ec7e";
}
.ri-edit-2-fill:before {
content: "\ec7f";
}
.ri-edit-2-line:before {
content: "\ec80";
}
.ri-edit-box-fill:before {
content: "\ec81";
}
.ri-edit-box-line:before {
content: "\ec82";
}
.ri-edit-circle-fill:before {
content: "\ec83";
}
.ri-edit-circle-line:before {
content: "\ec84";
}
.ri-edit-fill:before {
content: "\ec85";
}
.ri-edit-line:before {
content: "\ec86";
}
.ri-eject-fill:before {
content: "\ec87";
}
.ri-eject-line:before {
content: "\ec88";
}
.ri-emotion-2-fill:before {
content: "\ec89";
}
.ri-emotion-2-line:before {
content: "\ec8a";
}
.ri-emotion-fill:before {
content: "\ec8b";
}
.ri-emotion-happy-fill:before {
content: "\ec8c";
}
.ri-emotion-happy-line:before {
content: "\ec8d";
}
.ri-emotion-laugh-fill:before {
content: "\ec8e";
}
.ri-emotion-laugh-line:before {
content: "\ec8f";
}
.ri-emotion-line:before {
content: "\ec90";
}
.ri-emotion-normal-fill:before {
content: "\ec91";
}
.ri-emotion-normal-line:before {
content: "\ec92";
}
.ri-emotion-sad-fill:before {
content: "\ec93";
}
.ri-emotion-sad-line:before {
content: "\ec94";
}
.ri-emotion-unhappy-fill:before {
content: "\ec95";
}
.ri-emotion-unhappy-line:before {
content: "\ec96";
}
.ri-empathize-fill:before {
content: "\ec97";
}
.ri-empathize-line:before {
content: "\ec98";
}
.ri-emphasis-cn:before {
content: "\ec99";
}
.ri-emphasis:before {
content: "\ec9a";
}
.ri-english-input:before {
content: "\ec9b";
}
.ri-equalizer-fill:before {
content: "\ec9c";
}
.ri-equalizer-line:before {
content: "\ec9d";
}
.ri-eraser-fill:before {
content: "\ec9e";
}
.ri-eraser-line:before {
content: "\ec9f";
}
.ri-error-warning-fill:before {
content: "\eca0";
}
.ri-error-warning-line:before {
content: "\eca1";
}
.ri-evernote-fill:before {
content: "\eca2";
}
.ri-evernote-line:before {
content: "\eca3";
}
.ri-exchange-box-fill:before {
content: "\eca4";
}
.ri-exchange-box-line:before {
content: "\eca5";
}
.ri-exchange-cny-fill:before {
content: "\eca6";
}
.ri-exchange-cny-line:before {
content: "\eca7";
}
.ri-exchange-dollar-fill:before {
content: "\eca8";
}
.ri-exchange-dollar-line:before {
content: "\eca9";
}
.ri-exchange-fill:before {
content: "\ecaa";
}
.ri-exchange-funds-fill:before {
content: "\ecab";
}
.ri-exchange-funds-line:before {
content: "\ecac";
}
.ri-exchange-line:before {
content: "\ecad";
}
.ri-external-link-fill:before {
content: "\ecae";
}
.ri-external-link-line:before {
content: "\ecaf";
}
.ri-eye-2-fill:before {
content: "\ecb0";
}
.ri-eye-2-line:before {
content: "\ecb1";
}
.ri-eye-close-fill:before {
content: "\ecb2";
}
.ri-eye-close-line:before {
content: "\ecb3";
}
.ri-eye-fill:before {
content: "\ecb4";
}
.ri-eye-line:before {
content: "\ecb5";
}
.ri-eye-off-fill:before {
content: "\ecb6";
}
.ri-eye-off-line:before {
content: "\ecb7";
}
.ri-facebook-box-fill:before {
content: "\ecb8";
}
.ri-facebook-box-line:before {
content: "\ecb9";
}
.ri-facebook-circle-fill:before {
content: "\ecba";
}
.ri-facebook-circle-line:before {
content: "\ecbb";
}
.ri-facebook-fill:before {
content: "\ecbc";
}
.ri-facebook-line:before {
content: "\ecbd";
}
.ri-fahrenheit-fill:before {
content: "\ecbe";
}
.ri-fahrenheit-line:before {
content: "\ecbf";
}
.ri-feedback-fill:before {
content: "\ecc0";
}
.ri-feedback-line:before {
content: "\ecc1";
}
.ri-file-2-fill:before {
content: "\ecc2";
}
.ri-file-2-line:before {
content: "\ecc3";
}
.ri-file-3-fill:before {
content: "\ecc4";
}
.ri-file-3-line:before {
content: "\ecc5";
}
.ri-file-4-fill:before {
content: "\ecc6";
}
.ri-file-4-line:before {
content: "\ecc7";
}
.ri-file-add-fill:before {
content: "\ecc8";
}
.ri-file-add-line:before {
content: "\ecc9";
}
.ri-file-chart-2-fill:before {
content: "\ecca";
}
.ri-file-chart-2-line:before {
content: "\eccb";
}
.ri-file-chart-fill:before {
content: "\eccc";
}
.ri-file-chart-line:before {
content: "\eccd";
}
.ri-file-cloud-fill:before {
content: "\ecce";
}
.ri-file-cloud-line:before {
content: "\eccf";
}
.ri-file-code-fill:before {
content: "\ecd0";
}
.ri-file-code-line:before {
content: "\ecd1";
}
.ri-file-copy-2-fill:before {
content: "\ecd2";
}
.ri-file-copy-2-line:before {
content: "\ecd3";
}
.ri-file-copy-fill:before {
content: "\ecd4";
}
.ri-file-copy-line:before {
content: "\ecd5";
}
.ri-file-damage-fill:before {
content: "\ecd6";
}
.ri-file-damage-line:before {
content: "\ecd7";
}
.ri-file-download-fill:before {
content: "\ecd8";
}
.ri-file-download-line:before {
content: "\ecd9";
}
.ri-file-edit-fill:before {
content: "\ecda";
}
.ri-file-edit-line:before {
content: "\ecdb";
}
.ri-file-excel-2-fill:before {
content: "\ecdc";
}
.ri-file-excel-2-line:before {
content: "\ecdd";
}
.ri-file-excel-fill:before {
content: "\ecde";
}
.ri-file-excel-line:before {
content: "\ecdf";
}
.ri-file-fill:before {
content: "\ece0";
}
.ri-file-forbid-fill:before {
content: "\ece1";
}
.ri-file-forbid-line:before {
content: "\ece2";
}
.ri-file-gif-fill:before {
content: "\ece3";
}
.ri-file-gif-line:before {
content: "\ece4";
}
.ri-file-history-fill:before {
content: "\ece5";
}
.ri-file-history-line:before {
content: "\ece6";
}
.ri-file-hwp-fill:before {
content: "\ece7";
}
.ri-file-hwp-line:before {
content: "\ece8";
}
.ri-file-info-fill:before {
content: "\ece9";
}
.ri-file-info-line:before {
content: "\ecea";
}
.ri-file-line:before {
content: "\eceb";
}
.ri-file-list-2-fill:before {
content: "\ecec";
}
.ri-file-list-2-line:before {
content: "\eced";
}
.ri-file-list-3-fill:before {
content: "\ecee";
}
.ri-file-list-3-line:before {
content: "\ecef";
}
.ri-file-list-fill:before {
content: "\ecf0";
}
.ri-file-list-line:before {
content: "\ecf1";
}
.ri-file-lock-fill:before {
content: "\ecf2";
}
.ri-file-lock-line:before {
content: "\ecf3";
}
.ri-file-mark-fill:before {
content: "\ecf4";
}
.ri-file-mark-line:before {
content: "\ecf5";
}
.ri-file-music-fill:before {
content: "\ecf6";
}
.ri-file-music-line:before {
content: "\ecf7";
}
.ri-file-paper-2-fill:before {
content: "\ecf8";
}
.ri-file-paper-2-line:before {
content: "\ecf9";
}
.ri-file-paper-fill:before {
content: "\ecfa";
}
.ri-file-paper-line:before {
content: "\ecfb";
}
.ri-file-pdf-fill:before {
content: "\ecfc";
}
.ri-file-pdf-line:before {
content: "\ecfd";
}
.ri-file-ppt-2-fill:before {
content: "\ecfe";
}
.ri-file-ppt-2-line:before {
content: "\ecff";
}
.ri-file-ppt-fill:before {
content: "\ed00";
}
.ri-file-ppt-line:before {
content: "\ed01";
}
.ri-file-reduce-fill:before {
content: "\ed02";
}
.ri-file-reduce-line:before {
content: "\ed03";
}
.ri-file-search-fill:before {
content: "\ed04";
}
.ri-file-search-line:before {
content: "\ed05";
}
.ri-file-settings-fill:before {
content: "\ed06";
}
.ri-file-settings-line:before {
content: "\ed07";
}
.ri-file-shield-2-fill:before {
content: "\ed08";
}
.ri-file-shield-2-line:before {
content: "\ed09";
}
.ri-file-shield-fill:before {
content: "\ed0a";
}
.ri-file-shield-line:before {
content: "\ed0b";
}
.ri-file-shred-fill:before {
content: "\ed0c";
}
.ri-file-shred-line:before {
content: "\ed0d";
}
.ri-file-text-fill:before {
content: "\ed0e";
}
.ri-file-text-line:before {
content: "\ed0f";
}
.ri-file-transfer-fill:before {
content: "\ed10";
}
.ri-file-transfer-line:before {
content: "\ed11";
}
.ri-file-unknow-fill:before {
content: "\ed12";
}
.ri-file-unknow-line:before {
content: "\ed13";
}
.ri-file-upload-fill:before {
content: "\ed14";
}
.ri-file-upload-line:before {
content: "\ed15";
}
.ri-file-user-fill:before {
content: "\ed16";
}
.ri-file-user-line:before {
content: "\ed17";
}
.ri-file-warning-fill:before {
content: "\ed18";
}
.ri-file-warning-line:before {
content: "\ed19";
}
.ri-file-word-2-fill:before {
content: "\ed1a";
}
.ri-file-word-2-line:before {
content: "\ed1b";
}
.ri-file-word-fill:before {
content: "\ed1c";
}
.ri-file-word-line:before {
content: "\ed1d";
}
.ri-file-zip-fill:before {
content: "\ed1e";
}
.ri-file-zip-line:before {
content: "\ed1f";
}
.ri-film-fill:before {
content: "\ed20";
}
.ri-film-line:before {
content: "\ed21";
}
.ri-filter-2-fill:before {
content: "\ed22";
}
.ri-filter-2-line:before {
content: "\ed23";
}
.ri-filter-3-fill:before {
content: "\ed24";
}
.ri-filter-3-line:before {
content: "\ed25";
}
.ri-filter-fill:before {
content: "\ed26";
}
.ri-filter-line:before {
content: "\ed27";
}
.ri-filter-off-fill:before {
content: "\ed28";
}
.ri-filter-off-line:before {
content: "\ed29";
}
.ri-find-replace-fill:before {
content: "\ed2a";
}
.ri-find-replace-line:before {
content: "\ed2b";
}
.ri-finder-fill:before {
content: "\ed2c";
}
.ri-finder-line:before {
content: "\ed2d";
}
.ri-fingerprint-2-fill:before {
content: "\ed2e";
}
.ri-fingerprint-2-line:before {
content: "\ed2f";
}
.ri-fingerprint-fill:before {
content: "\ed30";
}
.ri-fingerprint-line:before {
content: "\ed31";
}
.ri-fire-fill:before {
content: "\ed32";
}
.ri-fire-line:before {
content: "\ed33";
}
.ri-firefox-fill:before {
content: "\ed34";
}
.ri-firefox-line:before {
content: "\ed35";
}
.ri-first-aid-kit-fill:before {
content: "\ed36";
}
.ri-first-aid-kit-line:before {
content: "\ed37";
}
.ri-flag-2-fill:before {
content: "\ed38";
}
.ri-flag-2-line:before {
content: "\ed39";
}
.ri-flag-fill:before {
content: "\ed3a";
}
.ri-flag-line:before {
content: "\ed3b";
}
.ri-flashlight-fill:before {
content: "\ed3c";
}
.ri-flashlight-line:before {
content: "\ed3d";
}
.ri-flask-fill:before {
content: "\ed3e";
}
.ri-flask-line:before {
content: "\ed3f";
}
.ri-flight-land-fill:before {
content: "\ed40";
}
.ri-flight-land-line:before {
content: "\ed41";
}
.ri-flight-takeoff-fill:before {
content: "\ed42";
}
.ri-flight-takeoff-line:before {
content: "\ed43";
}
.ri-flood-fill:before {
content: "\ed44";
}
.ri-flood-line:before {
content: "\ed45";
}
.ri-flow-chart:before {
content: "\ed46";
}
.ri-flutter-fill:before {
content: "\ed47";
}
.ri-flutter-line:before {
content: "\ed48";
}
.ri-focus-2-fill:before {
content: "\ed49";
}
.ri-focus-2-line:before {
content: "\ed4a";
}
.ri-focus-3-fill:before {
content: "\ed4b";
}
.ri-focus-3-line:before {
content: "\ed4c";
}
.ri-focus-fill:before {
content: "\ed4d";
}
.ri-focus-line:before {
content: "\ed4e";
}
.ri-foggy-fill:before {
content: "\ed4f";
}
.ri-foggy-line:before {
content: "\ed50";
}
.ri-folder-2-fill:before {
content: "\ed51";
}
.ri-folder-2-line:before {
content: "\ed52";
}
.ri-folder-3-fill:before {
content: "\ed53";
}
.ri-folder-3-line:before {
content: "\ed54";
}
.ri-folder-4-fill:before {
content: "\ed55";
}
.ri-folder-4-line:before {
content: "\ed56";
}
.ri-folder-5-fill:before {
content: "\ed57";
}
.ri-folder-5-line:before {
content: "\ed58";
}
.ri-folder-add-fill:before {
content: "\ed59";
}
.ri-folder-add-line:before {
content: "\ed5a";
}
.ri-folder-chart-2-fill:before {
content: "\ed5b";
}
.ri-folder-chart-2-line:before {
content: "\ed5c";
}
.ri-folder-chart-fill:before {
content: "\ed5d";
}
.ri-folder-chart-line:before {
content: "\ed5e";
}
.ri-folder-download-fill:before {
content: "\ed5f";
}
.ri-folder-download-line:before {
content: "\ed60";
}
.ri-folder-fill:before {
content: "\ed61";
}
.ri-folder-forbid-fill:before {
content: "\ed62";
}
.ri-folder-forbid-line:before {
content: "\ed63";
}
.ri-folder-history-fill:before {
content: "\ed64";
}
.ri-folder-history-line:before {
content: "\ed65";
}
.ri-folder-info-fill:before {
content: "\ed66";
}
.ri-folder-info-line:before {
content: "\ed67";
}
.ri-folder-keyhole-fill:before {
content: "\ed68";
}
.ri-folder-keyhole-line:before {
content: "\ed69";
}
.ri-folder-line:before {
content: "\ed6a";
}
.ri-folder-lock-fill:before {
content: "\ed6b";
}
.ri-folder-lock-line:before {
content: "\ed6c";
}
.ri-folder-music-fill:before {
content: "\ed6d";
}
.ri-folder-music-line:before {
content: "\ed6e";
}
.ri-folder-open-fill:before {
content: "\ed6f";
}
.ri-folder-open-line:before {
content: "\ed70";
}
.ri-folder-received-fill:before {
content: "\ed71";
}
.ri-folder-received-line:before {
content: "\ed72";
}
.ri-folder-reduce-fill:before {
content: "\ed73";
}
.ri-folder-reduce-line:before {
content: "\ed74";
}
.ri-folder-settings-fill:before {
content: "\ed75";
}
.ri-folder-settings-line:before {
content: "\ed76";
}
.ri-folder-shared-fill:before {
content: "\ed77";
}
.ri-folder-shared-line:before {
content: "\ed78";
}
.ri-folder-shield-2-fill:before {
content: "\ed79";
}
.ri-folder-shield-2-line:before {
content: "\ed7a";
}
.ri-folder-shield-fill:before {
content: "\ed7b";
}
.ri-folder-shield-line:before {
content: "\ed7c";
}
.ri-folder-transfer-fill:before {
content: "\ed7d";
}
.ri-folder-transfer-line:before {
content: "\ed7e";
}
.ri-folder-unknow-fill:before {
content: "\ed7f";
}
.ri-folder-unknow-line:before {
content: "\ed80";
}
.ri-folder-upload-fill:before {
content: "\ed81";
}
.ri-folder-upload-line:before {
content: "\ed82";
}
.ri-folder-user-fill:before {
content: "\ed83";
}
.ri-folder-user-line:before {
content: "\ed84";
}
.ri-folder-warning-fill:before {
content: "\ed85";
}
.ri-folder-warning-line:before {
content: "\ed86";
}
.ri-folder-zip-fill:before {
content: "\ed87";
}
.ri-folder-zip-line:before {
content: "\ed88";
}
.ri-folders-fill:before {
content: "\ed89";
}
.ri-folders-line:before {
content: "\ed8a";
}
.ri-font-color:before {
content: "\ed8b";
}
.ri-font-size-2:before {
content: "\ed8c";
}
.ri-font-size:before {
content: "\ed8d";
}
.ri-football-fill:before {
content: "\ed8e";
}
.ri-football-line:before {
content: "\ed8f";
}
.ri-footprint-fill:before {
content: "\ed90";
}
.ri-footprint-line:before {
content: "\ed91";
}
.ri-forbid-2-fill:before {
content: "\ed92";
}
.ri-forbid-2-line:before {
content: "\ed93";
}
.ri-forbid-fill:before {
content: "\ed94";
}
.ri-forbid-line:before {
content: "\ed95";
}
.ri-format-clear:before {
content: "\ed96";
}
.ri-fridge-fill:before {
content: "\ed97";
}
.ri-fridge-line:before {
content: "\ed98";
}
.ri-fullscreen-exit-fill:before {
content: "\ed99";
}
.ri-fullscreen-exit-line:before {
content: "\ed9a";
}
.ri-fullscreen-fill:before {
content: "\ed9b";
}
.ri-fullscreen-line:before {
content: "\ed9c";
}
.ri-function-fill:before {
content: "\ed9d";
}
.ri-function-line:before {
content: "\ed9e";
}
.ri-functions:before {
content: "\ed9f";
}
.ri-funds-box-fill:before {
content: "\eda0";
}
.ri-funds-box-line:before {
content: "\eda1";
}
.ri-funds-fill:before {
content: "\eda2";
}
.ri-funds-line:before {
content: "\eda3";
}
.ri-gallery-fill:before {
content: "\eda4";
}
.ri-gallery-line:before {
content: "\eda5";
}
.ri-gallery-upload-fill:before {
content: "\eda6";
}
.ri-gallery-upload-line:before {
content: "\eda7";
}
.ri-game-fill:before {
content: "\eda8";
}
.ri-game-line:before {
content: "\eda9";
}
.ri-gamepad-fill:before {
content: "\edaa";
}
.ri-gamepad-line:before {
content: "\edab";
}
.ri-gas-station-fill:before {
content: "\edac";
}
.ri-gas-station-line:before {
content: "\edad";
}
.ri-gatsby-fill:before {
content: "\edae";
}
.ri-gatsby-line:before {
content: "\edaf";
}
.ri-genderless-fill:before {
content: "\edb0";
}
.ri-genderless-line:before {
content: "\edb1";
}
.ri-ghost-2-fill:before {
content: "\edb2";
}
.ri-ghost-2-line:before {
content: "\edb3";
}
.ri-ghost-fill:before {
content: "\edb4";
}
.ri-ghost-line:before {
content: "\edb5";
}
.ri-ghost-smile-fill:before {
content: "\edb6";
}
.ri-ghost-smile-line:before {
content: "\edb7";
}
.ri-gift-2-fill:before {
content: "\edb8";
}
.ri-gift-2-line:before {
content: "\edb9";
}
.ri-gift-fill:before {
content: "\edba";
}
.ri-gift-line:before {
content: "\edbb";
}
.ri-git-branch-fill:before {
content: "\edbc";
}
.ri-git-branch-line:before {
content: "\edbd";
}
.ri-git-commit-fill:before {
content: "\edbe";
}
.ri-git-commit-line:before {
content: "\edbf";
}
.ri-git-merge-fill:before {
content: "\edc0";
}
.ri-git-merge-line:before {
content: "\edc1";
}
.ri-git-pull-request-fill:before {
content: "\edc2";
}
.ri-git-pull-request-line:before {
content: "\edc3";
}
.ri-git-repository-commits-fill:before {
content: "\edc4";
}
.ri-git-repository-commits-line:before {
content: "\edc5";
}
.ri-git-repository-fill:before {
content: "\edc6";
}
.ri-git-repository-line:before {
content: "\edc7";
}
.ri-git-repository-private-fill:before {
content: "\edc8";
}
.ri-git-repository-private-line:before {
content: "\edc9";
}
.ri-github-fill:before {
content: "\edca";
}
.ri-github-line:before {
content: "\edcb";
}
.ri-gitlab-fill:before {
content: "\edcc";
}
.ri-gitlab-line:before {
content: "\edcd";
}
.ri-global-fill:before {
content: "\edce";
}
.ri-global-line:before {
content: "\edcf";
}
.ri-globe-fill:before {
content: "\edd0";
}
.ri-globe-line:before {
content: "\edd1";
}
.ri-goblet-fill:before {
content: "\edd2";
}
.ri-goblet-line:before {
content: "\edd3";
}
.ri-google-fill:before {
content: "\edd4";
}
.ri-google-line:before {
content: "\edd5";
}
.ri-google-play-fill:before {
content: "\edd6";
}
.ri-google-play-line:before {
content: "\edd7";
}
.ri-government-fill:before {
content: "\edd8";
}
.ri-government-line:before {
content: "\edd9";
}
.ri-gps-fill:before {
content: "\edda";
}
.ri-gps-line:before {
content: "\eddb";
}
.ri-gradienter-fill:before {
content: "\eddc";
}
.ri-gradienter-line:before {
content: "\eddd";
}
.ri-grid-fill:before {
content: "\edde";
}
.ri-grid-line:before {
content: "\eddf";
}
.ri-group-2-fill:before {
content: "\ede0";
}
.ri-group-2-line:before {
content: "\ede1";
}
.ri-group-fill:before {
content: "\ede2";
}
.ri-group-line:before {
content: "\ede3";
}
.ri-guide-fill:before {
content: "\ede4";
}
.ri-guide-line:before {
content: "\ede5";
}
.ri-h-1:before {
content: "\ede6";
}
.ri-h-2:before {
content: "\ede7";
}
.ri-h-3:before {
content: "\ede8";
}
.ri-h-4:before {
content: "\ede9";
}
.ri-h-5:before {
content: "\edea";
}
.ri-h-6:before {
content: "\edeb";
}
.ri-hail-fill:before {
content: "\edec";
}
.ri-hail-line:before {
content: "\eded";
}
.ri-hammer-fill:before {
content: "\edee";
}
.ri-hammer-line:before {
content: "\edef";
}
.ri-hand-coin-fill:before {
content: "\edf0";
}
.ri-hand-coin-line:before {
content: "\edf1";
}
.ri-hand-heart-fill:before {
content: "\edf2";
}
.ri-hand-heart-line:before {
content: "\edf3";
}
.ri-hand-sanitizer-fill:before {
content: "\edf4";
}
.ri-hand-sanitizer-line:before {
content: "\edf5";
}
.ri-handbag-fill:before {
content: "\edf6";
}
.ri-handbag-line:before {
content: "\edf7";
}
.ri-hard-drive-2-fill:before {
content: "\edf8";
}
.ri-hard-drive-2-line:before {
content: "\edf9";
}
.ri-hard-drive-fill:before {
content: "\edfa";
}
.ri-hard-drive-line:before {
content: "\edfb";
}
.ri-hashtag:before {
content: "\edfc";
}
.ri-haze-2-fill:before {
content: "\edfd";
}
.ri-haze-2-line:before {
content: "\edfe";
}
.ri-haze-fill:before {
content: "\edff";
}
.ri-haze-line:before {
content: "\ee00";
}
.ri-hd-fill:before {
content: "\ee01";
}
.ri-hd-line:before {
content: "\ee02";
}
.ri-heading:before {
content: "\ee03";
}
.ri-headphone-fill:before {
content: "\ee04";
}
.ri-headphone-line:before {
content: "\ee05";
}
.ri-health-book-fill:before {
content: "\ee06";
}
.ri-health-book-line:before {
content: "\ee07";
}
.ri-heart-2-fill:before {
content: "\ee08";
}
.ri-heart-2-line:before {
content: "\ee09";
}
.ri-heart-3-fill:before {
content: "\ee0a";
}
.ri-heart-3-line:before {
content: "\ee0b";
}
.ri-heart-add-fill:before {
content: "\ee0c";
}
.ri-heart-add-line:before {
content: "\ee0d";
}
.ri-heart-fill:before {
content: "\ee0e";
}
.ri-heart-line:before {
content: "\ee0f";
}
.ri-heart-pulse-fill:before {
content: "\ee10";
}
.ri-heart-pulse-line:before {
content: "\ee11";
}
.ri-hearts-fill:before {
content: "\ee12";
}
.ri-hearts-line:before {
content: "\ee13";
}
.ri-heavy-showers-fill:before {
content: "\ee14";
}
.ri-heavy-showers-line:before {
content: "\ee15";
}
.ri-history-fill:before {
content: "\ee16";
}
.ri-history-line:before {
content: "\ee17";
}
.ri-home-2-fill:before {
content: "\ee18";
}
.ri-home-2-line:before {
content: "\ee19";
}
.ri-home-3-fill:before {
content: "\ee1a";
}
.ri-home-3-line:before {
content: "\ee1b";
}
.ri-home-4-fill:before {
content: "\ee1c";
}
.ri-home-4-line:before {
content: "\ee1d";
}
.ri-home-5-fill:before {
content: "\ee1e";
}
.ri-home-5-line:before {
content: "\ee1f";
}
.ri-home-6-fill:before {
content: "\ee20";
}
.ri-home-6-line:before {
content: "\ee21";
}
.ri-home-7-fill:before {
content: "\ee22";
}
.ri-home-7-line:before {
content: "\ee23";
}
.ri-home-8-fill:before {
content: "\ee24";
}
.ri-home-8-line:before {
content: "\ee25";
}
.ri-home-fill:before {
content: "\ee26";
}
.ri-home-gear-fill:before {
content: "\ee27";
}
.ri-home-gear-line:before {
content: "\ee28";
}
.ri-home-heart-fill:before {
content: "\ee29";
}
.ri-home-heart-line:before {
content: "\ee2a";
}
.ri-home-line:before {
content: "\ee2b";
}
.ri-home-smile-2-fill:before {
content: "\ee2c";
}
.ri-home-smile-2-line:before {
content: "\ee2d";
}
.ri-home-smile-fill:before {
content: "\ee2e";
}
.ri-home-smile-line:before {
content: "\ee2f";
}
.ri-home-wifi-fill:before {
content: "\ee30";
}
.ri-home-wifi-line:before {
content: "\ee31";
}
.ri-honor-of-kings-fill:before {
content: "\ee32";
}
.ri-honor-of-kings-line:before {
content: "\ee33";
}
.ri-honour-fill:before {
content: "\ee34";
}
.ri-honour-line:before {
content: "\ee35";
}
.ri-hospital-fill:before {
content: "\ee36";
}
.ri-hospital-line:before {
content: "\ee37";
}
.ri-hotel-bed-fill:before {
content: "\ee38";
}
.ri-hotel-bed-line:before {
content: "\ee39";
}
.ri-hotel-fill:before {
content: "\ee3a";
}
.ri-hotel-line:before {
content: "\ee3b";
}
.ri-hotspot-fill:before {
content: "\ee3c";
}
.ri-hotspot-line:before {
content: "\ee3d";
}
.ri-hq-fill:before {
content: "\ee3e";
}
.ri-hq-line:before {
content: "\ee3f";
}
.ri-html5-fill:before {
content: "\ee40";
}
.ri-html5-line:before {
content: "\ee41";
}
.ri-ie-fill:before {
content: "\ee42";
}
.ri-ie-line:before {
content: "\ee43";
}
.ri-image-2-fill:before {
content: "\ee44";
}
.ri-image-2-line:before {
content: "\ee45";
}
.ri-image-add-fill:before {
content: "\ee46";
}
.ri-image-add-line:before {
content: "\ee47";
}
.ri-image-edit-fill:before {
content: "\ee48";
}
.ri-image-edit-line:before {
content: "\ee49";
}
.ri-image-fill:before {
content: "\ee4a";
}
.ri-image-line:before {
content: "\ee4b";
}
.ri-inbox-archive-fill:before {
content: "\ee4c";
}
.ri-inbox-archive-line:before {
content: "\ee4d";
}
.ri-inbox-fill:before {
content: "\ee4e";
}
.ri-inbox-line:before {
content: "\ee4f";
}
.ri-inbox-unarchive-fill:before {
content: "\ee50";
}
.ri-inbox-unarchive-line:before {
content: "\ee51";
}
.ri-increase-decrease-fill:before {
content: "\ee52";
}
.ri-increase-decrease-line:before {
content: "\ee53";
}
.ri-indent-decrease:before {
content: "\ee54";
}
.ri-indent-increase:before {
content: "\ee55";
}
.ri-indeterminate-circle-fill:before {
content: "\ee56";
}
.ri-indeterminate-circle-line:before {
content: "\ee57";
}
.ri-information-fill:before {
content: "\ee58";
}
.ri-information-line:before {
content: "\ee59";
}
.ri-infrared-thermometer-fill:before {
content: "\ee5a";
}
.ri-infrared-thermometer-line:before {
content: "\ee5b";
}
.ri-ink-bottle-fill:before {
content: "\ee5c";
}
.ri-ink-bottle-line:before {
content: "\ee5d";
}
.ri-input-cursor-move:before {
content: "\ee5e";
}
.ri-input-method-fill:before {
content: "\ee5f";
}
.ri-input-method-line:before {
content: "\ee60";
}
.ri-insert-column-left:before {
content: "\ee61";
}
.ri-insert-column-right:before {
content: "\ee62";
}
.ri-insert-row-bottom:before {
content: "\ee63";
}
.ri-insert-row-top:before {
content: "\ee64";
}
.ri-instagram-fill:before {
content: "\ee65";
}
.ri-instagram-line:before {
content: "\ee66";
}
.ri-install-fill:before {
content: "\ee67";
}
.ri-install-line:before {
content: "\ee68";
}
.ri-invision-fill:before {
content: "\ee69";
}
.ri-invision-line:before {
content: "\ee6a";
}
.ri-italic:before {
content: "\ee6b";
}
.ri-kakao-talk-fill:before {
content: "\ee6c";
}
.ri-kakao-talk-line:before {
content: "\ee6d";
}
.ri-key-2-fill:before {
content: "\ee6e";
}
.ri-key-2-line:before {
content: "\ee6f";
}
.ri-key-fill:before {
content: "\ee70";
}
.ri-key-line:before {
content: "\ee71";
}
.ri-keyboard-box-fill:before {
content: "\ee72";
}
.ri-keyboard-box-line:before {
content: "\ee73";
}
.ri-keyboard-fill:before {
content: "\ee74";
}
.ri-keyboard-line:before {
content: "\ee75";
}
.ri-keynote-fill:before {
content: "\ee76";
}
.ri-keynote-line:before {
content: "\ee77";
}
.ri-knife-blood-fill:before {
content: "\ee78";
}
.ri-knife-blood-line:before {
content: "\ee79";
}
.ri-knife-fill:before {
content: "\ee7a";
}
.ri-knife-line:before {
content: "\ee7b";
}
.ri-landscape-fill:before {
content: "\ee7c";
}
.ri-landscape-line:before {
content: "\ee7d";
}
.ri-layout-2-fill:before {
content: "\ee7e";
}
.ri-layout-2-line:before {
content: "\ee7f";
}
.ri-layout-3-fill:before {
content: "\ee80";
}
.ri-layout-3-line:before {
content: "\ee81";
}
.ri-layout-4-fill:before {
content: "\ee82";
}
.ri-layout-4-line:before {
content: "\ee83";
}
.ri-layout-5-fill:before {
content: "\ee84";
}
.ri-layout-5-line:before {
content: "\ee85";
}
.ri-layout-6-fill:before {
content: "\ee86";
}
.ri-layout-6-line:before {
content: "\ee87";
}
.ri-layout-bottom-2-fill:before {
content: "\ee88";
}
.ri-layout-bottom-2-line:before {
content: "\ee89";
}
.ri-layout-bottom-fill:before {
content: "\ee8a";
}
.ri-layout-bottom-line:before {
content: "\ee8b";
}
.ri-layout-column-fill:before {
content: "\ee8c";
}
.ri-layout-column-line:before {
content: "\ee8d";
}
.ri-layout-fill:before {
content: "\ee8e";
}
.ri-layout-grid-fill:before {
content: "\ee8f";
}
.ri-layout-grid-line:before {
content: "\ee90";
}
.ri-layout-left-2-fill:before {
content: "\ee91";
}
.ri-layout-left-2-line:before {
content: "\ee92";
}
.ri-layout-left-fill:before {
content: "\ee93";
}
.ri-layout-left-line:before {
content: "\ee94";
}
.ri-layout-line:before {
content: "\ee95";
}
.ri-layout-masonry-fill:before {
content: "\ee96";
}
.ri-layout-masonry-line:before {
content: "\ee97";
}
.ri-layout-right-2-fill:before {
content: "\ee98";
}
.ri-layout-right-2-line:before {
content: "\ee99";
}
.ri-layout-right-fill:before {
content: "\ee9a";
}
.ri-layout-right-line:before {
content: "\ee9b";
}
.ri-layout-row-fill:before {
content: "\ee9c";
}
.ri-layout-row-line:before {
content: "\ee9d";
}
.ri-layout-top-2-fill:before {
content: "\ee9e";
}
.ri-layout-top-2-line:before {
content: "\ee9f";
}
.ri-layout-top-fill:before {
content: "\eea0";
}
.ri-layout-top-line:before {
content: "\eea1";
}
.ri-leaf-fill:before {
content: "\eea2";
}
.ri-leaf-line:before {
content: "\eea3";
}
.ri-lifebuoy-fill:before {
content: "\eea4";
}
.ri-lifebuoy-line:before {
content: "\eea5";
}
.ri-lightbulb-fill:before {
content: "\eea6";
}
.ri-lightbulb-flash-fill:before {
content: "\eea7";
}
.ri-lightbulb-flash-line:before {
content: "\eea8";
}
.ri-lightbulb-line:before {
content: "\eea9";
}
.ri-line-chart-fill:before {
content: "\eeaa";
}
.ri-line-chart-line:before {
content: "\eeab";
}
.ri-line-fill:before {
content: "\eeac";
}
.ri-line-height:before {
content: "\eead";
}
.ri-line-line:before {
content: "\eeae";
}
.ri-link-m:before {
content: "\eeaf";
}
.ri-link-unlink-m:before {
content: "\eeb0";
}
.ri-link-unlink:before {
content: "\eeb1";
}
.ri-link:before {
content: "\eeb2";
}
.ri-linkedin-box-fill:before {
content: "\eeb3";
}
.ri-linkedin-box-line:before {
content: "\eeb4";
}
.ri-linkedin-fill:before {
content: "\eeb5";
}
.ri-linkedin-line:before {
content: "\eeb6";
}
.ri-links-fill:before {
content: "\eeb7";
}
.ri-links-line:before {
content: "\eeb8";
}
.ri-list-check-2:before {
content: "\eeb9";
}
.ri-list-check:before {
content: "\eeba";
}
.ri-list-ordered:before {
content: "\eebb";
}
.ri-list-settings-fill:before {
content: "\eebc";
}
.ri-list-settings-line:before {
content: "\eebd";
}
.ri-list-unordered:before {
content: "\eebe";
}
.ri-live-fill:before {
content: "\eebf";
}
.ri-live-line:before {
content: "\eec0";
}
.ri-loader-2-fill:before {
content: "\eec1";
}
.ri-loader-2-line:before {
content: "\eec2";
}
.ri-loader-3-fill:before {
content: "\eec3";
}
.ri-loader-3-line:before {
content: "\eec4";
}
.ri-loader-4-fill:before {
content: "\eec5";
}
.ri-loader-4-line:before {
content: "\eec6";
}
.ri-loader-5-fill:before {
content: "\eec7";
}
.ri-loader-5-line:before {
content: "\eec8";
}
.ri-loader-fill:before {
content: "\eec9";
}
.ri-loader-line:before {
content: "\eeca";
}
.ri-lock-2-fill:before {
content: "\eecb";
}
.ri-lock-2-line:before {
content: "\eecc";
}
.ri-lock-fill:before {
content: "\eecd";
}
.ri-lock-line:before {
content: "\eece";
}
.ri-lock-password-fill:before {
content: "\eecf";
}
.ri-lock-password-line:before {
content: "\eed0";
}
.ri-lock-unlock-fill:before {
content: "\eed1";
}
.ri-lock-unlock-line:before {
content: "\eed2";
}
.ri-login-box-fill:before {
content: "\eed3";
}
.ri-login-box-line:before {
content: "\eed4";
}
.ri-login-circle-fill:before {
content: "\eed5";
}
.ri-login-circle-line:before {
content: "\eed6";
}
.ri-logout-box-fill:before {
content: "\eed7";
}
.ri-logout-box-line:before {
content: "\eed8";
}
.ri-logout-box-r-fill:before {
content: "\eed9";
}
.ri-logout-box-r-line:before {
content: "\eeda";
}
.ri-logout-circle-fill:before {
content: "\eedb";
}
.ri-logout-circle-line:before {
content: "\eedc";
}
.ri-logout-circle-r-fill:before {
content: "\eedd";
}
.ri-logout-circle-r-line:before {
content: "\eede";
}
.ri-luggage-cart-fill:before {
content: "\eedf";
}
.ri-luggage-cart-line:before {
content: "\eee0";
}
.ri-luggage-deposit-fill:before {
content: "\eee1";
}
.ri-luggage-deposit-line:before {
content: "\eee2";
}
.ri-lungs-fill:before {
content: "\eee3";
}
.ri-lungs-line:before {
content: "\eee4";
}
.ri-mac-fill:before {
content: "\eee5";
}
.ri-mac-line:before {
content: "\eee6";
}
.ri-macbook-fill:before {
content: "\eee7";
}
.ri-macbook-line:before {
content: "\eee8";
}
.ri-magic-fill:before {
content: "\eee9";
}
.ri-magic-line:before {
content: "\eeea";
}
.ri-mail-add-fill:before {
content: "\eeeb";
}
.ri-mail-add-line:before {
content: "\eeec";
}
.ri-mail-check-fill:before {
content: "\eeed";
}
.ri-mail-check-line:before {
content: "\eeee";
}
.ri-mail-close-fill:before {
content: "\eeef";
}
.ri-mail-close-line:before {
content: "\eef0";
}
.ri-mail-download-fill:before {
content: "\eef1";
}
.ri-mail-download-line:before {
content: "\eef2";
}
.ri-mail-fill:before {
content: "\eef3";
}
.ri-mail-forbid-fill:before {
content: "\eef4";
}
.ri-mail-forbid-line:before {
content: "\eef5";
}
.ri-mail-line:before {
content: "\eef6";
}
.ri-mail-lock-fill:before {
content: "\eef7";
}
.ri-mail-lock-line:before {
content: "\eef8";
}
.ri-mail-open-fill:before {
content: "\eef9";
}
.ri-mail-open-line:before {
content: "\eefa";
}
.ri-mail-send-fill:before {
content: "\eefb";
}
.ri-mail-send-line:before {
content: "\eefc";
}
.ri-mail-settings-fill:before {
content: "\eefd";
}
.ri-mail-settings-line:before {
content: "\eefe";
}
.ri-mail-star-fill:before {
content: "\eeff";
}
.ri-mail-star-line:before {
content: "\ef00";
}
.ri-mail-unread-fill:before {
content: "\ef01";
}
.ri-mail-unread-line:before {
content: "\ef02";
}
.ri-mail-volume-fill:before {
content: "\ef03";
}
.ri-mail-volume-line:before {
content: "\ef04";
}
.ri-map-2-fill:before {
content: "\ef05";
}
.ri-map-2-line:before {
content: "\ef06";
}
.ri-map-fill:before {
content: "\ef07";
}
.ri-map-line:before {
content: "\ef08";
}
.ri-map-pin-2-fill:before {
content: "\ef09";
}
.ri-map-pin-2-line:before {
content: "\ef0a";
}
.ri-map-pin-3-fill:before {
content: "\ef0b";
}
.ri-map-pin-3-line:before {
content: "\ef0c";
}
.ri-map-pin-4-fill:before {
content: "\ef0d";
}
.ri-map-pin-4-line:before {
content: "\ef0e";
}
.ri-map-pin-5-fill:before {
content: "\ef0f";
}
.ri-map-pin-5-line:before {
content: "\ef10";
}
.ri-map-pin-add-fill:before {
content: "\ef11";
}
.ri-map-pin-add-line:before {
content: "\ef12";
}
.ri-map-pin-fill:before {
content: "\ef13";
}
.ri-map-pin-line:before {
content: "\ef14";
}
.ri-map-pin-range-fill:before {
content: "\ef15";
}
.ri-map-pin-range-line:before {
content: "\ef16";
}
.ri-map-pin-time-fill:before {
content: "\ef17";
}
.ri-map-pin-time-line:before {
content: "\ef18";
}
.ri-map-pin-user-fill:before {
content: "\ef19";
}
.ri-map-pin-user-line:before {
content: "\ef1a";
}
.ri-mark-pen-fill:before {
content: "\ef1b";
}
.ri-mark-pen-line:before {
content: "\ef1c";
}
.ri-markdown-fill:before {
content: "\ef1d";
}
.ri-markdown-line:before {
content: "\ef1e";
}
.ri-markup-fill:before {
content: "\ef1f";
}
.ri-markup-line:before {
content: "\ef20";
}
.ri-mastercard-fill:before {
content: "\ef21";
}
.ri-mastercard-line:before {
content: "\ef22";
}
.ri-mastodon-fill:before {
content: "\ef23";
}
.ri-mastodon-line:before {
content: "\ef24";
}
.ri-medal-2-fill:before {
content: "\ef25";
}
.ri-medal-2-line:before {
content: "\ef26";
}
.ri-medal-fill:before {
content: "\ef27";
}
.ri-medal-line:before {
content: "\ef28";
}
.ri-medicine-bottle-fill:before {
content: "\ef29";
}
.ri-medicine-bottle-line:before {
content: "\ef2a";
}
.ri-medium-fill:before {
content: "\ef2b";
}
.ri-medium-line:before {
content: "\ef2c";
}
.ri-men-fill:before {
content: "\ef2d";
}
.ri-men-line:before {
content: "\ef2e";
}
.ri-mental-health-fill:before {
content: "\ef2f";
}
.ri-mental-health-line:before {
content: "\ef30";
}
.ri-menu-2-fill:before {
content: "\ef31";
}
.ri-menu-2-line:before {
content: "\ef32";
}
.ri-menu-3-fill:before {
content: "\ef33";
}
.ri-menu-3-line:before {
content: "\ef34";
}
.ri-menu-4-fill:before {
content: "\ef35";
}
.ri-menu-4-line:before {
content: "\ef36";
}
.ri-menu-5-fill:before {
content: "\ef37";
}
.ri-menu-5-line:before {
content: "\ef38";
}
.ri-menu-add-fill:before {
content: "\ef39";
}
.ri-menu-add-line:before {
content: "\ef3a";
}
.ri-menu-fill:before {
content: "\ef3b";
}
.ri-menu-fold-fill:before {
content: "\ef3c";
}
.ri-menu-fold-line:before {
content: "\ef3d";
}
.ri-menu-line:before {
content: "\ef3e";
}
.ri-menu-unfold-fill:before {
content: "\ef3f";
}
.ri-menu-unfold-line:before {
content: "\ef40";
}
.ri-merge-cells-horizontal:before {
content: "\ef41";
}
.ri-merge-cells-vertical:before {
content: "\ef42";
}
.ri-message-2-fill:before {
content: "\ef43";
}
.ri-message-2-line:before {
content: "\ef44";
}
.ri-message-3-fill:before {
content: "\ef45";
}
.ri-message-3-line:before {
content: "\ef46";
}
.ri-message-fill:before {
content: "\ef47";
}
.ri-message-line:before {
content: "\ef48";
}
.ri-messenger-fill:before {
content: "\ef49";
}
.ri-messenger-line:before {
content: "\ef4a";
}
.ri-meteor-fill:before {
content: "\ef4b";
}
.ri-meteor-line:before {
content: "\ef4c";
}
.ri-mic-2-fill:before {
content: "\ef4d";
}
.ri-mic-2-line:before {
content: "\ef4e";
}
.ri-mic-fill:before {
content: "\ef4f";
}
.ri-mic-line:before {
content: "\ef50";
}
.ri-mic-off-fill:before {
content: "\ef51";
}
.ri-mic-off-line:before {
content: "\ef52";
}
.ri-mickey-fill:before {
content: "\ef53";
}
.ri-mickey-line:before {
content: "\ef54";
}
.ri-microscope-fill:before {
content: "\ef55";
}
.ri-microscope-line:before {
content: "\ef56";
}
.ri-microsoft-fill:before {
content: "\ef57";
}
.ri-microsoft-line:before {
content: "\ef58";
}
.ri-mind-map:before {
content: "\ef59";
}
.ri-mini-program-fill:before {
content: "\ef5a";
}
.ri-mini-program-line:before {
content: "\ef5b";
}
.ri-mist-fill:before {
content: "\ef5c";
}
.ri-mist-line:before {
content: "\ef5d";
}
.ri-money-cny-box-fill:before {
content: "\ef5e";
}
.ri-money-cny-box-line:before {
content: "\ef5f";
}
.ri-money-cny-circle-fill:before {
content: "\ef60";
}
.ri-money-cny-circle-line:before {
content: "\ef61";
}
.ri-money-dollar-box-fill:before {
content: "\ef62";
}
.ri-money-dollar-box-line:before {
content: "\ef63";
}
.ri-money-dollar-circle-fill:before {
content: "\ef64";
}
.ri-money-dollar-circle-line:before {
content: "\ef65";
}
.ri-money-euro-box-fill:before {
content: "\ef66";
}
.ri-money-euro-box-line:before {
content: "\ef67";
}
.ri-money-euro-circle-fill:before {
content: "\ef68";
}
.ri-money-euro-circle-line:before {
content: "\ef69";
}
.ri-money-pound-box-fill:before {
content: "\ef6a";
}
.ri-money-pound-box-line:before {
content: "\ef6b";
}
.ri-money-pound-circle-fill:before {
content: "\ef6c";
}
.ri-money-pound-circle-line:before {
content: "\ef6d";
}
.ri-moon-clear-fill:before {
content: "\ef6e";
}
.ri-moon-clear-line:before {
content: "\ef6f";
}
.ri-moon-cloudy-fill:before {
content: "\ef70";
}
.ri-moon-cloudy-line:before {
content: "\ef71";
}
.ri-moon-fill:before {
content: "\ef72";
}
.ri-moon-foggy-fill:before {
content: "\ef73";
}
.ri-moon-foggy-line:before {
content: "\ef74";
}
.ri-moon-line:before {
content: "\ef75";
}
.ri-more-2-fill:before {
content: "\ef76";
}
.ri-more-2-line:before {
content: "\ef77";
}
.ri-more-fill:before {
content: "\ef78";
}
.ri-more-line:before {
content: "\ef79";
}
.ri-motorbike-fill:before {
content: "\ef7a";
}
.ri-motorbike-line:before {
content: "\ef7b";
}
.ri-mouse-fill:before {
content: "\ef7c";
}
.ri-mouse-line:before {
content: "\ef7d";
}
.ri-movie-2-fill:before {
content: "\ef7e";
}
.ri-movie-2-line:before {
content: "\ef7f";
}
.ri-movie-fill:before {
content: "\ef80";
}
.ri-movie-line:before {
content: "\ef81";
}
.ri-music-2-fill:before {
content: "\ef82";
}
.ri-music-2-line:before {
content: "\ef83";
}
.ri-music-fill:before {
content: "\ef84";
}
.ri-music-line:before {
content: "\ef85";
}
.ri-mv-fill:before {
content: "\ef86";
}
.ri-mv-line:before {
content: "\ef87";
}
.ri-navigation-fill:before {
content: "\ef88";
}
.ri-navigation-line:before {
content: "\ef89";
}
.ri-netease-cloud-music-fill:before {
content: "\ef8a";
}
.ri-netease-cloud-music-line:before {
content: "\ef8b";
}
.ri-netflix-fill:before {
content: "\ef8c";
}
.ri-netflix-line:before {
content: "\ef8d";
}
.ri-newspaper-fill:before {
content: "\ef8e";
}
.ri-newspaper-line:before {
content: "\ef8f";
}
.ri-node-tree:before {
content: "\ef90";
}
.ri-notification-2-fill:before {
content: "\ef91";
}
.ri-notification-2-line:before {
content: "\ef92";
}
.ri-notification-3-fill:before {
content: "\ef93";
}
.ri-notification-3-line:before {
content: "\ef94";
}
.ri-notification-4-fill:before {
content: "\ef95";
}
.ri-notification-4-line:before {
content: "\ef96";
}
.ri-notification-badge-fill:before {
content: "\ef97";
}
.ri-notification-badge-line:before {
content: "\ef98";
}
.ri-notification-fill:before {
content: "\ef99";
}
.ri-notification-line:before {
content: "\ef9a";
}
.ri-notification-off-fill:before {
content: "\ef9b";
}
.ri-notification-off-line:before {
content: "\ef9c";
}
.ri-npmjs-fill:before {
content: "\ef9d";
}
.ri-npmjs-line:before {
content: "\ef9e";
}
.ri-number-0:before {
content: "\ef9f";
}
.ri-number-1:before {
content: "\efa0";
}
.ri-number-2:before {
content: "\efa1";
}
.ri-number-3:before {
content: "\efa2";
}
.ri-number-4:before {
content: "\efa3";
}
.ri-number-5:before {
content: "\efa4";
}
.ri-number-6:before {
content: "\efa5";
}
.ri-number-7:before {
content: "\efa6";
}
.ri-number-8:before {
content: "\efa7";
}
.ri-number-9:before {
content: "\efa8";
}
.ri-numbers-fill:before {
content: "\efa9";
}
.ri-numbers-line:before {
content: "\efaa";
}
.ri-nurse-fill:before {
content: "\efab";
}
.ri-nurse-line:before {
content: "\efac";
}
.ri-oil-fill:before {
content: "\efad";
}
.ri-oil-line:before {
content: "\efae";
}
.ri-omega:before {
content: "\efaf";
}
.ri-open-arm-fill:before {
content: "\efb0";
}
.ri-open-arm-line:before {
content: "\efb1";
}
.ri-open-source-fill:before {
content: "\efb2";
}
.ri-open-source-line:before {
content: "\efb3";
}
.ri-opera-fill:before {
content: "\efb4";
}
.ri-opera-line:before {
content: "\efb5";
}
.ri-order-play-fill:before {
content: "\efb6";
}
.ri-order-play-line:before {
content: "\efb7";
}
.ri-organization-chart:before {
content: "\efb8";
}
.ri-outlet-2-fill:before {
content: "\efb9";
}
.ri-outlet-2-line:before {
content: "\efba";
}
.ri-outlet-fill:before {
content: "\efbb";
}
.ri-outlet-line:before {
content: "\efbc";
}
.ri-page-separator:before {
content: "\efbd";
}
.ri-pages-fill:before {
content: "\efbe";
}
.ri-pages-line:before {
content: "\efbf";
}
.ri-paint-brush-fill:before {
content: "\efc0";
}
.ri-paint-brush-line:before {
content: "\efc1";
}
.ri-paint-fill:before {
content: "\efc2";
}
.ri-paint-line:before {
content: "\efc3";
}
.ri-palette-fill:before {
content: "\efc4";
}
.ri-palette-line:before {
content: "\efc5";
}
.ri-pantone-fill:before {
content: "\efc6";
}
.ri-pantone-line:before {
content: "\efc7";
}
.ri-paragraph:before {
content: "\efc8";
}
.ri-parent-fill:before {
content: "\efc9";
}
.ri-parent-line:before {
content: "\efca";
}
.ri-parentheses-fill:before {
content: "\efcb";
}
.ri-parentheses-line:before {
content: "\efcc";
}
.ri-parking-box-fill:before {
content: "\efcd";
}
.ri-parking-box-line:before {
content: "\efce";
}
.ri-parking-fill:before {
content: "\efcf";
}
.ri-parking-line:before {
content: "\efd0";
}
.ri-passport-fill:before {
content: "\efd1";
}
.ri-passport-line:before {
content: "\efd2";
}
.ri-patreon-fill:before {
content: "\efd3";
}
.ri-patreon-line:before {
content: "\efd4";
}
.ri-pause-circle-fill:before {
content: "\efd5";
}
.ri-pause-circle-line:before {
content: "\efd6";
}
.ri-pause-fill:before {
content: "\efd7";
}
.ri-pause-line:before {
content: "\efd8";
}
.ri-pause-mini-fill:before {
content: "\efd9";
}
.ri-pause-mini-line:before {
content: "\efda";
}
.ri-paypal-fill:before {
content: "\efdb";
}
.ri-paypal-line:before {
content: "\efdc";
}
.ri-pen-nib-fill:before {
content: "\efdd";
}
.ri-pen-nib-line:before {
content: "\efde";
}
.ri-pencil-fill:before {
content: "\efdf";
}
.ri-pencil-line:before {
content: "\efe0";
}
.ri-pencil-ruler-2-fill:before {
content: "\efe1";
}
.ri-pencil-ruler-2-line:before {
content: "\efe2";
}
.ri-pencil-ruler-fill:before {
content: "\efe3";
}
.ri-pencil-ruler-line:before {
content: "\efe4";
}
.ri-percent-fill:before {
content: "\efe5";
}
.ri-percent-line:before {
content: "\efe6";
}
.ri-phone-camera-fill:before {
content: "\efe7";
}
.ri-phone-camera-line:before {
content: "\efe8";
}
.ri-phone-fill:before {
content: "\efe9";
}
.ri-phone-find-fill:before {
content: "\efea";
}
.ri-phone-find-line:before {
content: "\efeb";
}
.ri-phone-line:before {
content: "\efec";
}
.ri-phone-lock-fill:before {
content: "\efed";
}
.ri-phone-lock-line:before {
content: "\efee";
}
.ri-picture-in-picture-2-fill:before {
content: "\efef";
}
.ri-picture-in-picture-2-line:before {
content: "\eff0";
}
.ri-picture-in-picture-exit-fill:before {
content: "\eff1";
}
.ri-picture-in-picture-exit-line:before {
content: "\eff2";
}
.ri-picture-in-picture-fill:before {
content: "\eff3";
}
.ri-picture-in-picture-line:before {
content: "\eff4";
}
.ri-pie-chart-2-fill:before {
content: "\eff5";
}
.ri-pie-chart-2-line:before {
content: "\eff6";
}
.ri-pie-chart-box-fill:before {
content: "\eff7";
}
.ri-pie-chart-box-line:before {
content: "\eff8";
}
.ri-pie-chart-fill:before {
content: "\eff9";
}
.ri-pie-chart-line:before {
content: "\effa";
}
.ri-pin-distance-fill:before {
content: "\effb";
}
.ri-pin-distance-line:before {
content: "\effc";
}
.ri-ping-pong-fill:before {
content: "\effd";
}
.ri-ping-pong-line:before {
content: "\effe";
}
.ri-pinterest-fill:before {
content: "\efff";
}
.ri-pinterest-line:before {
content: "\f000";
}
.ri-pinyin-input:before {
content: "\f001";
}
.ri-pixelfed-fill:before {
content: "\f002";
}
.ri-pixelfed-line:before {
content: "\f003";
}
.ri-plane-fill:before {
content: "\f004";
}
.ri-plane-line:before {
content: "\f005";
}
.ri-plant-fill:before {
content: "\f006";
}
.ri-plant-line:before {
content: "\f007";
}
.ri-play-circle-fill:before {
content: "\f008";
}
.ri-play-circle-line:before {
content: "\f009";
}
.ri-play-fill:before {
content: "\f00a";
}
.ri-play-line:before {
content: "\f00b";
}
.ri-play-list-2-fill:before {
content: "\f00c";
}
.ri-play-list-2-line:before {
content: "\f00d";
}
.ri-play-list-add-fill:before {
content: "\f00e";
}
.ri-play-list-add-line:before {
content: "\f00f";
}
.ri-play-list-fill:before {
content: "\f010";
}
.ri-play-list-line:before {
content: "\f011";
}
.ri-play-mini-fill:before {
content: "\f012";
}
.ri-play-mini-line:before {
content: "\f013";
}
.ri-playstation-fill:before {
content: "\f014";
}
.ri-playstation-line:before {
content: "\f015";
}
.ri-plug-2-fill:before {
content: "\f016";
}
.ri-plug-2-line:before {
content: "\f017";
}
.ri-plug-fill:before {
content: "\f018";
}
.ri-plug-line:before {
content: "\f019";
}
.ri-polaroid-2-fill:before {
content: "\f01a";
}
.ri-polaroid-2-line:before {
content: "\f01b";
}
.ri-polaroid-fill:before {
content: "\f01c";
}
.ri-polaroid-line:before {
content: "\f01d";
}
.ri-police-car-fill:before {
content: "\f01e";
}
.ri-police-car-line:before {
content: "\f01f";
}
.ri-price-tag-2-fill:before {
content: "\f020";
}
.ri-price-tag-2-line:before {
content: "\f021";
}
.ri-price-tag-3-fill:before {
content: "\f022";
}
.ri-price-tag-3-line:before {
content: "\f023";
}
.ri-price-tag-fill:before {
content: "\f024";
}
.ri-price-tag-line:before {
content: "\f025";
}
.ri-printer-cloud-fill:before {
content: "\f026";
}
.ri-printer-cloud-line:before {
content: "\f027";
}
.ri-printer-fill:before {
content: "\f028";
}
.ri-printer-line:before {
content: "\f029";
}
.ri-product-hunt-fill:before {
content: "\f02a";
}
.ri-product-hunt-line:before {
content: "\f02b";
}
.ri-profile-fill:before {
content: "\f02c";
}
.ri-profile-line:before {
content: "\f02d";
}
.ri-projector-2-fill:before {
content: "\f02e";
}
.ri-projector-2-line:before {
content: "\f02f";
}
.ri-projector-fill:before {
content: "\f030";
}
.ri-projector-line:before {
content: "\f031";
}
.ri-psychotherapy-fill:before {
content: "\f032";
}
.ri-psychotherapy-line:before {
content: "\f033";
}
.ri-pulse-fill:before {
content: "\f034";
}
.ri-pulse-line:before {
content: "\f035";
}
.ri-pushpin-2-fill:before {
content: "\f036";
}
.ri-pushpin-2-line:before {
content: "\f037";
}
.ri-pushpin-fill:before {
content: "\f038";
}
.ri-pushpin-line:before {
content: "\f039";
}
.ri-qq-fill:before {
content: "\f03a";
}
.ri-qq-line:before {
content: "\f03b";
}
.ri-qr-code-fill:before {
content: "\f03c";
}
.ri-qr-code-line:before {
content: "\f03d";
}
.ri-qr-scan-2-fill:before {
content: "\f03e";
}
.ri-qr-scan-2-line:before {
content: "\f03f";
}
.ri-qr-scan-fill:before {
content: "\f040";
}
.ri-qr-scan-line:before {
content: "\f041";
}
.ri-question-answer-fill:before {
content: "\f042";
}
.ri-question-answer-line:before {
content: "\f043";
}
.ri-question-fill:before {
content: "\f044";
}
.ri-question-line:before {
content: "\f045";
}
.ri-question-mark:before {
content: "\f046";
}
.ri-questionnaire-fill:before {
content: "\f047";
}
.ri-questionnaire-line:before {
content: "\f048";
}
.ri-quill-pen-fill:before {
content: "\f049";
}
.ri-quill-pen-line:before {
content: "\f04a";
}
.ri-radar-fill:before {
content: "\f04b";
}
.ri-radar-line:before {
content: "\f04c";
}
.ri-radio-2-fill:before {
content: "\f04d";
}
.ri-radio-2-line:before {
content: "\f04e";
}
.ri-radio-button-fill:before {
content: "\f04f";
}
.ri-radio-button-line:before {
content: "\f050";
}
.ri-radio-fill:before {
content: "\f051";
}
.ri-radio-line:before {
content: "\f052";
}
.ri-rainbow-fill:before {
content: "\f053";
}
.ri-rainbow-line:before {
content: "\f054";
}
.ri-rainy-fill:before {
content: "\f055";
}
.ri-rainy-line:before {
content: "\f056";
}
.ri-reactjs-fill:before {
content: "\f057";
}
.ri-reactjs-line:before {
content: "\f058";
}
.ri-record-circle-fill:before {
content: "\f059";
}
.ri-record-circle-line:before {
content: "\f05a";
}
.ri-record-mail-fill:before {
content: "\f05b";
}
.ri-record-mail-line:before {
content: "\f05c";
}
.ri-recycle-fill:before {
content: "\f05d";
}
.ri-recycle-line:before {
content: "\f05e";
}
.ri-red-packet-fill:before {
content: "\f05f";
}
.ri-red-packet-line:before {
content: "\f060";
}
.ri-reddit-fill:before {
content: "\f061";
}
.ri-reddit-line:before {
content: "\f062";
}
.ri-refresh-fill:before {
content: "\f063";
}
.ri-refresh-line:before {
content: "\f064";
}
.ri-refund-2-fill:before {
content: "\f065";
}
.ri-refund-2-line:before {
content: "\f066";
}
.ri-refund-fill:before {
content: "\f067";
}
.ri-refund-line:before {
content: "\f068";
}
.ri-registered-fill:before {
content: "\f069";
}
.ri-registered-line:before {
content: "\f06a";
}
.ri-remixicon-fill:before {
content: "\f06b";
}
.ri-remixicon-line:before {
content: "\f06c";
}
.ri-remote-control-2-fill:before {
content: "\f06d";
}
.ri-remote-control-2-line:before {
content: "\f06e";
}
.ri-remote-control-fill:before {
content: "\f06f";
}
.ri-remote-control-line:before {
content: "\f070";
}
.ri-repeat-2-fill:before {
content: "\f071";
}
.ri-repeat-2-line:before {
content: "\f072";
}
.ri-repeat-fill:before {
content: "\f073";
}
.ri-repeat-line:before {
content: "\f074";
}
.ri-repeat-one-fill:before {
content: "\f075";
}
.ri-repeat-one-line:before {
content: "\f076";
}
.ri-reply-all-fill:before {
content: "\f077";
}
.ri-reply-all-line:before {
content: "\f078";
}
.ri-reply-fill:before {
content: "\f079";
}
.ri-reply-line:before {
content: "\f07a";
}
.ri-reserved-fill:before {
content: "\f07b";
}
.ri-reserved-line:before {
content: "\f07c";
}
.ri-rest-time-fill:before {
content: "\f07d";
}
.ri-rest-time-line:before {
content: "\f07e";
}
.ri-restart-fill:before {
content: "\f07f";
}
.ri-restart-line:before {
content: "\f080";
}
.ri-restaurant-2-fill:before {
content: "\f081";
}
.ri-restaurant-2-line:before {
content: "\f082";
}
.ri-restaurant-fill:before {
content: "\f083";
}
.ri-restaurant-line:before {
content: "\f084";
}
.ri-rewind-fill:before {
content: "\f085";
}
.ri-rewind-line:before {
content: "\f086";
}
.ri-rewind-mini-fill:before {
content: "\f087";
}
.ri-rewind-mini-line:before {
content: "\f088";
}
.ri-rhythm-fill:before {
content: "\f089";
}
.ri-rhythm-line:before {
content: "\f08a";
}
.ri-riding-fill:before {
content: "\f08b";
}
.ri-riding-line:before {
content: "\f08c";
}
.ri-road-map-fill:before {
content: "\f08d";
}
.ri-road-map-line:before {
content: "\f08e";
}
.ri-roadster-fill:before {
content: "\f08f";
}
.ri-roadster-line:before {
content: "\f090";
}
.ri-robot-fill:before {
content: "\f091";
}
.ri-robot-line:before {
content: "\f092";
}
.ri-rocket-2-fill:before {
content: "\f093";
}
.ri-rocket-2-line:before {
content: "\f094";
}
.ri-rocket-fill:before {
content: "\f095";
}
.ri-rocket-line:before {
content: "\f096";
}
.ri-rotate-lock-fill:before {
content: "\f097";
}
.ri-rotate-lock-line:before {
content: "\f098";
}
.ri-rounded-corner:before {
content: "\f099";
}
.ri-route-fill:before {
content: "\f09a";
}
.ri-route-line:before {
content: "\f09b";
}
.ri-router-fill:before {
content: "\f09c";
}
.ri-router-line:before {
content: "\f09d";
}
.ri-rss-fill:before {
content: "\f09e";
}
.ri-rss-line:before {
content: "\f09f";
}
.ri-ruler-2-fill:before {
content: "\f0a0";
}
.ri-ruler-2-line:before {
content: "\f0a1";
}
.ri-ruler-fill:before {
content: "\f0a2";
}
.ri-ruler-line:before {
content: "\f0a3";
}
.ri-run-fill:before {
content: "\f0a4";
}
.ri-run-line:before {
content: "\f0a5";
}
.ri-safari-fill:before {
content: "\f0a6";
}
.ri-safari-line:before {
content: "\f0a7";
}
.ri-safe-2-fill:before {
content: "\f0a8";
}
.ri-safe-2-line:before {
content: "\f0a9";
}
.ri-safe-fill:before {
content: "\f0aa";
}
.ri-safe-line:before {
content: "\f0ab";
}
.ri-sailboat-fill:before {
content: "\f0ac";
}
.ri-sailboat-line:before {
content: "\f0ad";
}
.ri-save-2-fill:before {
content: "\f0ae";
}
.ri-save-2-line:before {
content: "\f0af";
}
.ri-save-3-fill:before {
content: "\f0b0";
}
.ri-save-3-line:before {
content: "\f0b1";
}
.ri-save-fill:before {
content: "\f0b2";
}
.ri-save-line:before {
content: "\f0b3";
}
.ri-scales-2-fill:before {
content: "\f0b4";
}
.ri-scales-2-line:before {
content: "\f0b5";
}
.ri-scales-3-fill:before {
content: "\f0b6";
}
.ri-scales-3-line:before {
content: "\f0b7";
}
.ri-scales-fill:before {
content: "\f0b8";
}
.ri-scales-line:before {
content: "\f0b9";
}
.ri-scan-2-fill:before {
content: "\f0ba";
}
.ri-scan-2-line:before {
content: "\f0bb";
}
.ri-scan-fill:before {
content: "\f0bc";
}
.ri-scan-line:before {
content: "\f0bd";
}
.ri-scissors-2-fill:before {
content: "\f0be";
}
.ri-scissors-2-line:before {
content: "\f0bf";
}
.ri-scissors-cut-fill:before {
content: "\f0c0";
}
.ri-scissors-cut-line:before {
content: "\f0c1";
}
.ri-scissors-fill:before {
content: "\f0c2";
}
.ri-scissors-line:before {
content: "\f0c3";
}
.ri-screenshot-2-fill:before {
content: "\f0c4";
}
.ri-screenshot-2-line:before {
content: "\f0c5";
}
.ri-screenshot-fill:before {
content: "\f0c6";
}
.ri-screenshot-line:before {
content: "\f0c7";
}
.ri-sd-card-fill:before {
content: "\f0c8";
}
.ri-sd-card-line:before {
content: "\f0c9";
}
.ri-sd-card-mini-fill:before {
content: "\f0ca";
}
.ri-sd-card-mini-line:before {
content: "\f0cb";
}
.ri-search-2-fill:before {
content: "\f0cc";
}
.ri-search-2-line:before {
content: "\f0cd";
}
.ri-search-eye-fill:before {
content: "\f0ce";
}
.ri-search-eye-line:before {
content: "\f0cf";
}
.ri-search-fill:before {
content: "\f0d0";
}
.ri-search-line:before {
content: "\f0d1";
}
.ri-secure-payment-fill:before {
content: "\f0d2";
}
.ri-secure-payment-line:before {
content: "\f0d3";
}
.ri-seedling-fill:before {
content: "\f0d4";
}
.ri-seedling-line:before {
content: "\f0d5";
}
.ri-send-backward:before {
content: "\f0d6";
}
.ri-send-plane-2-fill:before {
content: "\f0d7";
}
.ri-send-plane-2-line:before {
content: "\f0d8";
}
.ri-send-plane-fill:before {
content: "\f0d9";
}
.ri-send-plane-line:before {
content: "\f0da";
}
.ri-send-to-back:before {
content: "\f0db";
}
.ri-sensor-fill:before {
content: "\f0dc";
}
.ri-sensor-line:before {
content: "\f0dd";
}
.ri-separator:before {
content: "\f0de";
}
.ri-server-fill:before {
content: "\f0df";
}
.ri-server-line:before {
content: "\f0e0";
}
.ri-service-fill:before {
content: "\f0e1";
}
.ri-service-line:before {
content: "\f0e2";
}
.ri-settings-2-fill:before {
content: "\f0e3";
}
.ri-settings-2-line:before {
content: "\f0e4";
}
.ri-settings-3-fill:before {
content: "\f0e5";
}
.ri-settings-3-line:before {
content: "\f0e6";
}
.ri-settings-4-fill:before {
content: "\f0e7";
}
.ri-settings-4-line:before {
content: "\f0e8";
}
.ri-settings-5-fill:before {
content: "\f0e9";
}
.ri-settings-5-line:before {
content: "\f0ea";
}
.ri-settings-6-fill:before {
content: "\f0eb";
}
.ri-settings-6-line:before {
content: "\f0ec";
}
.ri-settings-fill:before {
content: "\f0ed";
}
.ri-settings-line:before {
content: "\f0ee";
}
.ri-shape-2-fill:before {
content: "\f0ef";
}
.ri-shape-2-line:before {
content: "\f0f0";
}
.ri-shape-fill:before {
content: "\f0f1";
}
.ri-shape-line:before {
content: "\f0f2";
}
.ri-share-box-fill:before {
content: "\f0f3";
}
.ri-share-box-line:before {
content: "\f0f4";
}
.ri-share-circle-fill:before {
content: "\f0f5";
}
.ri-share-circle-line:before {
content: "\f0f6";
}
.ri-share-fill:before {
content: "\f0f7";
}
.ri-share-forward-2-fill:before {
content: "\f0f8";
}
.ri-share-forward-2-line:before {
content: "\f0f9";
}
.ri-share-forward-box-fill:before {
content: "\f0fa";
}
.ri-share-forward-box-line:before {
content: "\f0fb";
}
.ri-share-forward-fill:before {
content: "\f0fc";
}
.ri-share-forward-line:before {
content: "\f0fd";
}
.ri-share-line:before {
content: "\f0fe";
}
.ri-shield-check-fill:before {
content: "\f0ff";
}
.ri-shield-check-line:before {
content: "\f100";
}
.ri-shield-cross-fill:before {
content: "\f101";
}
.ri-shield-cross-line:before {
content: "\f102";
}
.ri-shield-fill:before {
content: "\f103";
}
.ri-shield-flash-fill:before {
content: "\f104";
}
.ri-shield-flash-line:before {
content: "\f105";
}
.ri-shield-keyhole-fill:before {
content: "\f106";
}
.ri-shield-keyhole-line:before {
content: "\f107";
}
.ri-shield-line:before {
content: "\f108";
}
.ri-shield-star-fill:before {
content: "\f109";
}
.ri-shield-star-line:before {
content: "\f10a";
}
.ri-shield-user-fill:before {
content: "\f10b";
}
.ri-shield-user-line:before {
content: "\f10c";
}
.ri-ship-2-fill:before {
content: "\f10d";
}
.ri-ship-2-line:before {
content: "\f10e";
}
.ri-ship-fill:before {
content: "\f10f";
}
.ri-ship-line:before {
content: "\f110";
}
.ri-shirt-fill:before {
content: "\f111";
}
.ri-shirt-line:before {
content: "\f112";
}
.ri-shopping-bag-2-fill:before {
content: "\f113";
}
.ri-shopping-bag-2-line:before {
content: "\f114";
}
.ri-shopping-bag-3-fill:before {
content: "\f115";
}
.ri-shopping-bag-3-line:before {
content: "\f116";
}
.ri-shopping-bag-fill:before {
content: "\f117";
}
.ri-shopping-bag-line:before {
content: "\f118";
}
.ri-shopping-basket-2-fill:before {
content: "\f119";
}
.ri-shopping-basket-2-line:before {
content: "\f11a";
}
.ri-shopping-basket-fill:before {
content: "\f11b";
}
.ri-shopping-basket-line:before {
content: "\f11c";
}
.ri-shopping-cart-2-fill:before {
content: "\f11d";
}
.ri-shopping-cart-2-line:before {
content: "\f11e";
}
.ri-shopping-cart-fill:before {
content: "\f11f";
}
.ri-shopping-cart-line:before {
content: "\f120";
}
.ri-showers-fill:before {
content: "\f121";
}
.ri-showers-line:before {
content: "\f122";
}
.ri-shuffle-fill:before {
content: "\f123";
}
.ri-shuffle-line:before {
content: "\f124";
}
.ri-shut-down-fill:before {
content: "\f125";
}
.ri-shut-down-line:before {
content: "\f126";
}
.ri-side-bar-fill:before {
content: "\f127";
}
.ri-side-bar-line:before {
content: "\f128";
}
.ri-signal-tower-fill:before {
content: "\f129";
}
.ri-signal-tower-line:before {
content: "\f12a";
}
.ri-signal-wifi-1-fill:before {
content: "\f12b";
}
.ri-signal-wifi-1-line:before {
content: "\f12c";
}
.ri-signal-wifi-2-fill:before {
content: "\f12d";
}
.ri-signal-wifi-2-line:before {
content: "\f12e";
}
.ri-signal-wifi-3-fill:before {
content: "\f12f";
}
.ri-signal-wifi-3-line:before {
content: "\f130";
}
.ri-signal-wifi-error-fill:before {
content: "\f131";
}
.ri-signal-wifi-error-line:before {
content: "\f132";
}
.ri-signal-wifi-fill:before {
content: "\f133";
}
.ri-signal-wifi-line:before {
content: "\f134";
}
.ri-signal-wifi-off-fill:before {
content: "\f135";
}
.ri-signal-wifi-off-line:before {
content: "\f136";
}
.ri-sim-card-2-fill:before {
content: "\f137";
}
.ri-sim-card-2-line:before {
content: "\f138";
}
.ri-sim-card-fill:before {
content: "\f139";
}
.ri-sim-card-line:before {
content: "\f13a";
}
.ri-single-quotes-l:before {
content: "\f13b";
}
.ri-single-quotes-r:before {
content: "\f13c";
}
.ri-sip-fill:before {
content: "\f13d";
}
.ri-sip-line:before {
content: "\f13e";
}
.ri-skip-back-fill:before {
content: "\f13f";
}
.ri-skip-back-line:before {
content: "\f140";
}
.ri-skip-back-mini-fill:before {
content: "\f141";
}
.ri-skip-back-mini-line:before {
content: "\f142";
}
.ri-skip-forward-fill:before {
content: "\f143";
}
.ri-skip-forward-line:before {
content: "\f144";
}
.ri-skip-forward-mini-fill:before {
content: "\f145";
}
.ri-skip-forward-mini-line:before {
content: "\f146";
}
.ri-skull-2-fill:before {
content: "\f147";
}
.ri-skull-2-line:before {
content: "\f148";
}
.ri-skull-fill:before {
content: "\f149";
}
.ri-skull-line:before {
content: "\f14a";
}
.ri-skype-fill:before {
content: "\f14b";
}
.ri-skype-line:before {
content: "\f14c";
}
.ri-slack-fill:before {
content: "\f14d";
}
.ri-slack-line:before {
content: "\f14e";
}
.ri-slice-fill:before {
content: "\f14f";
}
.ri-slice-line:before {
content: "\f150";
}
.ri-slideshow-2-fill:before {
content: "\f151";
}
.ri-slideshow-2-line:before {
content: "\f152";
}
.ri-slideshow-3-fill:before {
content: "\f153";
}
.ri-slideshow-3-line:before {
content: "\f154";
}
.ri-slideshow-4-fill:before {
content: "\f155";
}
.ri-slideshow-4-line:before {
content: "\f156";
}
.ri-slideshow-fill:before {
content: "\f157";
}
.ri-slideshow-line:before {
content: "\f158";
}
.ri-smartphone-fill:before {
content: "\f159";
}
.ri-smartphone-line:before {
content: "\f15a";
}
.ri-snapchat-fill:before {
content: "\f15b";
}
.ri-snapchat-line:before {
content: "\f15c";
}
.ri-snowy-fill:before {
content: "\f15d";
}
.ri-snowy-line:before {
content: "\f15e";
}
.ri-sort-asc:before {
content: "\f15f";
}
.ri-sort-desc:before {
content: "\f160";
}
.ri-sound-module-fill:before {
content: "\f161";
}
.ri-sound-module-line:before {
content: "\f162";
}
.ri-soundcloud-fill:before {
content: "\f163";
}
.ri-soundcloud-line:before {
content: "\f164";
}
.ri-space-ship-fill:before {
content: "\f165";
}
.ri-space-ship-line:before {
content: "\f166";
}
.ri-space:before {
content: "\f167";
}
.ri-spam-2-fill:before {
content: "\f168";
}
.ri-spam-2-line:before {
content: "\f169";
}
.ri-spam-3-fill:before {
content: "\f16a";
}
.ri-spam-3-line:before {
content: "\f16b";
}
.ri-spam-fill:before {
content: "\f16c";
}
.ri-spam-line:before {
content: "\f16d";
}
.ri-speaker-2-fill:before {
content: "\f16e";
}
.ri-speaker-2-line:before {
content: "\f16f";
}
.ri-speaker-3-fill:before {
content: "\f170";
}
.ri-speaker-3-line:before {
content: "\f171";
}
.ri-speaker-fill:before {
content: "\f172";
}
.ri-speaker-line:before {
content: "\f173";
}
.ri-spectrum-fill:before {
content: "\f174";
}
.ri-spectrum-line:before {
content: "\f175";
}
.ri-speed-fill:before {
content: "\f176";
}
.ri-speed-line:before {
content: "\f177";
}
.ri-speed-mini-fill:before {
content: "\f178";
}
.ri-speed-mini-line:before {
content: "\f179";
}
.ri-split-cells-horizontal:before {
content: "\f17a";
}
.ri-split-cells-vertical:before {
content: "\f17b";
}
.ri-spotify-fill:before {
content: "\f17c";
}
.ri-spotify-line:before {
content: "\f17d";
}
.ri-spy-fill:before {
content: "\f17e";
}
.ri-spy-line:before {
content: "\f17f";
}
.ri-stack-fill:before {
content: "\f180";
}
.ri-stack-line:before {
content: "\f181";
}
.ri-stack-overflow-fill:before {
content: "\f182";
}
.ri-stack-overflow-line:before {
content: "\f183";
}
.ri-stackshare-fill:before {
content: "\f184";
}
.ri-stackshare-line:before {
content: "\f185";
}
.ri-star-fill:before {
content: "\f186";
}
.ri-star-half-fill:before {
content: "\f187";
}
.ri-star-half-line:before {
content: "\f188";
}
.ri-star-half-s-fill:before {
content: "\f189";
}
.ri-star-half-s-line:before {
content: "\f18a";
}
.ri-star-line:before {
content: "\f18b";
}
.ri-star-s-fill:before {
content: "\f18c";
}
.ri-star-s-line:before {
content: "\f18d";
}
.ri-star-smile-fill:before {
content: "\f18e";
}
.ri-star-smile-line:before {
content: "\f18f";
}
.ri-steam-fill:before {
content: "\f190";
}
.ri-steam-line:before {
content: "\f191";
}
.ri-steering-2-fill:before {
content: "\f192";
}
.ri-steering-2-line:before {
content: "\f193";
}
.ri-steering-fill:before {
content: "\f194";
}
.ri-steering-line:before {
content: "\f195";
}
.ri-stethoscope-fill:before {
content: "\f196";
}
.ri-stethoscope-line:before {
content: "\f197";
}
.ri-sticky-note-2-fill:before {
content: "\f198";
}
.ri-sticky-note-2-line:before {
content: "\f199";
}
.ri-sticky-note-fill:before {
content: "\f19a";
}
.ri-sticky-note-line:before {
content: "\f19b";
}
.ri-stock-fill:before {
content: "\f19c";
}
.ri-stock-line:before {
content: "\f19d";
}
.ri-stop-circle-fill:before {
content: "\f19e";
}
.ri-stop-circle-line:before {
content: "\f19f";
}
.ri-stop-fill:before {
content: "\f1a0";
}
.ri-stop-line:before {
content: "\f1a1";
}
.ri-stop-mini-fill:before {
content: "\f1a2";
}
.ri-stop-mini-line:before {
content: "\f1a3";
}
.ri-store-2-fill:before {
content: "\f1a4";
}
.ri-store-2-line:before {
content: "\f1a5";
}
.ri-store-3-fill:before {
content: "\f1a6";
}
.ri-store-3-line:before {
content: "\f1a7";
}
.ri-store-fill:before {
content: "\f1a8";
}
.ri-store-line:before {
content: "\f1a9";
}
.ri-strikethrough-2:before {
content: "\f1aa";
}
.ri-strikethrough:before {
content: "\f1ab";
}
.ri-subscript-2:before {
content: "\f1ac";
}
.ri-subscript:before {
content: "\f1ad";
}
.ri-subtract-fill:before {
content: "\f1ae";
}
.ri-subtract-line:before {
content: "\f1af";
}
.ri-subway-fill:before {
content: "\f1b0";
}
.ri-subway-line:before {
content: "\f1b1";
}
.ri-subway-wifi-fill:before {
content: "\f1b2";
}
.ri-subway-wifi-line:before {
content: "\f1b3";
}
.ri-suitcase-2-fill:before {
content: "\f1b4";
}
.ri-suitcase-2-line:before {
content: "\f1b5";
}
.ri-suitcase-3-fill:before {
content: "\f1b6";
}
.ri-suitcase-3-line:before {
content: "\f1b7";
}
.ri-suitcase-fill:before {
content: "\f1b8";
}
.ri-suitcase-line:before {
content: "\f1b9";
}
.ri-sun-cloudy-fill:before {
content: "\f1ba";
}
.ri-sun-cloudy-line:before {
content: "\f1bb";
}
.ri-sun-fill:before {
content: "\f1bc";
}
.ri-sun-foggy-fill:before {
content: "\f1bd";
}
.ri-sun-foggy-line:before {
content: "\f1be";
}
.ri-sun-line:before {
content: "\f1bf";
}
.ri-superscript-2:before {
content: "\f1c0";
}
.ri-superscript:before {
content: "\f1c1";
}
.ri-surgical-mask-fill:before {
content: "\f1c2";
}
.ri-surgical-mask-line:before {
content: "\f1c3";
}
.ri-surround-sound-fill:before {
content: "\f1c4";
}
.ri-surround-sound-line:before {
content: "\f1c5";
}
.ri-survey-fill:before {
content: "\f1c6";
}
.ri-survey-line:before {
content: "\f1c7";
}
.ri-swap-box-fill:before {
content: "\f1c8";
}
.ri-swap-box-line:before {
content: "\f1c9";
}
.ri-swap-fill:before {
content: "\f1ca";
}
.ri-swap-line:before {
content: "\f1cb";
}
.ri-switch-fill:before {
content: "\f1cc";
}
.ri-switch-line:before {
content: "\f1cd";
}
.ri-sword-fill:before {
content: "\f1ce";
}
.ri-sword-line:before {
content: "\f1cf";
}
.ri-syringe-fill:before {
content: "\f1d0";
}
.ri-syringe-line:before {
content: "\f1d1";
}
.ri-t-box-fill:before {
content: "\f1d2";
}
.ri-t-box-line:before {
content: "\f1d3";
}
.ri-t-shirt-2-fill:before {
content: "\f1d4";
}
.ri-t-shirt-2-line:before {
content: "\f1d5";
}
.ri-t-shirt-air-fill:before {
content: "\f1d6";
}
.ri-t-shirt-air-line:before {
content: "\f1d7";
}
.ri-t-shirt-fill:before {
content: "\f1d8";
}
.ri-t-shirt-line:before {
content: "\f1d9";
}
.ri-table-2:before {
content: "\f1da";
}
.ri-table-alt-fill:before {
content: "\f1db";
}
.ri-table-alt-line:before {
content: "\f1dc";
}
.ri-table-fill:before {
content: "\f1dd";
}
.ri-table-line:before {
content: "\f1de";
}
.ri-tablet-fill:before {
content: "\f1df";
}
.ri-tablet-line:before {
content: "\f1e0";
}
.ri-takeaway-fill:before {
content: "\f1e1";
}
.ri-takeaway-line:before {
content: "\f1e2";
}
.ri-taobao-fill:before {
content: "\f1e3";
}
.ri-taobao-line:before {
content: "\f1e4";
}
.ri-tape-fill:before {
content: "\f1e5";
}
.ri-tape-line:before {
content: "\f1e6";
}
.ri-task-fill:before {
content: "\f1e7";
}
.ri-task-line:before {
content: "\f1e8";
}
.ri-taxi-fill:before {
content: "\f1e9";
}
.ri-taxi-line:before {
content: "\f1ea";
}
.ri-taxi-wifi-fill:before {
content: "\f1eb";
}
.ri-taxi-wifi-line:before {
content: "\f1ec";
}
.ri-team-fill:before {
content: "\f1ed";
}
.ri-team-line:before {
content: "\f1ee";
}
.ri-telegram-fill:before {
content: "\f1ef";
}
.ri-telegram-line:before {
content: "\f1f0";
}
.ri-temp-cold-fill:before {
content: "\f1f1";
}
.ri-temp-cold-line:before {
content: "\f1f2";
}
.ri-temp-hot-fill:before {
content: "\f1f3";
}
.ri-temp-hot-line:before {
content: "\f1f4";
}
.ri-terminal-box-fill:before {
content: "\f1f5";
}
.ri-terminal-box-line:before {
content: "\f1f6";
}
.ri-terminal-fill:before {
content: "\f1f7";
}
.ri-terminal-line:before {
content: "\f1f8";
}
.ri-terminal-window-fill:before {
content: "\f1f9";
}
.ri-terminal-window-line:before {
content: "\f1fa";
}
.ri-test-tube-fill:before {
content: "\f1fb";
}
.ri-test-tube-line:before {
content: "\f1fc";
}
.ri-text-direction-l:before {
content: "\f1fd";
}
.ri-text-direction-r:before {
content: "\f1fe";
}
.ri-text-spacing:before {
content: "\f1ff";
}
.ri-text-wrap:before {
content: "\f200";
}
.ri-text:before {
content: "\f201";
}
.ri-thermometer-fill:before {
content: "\f202";
}
.ri-thermometer-line:before {
content: "\f203";
}
.ri-thumb-down-fill:before {
content: "\f204";
}
.ri-thumb-down-line:before {
content: "\f205";
}
.ri-thumb-up-fill:before {
content: "\f206";
}
.ri-thumb-up-line:before {
content: "\f207";
}
.ri-thunderstorms-fill:before {
content: "\f208";
}
.ri-thunderstorms-line:before {
content: "\f209";
}
.ri-ticket-2-fill:before {
content: "\f20a";
}
.ri-ticket-2-line:before {
content: "\f20b";
}
.ri-ticket-fill:before {
content: "\f20c";
}
.ri-ticket-line:before {
content: "\f20d";
}
.ri-time-fill:before {
content: "\f20e";
}
.ri-time-line:before {
content: "\f20f";
}
.ri-timer-2-fill:before {
content: "\f210";
}
.ri-timer-2-line:before {
content: "\f211";
}
.ri-timer-fill:before {
content: "\f212";
}
.ri-timer-flash-fill:before {
content: "\f213";
}
.ri-timer-flash-line:before {
content: "\f214";
}
.ri-timer-line:before {
content: "\f215";
}
.ri-todo-fill:before {
content: "\f216";
}
.ri-todo-line:before {
content: "\f217";
}
.ri-toggle-fill:before {
content: "\f218";
}
.ri-toggle-line:before {
content: "\f219";
}
.ri-tools-fill:before {
content: "\f21a";
}
.ri-tools-line:before {
content: "\f21b";
}
.ri-tornado-fill:before {
content: "\f21c";
}
.ri-tornado-line:before {
content: "\f21d";
}
.ri-trademark-fill:before {
content: "\f21e";
}
.ri-trademark-line:before {
content: "\f21f";
}
.ri-traffic-light-fill:before {
content: "\f220";
}
.ri-traffic-light-line:before {
content: "\f221";
}
.ri-train-fill:before {
content: "\f222";
}
.ri-train-line:before {
content: "\f223";
}
.ri-train-wifi-fill:before {
content: "\f224";
}
.ri-train-wifi-line:before {
content: "\f225";
}
.ri-translate-2:before {
content: "\f226";
}
.ri-translate:before {
content: "\f227";
}
.ri-travesti-fill:before {
content: "\f228";
}
.ri-travesti-line:before {
content: "\f229";
}
.ri-treasure-map-fill:before {
content: "\f22a";
}
.ri-treasure-map-line:before {
content: "\f22b";
}
.ri-trello-fill:before {
content: "\f22c";
}
.ri-trello-line:before {
content: "\f22d";
}
.ri-trophy-fill:before {
content: "\f22e";
}
.ri-trophy-line:before {
content: "\f22f";
}
.ri-truck-fill:before {
content: "\f230";
}
.ri-truck-line:before {
content: "\f231";
}
.ri-tumblr-fill:before {
content: "\f232";
}
.ri-tumblr-line:before {
content: "\f233";
}
.ri-tv-2-fill:before {
content: "\f234";
}
.ri-tv-2-line:before {
content: "\f235";
}
.ri-tv-fill:before {
content: "\f236";
}
.ri-tv-line:before {
content: "\f237";
}
.ri-twitch-fill:before {
content: "\f238";
}
.ri-twitch-line:before {
content: "\f239";
}
.ri-twitter-fill:before {
content: "\f23a";
}
.ri-twitter-line:before {
content: "\f23b";
}
.ri-typhoon-fill:before {
content: "\f23c";
}
.ri-typhoon-line:before {
content: "\f23d";
}
.ri-u-disk-fill:before {
content: "\f23e";
}
.ri-u-disk-line:before {
content: "\f23f";
}
.ri-ubuntu-fill:before {
content: "\f240";
}
.ri-ubuntu-line:before {
content: "\f241";
}
.ri-umbrella-fill:before {
content: "\f242";
}
.ri-umbrella-line:before {
content: "\f243";
}
.ri-underline:before {
content: "\f244";
}
.ri-uninstall-fill:before {
content: "\f245";
}
.ri-uninstall-line:before {
content: "\f246";
}
.ri-unsplash-fill:before {
content: "\f247";
}
.ri-unsplash-line:before {
content: "\f248";
}
.ri-upload-2-fill:before {
content: "\f249";
}
.ri-upload-2-line:before {
content: "\f24a";
}
.ri-upload-cloud-2-fill:before {
content: "\f24b";
}
.ri-upload-cloud-2-line:before {
content: "\f24c";
}
.ri-upload-cloud-fill:before {
content: "\f24d";
}
.ri-upload-cloud-line:before {
content: "\f24e";
}
.ri-upload-fill:before {
content: "\f24f";
}
.ri-upload-line:before {
content: "\f250";
}
.ri-usb-fill:before {
content: "\f251";
}
.ri-usb-line:before {
content: "\f252";
}
.ri-user-2-fill:before {
content: "\f253";
}
.ri-user-2-line:before {
content: "\f254";
}
.ri-user-3-fill:before {
content: "\f255";
}
.ri-user-3-line:before {
content: "\f256";
}
.ri-user-4-fill:before {
content: "\f257";
}
.ri-user-4-line:before {
content: "\f258";
}
.ri-user-5-fill:before {
content: "\f259";
}
.ri-user-5-line:before {
content: "\f25a";
}
.ri-user-6-fill:before {
content: "\f25b";
}
.ri-user-6-line:before {
content: "\f25c";
}
.ri-user-add-fill:before {
content: "\f25d";
}
.ri-user-add-line:before {
content: "\f25e";
}
.ri-user-fill:before {
content: "\f25f";
}
.ri-user-follow-fill:before {
content: "\f260";
}
.ri-user-follow-line:before {
content: "\f261";
}
.ri-user-heart-fill:before {
content: "\f262";
}
.ri-user-heart-line:before {
content: "\f263";
}
.ri-user-line:before {
content: "\f264";
}
.ri-user-location-fill:before {
content: "\f265";
}
.ri-user-location-line:before {
content: "\f266";
}
.ri-user-received-2-fill:before {
content: "\f267";
}
.ri-user-received-2-line:before {
content: "\f268";
}
.ri-user-received-fill:before {
content: "\f269";
}
.ri-user-received-line:before {
content: "\f26a";
}
.ri-user-search-fill:before {
content: "\f26b";
}
.ri-user-search-line:before {
content: "\f26c";
}
.ri-user-settings-fill:before {
content: "\f26d";
}
.ri-user-settings-line:before {
content: "\f26e";
}
.ri-user-shared-2-fill:before {
content: "\f26f";
}
.ri-user-shared-2-line:before {
content: "\f270";
}
.ri-user-shared-fill:before {
content: "\f271";
}
.ri-user-shared-line:before {
content: "\f272";
}
.ri-user-smile-fill:before {
content: "\f273";
}
.ri-user-smile-line:before {
content: "\f274";
}
.ri-user-star-fill:before {
content: "\f275";
}
.ri-user-star-line:before {
content: "\f276";
}
.ri-user-unfollow-fill:before {
content: "\f277";
}
.ri-user-unfollow-line:before {
content: "\f278";
}
.ri-user-voice-fill:before {
content: "\f279";
}
.ri-user-voice-line:before {
content: "\f27a";
}
.ri-video-add-fill:before {
content: "\f27b";
}
.ri-video-add-line:before {
content: "\f27c";
}
.ri-video-chat-fill:before {
content: "\f27d";
}
.ri-video-chat-line:before {
content: "\f27e";
}
.ri-video-download-fill:before {
content: "\f27f";
}
.ri-video-download-line:before {
content: "\f280";
}
.ri-video-fill:before {
content: "\f281";
}
.ri-video-line:before {
content: "\f282";
}
.ri-video-upload-fill:before {
content: "\f283";
}
.ri-video-upload-line:before {
content: "\f284";
}
.ri-vidicon-2-fill:before {
content: "\f285";
}
.ri-vidicon-2-line:before {
content: "\f286";
}
.ri-vidicon-fill:before {
content: "\f287";
}
.ri-vidicon-line:before {
content: "\f288";
}
.ri-vimeo-fill:before {
content: "\f289";
}
.ri-vimeo-line:before {
content: "\f28a";
}
.ri-vip-crown-2-fill:before {
content: "\f28b";
}
.ri-vip-crown-2-line:before {
content: "\f28c";
}
.ri-vip-crown-fill:before {
content: "\f28d";
}
.ri-vip-crown-line:before {
content: "\f28e";
}
.ri-vip-diamond-fill:before {
content: "\f28f";
}
.ri-vip-diamond-line:before {
content: "\f290";
}
.ri-vip-fill:before {
content: "\f291";
}
.ri-vip-line:before {
content: "\f292";
}
.ri-virus-fill:before {
content: "\f293";
}
.ri-virus-line:before {
content: "\f294";
}
.ri-visa-fill:before {
content: "\f295";
}
.ri-visa-line:before {
content: "\f296";
}
.ri-voice-recognition-fill:before {
content: "\f297";
}
.ri-voice-recognition-line:before {
content: "\f298";
}
.ri-voiceprint-fill:before {
content: "\f299";
}
.ri-voiceprint-line:before {
content: "\f29a";
}
.ri-volume-down-fill:before {
content: "\f29b";
}
.ri-volume-down-line:before {
content: "\f29c";
}
.ri-volume-mute-fill:before {
content: "\f29d";
}
.ri-volume-mute-line:before {
content: "\f29e";
}
.ri-volume-off-vibrate-fill:before {
content: "\f29f";
}
.ri-volume-off-vibrate-line:before {
content: "\f2a0";
}
.ri-volume-up-fill:before {
content: "\f2a1";
}
.ri-volume-up-line:before {
content: "\f2a2";
}
.ri-volume-vibrate-fill:before {
content: "\f2a3";
}
.ri-volume-vibrate-line:before {
content: "\f2a4";
}
.ri-vuejs-fill:before {
content: "\f2a5";
}
.ri-vuejs-line:before {
content: "\f2a6";
}
.ri-walk-fill:before {
content: "\f2a7";
}
.ri-walk-line:before {
content: "\f2a8";
}
.ri-wallet-2-fill:before {
content: "\f2a9";
}
.ri-wallet-2-line:before {
content: "\f2aa";
}
.ri-wallet-3-fill:before {
content: "\f2ab";
}
.ri-wallet-3-line:before {
content: "\f2ac";
}
.ri-wallet-fill:before {
content: "\f2ad";
}
.ri-wallet-line:before {
content: "\f2ae";
}
.ri-water-flash-fill:before {
content: "\f2af";
}
.ri-water-flash-line:before {
content: "\f2b0";
}
.ri-webcam-fill:before {
content: "\f2b1";
}
.ri-webcam-line:before {
content: "\f2b2";
}
.ri-wechat-2-fill:before {
content: "\f2b3";
}
.ri-wechat-2-line:before {
content: "\f2b4";
}
.ri-wechat-fill:before {
content: "\f2b5";
}
.ri-wechat-line:before {
content: "\f2b6";
}
.ri-wechat-pay-fill:before {
content: "\f2b7";
}
.ri-wechat-pay-line:before {
content: "\f2b8";
}
.ri-weibo-fill:before {
content: "\f2b9";
}
.ri-weibo-line:before {
content: "\f2ba";
}
.ri-whatsapp-fill:before {
content: "\f2bb";
}
.ri-whatsapp-line:before {
content: "\f2bc";
}
.ri-wheelchair-fill:before {
content: "\f2bd";
}
.ri-wheelchair-line:before {
content: "\f2be";
}
.ri-wifi-fill:before {
content: "\f2bf";
}
.ri-wifi-line:before {
content: "\f2c0";
}
.ri-wifi-off-fill:before {
content: "\f2c1";
}
.ri-wifi-off-line:before {
content: "\f2c2";
}
.ri-window-2-fill:before {
content: "\f2c3";
}
.ri-window-2-line:before {
content: "\f2c4";
}
.ri-window-fill:before {
content: "\f2c5";
}
.ri-window-line:before {
content: "\f2c6";
}
.ri-windows-fill:before {
content: "\f2c7";
}
.ri-windows-line:before {
content: "\f2c8";
}
.ri-windy-fill:before {
content: "\f2c9";
}
.ri-windy-line:before {
content: "\f2ca";
}
.ri-wireless-charging-fill:before {
content: "\f2cb";
}
.ri-wireless-charging-line:before {
content: "\f2cc";
}
.ri-women-fill:before {
content: "\f2cd";
}
.ri-women-line:before {
content: "\f2ce";
}
.ri-wubi-input:before {
content: "\f2cf";
}
.ri-xbox-fill:before {
content: "\f2d0";
}
.ri-xbox-line:before {
content: "\f2d1";
}
.ri-xing-fill:before {
content: "\f2d2";
}
.ri-xing-line:before {
content: "\f2d3";
}
.ri-youtube-fill:before {
content: "\f2d4";
}
.ri-youtube-line:before {
content: "\f2d5";
}
.ri-zcool-fill:before {
content: "\f2d6";
}
.ri-zcool-line:before {
content: "\f2d7";
}
.ri-zhihu-fill:before {
content: "\f2d8";
}
.ri-zhihu-line:before {
content: "\f2d9";
}
.ri-zoom-in-fill:before {
content: "\f2da";
}
.ri-zoom-in-line:before {
content: "\f2db";
}
.ri-zoom-out-fill:before {
content: "\f2dc";
}
.ri-zoom-out-line:before {
content: "\f2dd";
}
.ri-zzz-fill:before {
content: "\f2de";
}
.ri-zzz-line:before {
content: "\f2df";
}@font-face {
font-display: auto;
font-family: "nikstore-icon";
font-style: normal;
font-weight: 400;
src: url(//online.smartdocuhub.co.za/wp-content/themes/nikstore/assets/fonts/iconly.eot?1684303465367);
src: url(//online.smartdocuhub.co.za/wp-content/themes/nikstore/assets/fonts/iconly.eot?#iefix) format("embedded-opentype"), url(//online.smartdocuhub.co.za/wp-content/themes/nikstore/assets/fonts/iconly.woff2?1684303465367) format("woff2"), url(//online.smartdocuhub.co.za/wp-content/themes/nikstore/assets/fonts/iconly.woff?1684303465367) format("woff"), url(//online.smartdocuhub.co.za/wp-content/themes/nikstore/assets/fonts/iconly.ttf?1684303465367) format("truetype"), url(//online.smartdocuhub.co.za/wp-content/themes/nikstore/assets/fonts/iconly.svg?1684303465367#nikstore-icon) format("svg");
}
[class="nikstore-icon"], [class^="nikstore-icon-"], [class*=" nikstore-icon-"] {
display: inline-block;
font-family: "nikstore-icon" !important;
font-weight: 400;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
}
.nikstore-icon-user-1:before {
content: "\e000";
}
.nikstore-icon-heart-1:before {
content: "\e001";
}
.nikstore-icon-shopping-basket-1:before {
content: "\e002";
}
.nikstore-icon-search-one:before {
content: "\e003";
}
.nikstore-icon-shopping-bag-2:before {
content: "\e004";
}
.nikstore-icon-heart-2:before {
content: "\e005";
}
.nikstore-icon-menus-1:before {
content: "\e006";
}
.nikstore-icon-world-grid:before {
content: "\e007";
}
.nikstore-icon-location:before {
content: "\e008";
}
.nikstore-icon-email:before {
content: "\e009";
}
.nikstore-icon-call-1:before {
content: "\e00a";
}
.nikstore-icon-down-arrow:before {
content: "\e00b";
}
.nikstore-icon-heart-3:before {
content: "\e00c";
}
.nikstore-icon-user-2:before {
content: "\e00d";
}
.nikstore-icon-shopping-basket-2:before {
content: "\e00e";
}
.nikstore-icon-flash-1:before {
content: "\e00f";
}
.nikstore-icon-discount:before {
content: "\e010";
}
.nikstore-icon-twitter:before {
content: "\e011";
}
.nikstore-icon-facebook:before {
content: "\e012";
}
.nikstore-icon-youtube:before {
content: "\e013";
}
.nikstore-icon-playstore:before {
content: "\e014";
}
.nikstore-icon-phone-call:before {
content: "\e015";
}
.nikstore-icon-eye:before {
content: "\e016";
}
.nikstore-icon-data-transfer:before {
content: "\e017";
}
.nikstore-icon-box:before {
content: "\e018";
}
.nikstore-icon-headphones:before {
content: "\e019";
}
.nikstore-icon-gift-box:before {
content: "\e01a";
}
.nikstore-icon-delivery:before {
content: "\e01b";
}
.nikstore-icon-return:before {
content: "\e01c";
}
.nikstore-icon-reload:before {
content: "\e01d";
}
.nikstore-icon-send:before {
content: "\e01e";
}
.nikstore-icon-shopping-bag-3:before {
content: "\e01f";
}
.nikstore-icon-headset:before {
content: "\e020";
}
.nikstore-icon-truck:before {
content: "\e021";
}
.nikstore-icon-ladies-shirt:before {
content: "\e022";
}
.nikstore-icon-makeup:before {
content: "\e023";
}
.nikstore-icon-watch:before {
content: "\e024";
}
.nikstore-icon-t-shirt:before {
content: "\e025";
}
.nikstore-icon-bear:before {
content: "\e026";
}
.nikstore-icon-technology:before {
content: "\e027";
}
.nikstore-icon-tv:before {
content: "\e028";
}
.nikstore-icon-web-camera:before {
content: "\e029";
}
.nikstore-icon-groceries:before {
content: "\e02a";
}
.nikstore-icon-house:before {
content: "\e02b";
}
.nikstore-icon-volleyball:before {
content: "\e02c";
}
.nikstore-icon-motorcycle:before {
content: "\e02d";
}
.nikstore-icon-setting-2:before {
content: "\e02e";
}
.nikstore-icon-earphones:before {
content: "\e02f";
}
.nikstore-icon-fur-coat:before {
content: "\e030";
}
.nikstore-icon-vaccine:before {
content: "\e031";
}
.nikstore-icon-balance:before {
content: "\e032";
}
.nikstore-icon-heart:before {
content: "\e033";
}
.nikstore-icon-profile-circle:before {
content: "\e034";
}
.nikstore-icon-bag-2:before {
content: "\e035";
}
.nikstore-icon-cross:before {
content: "\e036";
}
.nikstore-icon-search-normal:before {
content: "\e037";
}
.nikstore-icon-duck:before {
content: "\e038";
}
.nikstore-icon-necklace:before {
content: "\e039";
}
.nikstore-icon-quote:before {
content: "\e03a";
}
.nikstore-icon-star:before {
content: "\e03b";
}
.nikstore-icon-arrow-right-3:before {
content: "\e03c";
}
.nikstore-icon-arrow-right-2:before {
content: "\e03d";
}
.nikstore-icon-message:before {
content: "\e03e";
}
.nikstore-icon-straight-quotes:before {
content: "\e03f";
}
.nikstore-icon-arrow-right:before {
content: "\e040";
}
.nikstore-icon-arrow-right-4:before {
content: "\e041";
}
.nikstore-icon-globe:before {
content: "\e042";
}
.nikstore-icon-package:before {
content: "\e043";
}
.nikstore-icon-refresh-cw:before {
content: "\e044";
}
.nikstore-icon-neck-piece:before {
content: "\e045";
}
.nikstore-icon-earrings:before {
content: "\e046";
}
.nikstore-icon-diamond:before {
content: "\e047";
}
.nikstore-icon-bracelet:before {
content: "\e048";
}
.nikstore-icon-gem:before {
content: "\e049";
}
.nikstore-icon-arrow-corner:before {
content: "\e04a";
}
.nikstore-icon-play-btn:before {
content: "\e04b";
}
.nikstore-icon-pinterest:before {
content: "\e04c";
}
.nikstore-icon-instagram:before {
content: "\e04d";
}
.nikstore-icon-linkedin:before {
content: "\e04e";
}
.nikstore-icon-twitter-solid:before {
content: "\e04f";
}
.nikstore-icon-paypal:before {
content: "\e050";
}
.nikstore-icon-credit-card:before {
content: "\e051";
}
.nikstore-icon-edit:before {
content: "\e052";
}
.nikstore-icon-send-solid:before {
content: "\e053";
}
.nikstore-icon-truck-1:before {
content: "\e054";
}
.nikstore-icon-shop-1:before {
content: "\e055";
}
.nikstore-icon-archive:before {
content: "\e056";
}
.nikstore-icon-share:before {
content: "\e057";
}
.nikstore-icon-compare:before {
content: "\e058";
}
.nikstore-icon-verified:before {
content: "\e059";
}
.nikstore-icon-question:before {
content: "\e05a";
}
.nikstore-icon-compare-2:before {
content: "\e05b";
}
.nikstore-icon-function:before {
content: "\e05c";
}
.nikstore-icon-calendar:before {
content: "\e05d";
}
.nikstore-icon-clock:before {
content: "\e05e";
}
.nikstore-icon-directbox-default:before {
content: "\e05f";
}
.nikstore-icon-call-calling:before {
content: "\e060";
}
.nikstore-icon-bag-line:before {
content: "\e061";
}
.nikstore-icon-colon:before {
content: "\e062";
}
.nikstore-icon-heart-fill:before {
content: "\e063";
}@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}  body {
direction: ltr; 
margin: 0;
font-family: var(--default-font-family);
} main {
display: block;
}  hr {
box-sizing: content-box;
height: 0;
overflow: visible;
} pre {
font-size: 1em;
}  a {
background-color: transparent;
} abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
} b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-size: 1em;
} small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-size: 100%;
line-height: 1.15;
margin: 0;
} button,
input {
overflow: visible;
} button,
select {
text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
}
a {
outline: none;
} progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0;
} [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
} [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
}  *,
*::before,
*::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
font-family: var(--default-font-family);
} :root {
--main-color: #FA6C2D;
--main-text-color: #101010;
--light-color: #f5f5f5;
--alt-text-color: #666666;
--alt-border-color: #e1e1e1;
--dark-color:#041E42;
--default-font-family: 'Inter', sans-serif;
--alt-font-family: 'Inter', sans-serif;
} .g-6, .gx-6 {
--bs-gutter-x: 2rem;
}
.g-8, .gx-8 {
--bs-gutter-x: 4rem;
}
.g-9, .gx-9 {
--bs-gutter-x: 1.875rem;
}
.g-9, .gy-9 {
--bs-gutter-y: 10px;
} body,
button,
input,
select,
optgroup,
textarea {
color: var(--main-text-color);
font-size: 1rem;
line-height: 1.5;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
margin-bottom: 1rem;
font-family: var(--alt-font-family);
}
h1 {
font-size: 56px;
line-height: 64px;
font-weight: 700;
color: var(--main-text-color);
}
h2 {
font-size: calc(1.3em + 1vw);
line-height: calc(1.8rem + 1vw);
font-weight: 700;
color: var(--main-text-color);
}
h3 {
font-size: 32px;
line-height: 44px;
font-weight: 700;
color: var(--main-text-color);
}
h4 {
font-size: 24px;
line-height: 32px;
font-weight: 700;
color: var(--main-text-color);
}
h5 {
font-size: 20px;
line-height: 30px;
font-weight: 700;
color: var(--main-text-color);
}
h5 {
font-size: 18px;
line-height: 28px;
font-weight: 700;
color: var(--main-text-color);
}
h6 {
font-size: 16px;
line-height: 24px;
font-weight: 700;
color: var(--main-text-color);
}
p {
font-size: 16px;
font-weight: 400;
color: var(--main-text-color);
margin-bottom: 1.5em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
font-style: italic;
}
pre {
background: #eee;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code {
color: #1e1e1e;
background: #f0f0f0;
font-family: Menlo, Consolas, monaco, monospace;
font-size: 14px;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 30px;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
ul > li, ol > li, dl > li {
margin-bottom: 0.5rem;
}
ol ul, ul ul {
list-style-type: circle;
margin: 0;
padding-left: 20px;
}
ol ol, ul ol {
list-style-type: lower-latin;
margin: 0;
padding-left: 20px;
}
dl {
margin-left: 1.5em;
}
dt {
font-weight: 700;
}
dd {
margin-bottom: 1.5em;
} embed,
iframe,
object {
max-width: 100%;
}
img {
height: auto;
max-width: 100%;
}
figure {
margin: 1em 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
}
label {
font-size: 1rem;
} a {
color: var(--link-color);
text-decoration: none;
}
a:hover {
color:var(--main-color);
}
a:active {
color: var(--link-color);
}
a:focus {
outline: 0;
}
a:hover,
a:active {
outline: 0;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: var(--main-color);
background: var(--main-color);
color: #fff;
padding: 10px 20px;
min-height: 50px;
border-radius:4px;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid var(--light-color);
padding: 15px 15px;
outline: none;
min-height: 50px;
width: 100%;
background: var(--light-color);
margin-bottom: 12px;
border-radius:4px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
::placeholder {
opacity: .6;
}
select {
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
position: relative;
background-image: url(//online.smartdocuhub.co.za/wp-content/themes/nikstore/assets/images/arrow-down-s-line.svg);
background-repeat: no-repeat;
background-position: calc(100% - 10px) 50%;
transition: .1s;
}
select,
.select2-container--default .select2-selection--single {
border: 1px solid var(--light-color);
color: #666;
min-height: 50px;
padding: 10px;
border-radius: 0;
outline: none;
background-color: var(--light-color);
font-size: 1rem;
line-height: 1.5;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
top: 27%;
}
textarea {
width: 100%;
min-height: 300px;
}
.clearfix {
clear: both;
}   .site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
text-align: end;
flex: 1 0 50%;
} .sticky {
display: block;
}
.updated:not(.published) {
display: none;
}
.page-content,
.post-content,
.post-summary {
margin: 1em 0 0;
}
.post-content {
font-size: 16px;
font-weight: normal;
color: var(--main-text-color);
}
.page-links {
clear: both;
margin: 0 0 1.5em;
font-size: 1.15rem;
font-weight: 400;
line-height: 1rem;
}
.page-links span,
.page-links a {
opacity: 0.6;
color: inherit;
font-size: 1.15rem;
font-weight: 400;
line-height: 1rem;
margin: 0 14px;
align-items: center;
color: #222;
}
.page-links span:hover,
.page-links a:hover {
color: var(--main-color);
}
.page-links .current {
opacity: 1;
}
.status-publish.sticky {
position: relative;
}
.has-post-thumbnail.sticky .post-title {
padding-top: 0px;
}
.post-meta ul {
margin: 0;
padding: 0;
list-style: none;
}
.nikstore_default_blog .post-meta {
border-bottom: 1px solid #efebeb;
padding-bottom: 12px;
}
.post-meta {
width: 100%;
float: left;
margin-bottom: 15px;
}
.post-meta ul li {
float: left; display: flex;
align-items: center;
flex-wrap: wrap;
}
.post-meta ul li i {
margin-right: 6px;
color: var(--main-color);
}
.post-meta ul li a,
.post-meta ul li a span{
color: #666;
}
.nikstore_post_thumbnail_inner {
overflow: hidden;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.nikstore_post_thumbnail img,
.list-post-image img {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
transform: scale(1);
overflow: hidden;
}
.nikstore_post_thumbnail_inner:hover img,
.nikstore_default_blog:hover .nikstore_post_thumbnail_inner img,
.sidebar-post-list-item:hover .nikstore_post_thumbnail_inner img {
transform: scale(1.1);
}
.nikstore-m-menu .nav-style-megamenu>li.nav-item{
transition: all .2s;
}
.nik-8-btn-csd-fun .banner-btn{
flex-direction: column-reverse !important;
flex-wrap: wrap;
justify-content: center;
text-align: center
}
.nik-8-btn-csd-fun .banner-btn span:first-child{
display: flex;
width: 100%;
text-align: center;
justify-content: center;
margin-top: 10px;
}
.style-title-underline-title-hvr a {
position: relative;
z-index: 2;
}
.style-title-underline-title-hvr a span{
display: inline;
padding-bottom: 0.25em;
background: linear-gradient(to right, currentColor 0%, currentColor 98%);
background-size: 0px 1px;
background-repeat: no-repeat;
background-position: left 85%;
transition: 0.25s;
}
.style-title-underline-title-hvr a:hover span{
background-size: 100% 1px
}
.msv_video_canvas_title_enabled{
width: 100%;
display: flex;
justify-content: center;
align-items: center;
color: #fff;
gap:20px;
}
.msv_video_canvas_title_enabled .canvas-icon{
position:static !important;
transform: none !important;
}
.msv_video_canvas_title_enabled h5{
margin:0;
color:#fff;
transition: padding 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.msv_video_canvas_title_enabled:hover .canvas-icon{
animation: spin .5s linear infinite;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}
.comment-author-title {
font-weight: 700;
font-size: 18px;
line-height: 24px;
text-transform: capitalize;
font-style: normal;
font-family: var(--alt-font-family);
margin-bottom: 0;
}
.comment-metadata {
opacity: .7;
font-size: 14px;
}
.comment-list .comment-body {
padding: 30px 0 16px;
}
.single-page-content {
padding: 40px 0;
} .widget {
margin: 0 0 40px;
padding: 0;
border: none;
background: transparent;
}
.widget input,
.widget select {
background-color: #fff;
}
.widget .widget {
padding: 0px;
margin: 0;
}
.widget h2.widget-title,
.widget_block .wp-block-group__inner-container h2,
.widgettitle {
font-size: 18px;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 1.5px;
color: #1A1D3E;
margin-bottom: 32px;
position: relative;
padding-bottom: 4px;
line-height: 28px;
}
.widget h2.widget-title:before,
.widget_block .wp-block-group__inner-container h2:before,
.widgettitle:before {
content: "";
position: absolute;
bottom: -10px;
display: inline-block;
width: 100%;
height: 1px;
background-color: #E7E7E7;
}
.widget ul {
padding-left: 0px;
margin: 0;
}
.widget ul ul {
padding-left: 20px;
}
.widget ul li {
list-style: none;
font-size: 13px;
font-weight: normal;
color: #7a7a7a;
}
.widget ul li a {
text-decoration: none;
font-size: 16px;
line-height: 28px;
font-weight: 400;
color: var(--main-text-color);
}
.widget_categories ul li a:hover {
color: var(--main-color);
}
.widget ul li a:focus,
.widget ul li a:active,
.widget ul li a:visited {
color: var(--main-text-color);
}
.widget select {
width: 100%;
border: 1px solid #f5f5f5;
padding: 10px 15px;
box-sizing: border-box;
}
.wp-block-calendar table th,
.wp-block-calendar thead,
.wp-calendar-table thead {
background: #f5f5f5;
}
.wp-block-calendar thead tr th,
.wp-calendar-table thead tr th {
font-size: 13px;
font-weight: normal;
color: var(--main-text-color);
text-align: center;
}
table {
caption-side: top;
border-collapse: collapse;
}
.wp-block-calendar caption,
.wp-calendar-table caption {
font-size: 16px;
line-height: 18px;
color: var(--main-text-color);
font-weight: 400;
margin-bottom: 16px;
}
.wp-block-calendar tbody tr td,
.wp-calendar-table tbody tr td {
font-size: 13px;
line-height: 22px;
color: var(--main-text-color);
text-align: center;
}
.wp-block-calendar thead tr th,
.wp-calendar-table thead tr th, .wp-calendar-table tbody tr td {
border: none;
box-sizing: border-box;
padding: 8px;
width: 50px;
}
.wp-calendar-table tbody tr td a {
width: 25px;
height: 25px;
border: 1px solid #CCCCCC;
border-radius: 50%;
display: inline-block;
text-decoration: none;
}
.wp-calendar-table tbody tr td a:hover {
background: #CCCCCC;
}
#today::after {
font-family: 'Zeroicons-Line';
content: "\2b24";
width: 100%;
float: left;
line-height: 0;
padding-bottom: 0px;
font-size: 8px;
color: #fa6e2d;
z-index: 1;
position: relative;
}
.wp-calendar-nav-prev a, .wp-calendar-nav-next a {
text-decoration: none;
}
.widget.widget_recent_entries ul li a {
font-size: 16px;
line-height: 24px;
font-weight: 700;
color: var(--main-text-color);
}
.widget.widget_recent_entries ul li {
margin-bottom: 10px;
}
.widget.widget_recent_entries ul li a:visited, .widget.widget_recent_entries ul li a:active, .widget.widget_recent_entries ul li a:focus {
color: var(--main-color);
}
ul#recentcomments li {
position: relative;
padding-left: 24px;
margin-bottom: 20px;
}
ul#recentcomments li > span a {
line-height: 20px;
}
ul li.recentcomments > a {
display: block;
font-size: 16px;
font-weight: 400;
line-height: 24px;
}
ul#recentcomments li::before {
content: '\1f4ac';
font-family: Zeroicons-Line;
font-size: 14px;
color: var(--main-text-color);
position: absolute;
left: 0;
line-height: 28px;
}
ul#recentcomments li:hover::before {
color: var(--main-color);
}
.widget.widget_rss ul li {
margin-bottom: 10px;
}
.widget.widget_rss ul li a {
font-size: 16px;
font-weight: 700;
line-height: 24px;
color: var(--main-text-color);
display: block;
}
.widget.widget_rss ul li span {
font-size: 14px;
line-height: 28px;
color: var(--alt-text-color);
font-weight: normal;
}
.widget.widget_rss ul li .rssSummary {
font-size: 14px;
color: #000;
font-weight: normal;
line-height: 24px;
margin: 8px 0;
}
.widget.widget_rss ul li cite {
font-size: 15px;
color: var(--alt-text-color);
line-height: 30px;
font-weight: 600;
}
.widget-title a img {
display: none;
}
.widget h2.widget-title a {
color: var(--main-text-color);
}
.widget ul ul li {
margin-bottom: 0;
padding-bottom: 0;
}
.search-form {
position: relative;
}
.search-form label {
width: 100%;
}
.search-form .search-field {
width: 100%;
}
.search-form label input {
outline: none;
border: 1px solid #E7E7E7;
padding: 15px 10px;
border-radius:5px;
}
.search-form .search-submit {
background-color: transparent;
position: absolute;
top: 50%;
right: 0;
transform: translateY(-50%);
border: none;
text-indent: -9999px;
z-index: 10;
box-shadow: none;
outline: 0;
}
.search-form .search-submit:hover {
background: transparent;
color: var(--main-color);
}
.search-form:hover .search-submit:after {
color: var(--main-color);
}
.search-form:after {
content: "\F0CD";
font-family: "remixicon";
position: absolute;
top: 32%;
right: 17px;
transform: translateY(-50%);
font-size: 18px;
width: 14px;
height: 14px;
}
.search-form label input:focus {
border: 1px solid var(--main-color);
}
.widget ul li .list-post-meta h4 {
line-height: 28px;
margin: 0
}
.widget .nikstore-rcp-product-info h4 {
line-height: 28px;
margin: 0 0 5px
}
.widget ul li .list-post-meta h4 a,
.widget .nikstore-rcp-product-info h4 a {
font-size: 17px;
font-weight: 600;
color: #1A1D3E;
line-height: 1.4;
margin-bottom: 5px;
transition: all .2s;
}
.widget ul li .list-post-meta h4 a:hover{
color:var(--main-color);
}
.widget ul li.sidebar-post-list-item {
margin-bottom: 20px;
align-items: center;
}
.widget ul li.sidebar-post-list-item:last-child {
margin-bottom: 0;
}
.widget ul li .posted-on a,
.widget ul li .sidebar-post-meta i {
font-size: 14px;
vertical-align: middle;
}
.widget ul li .posted-on a {
color: #666
}
.sidebar-post-meta span i {
color: var(--main-color);
}
.pivo-product-sidebar-asd {
margin-bottom: 20px;
align-items: center;
}
.z-index-10 {
z-index: 10;
}
.pivo-product-sidebar-asd:last-child {
margin-bottom: 0px;
}
.nikstore-widget-subscription-box.pvs-sub-style-1 {
background-size: cover !important;
background-repeat: no-repeat !important;
background-position: center center !important;
padding: 45px 45px 20px;
border-radius: 0px;
position: relative;
color: #fff;
}
.nikstore-widget-subscription-box.pvs-sub-style-1:before {
content: "";
width: 100%;
height: 100%;
left: 0;
top: 0;
background: rgb(150 166 140 / 24%);
z-index: 1;
position: absolute;
border-radius: 0px;
}
.psv-subscription-form p {
margin-bottom: 0;
}
.nikstore-widget-subscription-box h4 {
margin-bottom: 15px;
}
.nikstore-widget-subscription-box.pvs-sub-style-1 h6,
.nikstore-widget-subscription-box.pvs-sub-style-1 h4 {
color: #fff;
}
.nikstore-rcp-product-info .woocommerce-Price-amount {
color: var(--main-color);
font-weight: bold;
}
.nikstore-rcp-product-info ins {
background: transparent;
}
.widget.nikstore-subscribe-widget {
padding: 0 !important;
}
.widget.nikstore-subscribe-widget .widget-title {
display: none !important;
}
.nikstore-rcp-product-info del,
.nikstore-rcp-product-info del span,
.nikstore-rcp-product-info del .woocommerce-Price-amount {
color: #666;
font-weight: 400;
}
.widget .nikstore-post-tag-grid-sidebar {
overflow: hidden;
margin: 0;
padding: 0;
}
.widget .nikstore-post-tag-grid-sidebar li {
float: left;
margin-bottom: 2px;
}
.widget .nikstore-post-tag-grid-sidebar li a {
border: 1px solid rgba(34, 34, 34, .20);
box-sizing: border-box;
border-radius: 3px;
font-size: 15px;
line-height: 22px;
text-align: center;
text-transform: capitalize;
color: var(--main-text-color);
padding: 2px 15px;
margin: 5px;
transition: all .2s;
display: inline-block;
}
.widget .nikstore-post-tag-grid-sidebar li a:hover {
background: var(--main-color);
border-color: var(--main-color);
color: #fff;
} .page-content .wp-smiley,
.post-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
display: grid;
grid-gap: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
width: 100%;
}
.gallery-columns-2 {
grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
display: block;
} .wp-block-file .wp-block-file__button {
border-radius: 0 !important;
}
.wp-block-media-text {
margin-top: 28px;
margin-bottom: 28px;
}
p.wp-block-subhead {
font-style: italic;
font-weight: normal;
font-size: 21px;
line-height: 33px;
color: #714f20;
}
.has-large-font-size {
font-size: 26px;
font-weight: 400;
}
.has-larger-font-size {
font-size: 40px;
line-height: 48px;
font-weight: 400;
}
.wp-block-cover.alignright, .wp-block-cover.alignleft {
margin-bottom: 0.5rem;
}
.wp-block-cover .wp-block-cover-text a {
border-bottom: 1px solid #d5cccc;
}
.wp-block-cover .wp-block-cover-text a:hover {
border-color: #fff;
}
.wp-block-cover.has-pale-pink-background-color:before {
background: #f78da7;
}
.wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, section.wp-block-cover-image > h2 {
font-size: 2em;
line-height: 1.25;
z-index: 1;
margin-bottom: 0;
max-width: 840px;
padding: 0.44em;
text-align: center;
}
.wp-block-cover-image.has-left-content .wp-block-cover-image-text, .wp-block-cover.has-left-content .wp-block-cover-text, section.wp-block-cover-image.has-left-content > h2 {
margin-left: 0;
text-align: left;
}
.wp-block-cover.alignleft .wp-block-cover-text {
text-align: left;
}
.alignfull img {
border-radius: 0;
}
.has-drop-cap:first-letter {
float: left;
font-size: 8.4em !important;
line-height: .68;
font-weight: 100;
margin: .05em .1em 0 0;
text-transform: uppercase;
font-style: normal;
}
.wp-block-quote {
border-left: none;
margin: 40px 0;
padding: 40px 30px 30px;
font-style: italic;
font-weight: bold;
font-size: 24px;
line-height: 36px;
position: relative;
width: 100%;
float: left;
box-shadow: none;
background: #1A1D3E;
color: #fff;
border-radius: 6px;
text-align: center;
}
.wp-block-quote p {
position: relative;
z-index: 10;
margin-bottom: 0;
font-size: 18px;
line-height: 1.7;
color:#ffff;
}
.wp-block-quote cite {
font-weight: 600;
}
.wp-block-quote:before {
content: "\2ee";
font-family: 'Zeroicons-Line';
color: #424458;
z-index: 5;
font-size: 124px;
position: absolute;
left: 5%;
top: 22%;
font-style: normal;
}
.wp-block-quote.is-style-large cite {
float: right;
}
.xoopic-blockquote-block {
position: relative;
padding: 40px 30px 10px 30px;
}
.xoopic-blockquote-block:before {
content: "";
border: 2px solid #74716E;
width: 100%;
height: 100%;
-webkit-clip-path: polygon(0 0, 95% 0, 65% 100%, 0% 100%);
clip-path: polygon(0 0, 95% 0, 65% 100%, 0% 100%);
background-clip: padding-box;
position: absolute;
top: 0;
left: 0;
border-radius: 16px;
}
.pivo-quote-circle:before {
font-family: 'Zeroicons-Line';
content: "\275d";
position: absolute;
top: -3%;
left: 3%;
background: #fffdf7;
font-size: 18px;
font-weight: 400;
font-style: normal;
}
.pivo-bottom-chips::before {
background-color: #74716e;
content: "";
display: block;
height: 85px;
width: 70px;
position: absolute;
bottom: -7%;
z-index: 0;
left: 2%;
border: 2px solid #74716e;
clip-path: polygon(75% 75%, 75% 100%, 50% 75%);
}
.xoopic-quote-content {
position: relative;
z-index: 10;
}
#xoopic-blockquote-box {
position: relative;
}
#xoopic-blockquote-box h4 {
margin: 0;
padding: 0;
position: absolute;
left: 40%;
font-size: 14px;
color: #74716E;
bottom: -12%;
}
.wp-block-quote.is-style-large .pivo-quote-circle:before {
top: -7%;
}
.wp-block-quote__citation, .wp-block-quote cite, .wp-block-quote footer {
font-style: normal;
font-size: 14px !important;
line-height: 16px;
color: #ff5b02;
font-weight: 600;
z-index: 10;
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
border: none;
background: transparent;
border-radius: 8px;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 33px;
margin: 40px 0;
box-shadow: inset 4px 0px 0px #222, inset -4px 0px 0px #222;
}
.wp-block-quote.is-style-large:before {
top: -7%;
}
.wp-block-quote.has-text-align-right cite {
text-align: right;
}
.wp-block-quote.has-text-align-right .pivo-bottom-chips::before {
right: 5%;
left: auto;
clip-path: polygon(75% 75%, 60% 100%, 50% 75%);
}
.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
margin-bottom: 10px;
}
.wp-block-quote.is-large:before {
content: "";
display: none;
}
.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
font-size: 22px;
font-style: normal;
line-height: 1.6;
}
.wp-block-quote.is-style-large cite br {
display: none;
}
.wp-block-quote.has-text-align-right {
border: none;
}
.wp-block-quote.has-text-align-right .pivo-top-circle {
top: -0.5%;
right: auto;
left: 20%;
}
.wp-block-quote.has-text-align-right .pivo-bottom-circle {
right: 60%;
}
.wp-block-quote.has-text-align-right .pivo-quote-circle:before {
left: auto;
right: 4%;
}
.wp-block-quote.has-text-align-right:before {
content: "\2ee";
font-family: 'Zeroicons-Line';
color: #f5f5f5;
z-index: 5;
font-size: 124px;
position: absolute;
right: 0;
top: 10%;
font-style: normal;
}
blockquote.has-light-gray-color p {
color: #666;
}
.wp-block-pullquote blockquote {
box-shadow: none;
border-left: 0;
}
.wp-block-pullquote p {
margin-bottom: 8px;
}
.wp-block-pullquote.is-style-solid-color {
background-color: #fffdf9;
border-top: 4px solid #555d66;
border-bottom: 4px solid #555d66;
}
.wp-block-pullquote.is-style-solid-color blockquote {
color: #373833;
}
.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent);
font-style: italic;
font-weight: normal;
font-size: 13px;
line-height: 16px;
text-align: center;
padding: 0 8px 8px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.wp-block-code > code {
border: none;
}
.blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img, .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
border-radius: 0;
}
.wp-block-image img {
border-radius: 0;
}
.wp-block-code {
font-size: 14px;
color: #373833;
padding: .8em 1em;
border: 1px solid #eee;
border-radius: 4px;
background: #eee;
border-radius: 8px;
padding: 64px;
margin-left: calc(55% - 25vw);
margin-right: calc(55% - 25vw);
max-width: initial;
}
pre {
border-radius: 4px;
margin-top: 10px;
}
.wp-block-columns.alignfull {
padding: 0 15px;
}
.xoopic-with-sidebar .wp-block-code {
margin-left: 0;
margin-right: 0;
}
.xoopic-with-sidebar .wp-block-quote.is-large, .xoopic-with-sidebar .wp-block-quote.is-style-large {
margin-left: 0;
margin-right: 0;
}
.xoopic-with-sidebar.right .alignfull {
margin-right: 0;
}
.xoopic-with-sidebar.left .alignfull {
margin-left: 0;
}
.wp-block-button {
margin: 10px 0;
}
.wp-block-button__link {
border-radius: 5px;
background-color: #FD6050;
margin-right: 10px;
}
.is-style-squared .wp-block-button__link {
border-radius: 0;
}
.alignwide {
margin-left: calc(-93vw / 2 + 100% / 2);
margin-right: calc(-93vw / 2 + 100% / 2);
max-width: 100vw;
}
.alignfull {
position: relative;
margin: 32px calc(50% - 50vw);
max-width: 100vw;
width: 100vw;
clear: both;
margin-top: 30px;
}
.wp-block-table {
border-collapse: collapse;
}
.wp-block-table td, .wp-block-table th {
padding: 1em;
border: 1px solid;
word-break: normal;
border: 1px solid #222;
}
.wp-block-categories.wp-block-categories-list {
font-size: 16px;
line-height: 32px;
font-weight: 600;
list-style: none;
}
.wp-block-categories.wp-block-categories-list a {
text-decoration: none;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
clear: both;
font-size: 16px;
line-height: 32px;
font-weight: 600;
list-style: none;
margin-bottom: 10px;
}
.wp-block-latest-posts.wp-block-latest-posts__list a {
text-decoration: none;
}
.wp-block-cover, .wp-block-cover-image {
height: auto;
}
.wp-block-archives {
list-style: none;
margin: 0;
padding: 0;
}
.wp-block-archives li a {
text-decoration: none;
}
.wp-block-calendar a {
text-decoration: none;
}
.wp-block-latest-comments__comment-meta a {
text-decoration: none;
}
.wp-block-rss {
list-style: none;
margin: 0;
padding: 0;
}
.wp-block-latest-posts.is-grid li {
border-top: 2px solid #666;
padding-top: 1rem;
margin-bottom: 2rem;
}
.wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date {
font-size: 11px;
color: #666;
line-height: 1.2;
font-weight: 400;
}
.wp-block-tag-cloud a {
text-decoration: none;
}
.wp-block-rss a {
text-decoration: none;
}
.wp-block-calendar table th {
font-weight: 400;
background: #f5f5f5;
}
.wp-block-calendar tbody td, .wp-block-calendar th {
padding: 4px;
border: 1px solid #f5f5f5;
}
.wp-block-button.is-style-outline .wp-block-button__link {
border-color: #373833;
color: #373833 !important;
}
.gallery {
display: flex;
flex-wrap: wrap;
}
.gallery img {
margin: 0 auto;
}
.wp-block-cover.has-background-dim.alignleft,
.wp-block-gallery.alignleft {
margin-bottom: 20px;
margin-right: 20px;
}
.wp-block-cover.has-background-dim p {
font-size: 24px;
line-height: 28px;
color: #fff;
}
.alignwide {
margin-top: 20px;
margin-bottom: 20px;
}
.pagi-box-default {
border: 1px solid #fff;
background: #fff;
display: inline-block;
padding: 2px 12px !important;
margin: 0 5px;
font-size: 16px;
line-height: 24px;
border-radius: 3px;
}
.page-links {
margin-top: 30px;
width: 100%;
float: left;
border-top: 1px solid #eee;
padding: 60px 0;
text-align: center
}
.current .pagi-box-default {
border-color: #fd604f;
background: #fd604f;
color: #fff;
}
.pagi-box-default:hover {
border-color: #E2E0F5;
background: #E2E0F5;
color: #fd604f;
}
.xoopic-post--main-content .wp-block-archives,
.wp-block-archives {
margin-left: 0;
}
.wp-block-search .wp-block-search__input {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
@media only screen and (min-width: 950px) {
.alignwide {
margin-left: calc(25% - 25vw);
margin-right: calc(25% - 25vw);
width: auto;
max-width: 1000%;
}
.alignwide img,
.alignfull img {
display: block;
margin: 0 auto;
width: 100%;
}
.xoopic-with-sidebar .alignwide {
margin-left: 0;
margin-right: 0;
}
}
.wp-block-embed-twitter.alignwide {
margin-left: 0;
margin-right: 0;
}
.wp-block-search__inside-wrapper {
position: relative;
}
.widget .wp-block-search__input {
width: 100%;
}
.wp-block-search .wp-block-search__button {
background: transparent;
border: none;
padding: 0;
color: #101010;
margin-left: 0;
word-break: normal;
border-radius: 0;
position: absolute;
right: 0;
font-size: 0;
height: 100%;
width: 50px;
padding-top: 0;
}
.wp-block-search .wp-block-search__button:hover:after {
color: var(--main-color);
}
.wp-block-search .wp-block-search__button:after {
content: "\F0CD";
font-family: remixicon;
font-size: 16px;
}
.wp-block-search .wp-block-search__button:hover {
background: transparent;
border: none;
color: #101010;
}   .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
display: none;
} .infinity-end.neverending .site-footer {
display: block;
}   .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 0.875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} #primary[tabindex="-1"]:focus {
outline: 0;
} .alignleft { float: left; margin-right: 1.5em;
margin-bottom: 1.5em;
}
.alignright { float: right; margin-left: 1.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
}
.alignfull {
width: 100vw;
margin-left: calc(50% - 50vw) !important;
margin-right: calc(50% - 50vw);
}
.wp-block-embed iframe {
width: 100%;
height: 80vh;
} .nikstore_default_blog.nikstore-post-grid-thumbnail {
background: transparent;
display: flex;
align-items: center;
margin: 0 0 32px 0;
}
.post-thumb-single .post-thumbnail {
text-align: center;
}
.post-thumb-single .post-thumbnail img {
max-width: 100%;
margin-top: 60px;
}
.wp-block-cover .wp-block-cover-text,
.wp-block-cover p:not(.has-text-color) {
color: #fff;
font-size: 36px;
line-height: 1.4;
}
.wp-block-cover {
margin-bottom: 24px;
}
.wp-block-button {
line-height: 60px;
}
.wp-block-button__link {
padding: 12px 25px;
}
.wp-block-button.alignleft .wp-block-button__link,
.wp-block-button.aligncenter .wp-block-button__link,
.wp-block-button.alignright .wp-block-button__link,
.wp-block-button.alignleft .wp-block-button__link {
background: var(--main-color);
font-size: 14px;
line-height: 24px;
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
}
.wp-block-button.is-style-outline .wp-block-button__link {
border: 2px solid var(--main-color);
color: var(--main-color);
background: transparent;
font-size: 14px;
line-height: 24px;
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
}
.wp-block-button.is-style-squared .wp-block-button__link {
border-radius: 0px;
background: var(--main-color);
font-size: 14px;
line-height: 24px;
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
}
.wp-block-button .wp-block-button__link {
border-radius: 5px;
background: var(--main-color);
font-size: 14px;
line-height: 24px;
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
}
.wp-block-button.alignleft .wp-block-button__link:hover,
.wp-block-button.aligncenter .wp-block-button__link:hover,
.wp-block-button.alignright .wp-block-button__link:hover,
.wp-block-button.alignleft .wp-block-button__link:hover {
background: #fb7b42;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
border: 2px solid #fb7b42;
color: #fb7b42;
background: transparent;
}
.wp-block-button.is-style-squared .wp-block-button__link:hover {
background: #fb7b42;
}
.wp-block-button .wp-block-button__link:hover {
background: #fb7b42;
}
blockquote {
border-left: 2px solid var(--main-text-color);
padding: 0 1em;
}
table {
border-collapse: collapse;
margin-bottom: 2rem;
border: 1px solid #f5f5f5;
}
table tr {
border-bottom: 1px solid;
border-bottom-color: #f5f5f5;
}
tbody tr:nth-child(even) {
border-bottom: 0;
background-color: #f5f5f5;
}
table thead th {
background: var(--light-color);
}
table th, table td {
box-sizing: border-box;
border: 1px solid var(--light-color);
padding-left: 10px;
line-height: 36px;
border: none;
}
table tr th, table tr td {
padding: 0.9375rem 0;
padding-left: 0.9375rem;
}
table tr th {
text-align: left;
padding-left: 0.9375rem;
padding-right: 0.9375rem;
font-weight: normal;
}
.wp-block-categories-dropdown.wp-block-categories select {
width: 100%;
padding: 7px;
border: 1px solid var(--light-color);
}
a.read-more {
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 20px;
color: var(--main-text-color);
}
a.read-more i {
color: var(--main-text-color);
}
a.read-more:hover i {
color: var(--main-color);
}
ol.wp-block-latest-comments {
padding-left: 0;
}
.wp-block-latest-comments__comment {
line-height: 1.4;
}
.bredcrumb-separator i {
vertical-align: middle;
margin: 0 5px;
}
.widget .wp-block-search .wp-block-search__label {
display: none;
}
.xpc-post-read-more-box {
margin-top: 12px;
}
.tctz-default-thumbnail {
position: relative;
}
.tctz-default-thm-blog {
padding: 0;
width: 100%;
float: left;
margin-bottom: 40px;
padding-bottom: 40px;
border-bottom: 1px solid #eee;
border-radius:5px;
}
.tetz-meta-padding-top {
padding:30px;
}
.tctz-default-meta h1 {
color: var(--main-text-color);
font-weight: 700;
font-size: 32px;
line-height: 1.4;
margin: 0;
font-family: var(--alt-font-family);
}
.tctz-default-meta h1 a,
.post-meta ul li i,
.post-meta ul li span {
color:#1A1D3E;
transition:all .2s;
}
.tctz-default-meta h1 a:hover{
color: var(--main-color);
}
.post-meta ul li a:hover,
.post-meta ul li span:hover {
color:#1a1a1a;
}
.nikstore-by-post{
text-decoration:lowercase;
}
.tctz-default-thumbnail{
border-radius:5px;
}
.tctz-default-thumbnail img {
width: auto;
max-width: 100%;
border-radius:5px;
}
.post-meta {
width: 100%;
margin-top: 5px;
}
.nikstore-single-blog-header .post-meta {
margin-top: 8px;
display: flex;
justify-content: center;
}
.post-meta ul {
list-style: none;
margin: 0;
padding: 0;
}
.post-meta ul li {
float: left;
margin-right: 20px;
font-size: 15px;
vertical-align: middle;
}
.tctz-post-excerpt {
width: 100%;
float: left;
font-size: 16px;
line-height: 1.75;
}
.tctz-post-excerpt p {
width: 100%;
margin-bottom: 15px;
color: var(--main-text-color);
font-size: 16px;
line-height: 1.75;
margin-top: 6px;
opacity: .85;
}
.read-more {
vertical-align: middle;
font-weight: 500;
color: var(--main-text-color);
transition: all .2s;
}
.read-more:hover  {
color:var(--main-color) !important;
border-color:var(--main-color);
}
.read-more i {
vertical-align: middle;
}
.read-more:before {
content: "";
background-color: #101010;
width: 45px;
height: 1px;
display: inline-block;
vertical-align: middle;
margin-right: 10px;
transition: width 0.3s ease;
}
a.read-more:hover:before{
width:35px;
background:var(--main-color);
}
.sticky-post-label {
position: absolute;
top: 5px;
left: 10px;
font-weight: 600;
color: #ffffff;
text-transform: uppercase;
margin-top: 3px;
margin-bottom: 4px;
display: block;
background:var(--main-color);
padding: 6px 12px;
border-radius: 3px;
line-height: 1;
font-size: 15px;
}
.post-meta ul li i,
.read-more i {
color: var(--alt-text-color);
}
.tctz-default-thumbnail {
overflow: hidden;
}
.tctz-default-thumbnail img {
height: 100%;
-o-object-fit: cover;
object-fit: cover;
transition: all 1s ease-out;
transform: scale(1);
width: auto;
}
.tctz-default-thumbnail:hover img {
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
.nikstore-single-post-breadcumb {
display: flex;
justify-content: center;
}
.nikstore-single-post-breadcumb .breadcrumb {
font-size: 16px;
margin-bottom: 0;
display:flex;
align-items:center;
}
.nikstore-single-post-breadcumb .breadcrumb,
.nikstore-single-post-breadcumb .breadcrumb a,
.nikstore-single-post-breadcumb .breadcrumb span {
color: #666;
}
.nikstore-single-blog-header{
padding: 15px 20px;
background: #f5f5f5;
}
.nikstore-single-post-body{
padding-top:40px;
}
.nikstore-single-blog-header .nikstore-single-post-condensed-container {
text-align: center;
}
.widget_product_categories ul li, .widget_categories ul li, .widget_nav_menu ul li, .widget_pages ul li, .widget_archive ul li, .widget_meta ul li, .widget_recent_entries ul li {
list-style: none;
font-weight: normal;
color: #7a7a7a;
margin: 0;
padding: 8px 0;
width: 100%;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
font-size: 13px;
}
.widget_product_categories ul li ul, .widget_categories ul li ul, .widget_nav_menu ul li ul, .widget_pages ul li ul, .widget_archive ul li ul, .widget_meta ul li ul, .widget_recent_entries ul li ul {
width: 100%;
}
.widget_product_categories ul li a, .widget_categories ul li a, .widget_nav_menu ul li a, .widget_pages ul li a, .widget_archive ul li a, .widget_meta ul li a, .widget_recent_entries ul li a {
position: relative;
}
.widget_product_categories ul li a:before, .widget_categories ul li a:before, .widget_nav_menu ul li a:before, .widget_pages ul li a:before, .widget_archive ul li a:before, .widget_meta ul li a:before, .widget_recent_entries ul li a:before {
content: "\2c3";
font-family: "Zeroicons-Line";
font-size: 14px;
margin-right: 6px;
font-weight: 400;
color: var(--main-text-color);
vertical-align: middle;
}
.widget_product_categories ul li:hover, .widget_categories ul li:hover, .widget_nav_menu ul li:hover, .widget_pages ul li:hover, .widget_archive ul li:hover, .widget_meta ul li:hover, .widget_recent_entries ul li:hover,
.widget_product_categories ul li a:hover:before, .widget_categories ul li a:hover:before, .widget_nav_menu ul li a:hover:before, .widget_pages ul li a:hover:before, .widget_archive ul li a:hover:before, .widget_meta ul li a:hover:before, .widget_recent_entries ul li a:hover:before {
color: var(--main-color);
}
.widget_product_categories ul li a:visited:hover, .widget_categories ul li a:visited:hover, .widget_nav_menu ul li a:visited:hover, .widget_pages ul li a:visited:hover, .widget_archive ul li a:visited:hover, .widget_meta ul li a:visited:hover, .widget_recent_entries ul li a:visited:hover {
color: var(--main-color) !important;
}
.wp-block-latest-posts.wp-block-latest-posts__list a,
.wp-block-latest-comments__comment a {
font-weight: 600;
}  .lity {
z-index: 9990;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
white-space: nowrap;
background: #0b0b0b;
background: rgba(0, 0, 0, 0.9);
outline: none !important;
opacity: 0;
-webkit-transition: opacity 0.3s ease;
-o-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
.lity.lity-opened {
opacity: 1;
}
.lity.lity-closed {
opacity: 0;
}
.lity * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.lity-wrap {
z-index: 9990;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
text-align: center;
outline: none !important;
}
.lity-wrap:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
margin-right: -0.25em;
}
.lity-loader {
z-index: 9991;
color: #fff;
position: absolute;
top: 50%;
margin-top: -0.8em;
width: 100%;
text-align: center;
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
opacity: 0;
-webkit-transition: opacity 0.3s ease;
-o-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
opacity: 1;
}
.lity-container {
z-index: 9992;
position: relative;
text-align: left;
vertical-align: middle;
display: inline-block;
white-space: normal;
max-width: 100%;
max-height: 100%;
outline: none !important;
}
.lity-content {
z-index: 9993;
width: 100%;
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
-webkit-transition: -webkit-transform 0.3s ease;
transition: -webkit-transform 0.3s ease;
-o-transition: -o-transform 0.3s ease;
transition: transform 0.3s ease;
transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
-o-transform: scale(0.8);
transform: scale(0.8);
}
.lity-content:after {
content: '';
position: absolute;
left: 0;
top: 0;
bottom: 0;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
z-index: 9994;
width: 35px;
height: 35px;
position: fixed;
right: 0;
top: 0;
-webkit-appearance: none;
cursor: pointer;
text-decoration: none;
text-align: center;
padding: 0;
color: #fff;
font-style: normal;
font-size: 35px;
font-family: Arial, Baskerville, monospace;
line-height: 35px;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
border: 0;
background: none;
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.lity-close::-moz-focus-inner {
border: 0;
padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
text-decoration: none;
text-align: center;
padding: 0;
color: #fff;
font-style: normal;
font-size: 35px;
font-family: Arial, Baskerville, monospace;
line-height: 35px;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
border: 0;
background: none;
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.lity-close:active {
top: 1px;
} .lity-image img {
max-width: 100%;
display: block;
line-height: 0;
border: 0;
} .lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
width: 100%;
max-width: 964px;
}
.lity-iframe-container {
width: 100%;
height: 0;
padding-top: 56.25%;
overflow: auto;
pointer-events: auto;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000;
}
.lity-hide {
display: none;
} .nice-select {
-webkit-tap-highlight-color: transparent;
background-color: #fff;
border-radius: 0px;
border: solid 1px #e8e8e8;
box-sizing: border-box;
clear: both;
cursor: pointer;
display: block;
float: left;
font-family: inherit;
font-size: 14px;
font-weight: normal;
height: 42px;
line-height: 40px;
outline: none;
padding-left: 18px;
padding-right: 30px;
position: relative;
text-align: left !important;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap;
width: auto;
}
.nice-select:hover {
border-color: #dbdbdb;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
border-color: #999;
}
.nice-select:after {
content: "\EA4E" !important;
font-family: "remixicon" !important;
content: '';
display: block;
margin-top: -4px;
font-size:16px;
pointer-events: none;
position: absolute;
right: 10%;
top: 10%;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
-webkit-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
.nice-select.open:after {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.nice-select.open .list {
z-index: 999;
opacity: 1;
pointer-events: auto;
-webkit-transform: scale(1) translateY(0);
-ms-transform: scale(1) translateY(0);
transform: scale(1) translateY(0);
}
.nice-select.disabled {
border-color: #ededed;
color: #999;
pointer-events: none;
}
.nice-select.disabled:after {
border-color: #cccccc;
}
.nice-select.wide {
width: 100%;
}
.nice-select.wide .list {
left: 0 !important;
right: 0 !important;
}
.nice-select.right {
float: right;
}
.nice-select.right .list {
left: auto;
right: 0;
}
.nice-select.small {
font-size: 12px;
height: 36px;
line-height: 34px;
}
.nice-select.small:after {
height: 4px;
width: 4px;
}
.nice-select.small .option {
line-height: 34px;
min-height: 34px;
}
.nice-select .list {
margin: 0;
background-color: #fff;
box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
box-sizing: border-box;
margin-top: 4px;
opacity: 0;
overflow: hidden;
padding: 0;
pointer-events: none;
position: absolute;
top: 100%;
left: 0;
-webkit-transform-origin: 50% 0;
-ms-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transform: scale(0.75) translateY(-21px);
-ms-transform: scale(0.75) translateY(-21px);
transform: scale(0.75) translateY(-21px);
-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
z-index: 20;
max-height:300px;
overflow:auto;
}
.nice-select .list:hover .option:not(:hover) {
background-color: transparent !important;
}
.nice-select .option {
cursor: pointer;
font-weight: 400;
line-height: 40px;
list-style: none;
min-height: 40px;
outline: none;
padding-left: 18px;
padding-right: 29px;
text-align: left;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
background-color: #f6f6f6;
}
.nice-select .option.selected {
font-weight: bold;
}
.nice-select .option.disabled {
background-color: transparent;
color: #999;
cursor: default;
}
.no-csspointerevents .nice-select .list {
display: none;
}
.no-csspointerevents .nice-select.open .list {
display: block;
}
.tooltip {
position: absolute;
top: calc(100% + 0.6495rem);
z-index: 1200;
max-width: 10rem;
padding: 0.75rem;
border-radius: 0;
background-color: #0a0a0a;
font-size: 80%;
color: #fefefe;
}
.tooltip::before {
position: absolute;
}
.tooltip.bottom::before {
display: block;
width: 0;
height: 0;
border: inset 0.75rem;
content: '';
border-top-width: 0;
border-bottom-style: solid;
border-color: transparent transparent #0a0a0a;
bottom: 100%;
}
.tooltip.bottom.align-center::before {
left: 50%;
transform: translateX(-50%);
}
.tooltip.top::before {
display: block;
width: 0;
height: 0;
border: inset 0.75rem;
content: '';
border-bottom-width: 0;
border-top-style: solid;
border-color: #0a0a0a transparent transparent;
top: 100%;
bottom: auto;
}
.tooltip.top.align-center::before {
left: 50%;
transform: translateX(-50%);
}
.tooltip.left::before {
display: block;
width: 0;
height: 0;
border: inset 0.75rem;
content: '';
border-right-width: 0;
border-left-style: solid;
border-color: transparent transparent transparent #0a0a0a;
left: 100%;
}
.tooltip.left.align-center::before {
bottom: auto;
top: 50%;
transform: translateY(-50%);
}
.tooltip.right::before {
display: block;
width: 0;
height: 0;
border: inset 0.75rem;
content: '';
border-left-width: 0;
border-right-style: solid;
border-color: transparent #0a0a0a transparent transparent;
right: 100%;
left: auto;
}
.tooltip.right.align-center::before {
bottom: auto;
top: 50%;
transform: translateY(-50%);
}
.tooltip.align-top::before {
bottom: auto;
top: 10%;
}
.tooltip.align-bottom::before {
bottom: 10%;
top: auto;
}
.tooltip.align-left::before {
left: 10%;
right: auto;
}
.tooltip.align-right::before {
left: auto;
right: 10%;
}
.trending-products-sport .tooltip.left::before {
display: block;
width: 0;
height: 0;
border: inset 0.45rem !important;
content: '';
border-top-width: 0 !important;
border-bottom-style: solid !important;
border-color: transparent transparent #0a0a0a !important;
bottom: 100%;
top: auto !important;
}    .custom-list-item-x-p i {
background: #292929;
text-align: center;
width: 30px !important;
height: 30px;
line-height: 30px;
border-radius: 50%;
}
.custom-list-item-x-p i:hover {
background:var(--main-color);
color: #fff;
}
.grocery-fotter-list-item-x-p i {
color: #fff !important;
background: #2D6154;
width: 30px !important;
height: 30px;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
}
.grocery-fotter-list-item-x-p i:hover {
background: #05A845;
}
.text-border-slider .slider-content h1 {
-webkit-text-stroke: 2px #FFFFFF;
text-stroke: 2px #FFFFFF;
}
.trending-products-sport .product-content h4 {
text-align: left;
margin: 0;
}
.nikstore-product-style-two .product-content h4 {
text-align: center;
}
#alg_currency_selector #alg_currency_select {
background: transparent;
border: none;
min-height: auto;
padding: 0;
color: #fff;
font-size: 14px;
}
.nice-select.alg_currency_select {
height: auto;
line-height: 14px;
background: transparent;
border: transparent;
color: #fff;
padding: 0;
}
#alg_currency_selector .nice-select .list {
background: var(--main-text-color);
}
#alg_currency_selector .nice-select .list li {
color: #fff;
}
#alg_currency_selector .nice-select .option:hover, #alg_currency_selector .nice-select .option.focus, #alg_currency_selector .nice-select .option.selected.focus {
background: var(--main-text-color);
}
.navbar .dropdown .dropdown-menu {
display: block !important;
visibility: hidden;
overflow: hidden;
height: 0;
transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
min-width: 240px;
}
.xpc-menu-box {
display: -webkit-box;
display: flex;
height: auto;
padding: 0;
}
.xpc-menu-box .xpc-menu-box-inner {
padding: 5px;
}
.xpc-menu-box .xpc-menu-box-inner img {
height: 100% !important
}
.xpc-menu-box .xpc-intro-img {
z-index: 1 !important;
-o-object-fit: fill;
object-fit: fill;
height: 100%
}
.xpc-menu-box .xpc-intro-img img {
-o-object-fit: fill;
object-fit: fill
}
.xpc-menu-box .xpc-box-title {
z-index: 1000 !important;
max-width: 200px;
padding-right: 10px
}
.xpc-menu-box .xpc-box-text {
z-index: 1000 !important;
max-width: 200px;
margin-right: 20px
}
.xpc-menu-box .xpc-box-link {
z-index: 1000 !important;
padding-left: 0px !important
}
.xpc-menu-box .xpc-box-link i.xpcicon-angle-right {
position: relative;
top: 1px
}
.col-lg-2 .xpc-menu-box.xpc-menu-full-height,
.col-lg-3 .xpc-menu-box.xpc-menu-full-height,
.col-lg-4 .xpc-menu-box.xpc-menu-full-height,
.col-lg-6 .xpc-menu-box.xpc-menu-full-height {
height: 100%
}
.col-lg-2 .xpc-menu-box .xpc-box-container,
.col-lg-3 .xpc-menu-box .xpc-box-container,
.col-lg-4 .xpc-menu-box .xpc-box-container,
.col-lg-6 .xpc-menu-box .xpc-box-container {
display: inline-block !important;
position: relative;
z-index: 1000 !important;
width: 100%
}
.col-lg-2 .xpc-menu-box .xpc-box-container .xpc-box-title,
.col-lg-3 .xpc-menu-box .xpc-box-container .xpc-box-title,
.col-lg-4 .xpc-menu-box .xpc-box-container .xpc-box-title,
.col-lg-6 .xpc-menu-box .xpc-box-container .xpc-box-title {
z-index: 1000 !important;
width: 100%
}
.col-lg-2 .xpc-menu-box .xpc-box-container .xpc-box-text,
.col-lg-3 .xpc-menu-box .xpc-box-container .xpc-box-text,
.col-lg-4 .xpc-menu-box .xpc-box-container .xpc-box-text,
.col-lg-6 .xpc-menu-box .xpc-box-container .xpc-box-text {
z-index: 1000 !important;
display: block;
width: 100%;
margin-right: 20px
}
.col-lg-2 .xpc-menu-box .xpc-box-container .xpc-box-link,
.col-lg-3 .xpc-menu-box .xpc-box-container .xpc-box-link,
.col-lg-4 .xpc-menu-box .xpc-box-container .xpc-box-link,
.col-lg-6 .xpc-menu-box .xpc-box-container .xpc-box-link {
z-index: 1000 !important;
display: inline-block;
padding-left: 0px !important
}
.xpc-p-box {
padding: 0;
}
.submenu-box.xpc-default-menu {
padding: 13px 0;
}
.nav-style-megamenu > li.nav-item {
margin-bottom: 0 !important;
}
@media (min-width: 992px) {
.dropdown-menu {
padding: 0px
}
.navbar .dropdown .dropdown-menu .dropdown .submenu-box.xpc-default-menu {
margin-top: 0;
}
.navbar .dropdown:hover > .dropdown-menu .dropdown:hover > .dropdown-menu,
.navbar .dropdown:hover > .dropdown-menu .dropdown > .dropdown-menu:hover,
.navbar .dropdown > .dropdown-menu:hover .dropdown:hover > .dropdown-menu,
.navbar .dropdown > .dropdown-menu:hover .dropdown > .dropdown-menu:hover {
top: 0;
visibility: visible !important;
left: 100%;
padding-left: 10px;
margin-top: 0;
}
.nav-item:not(.mega-item) .container *:first-child {
border-radius: 0px
}
.nikstore-m-menu .nav-style-megamenu > li.nav-item {
position: relative
}
.nikstore-m-menu .nav-style-megamenu > li.nav-item .dropdown-menu {
top: 78%
}
.nikstore-m-menu .submenu-box {
-webkit-transition: margin 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: margin 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: margin 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: margin 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.nikstore-m-menu .nav-style-megamenu > li.nav-item .dropdown-menu .submenu-box {
background: #fff;
-webkit-transform: translateY(40px);
transform: translateY(40px);
border-radius: 0;
opacity: 0;
border: 0px solid rgba(0, 0, 0, 0);
margin-top: 20px
}
.nikstore-m-menu .nav-style-megamenu > li.nav-item:hover .dropdown-menu .submenu-box {
-webkit-transform: translateY(0px);
transform: translateY(0px);
opacity: 1;
}
.nikstore-m-menu .nav-style-megamenu > li.nav-item .dropdown-menu .submenu-box .container,
.nikstore-m-menu .nav-style-megamenu > li.nav-item .dropdown-menu .submenu-box .container-fluid {
border-radius: 0px;
padding: 0px 15px 0 15px
}
.nikstore-m-menu .nav-style-megamenu > li.nav-item .dropdown-menu .submenu-box .container .row,
.nikstore-m-menu .nav-style-megamenu > li.nav-item .dropdown-menu .submenu-box .container-fluid .row {
margin: 0px
}
.nikstore-m-menu .nav-style-megamenu > li.nav-item .dropdown-menu .submenu-box .container {
max-width: 100%;
}
.nikstore-m-menu > ul > li.nav-item > .xpc-nav-link.dropdown-toggle > span:before {
content: "\EA4E" !important;
font-family: "remixicon" !important;
position: absolute;
right: -20px;
top: -2px;
-webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1)
}
.nikstore-m-menu > ul > li.nav-item:hover > .xpc-nav-link.dropdown-toggle > span:before {
-webkit-transform: rotate(180deg);
transform: rotate(180deg)
}
.nav-style-megamenu > li.nav-item {
position: relative;
padding: 0px 10px
}
.nav-style-megamenu > li.nav-item .dropdown-menu {
margin-top: 0px;
opacity: 0;
-webkit-transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
min-width: 240px;
border: none;
}
.nav-style-megamenu > li.nav-item .dropdown-menu a:active:focus {
background: rgba(0, 0, 0, 0.1)
}
.nav-style-megamenu > li.nav-item .dropdown-menu .dropdown-item {
padding: 5px 20px
}
.nav-style-megamenu > li.nav-item .dropdown-menu .container,
.nav-style-megamenu > li.nav-item .dropdown-menu .container-fluid {
margin: 0 !important;
padding: 0 !important
}
.nav-style-megamenu > li.nav-item.mega-item {
position: inherit
}
.nav-style-megamenu > li.nav-item.mega-item .dropdown-menu {
top: 78%
}
.nav-style-megamenu > li.nav-item .nav-link {
position: relative
}
.nav-style-megamenu > li.nav-item .nav-link:after {
display: none
}
.nav-style-megamenu > li.nav-item .nav-link span {
position: relative
}
.nav-style-megamenu > li.nav-item .dropdown-menu {
width: 100%;
max-width: 1200px;
background: transparent
}
.nav-style-megamenu > li.nav-item .dropdown-menu.xpc-drop-big {
padding: 0px;
width: 100%;
}
.nav-style-megamenu > li.nav-item .dropdown-menu .submenu-box {
background: #fff;
-webkit-transform: translateY(30px);
transform: translateY(30px);
border-radius: 0px;
opacity: 0;
border: 0px solid rgba(0, 0, 0, 0);
margin-top: 5px
}
.nav-style-megamenu > li.nav-item .dropdown-menu .submenu-box .container,
.nav-style-megamenu > li.nav-item .dropdown-menu .submenu-box .container-fluid {
border-radius: 0px;
padding: 0px 15px 0 15px
}
.nav-style-megamenu > li.nav-item .dropdown-menu .submenu-box .container .row,
.nav-style-megamenu > li.nav-item .dropdown-menu .submenu-box .container-fluid .row {
margin: 0px
}
.nav-style-megamenu > li.nav-item .dropdown-menu .submenu-box:after {
content: "";
position: absolute;
border-radius: 0px;
z-index: -1;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.05), 0 1.5rem 2.2rem rgba(0, 0, 0, 0.1) !important
}
.nav-style-megamenu > li.nav-item .dropdown-menu > a {
border-radius: 0;
font-size: 16px;
padding: 0px 15px 0 15px
}
.nav-style-megamenu > li.nav-item .dropdown-menu .nikstore-mg-col-title {
padding: 0px 20px;
}
.nav-style-megamenu > li.nav-item .dropdown-menu h5.nikstore-mg-col-title {
cursor: default;
position: relative;
font-size: 16px;
font-weight: 700;
margin-bottom: 22px;
}
.nav-style-megamenu > li.nav-item .dropdown-menu h5.nikstore-mg-col-title:after {
content: "";
width: 30px;
height: 2px;
background: var(--main-text-color);
position: absolute;
bottom: -4px;
left: 20px
}
.nav-style-megamenu > li.nav-item .container,
.nav-style-megamenu > li.nav-item .container-fluid {
padding: 0
}
.xpc-header-stack .navbar-nav > li > .dropdown-menu {
margin-top: 5px
}
.xpc-header-stack .navbar-nav > li > .dropdown-menu .submenu-box {
margin-top: 0 !important
}
.navbar .xpc-nav-active-line .nav-style-megamenu > li.nav-item.current-menu-item .nav-link span:after {
-webkit-transform: scaleX(1);
transform: scaleX(1);
-webkit-transform-origin: left center;
transform-origin: left center
}
.navbar .xpc-nav-global-active-line .nav-style-megamenu > li.nav-item.current-menu-item .nav-link span:after,
.navbar .xpc-nav-global-active-line .nav-style-megamenu > li.nav-item.current-menu-ancestor .nav-link span:after {
-webkit-transform: scaleX(1);
transform: scaleX(1);
-webkit-transform-origin: left center;
transform-origin: left center
}
.navbar .dropdown:hover > .dropdown-menu, .navbar .dropdown > .dropdown-menu:hover {
height: auto;
visibility: visible;
overflow: visible;
opacity: 1;
}
.xpc-menu-line-right {
border-right: 1px solid rgba(173, 181, 189, 0.15)
}
.xpc-menu-line-top {
border-top: 1px solid rgba(173, 181, 189, 0.15)
}
.xpc-menu-line-right-top {
border-right: 1px solid rgba(173, 181, 189, 0.15);
border-top: 1px solid rgba(173, 181, 189, 0.15)
}
.xpc-menu-box .xpc-intro-img {
z-index: 1 !important;
-o-object-fit: cover !important;
object-fit: cover !important;
height: 100%
}
.xpc-menu-box .xpc-intro-img img {
-o-object-fit: cover !important;
object-fit: cover !important;
z-index: 1 !important
}
.xpc-menu-box .xpc-box-container {
z-index: 1000 !important
}
.xpc-menu-box .xpc-box-container .xpc-box-title {
z-index: 1000 !important;
width: 100%;
display: block
}
.xpc-menu-box .xpc-box-container .xpc-box-text {
z-index: 1000 !important;
display: block;
width: 100%
}
.xpc-box-light a.xpc-img-overlay {
background: transparent !important;
color: #fff !important;
}
.xpc-menu-box .xpc-box-title {
font-size: 18px;
font-weight: 600;
line-height: 1.4;
}
.xpc-box-light span,
.xpc-box-light .xpc-box-title {
color: #fff;
}
.xpc-box-light .elementor-widget-wrap span{
color: var(--alt-text-color);
}
.xpc-box-light .unevent-grid-trending-product .onesale span{
color:#fff;
}
.xpc-bg-image {
position: absolute;
-o-object-fit: cover;
object-fit: cover;
top: 0;
left: 0;
width: 100%;
height: 100%
}
.xpc-p-20 {
padding: 20px;
}
.xpc-px-20 {
padding-left: 20px;
padding-right: 20px;
}
.xpc-pb-20 {
padding-bottom: 20px;
}
.xpc-px-0,
.xpc-px-0 .xpc-menu-box-inner {
padding: 0 !important;
}
.xpc-px-0 .xpc-p-20 {
padding: 0px !important;
}
}
.xpc-nav-block-shortcode {
width: 100%;
}
.xpc-menu-label {
padding: 3px 5px;
font-size: 12px;
background-color: rgba(35, 162, 211, .09);
color: #23a2d3;
display: inline-block;
line-height: 12px;
margin: 0 5px;
font-weight: bold;
}
.xpc-label-green {
background-color: rgba(5, 168, 85, .07);
color: #05a855;
}
.xpc-label-red {
background-color: rgba(247, 10, 10, .07);
color: #f70a0a;
}
.xpc-label-yellow {
background-color: rgba(220, 213, 0, .07);
color: #bcb704;
}
.xpc-label-black {
background-color: rgba(32, 32, 29, .07);
color: #20201d
}
.xpc-label-grey {
background-color: rgba(144, 144, 144, .07);
color: #7a7a7a;
}
.xpc-label-brown {
background-color: rgba(220, 102, 0, .07);
color: #dc6600;
}
.xpc-label-aqua {
background-color: rgba(0, 255, 255, .07);
color: #00b6b6;
}
.xpc-label-purple {
background-color: rgba(128, 0, 128, .07);
color: #800080;
}
.xpc-label-olive {
background-color: rgba(128, 128, 0, .07);
color: #808000;
}
.xpc-dropdown-padding {
padding: 22px 20px;
}
.xpc-dropdown-padding-sm {
padding: 5px;
}
.comment-respond {
width: 100%;
float: left;
padding-bottom: 34px;
}
.page .nikstore-page-comment-section {
padding-bottom: 14px;
}
.dm_comment_item .comment {
padding: 12px 0;
}
.dm_comment_item:last-child {
border-bottom: none;
}
.comment-list {
list-style: none;
margin: 0 0 50px 0;
padding: 0;
}
.comment-list li {
list-style: none;
}
.comment-list li:marker {
display: none;
}
.comment-list a {
text-decoration: none;
}
.xoopic-atr-description p {
font-size: 16px;
}
.comment-meta .dm_comment_author a, .comment-meta .dm_comment_author {
font-weight: 600;
font-size: 21px;
line-height: 28px;
color: var(--main-text-color);
text-transform: capitalize;
font-style: normal;
width: 100%;
}
.nikstore-single-post-comment-box{
padding-bottom:70px;
}
.comment-content {
margin: 0;
}
.comment-content .comment-text {
margin-top: 15px;
}
.comment-content .comment-text p {
margin-bottom: 12px;
opacity: .75;
}
.comment-awaiting-moderation {
margin-bottom: 5px;
}
.comment-author.vcard img {
height: auto;
margin-right: 24px;
width: 80px;
border-radius:50%;
}
.comment-meta {
display: flex;
flex-wrap: wrap;
}
.dm_comment-date {
width: 100%;
margin-top: 2px;
}
.comment-details {
width: 100%;
}
.comment-content .comment-reply-link {
position: relative;
padding: 0 10px 0 0px;
line-height: 16px;
font-size: 14px;
text-transform: uppercase;
font-weight: 600;
}
.comment-edit-link {
position: relative;
padding: 0 0px 0 10px;
line-height: 16px;
font-size: 14px;
text-transform: uppercase;
font-weight: 600;
}
.comment-reply-title {
padding-top: 35px;
font-size: 28px;
line-height: 1.5;
}
p.logged-in-as{
font-size:15px;
}
.comment-respond .comment-reply-title{
margin-bottom:15px;
}
.comment-form-cookies-consent #wp-comment-cookies-consent {
vertical-align: middle;
margin-right: 5px;
}
#cancel-comment-reply-link {
font-size: 18px;
margin: 0 12px;
color:var(--main-color);
}
.comment-form p.form-submit {
margin-top: 10px;
display: block;
float: left;
}
.widget .wp-block-search__input {
margin-bottom: 0;
}
.widget.widget_block.widget_search {
background: transparent;
padding: 0 !important;
}
.wpcf7-submit {
width: 100%;
}
.archive-description {
padding-top: 10px;
} .gridzy {
display: block;
will-change: width, height;
} .gridzy > .gridzyItem {
will-change: left, top, width, height, opacity, transform;
} .gridzy > *:not(.gridzyItem) {
visibility: hidden;
} .gridzyItemVisible {
} .gridzyItemHidden {
display: none;
}   .gridzy .gridzyImage {
vertical-align: middle;
width: 100%;
height: 100%;
}   .gridzyAnimated {
height: 0;
transition: height .4s;
}
.gridzyAnimated .gridzyItem {
transition: all .4s;
} .gridzyAnimated .gridzyItemInitialToVisible {
animation-name: gridzyItemInitialToVisibleAnimation;
animation-fill-mode: forwards;
animation-duration: .4s;
}
@keyframes gridzyItemInitialToVisibleAnimation {
0% {
opacity: 0;
transform: scale(.9);
}
100% {
opacity: 1;
transform: scale(1);
}
} .gridzyAnimated .gridzyItemHiddenToVisible {
animation-name: gridzyItemHiddenToVisibleAnimation;
animation-fill-mode: forwards;
animation-duration: .4s;
}
@keyframes gridzyItemHiddenToVisibleAnimation {
0% {
opacity: 0;
transform: scale(.9);
}
100% {
opacity: 1;
transform: scale(1);
}
} .gridzyAnimated .gridzyItemVisibleToHidden {
animation-name: gridzyItemVisibleToHiddenAnimation;
animation-fill-mode: forwards;
animation-duration: .4s;
}
@keyframes gridzyItemVisibleToHiddenAnimation {
0% {
opacity: 1;
transform: scale(1);
}
100% {
opacity: 0;
transform: scale(.9);
}
}    .gridzyItem {
opacity: 1;
}
.gridzyItemLoading {
opacity: .3;
box-shadow: inset 0 0 15px -5px #666;
}
.gridzyItemLoading::before {
content: " ";
position: absolute;
left: 50%;
top: 50%;
width: 50px;
height: 50px;
margin: -25px 0 0 -25px;
padding: 0;
z-index: 1;
opacity: 1;
background: none;
border: 2px solid;
border-color: transparent transparent rgb(0, 0, 0) rgb(0, 0, 0);
border-radius: 50%;
outline: none;
animation-duration: 1s;
animation-name: gridzyProgressIndicator;
animation-iteration-count: infinite;
animation-timing-function: linear;
}
@keyframes gridzyProgressIndicator {
0% {
transform: rotate(0deg);
left: 50%;
}
100% {
transform: rotate(360deg);
left: 50%;
}
}
.nikstore-cat-style-three .color-main-cat{
background: #FBF5F3;
height: 100%;
}
.nikstore-cat-style-three .color-main-cat:hover{
background: rgba(255, 0, 0, 0);
}
.nikstore-cat-style-three a{
position: relative;
}
.nikstore-cat-style-three .shop-category{
border-radius: 0;
}
.nikstore-cat-style-three  .cat-grid-img {
width: 100%;
padding: 0;
height: auto;
background: #ff000000;
text-align: left;
box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.nikstore-cat-style-three #gfg h5 , .nikstore-cat-style-three #gfg p{
text-align: left;
}
.nikstore-cat-style-three .shop-category a.cat-button{
display: none;
font-weight: 600;
font-size: 16px;
line-height: 150%;
color: #101010;
background: #fff;
padding: 10px 15px;
border-radius: 20px;
}
.nikstore-cat-style-three .shop-category:hover a.cat-button{
display: block;
}
.nikstore-cat-style-three .shop-category:hover .cat-button-main{
max-height: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.nikstore-cat-style-three .shop-category:hover .cat-style-img-three , .nikstore-cat-style-three .shop-category:hover .cat-style-h5-three , .nikstore-cat-style-three .shop-category:hover .cat-style-p-three {
display: none;
}
.color-main-cat{
padding: 0 20px;
}
.nikstore-cat-style-three  .cat-grid-img img{
width: 60px;
}
.nikstore-cat-style-three  .shop-category h5{
font-weight: 600;
font-size: 26px;
line-height: 140%;
color: #101010;
}
.nikstore-cat-style-three .shop-category p{
font-weight: 400;
font-size: 14px;
line-height: 140%;
color: #717171;
}
.nikstore-cat-style-three .shop-category{
max-height: auto;
}           .bredcrumb-separator{
position: relative;
padding: 0 3px;
}
.nikstore-by-post{
margin-right: 6px;
}
.post-thumb-single .post-thumbnail img{
margin-top: 0px;
}
.nikstore-by-post {
margin-right: 8px;
}
.post-meta ul li span , .post-meta ul li i , .post-meta ul li,
.post-meta ul li a{
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 150%;
text-align: center;
color: #717171;
}
.post-meta ul li i{
font-weight: 300;
}
.nikstore-single-post-bottom{
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom:30px !important;
}
.nikstore-single-post-bottom .nikstore-single-social-button{
margin: 0px 0px;
}
.nikstore-single-post-bottom .nikstore-single-social-button li a{
line-height: 1;
padding: 11px 13px;
border-radius: 50%;
}
.nikstore-single-post-bottom  .nikstore-single-post-tag-box a{
border-radius: 3px;
padding: 5px 10px;
background: #F5F5F5;
color: #717171;
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 1;
transition:all .2s;
}
.nikstore-single-post-bottom .nikstore-single-post-tag-box a:hover{
background:#FF7D62;
color:#fff;
}
.nikstore-single-post-bottom ul.social_list-style-two{
column-gap:10px;
}
.nikstore-single-post-bottom  .nikstore-single-post-tag-box span{
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 150%;
color: #1A1D3E;
margin-right: 10px;
text-transform: capitalize;
}
.nikstore-single-post-bottom .nikstore-post-social span{
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 150%;
color: #1A1D3E;
margin-right: 10px;
text-transform: capitalize;
}
.nikstore-single-post-bottom .nikstore-post-social{
display: flex;
align-items: center;
}
.nikstore-single-post-bottom{
padding: 16px 0!important;
border-top: 1px solid #E7E7E7;
border-bottom: 1px solid #E7E7E7;
}
.nikstore-content-post {
padding: 0px 0!important;
}
.nikstore-main-body .post-thumb-single{
padding-bottom: 28px;
width: 100%;
float: left;
margin-top: 10px;
border-radius: 6px;
}
.nikstore-main-body .post-thumb-single img{
border-radius: 6px;
}
.nikstore-main-body{
padding-bottom: 0!important;
}
.nikstore-single-social-button .facebook{
background-color: #4A6EA9;
}
.nikstore-single-social-button .twitter{
background-color: #1DA1F2;
}
.nikstore-single-social-button .twitter:hover{
background-color: #3cb5ff;
}
.nikstore-single-social-button .pinterest{
background-color: #E60023;
}
.nikstore-single-social-button .pinterest:hover{
background-color: #ff3f5c;
}
.nikstore-single-social-button .linkedin:hover{
background-color: #25b4ff;
}
.nikstore-single-social-button .linkedin{
background-color: #0077B5;
}
.nikstore-single-social-button i{
color: #fff;
}
.nikstore-single-content-bd{
display: flex;
gap: 39px;
}
.nikstore-single-custom-container{
width: 1293;
}
.comment-reply-title{
padding-top: 0;
font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 26px;
line-height: 140%;
color: #060728;
}
.nikstore-bottom-content textarea , .nikstore-bottom-content input[type="text"]{
background: #fff;
}
.nikstore-by-post-start{
margin-left: 7px;
}
.nikstore-post-meta-style ul li{
margin-right: 7px;
}
.nikstore-post-meta-style {
display: flex;
margin: 0 0;
}
.tctz-default-meta h1{
text-align: left;
}
.tctz-post-excerpt {
text-align: left;
}
.tctz-post-excerpt{
margin-top: 7px;
}
.tctz-default-thm-blog{
border: 1px solid #D9D9D9;
padding: 7px;
}
.tctz-default-thm-blog-inner{
align-items: center;
}
@media screen and (max-width: 980px) {
.nikstore-single-content-bd{
display: block;
}
}
.nikstore-contuct-from select{
width:100%;
}
.nikstore-contuct-from i.iconly-Message{
right: 10px;
left: auto;
}
.nikstore-contuct-from  input{
background: #F5F5F5;
border-radius:0;
}
select{
background-color: #F5F5F5;
}
.nikstore-contuct-from input[type="submit"]{
background:#FF7246;
margin-top: 10px;
font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 150%;
text-align: center;
letter-spacing: 0.05em;
text-transform: uppercase;
color: #FFFFFF;
}
.nikstore-contuct-from textarea{
border:none;
background-color: #F5F5F5;
border-radius:0px;
}
.nikstore-contuct-from .bottom-form-contuctfrom {
margin-bottom: 10px;
}
.nikstore-author-widget img{
width: 100%;
}
.nikstore-author-widget p{
padding-top: 23px;
}
.error-404 h1{
font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 264px;
line-height: 100%;
text-align: center;
text-transform: uppercase;
color: #000000;
}
.page-title-404{
font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 44px;
line-height: 130%;
text-align: center;
color: #000000;}
.error-404 p{
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 150%;
text-align: center;
color: #717171;}
.error-404 a{
background-color: #FF7246;
}
.nikstore-page-main-content-404{
background-color: #F5F5F5;
}
@keyframes movedelement {
0% {
-webkit-transform: translate(0);
transform: translate(0);
}
25% {
-webkit-transform: translate(10px, 10px);
transform: translate(10px, 10px);
}
50% {
-webkit-transform: translate(5px, 5px);
transform: translate(5px, 5px);
}
75% {
-webkit-transform: translate(10px, -5px);
transform: translate(10px, -5px);
}
to {
-webkit-transform: translate(0);
transform: translate(0);
}
}
@keyframes movedelement2 {
0% {
-webkit-transform: translate(0);
transform: translate(0);
}
25% {
-webkit-transform: translate(-10px, -10px);
transform: translate(-10px, -10px);
}
50% {
-webkit-transform: translate(-5px, -5px);
transform: translate(-5px, -5px);
}
75% {
-webkit-transform: translate(-10px, 5px);
transform: translate(-10px, 5px);
}
to {
-webkit-transform: translate(0);
transform: translate(0);
}
}
@keyframes movedelement3 {
0% {
-webkit-transform: translate(0);
transform: translate(0);
}
25% {
-webkit-transform: translate(-8px, -8px);
transform: translate(-8px, -8px);
}
50% {
-webkit-transform: translate(-15px, -15px);
transform: translate(-15px, -15px);
}
75% {
-webkit-transform: translate(-8px, 8px);
transform: translate(-8px, 8px);
}
to {
-webkit-transform: translate(0);
transform: translate(0);
}
}
@keyframes alltuchtopdown {
0% {
-webkit-transform: rotateX(0deg) translateY(0px);
-moz-transform: rotateX(0deg) translateY(0px);
-ms-transform: rotateX(0deg) translateY(0px);
-o-transform: rotateX(0deg) translateY(0px);
transform: rotateX(0deg) translateY(0px);
}
50% {
-webkit-transform: rotateX(0deg) translateY(-20px);
-moz-transform: rotateX(0deg) translateY(-20px);
-ms-transform: rotateX(0deg) translateY(-20px);
-o-transform: rotateX(0deg) translateY(-20px);
transform: rotateX(0deg) translateY(-20px);
}
100% {
-webkit-transform: rotateX(0deg) translateY(0px);
-moz-transform: rotateX(0deg) translateY(0px);
-ms-transform: rotateX(0deg) translateY(0px);
-o-transform: rotateX(0deg) translateY(0px);
transform: rotateX(0deg) translateY(0px);
}
}
.image-404-one{
animation: alltuchtopdown 5s linear infinite;
position: absolute;
left: 9%;
top: 7%;
}
.image-404-two{
animation: movedelement2 5s linear infinite;
position: absolute;
right: 9%;
top: 7%;
}
.nikstore-page-main-content-404{
position: relative;
}
.image-404-three{
animation: movedelement3 5s linear infinite;
position: absolute;
right: 9%;
top: 66%;
}
.image-404-four{
position: absolute;
left: 0px;
bottom: 0;
}
.nikstore-404-page{
height: 100vh;
}
.nikstore-page-main-content-404{
padding: 0!important;
}
.imga-404-box{
padding-top: 100px;
}
.nikstore-breadcrumb .breadcrumb{
align-items: center;
}
.nikstore-faq input[type="text"] , .nikstore-faq textarea{
background-color: #fff!important;
box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.03);
border-color: #ffffff00;
}
.nikstore-faq textarea {
width: 98%;
}
.nikstore-single-social-button li{
padding: 8px 14px;
border-radius: 50%;
cursor: pointer;
width:44px;
height:44px;
}
.saasplate-accordion-style-two .saasplate-accordion-item{
margin-bottom:0;
position:relative;
border-left:2px solid rgb(43 47 62 / 10%);
padding:20px;
}
.saasplate-accordion-item{
margin-bottom:24px;
}
.saasplate-accordion-style-two .accordion__body{
background:transparent !important;
}
.saasplate-accordion-style-two .saasplate-accordion-item.active{
border-left-color:#2B2F3E;
}
.saasplate-accordion-style-two .saasplate-accordion-item:after{
content: "";
width: 95%;
height: 1px;
background: rgb(43 47 62 / 10%);
position: absolute;
left: 20px;
bottom: 0;
}
.saasplate-accordion-style-two .accordion__body__contents{
padding:10px 0 0;
}
.saasplate-accordion-style-two .accordion-header,
.saasplate-accordion-style-two .accordion__item.active .accordion-header{
background:transparent !important;
color:#2B2F3E;
padding:0;
}
.saasplate-accordion-style-two  .accordion__item > .accordion-header:after{
display:none !important;
}
.saasplate-accordion-style-two .saasplate-accordion-item:first-child{
padding-top:0;
}
.saasplate-accordion-style-two .saasplate-accordion-item:last-child{
padding-bottom:0;
}
.saasplate-accordion-style-two .saasplate-accordion-item:last-child:after{
display:none;
}
#accordion-panel-header .accordion-section-title:before {
content: "\2191";
font-family: Zeroicons-Line;
}
#accordion-panel-saasplate_studio .accordion-section-title:before {
content: "\2a33";
font-family: Zeroicons-Line;
}
#accordion-panel-saasplate_typgraphy .accordion-section-title:before {
content: "\1f6c8";
font-family: Zeroicons-Line;
}
#accordion-panel-saasplate_footer .accordion-section-title:before {
content: "\2193";
font-family: Zeroicons-Line;
}
#accordion-panel-saasplate_product .accordion-section-title:before {
content: "\1f4c2";
font-family: Zeroicons-Line;
}
#accordion-panel-saasplate_template .accordion-section-title:before {
content: "\25a6";
font-family: Zeroicons-Line;
}
#accordion-panel-saasplate_other_template .accordion-section-title:before {
content: "\2630";
font-family: Zeroicons-Line;
}
#accordion-panel-white_label .accordion-section-title:before {
content: "\1f533";
font-family: Zeroicons-Line;
}
#accordion-section-custom_css .accordion-section-title:before {
content: "\270f";
font-family: Zeroicons-Line;
}
#accordion-section-themes {
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd!important;
background-repeat: no-repeat;
background-position: center;
background-color: #fff;
}
#accordion-section-themes h3 {
opacity: 0;
}
#accordion-section-themes h3 button {
display: none;
margin: 0!important;
}
#accordion-panel-other_options_extra .accordion-section-title:before {
content: "\26c9";
font-family: Zeroicons-Line;
}
.accordion-section .accordion-section-title:before {
font-weight: 400!important;
font-size: 16px!important;
opacity: .75!important;
}
.active.accordion__item .accordion-header{
border-bottom-left-radius:0;
border-bottom-right-radius:0;
}
.saasplate-accordion-item{
margin-bottom:24px;
} .elementor-gradient-control-field{
flex-wrap:wrap;
}
.saasplate-accordion-item{
margin-bottom:24px;
}
.accordion-header,
.accordion__body {
background: white;
}
.accordion-header {
padding: 1.5em 1.5em;
background: #F2F6F9;
color: white;
cursor: pointer;
font-size: 1em;
transition: all .3s;
color:#1B3C74;
}
.active.accordion__item .accordion-header{
border-bottom-left-radius:0;
border-bottom-right-radius:0;
}
.accordion-header:hover {
background: #2BA7FF;
color:#ffffff;
position: relative;
z-index: 5;
}
.accordion__body {
background: #fcfcfc;
color: #353535;
display: none;
border-radius:4px;
}
.active.accordion__item .accordion__body{
border-radius: 0;
}
.accordion__body__contents {
padding: 1.5em 1.5em;
font-size: .85em;
}
.accordion__item.active:last-child .accordion-header {
border-radius: none;
}
.accordion:first-child > .accordion__item > .accordion-header {
border-bottom: 1px solid transparent;
}
.accordion > .accordion__item:last-child{
border-bottom:none;
}
.accordion__item > .accordion-header:after {
content: "\ea13";
font-family: remixicon;
float: right;
position: relative;
top: -2px;
transition: .3s all;
color: #2B2F3E;
background: #F0F1F5;
width: 40px;
height: 40px;
font-size: 24px;
line-height: 40px;
text-align: center;
border-radius: 50%;
}
.accordion__item.active > .accordion-header:after {
content: "\ee4a";
}
.accordion__item.saasp-stone-icon-type-two > .accordion-header:after{
content: "\ea13";
background:transparent;
}
.accordion__item.saasp-stone-icon-type-two.active > .accordion-header:after {
content: "\f1af";
}
.accordion__item:hover > .accordion-header:after{
}
.accordion__item.active .accordion-header {
background: #2BA7FF;
color:#ffffff;
}
.accordion__item .accordion__item .accordion-header {
background: #f1f1f1;
color: #353535;
}
.saasplate-accordion-style-two .saasplate-accordion-item{
margin-bottom:0;
position:relative;
border-left:2px solid rgb(43 47 62 / 10%);
padding:20px;
}
.saasplate-accordion-style-two .accordion__body{
background:transparent !important;
}
.saasplate-accordion-style-two .saasplate-accordion-item.active{
border-left-color:#2B2F3E;
}
.saasplate-accordion-style-two .saasplate-accordion-item:after{
content: "";
width: 95%;
height: 1px;
background: rgb(43 47 62 / 10%);
position: absolute;
left: 20px;
bottom: 0;
}
.saasplate-accordion-style-two .accordion__body__contents{
padding:10px 0 0;
}
.saasplate-accordion-style-two .accordion-header,
.saasplate-accordion-style-two .accordion__item.active .accordion-header{
background:transparent !important;
color:#2B2F3E;
padding:0;
}
.saasplate-accordion-style-two  .accordion__item > .accordion-header:after{
display:none !important;
}
.saasplate-accordion-style-two .saasplate-accordion-item:first-child{
padding-top:0;
}
.saasplate-accordion-style-two .saasplate-accordion-item:last-child{
padding-bottom:0;
}
.saasplate-accordion-style-two .saasplate-accordion-item:last-child:after{
display:none;
}
.accordion__body__contents ul{
margin:0;
padding:0;
list-style: none;
}
.marquee--item{
width:auto;
margin-right:40px;
float: left;
-webkit-transform: translateY(25px);
-ms-transform: translateY(25px);
transform: translateY(25px);
-webkit-transition: all 280ms linear 0ms;
-o-transition: all 280ms linear 0ms;
transition: all 280ms linear 0ms;
}
.marquee--item--cl{
width:110px;
margin-right:20px;
float: left;
-webkit-transform: translateY(25px);
-ms-transform: translateY(25px);
transform: translateY(25px);
-webkit-transition: all 280ms linear 0ms;
-o-transition: all 280ms linear 0ms;
transition: all 280ms linear 0ms;
}
.review-cl-logo-wraper img{
max-width:180px !important;
}
.patinets-single-review-st03,
.patinets-single-review-st04{
min-height:auto;
}
@media(min-width:1300px){
.patinets-single-review-st03{ }
.review-cl-logo-wraper {
margin-bottom: 34px !important;
}
.marquee--item{
width:auto;
}
}
.nikstore-sliders-style-three .offer-banner {
position: absolute;
padding: 54px 60px;
}
.nikstore-sliders-style-three .offer-banner-style{
clip-path: polygon(100% 50.52%, 87.56% 60.49%, 93.04% 75.45%, 77.29% 77.86%, 74.55% 93.56%, 59.7% 87.77%, 49.48% 100%, 39.51% 87.56%, 24.55% 93.04%, 22.14% 77.29%, 6.44% 74.55%, 12.23% 59.7%, 0% 49.48%, 12.44% 39.51%, 6.96% 24.55%, 22.71% 22.14%, 25.45% 6.44%, 40.3% 12.23%, 50.52% 0%, 60.49% 12.44%, 75.45% 6.96%, 77.86% 22.71%, 93.56% 25.45%, 87.77% 40.3%);
}
.nikstore-sliders-style-three .offer-banner-top{
background: antiquewhite;
position: absolute;
top: 44%;
left: 54%;
z-index: 11;
clip-path: polygon(100% 50.52%, 87.56% 60.49%, 93.04% 75.45%, 77.29% 77.86%, 74.55% 93.56%, 59.7% 87.77%, 49.48% 100%, 39.51% 87.56%, 24.55% 93.04%, 22.14% 77.29%, 6.44% 74.55%, 12.23% 59.7%, 0% 49.48%, 12.44% 39.51%, 6.96% 24.55%, 22.71% 22.14%, 25.45% 6.44%, 40.3% 12.23%, 50.52% 0%, 60.49% 12.44%, 75.45% 6.96%, 77.86% 22.71%, 93.56% 25.45%, 87.77% 40.3%, 100% 50.52%, 87.56% 60.49%, calc(87.56% - 4.51px) calc(60.49% - 1.26px), calc(100% - 6px) calc(50.52% - 0.06px), calc(87.77% - 4.53px) calc(40.3% - -1.16px), calc(93.56% - 5.23px) calc(25.45% - -2.95px), calc(77.86% - 3.34px) calc(22.71% - -3.27px), calc(75.45% - 3.05px) calc(6.96% - -5.16px), calc(60.49% - 1.26px) calc(12.44% - -4.51px), calc(50.52% - 0.06px) calc(0% - -6px), calc(40.3% - -1.16px) calc(12.23% - -4.53px), calc(25.45% - -2.95px) calc(6.44% - -5.23px), calc(22.71% - -3.27px) calc(22.14% - -3.34px), calc(6.96% - -5.16px) calc(24.55% - -3.05px), calc(12.44% - -4.51px) calc(39.51% - -1.26px), calc(0% - -6px) calc(49.48% - -0.06px), calc(12.23% - -4.53px) calc(59.7% - 1.16px), calc(6.44% - -5.23px) calc(74.55% - 2.95px), calc(22.14% - -3.34px) calc(77.29% - 3.27px), calc(24.55% - -3.05px) calc(93.04% - 5.16px), calc(39.51% - -1.26px) calc(87.56% - 4.51px), calc(49.48% - -0.06px) calc(100% - 6px), calc(59.7% - 1.16px) calc(87.77% - 4.53px), calc(74.55% - 2.95px) calc(93.56% - 5.23px), calc(77.29% - 3.27px) calc(77.86% - 3.34px), calc(93.04% - 5.16px) calc(75.45% - 3.05px), calc(87.56% - 4.51px) calc(60.49% - 1.26px), calc(100% - 6px) calc(50.52% - 0.06px));
width: 220px;
height: 222px;
}   .nikstore-sliders-style-three .offer-banner{
z-index: 12;
}
.nikstore-sliders-style-three h4 , .nikstore-sliders-style-three h1 , .nikstore-sliders-style-three h2, .nikstore-sliders-style-three h3 , .nikstore-sliders-style-three h5 , .nikstore-sliders-style-three h6 , .nikstore-sliders-style-threep{
margin-bottom: 0;
font-style: normal;
font-weight: 600;
font-size: 48px;
line-height: 100%;
color: #FFFFFF;
}
.nikstore-sliders-style-three  .flickity-page-dots{
display: grid;
left: 40px;
bottom: 50%;
}
.nikstore-sliders-style-three  .flickity-page-dots .dot:after{
color: #10101033;
}
.nikstore-sliders-style-three .flickity-page-dots li.is-selected {
border-color: #de7e54 !important;
}
.nikstore-sliders-style-three  .flickity-page-dots li.is-selected:after {
color: #FF7246 !important;
}
.nikstore-cat-style-four .shop-category{
height: auto;
}
.nikstore-cat-style-four  .cat_main{
padding: 10px 0;
}
.nikstore-cat-style-four .nikstore-cat-grid-col-style {
border-right: 1px solid #D6653422;
}
.nikstore-cat-style-four .nikstore-cat-grid-col-style:last-child{
border-right: none;
}
.nikstore-tab-style-six .trending-product-sport-img{
margin-bottom: 0px;
}
@media (min-width: 1600px){
.main-carosol-style-three .swiper-slide {
width: 24%;
transform: translateX(-231%);
}
}
.product-carosal-top-style .section-heading p{
padding-bottom: 10px;
margin-bottom: 0;
}
.tab-content .trending-product-sport-img , .nikstore-product-carousel-style-three .trending-product-sport-img{
margin-bottom: 0px!important;
}
.clientthumbmySwiper{
padding-bottom: 50px;
margin-top: -41px;
}
#nikstore-review-slider-swipe-three .client-name{
margin-bottom: 0;
}
#clientthumbmySwiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active img{
border: none;
}
#clientthumbmySwiper .swiper-wrapper .swiper-slide{
text-align: center;
display: flex;
justify-content: center;
flex-wrap: wrap;
}
#clientthumbmySwiper {
margin: 0 40%;
}
.nikstore-single-blog .link-post{
display: flex;
align-items: center;
gap: 5px;
}
.marquee-info{
display: flex;
align-items: center;
}
.marquee-info{
display: flex;
align-items: flex-start;
gap: 10px;
}
.marquee-info h5{
margin-bottom: 0;
}
.marquee--item{
margin-right: 0;
}
.product-style-bottom{
display: flex;
justify-content: space-between;
align-items: inherit;
}
.product-style-bottom .add-to-cart-option{
}
.nikstore-woo-product-style-six:hover .product-style-bottom .left-cat-style .sell-pro-price {
display: none;
}
.nikstore-woo-product-style-six:hover .product-style-bottom .left-cat-style .add-to-cart-option{
display: block;
}
.nikstore-woo-product-style-six .product-style-bottom .left-cat-style .sell-pro-price {
display: block;
}
.left-cat-style .add-to-cart-option {
display: none;
}
.nikstore-woo-product-style-six .add-to-cart-option a{
display: flex;
gap: 10px;
align-items: center;
}
.counter-style-one .weekly-offer-timeline{
gap:8px;
}
.counter-style-one .weekly-offer-timeline .nikstore-count-value.item {
background: transparent;
padding: 0;
}
.counter-style-one .weekly-offer-timeline .separator{
display: none;
}
.nikstore-cat-carousel-item-One_style .category-list{
padding: 0;
position: relative;
display: flex;
justify-content: center;
align-items: center;
}
.nikstore-cat-carousel-item-One_style .category-list img{
margin-bottom: 0;
width: 100%;
}
.nikstore-cat-carousel-item-One_style .category-list P{
position: absolute;
color: #fff;
display: none;
}
#nikstore-cat-carousel-box .nikstore-swiper-button-prev,
#nikstore-cat-carousel-box .nikstore-swiper-button-next{
display: inline-block;
width: 40px;
height: 40px;
border: 2px solid #FFFFFF;
text-align: center;
line-height: 40px;
background: transparent;
color: #fff;
transition: all .2s;
border-radius:0 !important;
}
#nikstore-cat-carousel-box .nikstore-swiper-button-prev:hover,
#nikstore-cat-carousel-box .nikstore-swiper-button-next:hover{
background:#fff;
color:#101010;
}
#nikstore-cat-carousel-box .nikstore-array-style{
margin-top:50px;
}
.nikstore-cat-carousel-item-One_style a:hover .category-list P{
display: block;
}
.nikstore-cat-carousel-item-One_style a:hover .category-list::before{
content: "";
width: 100%;
height: 100%;
position: absolute;
display: block;
background-color: #10101030;
}
.nikstore-array-style .nikstore-swiper-button-prev , .nikstore-array-style .nikstore-swiper-button-next {
position: relative;
}
.nikstore-array-style .nikstore-swiper-button-prev i, .nikstore-array-style .nikstore-swiper-button-next i{
position: absolute;
top: 50%;
left: 29%;
line-height: 0;
}
.nikstore-blog-meta-style-two{
position: absolute;
top: 16px;
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 150%;
color: #FFFFFF;
background: #eed9e7;
left: 16px;
padding: 5px 10px;
}
.nikstore-blog-meta-style-two .meta-date{
display: flex;
gap: 9px;
}
.nikstore-single-blog{
position: relative;
}
.blog-ev-dm7-titlebox h4 , .blog-ev-dm7-titlebox p{
padding: 00;
margin: 0;
}
.link-blog-dm7{
text-align: center;
}
.link-blog-dm7 a{
padding: 10px 30px;
display: inline-block;
}
.blog-style-uneven-content-dm7{
margin-top: 54px;
}      .nikstore-futere-style-two-banner a{
padding: 20px;
}
.nikstore-futere-style-two-banner h2{
margin-bottom: 10px;
}
.nikstore-futere-style-two-banner h3{
margin-bottom: 15px;
}
.nikstore-futere-style-two-banner p{
margin-bottom: 0;
padding: 25px 0px 57px 0;
}
.recommend-product-grid-v6-feture-row  .justify-content-between .prodict-title h4{
text-align: left;
}
.trending-cart-st1-btn {
bottom: 30px;
width: 80%;
left: 10%;
}
.nikstore-style-eight-bottom .pro-reviews{
justify-content: flex-end;
}
.nikstore-style-eight-bottom .pro-reviews{
justify-content: end!important;
}
.main-cat-img-style-nine{
display: flex;
align-items: end;
justify-content: center;
}
.main-cat-img-style-nine .style-main{
display: none;
}
.main-cat-img-style-nine:hover .style-main{
display: block;
}
.main-cat-img-style-nine .style-main{
position: absolute;
width: 80%;
}
.main-cat-img-style-nine .style-main a{
display: flex;
background: white;
margin-bottom: 15px;
align-items: center;
justify-content: center;
gap: 6px;
padding: 10px 0px;
}
.main-cat-img-style-nine .style-main h5 , .main-cat-img-style-nine .style-main p{
margin-bottom: 0;
font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 150%;
text-align: center;
color: #1A1D3E;
}
.video-icon-canvas .text-roted svg{
height: auto;
width: 100%;
}
.rev-carousel-four #clientthumbmySwiper{
max-width: 100%;
margin: 0 0;
overflow: visible;
}
.rev-carousel-four #clientthumbmySwiper{
width: 80%;
align-items: center;
justify-content: center;
margin: 0 auto;
padding-bottom: 0;
display: flex;
}
.rev-carousel-four #clientthumbmySwiper .swiper-wrapper {
width: 100%;
align-items: center;
justify-content: space-around;
margin: 0 auto;
padding-bottom: 0;
gap:30px;
}
.rev-carousel-four #clientthumbmySwiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active img {
border: 1px solid #FDC330;
padding: 11px;
}
.rev-carousel-four .nikstore-swiper-button-next-review {
right: auto;
left: 111px;
bottom: 11%;
top: auto;
}
.rev-carousel-four  .nikstore-swiper-button-prev-review{
right: auto;
left: 52px;
bottom: 11%;
top: auto;
}
.rev-carousel-four{
padding-top: 27px;
overflow:hidden;
}
.rev-carousel-four .client-single-quote p{
text-align: left;
}
.rev-carousel-four .client-single-quote {
text-align: right;
background: #F5F5F5;
}
.rev-carousel-four  .nikstore-swiper-button-next-review , .rev-carousel-four .nikstore-swiper-button-prev-review{
background-color: #2D826A;
}
.rev-carousel-four  .nikstore-swiper-button-next-review:hover , .rev-carousel-four .nikstore-swiper-button-prev-review:hover{
background-color: #fff;
color: #000;
box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
}
.rev-carousel-four .client-name{
font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 150%;
text-align: center;
color: #1A1D3E;
margin-bottom: 0;
margin-top: 20px;
}
.rev-carousel-four  .client-name-dg{
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 150%;
text-align: center;
color: #717171;
margin-bottom: 0;
}
.rev-carousel-four #clientthumbmySwiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .name-title{
display: block;
}
.rev-carousel-four #clientthumbmySwiper .name-title{
display: none;
position: absolute;
margin-top: 175px;
}
.rev-carousel-three {
background: #ffffff;
}
.rev-carousel-four .client-single-quote p.client-name{
font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 32px;
line-height: 130%;
color: #1A1D3E;
}
.rev-carousel-four .client-single-quote p.quote-text{
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 22px;
line-height: 150%;
color: #717171;
}
.rev-carousel-three #clientthumbmySwiper .name-title
{
display: none;
}
.top-main-carosol-style-three .trending-cart-st1-btn.nikstore-product-style-btn-nine , .top-main-carosol-style-three .producticons{
display:none;
}   .top-main-carosol-style-three .product-carosal-top-style .align-items-center .col-lg-4{
text-align: center;
margin: 0 auto;
}
.top-main-carosol-style-three .nikstore-swiper-button-prev , .top-main-carosol-style-three .nikstore-swiper-button-next{
display: inline-block;
width: 40px;
height: 40px;
border: 2px solid var(--main-text-color);
text-align: center;
line-height: 40px;
background: var(--main-text-color);
color: #fff;
transition: all .2s;
}
.top-main-carosol-style-three .nikstore-swiper-button-next{
position: absolute;
right: -65px;
top: 50%;
}
.top-main-carosol-style-three .nikstore-swiper-button-prev {
position: absolute;
left: -70px;
top: 50%;
}
.nikstore-blog-meta-style-three span{
margin-right: 0px!important;
}
.nikstore-blog-meta-style-three p{
margin-bottom: 0;
}
.nikstore-product-carousel-style-three .swiper-slide{
transform: translateX(-215%);
}
.nikstore-single-post-body .post-title {
text-align: center;
font-size: 48px;
line-height: 1.3;
margin: 0;
}
.nikstore-single-post-body .post-meta ul {
display: flex;
justify-content: center;
}
.nikstore-single-post-body img{
border-radius:4px;
}
.page-title-delimiter{
display: block;
background: #101010;
height: 3px;
margin: 20px auto 20px;
width: 70px;
border-radius: 3px;
}
@media screen and (max-width: 980px){
.nikstoreclienttestimonialfour .row{
flex-direction: column-reverse;
}
.nikstoreclienttestimonialfour .name-title {
width: 150px;
top: -102px;
left: -31px;
}
}
.nikstore-futere-style-two-banner {
background-color: #FFD15E;
padding: 66px 30px;
}
.nikstore-futere-style-two-banner h2{
font-family: 'Anton';
font-style: normal;
font-weight: 400;
font-size: 52px;
line-height: 150%;
text-transform: uppercase;
color: #101010;
}
.nikstore-futere-style-two-banner h3{
font-family: 'Anton';
font-style: normal;
font-weight: 400;
font-size: 52px;
text-transform: uppercase;
-webkit-text-stroke-width: 1px;
stroke-width: 1px;
-webkit-text-stroke-color: #FFFFFF;
stroke: #FFFFFF;
}
.nikstore-futere-style-two-banner p{
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
color: #101010;
}
.nikstore-futere-style-two-banner a{
background: black;
color: #ffffff;
padding: 15px 30px;
}
.blog-ev-dm7-titlebox h4{
font-family: 'Anton';
font-style: normal;
font-weight: 400;
font-size: 52px;
line-height: 78px;
color: #101010;
}
.blog-ev-dm7-titlebox p{
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
text-align: center;
color: #717171;
}
.nikstore-sliders-style-one::before{
left: calc((100% - 50%) - 48px);
}
.nikstore-sliders-style-one .flickity-prev-next-button.previous{
left: calc((100% - 50%) - 43px);
}
.nikstore-sliders-style-one .flickity-prev-next-button.next{
right: auto;
left: calc((100% - 50%) - 0px);
}
.products-tab-list li button:hover{
border-radius: 0;
}
.products-tab-list li button.active{
border-radius: 0;
}
.nikstore-list-product-style-two { }
.nikstore-list-product-style-two .nikstore-list-wc-style-two{
padding: 0px 10px 0px 13px;
}
.add-to-cart-green-btn-sty-two a span{
display: none;
}
.nikstore-sliders-style-one .nikstoreSlider_box {
padding-bottom: 30px;
}
.nikstore-sliders-style-one::before {
bottom: 0px; }
@media only screen and (max-width: 959px) and (min-width: 720px){
.custom-cat-grid-st2-single-one{
border-bottom: 1px solid #E7E7E7;
}
.custom-cat-grid-st2-single-two{
border-top: 1px solid #E7E7E7;
}
.custom-cat-grid-st2-singleone{
display: flex!important;
text-align: center;
justify-content: center;
align-items: center;
gap: 27px;
text-align: start!important;
justify-content: center;
}
.custom-cat-grid-st2-singleone .nickstore_grid_list {
padding-top: 0px!important;
}
.nikstore-product-style-nine{
margin-top: 15px;
}
}
@media only screen and (max-width: 719px){
.nikstore-cat-block-grid .row .custom-cat-grid-st2-single:last-child{
border-bottom: 1px solid #E7E7E7;
}
.custom-cat-grid-st2-single .row .custom-cat-grid-st2-single:first-child{
border-top: 1px solid #E7E7E7;
}
.nikstore-cat-block-grid{
padding: 0px 12px!important;
border:none;
}
.nikstore-cat-block-grid .c-l {
border-left: none!important;
}
.nikstore-cat-block-grid .c-r {
border-right: 1px solid #E7E7E7!important;
}
.custom-cat-grid-st2-singleone{
display: flex!important;
text-align: center;
justify-content: left;
align-items: center;
gap: 27px;
text-align: start!important;
padding-left: 29px!important;
}
.nikstore-product-style-nine{
margin-top: 15px;
}
}   .accordion-header{
padding: 0em 0em;
}
.accordion-button:not(.collapsed) {
color: #FF7246;
background-color: #fffaf8;
}
.nikstore-tab-style-one .padding-iso-pro-non-filter-content:nth-child(1) .trending-products-v6-single {
}
.nikstore-tab-style-one .padding-iso-pro-non-filter-content:nth-child(2) .trending-products-v6-single {
}
.nikstore-tab-style-one .padding-iso-pro-non-filter-content:nth-child(3) .trending-products-v6-single {
}
.nikstore-tab-style-one .padding-iso-pro-non-filter-content:nth-child(4) .trending-products-v6-single , .nikstore-tab-style-one .padding-iso-pro-non-filter-content:nth-child(5) .trending-products-v6-single {
}
.nikstore-list-wc-style-two .tranding-style-product{
padding: 13px 0;
}
.nikstore-list-wc-style-two .trending-products-sport .trending-product-sport-img{
width: 35%;
}
.nikstore-list-wc-style-two .trending-products-sport .product-content-carosol-one{
width: 62%;
}
.nikstore-list-wc-style-two:hover img {
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
.nikstore-list-wc-style-two .sell-pro-price{
margin-bottom: 1px;
}
.nikstore-tab-style-one .tooltip , .nikstore-woo-product-style-two .tooltip {
display:none;
}
.nikstore-tab-style-one .add_to_cart_button{
display: flex;
gap: 9px;
justify-content: center;
}
.nikstore-tab-style-one .add-to-cart-green-btn{
padding: 0 17px;
}
.mobile--nav-menu::placeholder {
color: red!important;
}
.mobile--nav-menu input[type="text"]{
min-height: 50px!important;
background-color: #95959500;
border: 1px solid #FF7246;
}
.mobile--nav-menu .nikstore-ajax-search-btn span{
display: none;
}
.nikstore-sliders-style-two .container{
max-width: 1584px;
}
.nikstore-woo-product-style-four .trending-products-sport:hover .producticons-sport{
background-color: #fff;
}
.nikstore-woo-product-style-four .trending-products-sport .producticons-sport{
padding-bottom: 0;
bottom: 42.5%;
justify-content: flex-end;
}
.nikstore-woo-product-style-four .tooltip{
transform: rotate(90deg);
left: -25px;
top: -58px!important;
}
.nikstore-woo-product-style-four .tooltip , .fetured-style-new .tooltip, .fetured-style-middol .tooltip{
display:none;
}
.nikstore-woo-product-style-four  .tooltip.left::before{
left: 95%!important;
bottom: 9px;
transform: rotate(90deg);
}
.nikstore-woo-product-style-four .producticons-sport a:hover{
color:#000000;
}
.nikstore-woo-product-style-four .product-content{
padding-top: 10px;
}
.nikstore-featured-style-one .trending-product-sport-img a{
width: auto;
height: 228px;
display: flex;
align-items: center;
}
.fetured-style-new .producticons-sport{
opacity:0;
transition: all 1s cubic-bezier(.19, 1, .22, 1);
transform: translateY(20px);
gap:2px !important
}
.fetured-style-middol  .trending-products-sport:hover  .producticons-sport{
background: #1A1D3E;
padding: 4px 0;
}
.fetured-style-new  .trending-products-sport:hover  .producticons-sport {
opacity:1;
background: #1A1D3E;
padding: 2px 0;
display: flex;
transform: translateY(0px);
}
.fetured-style-new  .trending-products-sport .xpc-loading-circle{
background:transparent;
}
.fetured-style-new .producticons-sport a, .fetured-style-middol .producticons-sport a{
color:#fff;
}
.fetured-style-new .trending-products-sport:hover .producticons-sport{
top: 51.9%;
bottom: auto;
}
.nikstore-list-product-style-three .nikstore-list-wc-style-two .tranding-style-product , .nikstore-list-product-style-three .nikstore-list-wc-style-two{
padding: 0;
}
.nikstore-list-product-style-three .tranding-style-product{
gap:13px;
}
.nikstore-list-product-style-three  .nikstore-list-wc-style-two .trending-products-sport .trending-product-sport-img{
width: 40%;
display: flex;
align-content: center;
justify-content: center;
}
.nikstore-list-product-style-three .nikstore-list-wc-style-two .product-content{
width: 60%;
}
.nikstore-list-product-style-three .nikstore-list-wc-style-two .trending-product-sport-img img{
height: 140px;
}
.search-wrapper svg {
background: #ffffff!important;
border-radius: 50%!important;
}
.shop-category:hover .cat-grid-img img{
transform: scale(1.05);
}
.shop-category .cat-grid-img img{
transition: all 1s ease-out;
}
.nikstore-cat-style-three .cat-button:hover span{
transition: padding 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
padding-left:6px;
}
.nikstore-cat-grid-style-3{
min-height:257px;
}   .nikstore-featured-style-one .fetured-style-new:hover .producticons-sport{
transition: all 1s cubic-bezier(.19, 1, .22, 1);
transition-delay: 0s;
}
.nikstore-cat-style-four .cat-grid-img{
margin-top: 0px;
}
.nikstore-cat-style-four .shop-category h5{
margin-bottom: 6px;
}
.nikstore-cat-style-four .cat_main{
padding-top: 24px;
}
.nikstore-product-icon-list-hvr-style8 .product-cateory{
padding-top: 10px;
}
.top-main-carosol-style-eight .product-carosal-top-style{
padding-left: 0px;
}
.nik-pstyle-8-title{
overflow: hidden;
text-overflow: ellipsis;
}
.custom-from-style-three .col-lg-3{
z-index: 2 ;
margin-top: -43px;
}
.custom-from-style-three  .col-lg-9 i{
position: absolute;
top: 19px;
left: 10px;
color: #717171;
}
.custom-from-style-three input[type="email"]{
background-color: #F5F5F5!important;
padding-left: 43px;
}
.custom-from-style-three  .wpcf7-submit{
margin-left: -79px!important;
background: #f0f8ff00!important;
border-color: #ff000000!important;
margin-bottom: 0!important;
margin-top: 45px!important;
}
.custom-from-style-three  .wpcf7-submit i{
color: #000;
}
ul#primary-menu li:last-child {
border-right: none!important;
}
.nikstore-tab-style-eleven .padding-iso-pro-non-filter-content{
margin-bottom: 36px;
}
.main_custom-from-style-three row{
flex-wrap: nowrap!important;
}
.nik-pstyle-8-title a{
font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 150%;
color: #1A1D3E;
}
.product-content-vs8{
padding-top: 10px;
}
.nikstore-woo-product-style-nine .nikstore-product-icon-list-hvr-style9 > a:hover, .nikstore-woo-product-style-nine .nikstore-product-icon-list-hvr-style9 .quick-view-button > a:hover, .nikstore-woo-product-style-nine .nikstore-product-icon-list-hvr-style9 .woosc-compare-button> a:hover {
background: #101010;
}
.recommend-product-grid-v6-feture-row .nikstore-woo-product-style-nine a{
font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 150%;
color: rgba(255, 255, 255, 0.7);
}
.nikstore-product-style-eight .nikstore-product-icon-list-hvr-style8 > a:hover, .nikstore-product-carousel-style-eight  .nikstore-product-style-eight .nikstore-product-icon-list-hvr-style8 .quick-view-button > a:hover, .nikstore-product-carousel-style-eight  .nikstore-product-style-eight .nikstore-product-icon-list-hvr-style8 .woosc-compare-button> a:hover{
background-color: #2D826A;
}
.custom-from-style-nine input[type="email"]{
padding: 12px 15px!important;
background: #ffffff44!important;
border: 1px solid #ffffff!important;
color: #ffffff!important;
}
.custom-from-style-nine input[type="email"]::placeholder{
color: #ffffff!important;
}
.nikstore-hicon-content[type=button]{
background: #fd604f00!important;
}
.nikstore-hicon-content[type=button]:hover{
background: #fd604f00!important;
}
.nikstore--default--card--item:hover .product-img-vs5 img{
transform: scale(1.1);
}
.trending-products-sport:hover .trending-product-sport-img img{
transform: scale(1.1);
}
.nikstore-list-product-style-three .trending-product-sport-img a{
border-radius: 18px;
}
.nikstore-tab-style-eleven .trending-cart-st1-btn a{
position: absolute;
top: -39px;
}
.nikstore-product-style-eight .nikstore-product-style-eight .nikstore-product-icon-list-hvr-style8 > a:hover{
background-color: #D66534;
}
.stylish-shape-icon-text{
display: inline-flex;
justify-content: center;
align-items: center;
}.sell-pro-price {
margin-bottom: 14px;
}
.trending-products-sport:hover {
}
.nikstore-list-product-style-one .trending-products-sport:hover {
border: none;
}
.nikstore-list-product-style-one .trending-products-sport .product-content {
text-align: left;
}@media screen and (max-width: 767.98px) {
.slider-style-2 {
margin-bottom: 60px;
}
.nikstore-slider2 {
margin-bottom: 30px;
}
.slider2-content h1 {
font-size: 36px;
line-height: 42px;
margin-bottom: 20px;
}
.green-bg-btn a {
padding: 10px 15px;
font-size: 14px;
}
.slider2-content {
padding-left: 30px;
padding-right: 15px;
}
.slider2-img img {
width: 100%;
height: 100%;
}
.nikstore-slider2-small {
height: 260px;
}
.banner-img img {
width: 230px;
height: 250px;
}
.timeline-content {
margin-bottom: 32px;
}
.nikstore-timeline {
margin-bottom: 30px;
}
.winter-spring-content {
margin-bottom: 30px;
}
} @media screen and (min-width: 768px) and (max-width: 991.98px) {
.slider-style-2 {
margin-bottom: 60px;
}
.nikstore-slider2 {
margin-bottom: 30px;
}
.slider2-content h1 {
font-size: 36px;
line-height: 42px;
margin-bottom: 20px;
}
.green-bg-btn a {
padding: 10px 15px;
font-size: 14px;
}
.slider2-content {
padding-left: 30px;
padding-right: 15px;
}
.timeline-content {
margin-bottom: 32px;
}
.nikstore-timeline {
margin-bottom: 30px;
}
.nikstore-slider2-small {
height: 130px;
}
.banner-img img {
width: 100px;
height: auto;
}
.slider2-img img {
width: 100%;
height: auto;
}
.banner-cat h3 {
font-size: 20px;
margin-bottom: 10px;
}
.banner-cat {
margin-left: 25px;
}
} @media screen and (min-width: 992px) and (max-width: 1199.98px) {
.slider2-img img {
width: 100%;
height: 100%;
}
.nikstore-slider2-small {
height: 181px;
}
.banner-img img {
width: 150px;
height: auto;
}
.banner-cat {
margin-left: 30px;
}
.single-special-content h2 {
margin-top: 15px;
}
}
@media (min-width: 991px) {
.comment-reply {
text-align: right;
}
.dm_comment_item .depth-2 {
margin-left: 78px
}
.dm_comment_item .depth-3 {
margin-left: 157px
}
.dm_comment_item .depth-4 {
margin-left: 238px
}
.dm_comment_item .depth-5 {
margin-left: 315px
}
.dm_comment_item .depth-6 {
margin-left: 392px
}
.dm_comment_item .depth-7 {
margin-left: 474px
}
.dm_comment_item .depth-8 {
margin-left: 557px
}
.dm_comment_item .depth-9 {
margin-left: 640px
}
.dm_comment_item .depth-10 {
margin-left: 720px
}
}