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;
}


/* Top Banner */

.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;
}


/* .slider-full {
background: #FBE9E1;
} */

.header-logo-section-st3 {
    position: absolute;
    width: 100%;
    z-index: 99;
}


/* .slider3-img {
width: 100%;
height: 100%;
position: relative;
} */

.layer {
    list-style: none;
}

.bg-circle,
.bg-circle2,
.bg-circle3 {
    list-style: none;
}


/* .slider3-img {
position: static;
top: 10%;
z-index: 5
} */

.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%;
}


/* Timeline Icon */

.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;
}


/* Category Section */

.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 */

.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;
}


/* Products */

.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;
}


/* ******************************************************************************************************************************
            Demo 4
            font-family: 'Oswald', sans-serif;
****************************************************************************************************************************** */

.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-product-sport-img:hover img {
transform: scale(1.1);
transition: all 1s cubic-bezier(.19, 1, .22, 1);
} */

.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: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 {
    /* max-width: 50%;
white-space: nowrap; */
    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: var(--main-color); */
    color: #717171;
}

.product-hotspot__single .content del bdi,
.trending-products-sport .sell-pro-price del,


.product-hotspot__single .content ins bdi {
    color: var(--main-color);
    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;
}


/* ******************************************************************************************************************************
            Demo 5
            font-family: 'Oswald', sans-serif;
****************************************************************************************************************************** */

.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:nth-child(2) {
    padding-bottom: 23px;
    } */



.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);
}


/* ******************************************************************************************************************************
            Demo 6
            font-family: 'Oswald', sans-serif;
****************************************************************************************************************************** */

.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;
}


/* Offer Banner */

.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;
}


/* Testimoniasl */

.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);
}


/* How it Works */

.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(/img/arrow-down.png);
    position: absolute;
    top: 36px;
    right: -21%;
}

.arrow-up::after {
    content: url(/img/arrow-up.png);
    position: absolute;
    right: -21%;
}

.arrow-down,
.arrow-up {
    position: relative;
}


/* Blog Section */

.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-blog-meta span,
.nikstore-blog-meta a {
color: var(--alt-text-color);
} */

.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;
}


/* ==================== CSS Marge ================================================================================================================================ */

.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;
}


/*============================================
Menu CSS
=========================================*/

#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;
}


/* Custom CSS Styles */

#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;
}


/*============================================
Mega Menu CSS
=========================================*/

#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;
}


/*============================================
Accordion CSS
=========================================*/

#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
}


/*============================================
Mobile Burger
=========================================*/

.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;
}

/***********************************************************************************
Search
************************************************************************************/


.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);
    }
}


/******************************************************************************************
Accordion Menu CSS
******************************************************************************************/

#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
}


/******************************************************************************************
Headerstrip CSS
******************************************************************************************/

#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;
}

.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: 7px 15px;
    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);
}


/* Hotspot Product */

@-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;
    /* identical to box height, or 157% */
    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;
}

/* .trading-product-style-one {
padding: 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 {
font-size: 18px;
} */

.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;
}


/* .cat-bdr-top::before {
content: "";
position: absolute;
height: 1px;
top: 97px;
left: 284px;
width: 550px;
z-index: 19;
background-color: #E7E7E7;
} */


/* .custom-cat-grid-st2-single:last-child {
margin-top: 40px;
margin-bottom: 20px;
} */

.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;
}


/* .trending-products-sport .pro-reviews {
padding-top: 12px;
} */



.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%;
}


/* a:visited{
color: #000!important;
} */

.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 .add-to-cart-green-btn-sty-two:hover{
background: #FF7246;
} */

.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;
}


/* .elementor-widget-wrap {
padding: 0!important;
} */

.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;
    font-family: 'Inter';
}

.nice-select.langouseandusd:after {
    right: 0px;
    left: auto;
    top: 35%;
}
.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: 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;
    font-family: 'Inter';
    display: flex;
    align-items: center;
}

.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-family: 'Inter';
    font-weight: 600;
    font-size: 22px;
    color: #1A1D3E;
    column-gap: 5px;
}

.nickstore-woo-single-price {
    margin-right: 68px;
}

.pivoo-single-product-box .product_title {
    margin: 0 3px 28px 0;
}

a.pivoo-review-link.woocommerce-review-link {
    color: #717171;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 16px;
    margin-left: 4px;
    margin-top: -9px;
}

.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;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 50px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 50px;
}
.nikstore__woo-price-and-rating.d-flex {
    max-height: 25px;
}
.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-family: 'Inter';
    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-family: 'Inter';
    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-family: 'Inter';
    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;
}

.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-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 .product-cateory,
.nikstore-product-style-one .prodict-title h4,
.nikstore-product-style-one .pro-reviews,
.nikstore-product-style-one .sell-pro-price {
    text-align: center;
    justify-content: center;
}
.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;
}
.nikstore-common-breadcrumbs.nikstore-woo-breadcumb .container {
    padding-left: 0;
}
.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;
}

/*Jewelry Card image widget Style*/
.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;
}









/*
*** Responsive CSS ***
*/

@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 .single-cat-lft {
        margin: 0 auto;
    }
    .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;
    }
}