/*Subcategory Style Start */
.sub-cat-title {
    margin: 10px 0;
}
.sub-cats-wapper {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    grid-gap: 20px 10px;
}
.sub-cat-box {
    position: relative;
    transition: 0.4s;
    overflow: hidden;
    box-shadow: 0px 0 4px 0px #14141347;
    margin-bottom: 0;
    text-align: center;
}
.sub-cat-box img {
    width: 100%;
}
.sub-cat-box:hover  {
    box-shadow: 0px 0 4px 0px var(--color-primary);
}
.sub-cat-box h3 {
    font-size: 15px;
    text-align: center;
    margin: 10px 0;
    outline: 1px solid #ddd;
    outline-offset: 10px;
    color: #767676;
    font-weight: 500;
    text-transform: capitalize;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sub-cat-box a:hover h3 {
    color: var(--color-primary);
    outline-color: var(--color-primary);
}
.sub-cat-box .hover-action {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: #16243d4d;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transition: all 500ms ease;
    transform: translate3d(0px, -100%, 0px);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100% - 40px);

}
.sub-cat-box:hover .inner .hover-action {
    transform: translate3d(0px, 0, 0px);
}
.hover-action .read-more-btn {
    width: 40px;
    height: 40px;
    background: var(--color-primary);
    color: var(--color-white);
    display: inline-block;
    line-height: 43px;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
}
.sub-category-slider .slide-arrow {
    top: 40%;
}
.sub-category-slider .slide-arrow.prev-arrow {
    left: -35px;
}
.sub-category-slider .slide-arrow.next-arrow {
    right: -35px;
}
.show-morecat { 
    height: 370px; 
    overflow:hidden; 
    padding: 3px 3px 0;
}
.show-more-btn {
    padding-top: 10px;
}
.sub-wapper {
    position: relative;
}
.show-more-btn-shadow {
    background: linear-gradient(180deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.66) 25%,hsla(0,0%,100%,.9) 45%,#fff 80%);
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0.8em;
    opacity: 0;
}
.sub-wapper.show-morecat .show-more-btn-shadow {
    opacity: 1;
    transition-timing-function: linear;
    transition-timing-function: cubic-bezier(0, 0, 1, 1);
}
p.show-more {
    width: fit-content;
    cursor: pointer;
    margin: 0 auto 15px;
    font-size: 17px;
    font-weight: 500;
}
p.show-more i {
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    line-height: 40px;
    text-align: center;
    border-radius: 100px;
    font-size: 20px;
    margin-left: 10px;
}
/*Subcategory Style End Niks */
.prd-wrap {
    margin-bottom: 20px;
    padding: 0 5px;
}
.prd-box {
    height: 100%;
    background: #fff;
    box-shadow: var(--shadow-primary);
    position: relative
}
.prd-box .pimg {
    height: 270px;
    margin: 0 auto;
    padding: 5px;
    text-align: center;
}
.prd-box .pimg img {
    height: 250px;
    object-fit: contain;
    transition: all .5s ease-in-out;
}
.prd-box:hover .pimg img {
    transform: scale(1.03);
    transition: all .5s ease-in-out;
}
.p-variation-list {
    padding: 10px 10px 0;
}
.p-variation-list p:not(:last-child):after {
    display: inline-block;
    content: ',';
    margin: 0 5px 0 2px;
}
.clr-wrap {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    padding: 10px 5px;
}
.clr-wrap .thumb-variation {
    border-radius: 3px;
    width: 40px;
    height: 40px;
    box-shadow: 0px 0px 2px 0px #0000006b;
    overflow: hidden;
    cursor: pointer;
}
.clr-wrap .thumb-variation img {
    max-width: 100%;
    height: auto;
}
.p-desc {
    padding: 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.p-desc .p-title {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    width: 100%;
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 42px;
}
.p-desc .p-title a {
    color: var(--color-heading);
}
.p-desc .p-title a:hover {
    color: #a1d407;
}
.badge-free-ship {
    background-color: green;
    color: #fff;
    padding: 5px 10px;
    line-height: 14px;
    font-size: 14px;
    width: fit-content;
    border-radius: 3px;
    margin: 5px;
}
.price-box {
    text-align: center;
    margin: 10px 0;
}
.price-box .price {
    font-size: 25px;
    color: var(--color-primary);
    font-weight: 500;
}
.mprice-box {
    display: inline-block;
    width: 100%;
}
.mpbox {
    background: linear-gradient(90deg,#a1d40733 25%,#a1d40775 50%);
    background-size: 200% 100%;
    animation: bgslider 2s infinite ease-in-out;
    display: inline-block;
    padding: 2px 10px;
    color: #000;
    border: solid var(--color-primary);
    border-width: 1px 0;
    width: 100%;
}
.mpbox span {
    font-size: 20px;
    font-weight: 600;
}
@keyframes bgslider {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}
.mpbox .member-login {
    color: var(--color-primary);
    font-size: 17px;
    text-decoration: underline;
    text-underline-offset: 8px;
    font-weight: 500;
}
.prd-box .grid-btngrp {
    gap: 10px;
    border-top: 1px solid #ddd;
    padding: 10px 0;
    align-items: center;
    justify-content: center;
}
.pbtn {
    background-color: var(--color-primary);
    text-transform: capitalize;
    padding: 4px 10px;
    color: #fff;
    font-size: 15px;
    height: 40px;
    text-align: center;
    border: 1px solid var(--color-primary);
    display: inline-block;
    align-content: center;
}
.prd-box .btn-productWishlist {
    background-color: var(--color-primary);
    text-transform: capitalize;
    color: #fff;
    font-size: 20px;
    border: 1px solid var(--color-primary);
    align-content: center;
    cursor: pointer;
    line-height: 0;
    width: 40px;
    height: 40px;
    text-align: center;
}
.prd-box .btn-productWishlist span {
    line-height: 0;
}
.pbtn:hover,
.prd-box .btn-productWishlist:hover {
    background-color: transparent;
    color: var(--color-primary);
}
.pbtn.outst {
    background-color: #ff01017a !important;
    border-color: #ff01017a !important;
    color: #fff !important;
}
.addcart-btn a.button,
.addcart-btn .added_to_cart {
    text-transform: capitalize;
    padding: 4px 10px;
    background: #fff;
    border-color: #eeeeee;
    color: #242424;
    font-size: 15px;
    font-weight: 500;
    line-height: 33px;
    border: 1px solid #ddd;
    height: 40px;
    text-align: center;
}
.savings-container {
    position: absolute;
    top: 0;
    right: 3px;
}
.prd-wrap .savings-container .label {
    border-radius: 2px;
    background: var(--color-secondary);
    color: #fff;
    margin-bottom: 4px;
    font-size: 12px;
    font-weight: 500;
    padding: 3px 5px;
}
.prd-wrap .savings-container .label.label-warning {
    background-color: #f0ad4e;
}
.pagination {
    margin: 10px auto 50px;
    justify-content: center
}
.pagination>li>a,
.pagination>li>span {
    color: #000;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    border: 1px solid #ddd;
    margin-left: -1px;
}
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus,
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    color: #fff;
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}
.form-control.filter-select {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}
#mobileFIlter .accordion-item {
    box-shadow: 0 0 6px 0px #ddd;
    border-radius: 4px;
}
#mobileFIlter .accordion-button{
    text-transform: capitalize;
    font-weight: 500;
    color: var(--color-primary);
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
}
#left-sidebar .list-group-item {
    border: 0;
}
.list-group>li+.filter>a:before {
    content: '\F096\0020';
    font-family: FontAwesome;
}
.list-group>li+.filter-remove>a:before {
    content: '\F14A\0020';
    font-family: FontAwesome;
}
.nav-header.muted {
    font-size: 13px;
    color: #999;
}
.fltr-wrap {
    padding: 10px;
    background: #fff;
    position: relative;
    border: 1px solid #eee;
    box-shadow: 0 0 6px 0px #ddd;
}
.flttitle {
    margin: 0;
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    font-weight: 500;
}
.sidecat-fltr {
    position: relative;
}
.sidecat-fltr .fltr-catbox {
    position: relative;
    width: 100%;
    border: 1px solid #eee;
    background-color: #fff;
    box-shadow: 0 0 5px 1px #ddd;
    color: #212121;
    cursor: pointer;
    padding: 10px;
    font-weight: 500;
    line-height: 20px;
    margin-top: 10px;
}
.sidecat-fltr .fltr-catbox.active .fltrcttl:after {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}
.sidecat-fltr .fltr-catbox .fltrcttl {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0 0 0 0;
    margin: 0;
    font-size: 15px;
    letter-spacing: 0.01em;
    cursor: pointer;
}
.sidecat-fltr .fltr-catbox .fltrcttl:after {
    content: "\f107";
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    position: absolute;
    right: 0;
    top: 0;
    color: #000;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
}
.sidecat-fltr .fltr-catbox .fltr-catlist {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.sidecat-fltr .fltr-catbox .fltr-catlist .fcat {
    font-weight: 400;
    padding: 10px 0 0 0;
    cursor: pointer;
    max-height: 250px;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: var(--color-primary) #dddddd;
    scrollbar-gutter: stable;
}
.sidecat-fltr .acrd-header,
.sidecat-fltr .acrd-body {
    padding: 7px;
}
.sidecat-fltr .acrd-item {
    margin-bottom: 10px;
    border-radius: 3px;
}
.sidecat-fltr .acrd-arrow {
    font-size: 19px;
}
.fcat .catt {
    font-size: 14px;
}
ul.lv2-ul {
    margin-left: 15px;
}
#left-sidebar .list-group-item i {
    font-size: 18px;
    font-weight: 300;
}
.filter-m-btn {
    z-index: 10;
    color: #000;
    display: block;
    margin-right: 10px;
    padding: 3px 8px;
    border: 1px solid #ddd;
    background: #fff;
    position: relative;
    width: fit-content;
}
/*Product page */
.c_productPageWrapper .main-image {
    margin-bottom: 0;
    border: 1px solid #ddd;
}
.c_productPageWrapper .product-image-small {
    max-height: 550px;
    margin: 0 auto;
    object-fit: cover;
}
.c_productPageWrapper .cts_slickNav {
    margin: 10px 0;
}
.product-info .product_title {
    font-size: 23px;
    color: #242424;
    font-weight: 600;
    line-height: 26px;
    font-family: var(--font-secondary);
}
.product-info .mpbox {
    background: no-repeat;
    border-width: 1px;
    padding: 10px;
    border: solid var(--color-primary);
}
.mpbox p {
    padding: 0;
    margin: 0;
}
.c_productPageWrapper .c_pricingWrapper .productrrp {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 600;
}
.c_productPageWrapper .c_pricingWrapper .productrrp span {
    text-decoration: line-through;
    font-weight: 400;
}
.c_productPageWrapper .c_pricingWrapper .productpricetext {
    color: var(--color-primary);
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 5px;
}
.c_productPageWrapper .c_pricingWrapper .productsavetext {
    font-size: 17px;
    color: #d4145a;
    font-weight: 600;
}
.c_productPageWrapper .c_badgeWrapper .c_stockBadge li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.c_productPageWrapper .c_badgeWrapper i {
    -webkit-border-radius: 20px;
    min-width: 40px;
    height: 40px;
    padding: 0;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background-color: var(--color-primary);
}
.c_productPageWrapper .c_badgeWrapper .label {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding: 0;
}
.c_productPageWrapper .c_badgeWrapper .fa-check {
    background-color: green;
}
.c_productPageWrapper .c_badgeWrapper .fa-tag {
    background-color: #d4145a;
}
.c_productPageWrapper .c_badgeWrapper .fa-times {
    background-color: #e73b3b;
    font-size: 21px;
    color: #fff;
}
.c_productPageWrapper .c_badgeWrapper .btn-productWishlist,
.c_productPageWrapper .c_badgeWrapper .btn-productWishlist:focus {
    background: transparent;
    border: none;
    text-align: left;
    padding: 0px;
}
.c_productPageWrapper .c_buyingOptWrapper {
    border: 1px solid var(--color-primary);
    border-radius: 5px;
    background-color: #f3f6f9;
    margin-bottom: 20px;
    padding: 15px;
}
.product-info .tag-box {
    color: #000;
    font-weight: 500;
    width: fit-content;
    line-height: 26px;
    border-bottom: 1px solid;
    padding-left: 30px;
    margin-bottom: 0;
    position: relative;
    margin-top: 5px;
}
.product-info .tag-box.free-ship {
    color: green;
    margin-right: 10px;
}
.product-info .tag-box:before {
    position: absolute;
    content: "";
    left: 0;
}
.product-info .tag-box.free-ship:before {
    background: url(../img/free-shipping.svg);
    width: 24px;
    height: 19px;
    top: 5px;
}
.btn-wrap-inner {
    width: 50%;
}
.qty-wrap input.qty.form-control {
    width: 100%;
    height: 45px;
    text-align: center;
}
.btn-stack.btn-prddtl {
    gap: 15px;
}
.btn-wrap {
    width: 100%;
    gap: 15px;
}
.theme-cart-btn {
    border: 1px solid var(--color-primary);
    background-color: var(--color-primary);
    padding: 10px;
    color: #fff;
    display: inline-block;
    width: 100%;
    text-align: center;
    cursor: pointer;
}
.theme-cart-btn:hover {
    background-color: transparent;
    color: var(--color-primary) !important;
}
.shiping-wrap .h3title {
    font-size: 20px;
    color: var(--color-primary);
    font-weight: 500;
}
.shiping-wrap  .btn-stack {
    margin-bottom: 0px;
    border: 2px dashed var(--color-primary);
    padding: 15px;
    margin: 0 0 15px;
}
.shiping-inner {
    padding: 0;
    display: flex;
    gap: 15px;
}
.shiping-inner input {
    height: auto;
}
.related_products-slider.slick-slider {
    margin: 0 -12px;
}
.related_products-slider .slick-slide {
    margin: 5px 0;
}
/*product page variation */
.c_buyingOptWrapper ._itmspec_listopt {
    display: flex;
    align-items: center;
}
.c_buyingOptWrapper .variation-name {
    width: fit-content;
    padding-right: 10px;
}
.c_buyingOptWrapper .specific {
    width: 100%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.c_buyingOptWrapper ._itmspec_listopt ._itmspec_listitm {
    display: inline-block;
    margin: 0;
}
.c_buyingOptWrapper ._itmspec_listopt ._itmspec_listitm ._itmspec_lnk {
    padding: 5px;
    font-size: 17px;
    border: 1px solid #ddd;
    border-radius: 2px;
    color: #454444;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 10px 5px 0;
    background: #fff;
    position: relative;
}
.c_buyingOptWrapper ._itmspec_listopt ._itmspec_listitm ._itmspec_lnk img {
    max-width: 50px;
}
.c_buyingOptWrapper ._itmspec_listopt ._itmspec_listitm ._itmspec_lnk:hover,
.c_buyingOptWrapper ._itmspec_listopt ._itmspec_listitm ._itmspec_lnk._itmspec_selected {
    border-color: var(--color-primary);
    color: var(--color-primary);
}
.c_buyingOptWrapper ._itmspec_listopt ._itmspec_listitm ._itmspec_lnk._itmspec_selected:before {
    position: absolute;
    content: "\f00c";
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: -5px;
    right: -5px;
    background-color: var(--color-primary);
    color: #fff;
    font-size: 12px;
    border-radius: 100px;
    width: 17px;
    height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.c_buyingOptWrapper ._itmspec_listopt ._itmspec_listitm ._itmspec_lnk.out-stock-box {
    border: 1px solid #f90404;
}
.c_buyingOptWrapper ._itmspec_listopt ._itmspec_listitm ._itmspec_lnk.out-stock-box:after {
    position: absolute;
    content: '';
    background: linear-gradient(to top right, rgba(0, 0, 0, 0) calc(50% - 0.8px), rgb(247 1 1) 50%, rgba(0, 0, 0, 0) calc(50% + 0.8px), rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 100%;
    left: 0;
}
.row.btn-stack-cart {
    border: 1px solid #ddd;
    margin: 0px;
    padding: 20px 5px;
    margin-bottom: 20px;
}
.cart-top-btn {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.theme-btn-cart,
button.theme-btn-cart {
    background-color: var(--color-primary);
    color: #fff;
    border: 2px solid var(--color-primary);
    padding: 8px 15px;
}
.theme-btn-cart:hover,
button.theme-btn-cart:hover {
    background-color: #fff;
    color: var(--color-primary);
}
.cartTable tbody tr td {
    vertical-align: middle;
}
.cartTable td a h4 {
    font-size: 16px;
}
.cartTable td a:hover h4 {
    color: var(--color-primary);
}
.checkout-page .cart-btm-wrap {
    border: 1px solid #ddd;
    margin-bottom: 20px;
}
.checkout-page .cart-btm-wrap .h4title {
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    background-color: transparent;
    font-size: 17px;
    font-weight: 500;
}
.wrap-body {
    padding: 15px;
}
.btn-paypal i.fa.fa-coloured-paypal {
    background-image: url('//cdn.neto.com.au/assets/neto-cdn/skeletal/2.2.0/paymenticons.svg');
    background-size: 60px;
    width: 60px;
    height: 16px;
    background-position: 0px 0px;
    vertical-align: middle;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well h3 {
    font-size: 20px;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
.hidden {
    display: none;
    visibility: hidden;
}
.account-summary-block {
    padding: 0 5px;
    margin-bottom: 10px;
}
.account-summary-block .account-link-wrap {
    height: 150px;
    padding: 25px 10px;
    border-radius: 10px;
    width: 100%;
    background: #a1d4072e;
    display: inline-block;
    text-align: center;
}
.account-summary-block .account-link-wrap h4 .fa {
    font-size: 25px;
    margin-right: 5px;
    color: var(--color-primary);
    background: white;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    display: block;
    margin: 0 auto 10px;
}
.account-summary-block .text-muted {
    white-space: initial;
    color: #000;
    font-size: 13px;
    margin: 0px;
}
.account-summary-botttom-block h3 {
    font-size: 20px;
}
.blog-box:hover {
    transform: scale(1);
}
.blog-box {
    padding-bottom: 0;
    overflow: hidden;
}
.blg-title a {
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    width: 100%;
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blg-sdesc p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog-image {
    overflow: hidden;
}
.blog-image img {
    width: 100%;
    max-height: 295px;
    transition: 0.5s;
    object-fit: cover;
}
.blog-box:hover .blog-image img {
    transform: scale(1.2);
}
a.blog-read-more {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
}
.blog-content img {
    height: auto !important;
}
.acrd-item {
    margin-bottom: 15px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 6px 1px #ddd;
}
.acrd-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    cursor: pointer;
}
.acrd-header.acrd-active,
.acrd-header:hover {
    background-color: var(--color-primary);
}
.acrd-body {
    display: none;
    padding: 15px;
    background-color: #fff;
}
.acrd-body p:last-child {
    margin-bottom: 0;
}
.acrd-arrow {
    font-size: 22px;
    transition: transform 0.3s ease;
}
.acrd-arrow.up {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}
.trending-cat {
    border: 1px solid var(--color-primary);
    background-color: #a1d40740;
}
.acrd-body .benefit-tbl.splash-tbl {
    max-width: 50%;
    margin: 0 auto;
}
.acrd-body .benefit-tbl.splash-tbl table thead tr th:nth-child(2) {
    border-right: 1px solid #000;
}
.ajaxloader {
    background: #CCC url('../img/ajax-loader.gif') no-repeat 50% 50%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    opacity: .7;
}
.npopup {
    display: none;
    position: relative;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    height: auto;
    width: 500px !important;
    margin: 0;
    z-index: 10000;
}
.successaddmessage .header {
    font-size: 18px;
    font-weight: 500;
    padding: 10px;
}
.successaddmessage .body {
    display: flex;
    gap: 10px;
}
.successaddmessage .body .image {
    min-width: 60px;
}
.successaddmessage .body .description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px;
}
#age-verification {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
}
.agemd-wrap {
    background: #fff;
    border-radius: 5px;
    max-width: 500px;
    width: 90%;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}
.agemd-header {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.agemd-wrap p {
    margin: 0;
    padding: 15px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.agemd-header a {
    font-size: 22px;
}
.age-buttons {
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}
.age-buttons .theme-btn {
    padding: 10px;
    width: 150px;
    cursor: pointer;
}
.attr_select_err {
    border-radius: 2px;
    border: #d6044a 1px solid;
    animation-name: blinking;
    animation-duration: 1s;
    animation-iteration-count: 100;
    padding: 5px 5px 0;
}
.cts_slickNav .slick-arrow {
    position: absolute;
    z-index: 9;
    border: none;
    background: rgba(0, 0, 0, .5);
    width: 30px;
    height: 100%;
    color: #fff;
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}
.cts_slickNav:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
}
.cts_slickNav .slick-arrow.next-arrow {
    right: 0;
}
.cts_slickNav .slick-slider {
    margin:0 -5px;
}
.cts_slickNav .slick-slide {
    padding:10px;
    text-align:center;
    margin-right:5px;
    margin-left:5px;
    border: 1px solid #ddd;
}
.cts_slickNav .slick-slide img {
    height: 100px;
    object-fit: contain;
}
#notifymodal .theme-btn {
    padding: 9px 10px;
}
.category-content h2 {
    font-size: 28px;
    margin-bottom: 15px;
}
.category-content h3 {
    font-size: 23px;
    margin-top: 15px;
    margin-bottom: 5px;
}
.category-content ul li {
    position: relative;
    padding-left: 20px;
}
.category-content ul li:before {
    position: absolute;
    content: "\f061";
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    left: 0;
    font-size: 13px;
    top: 5px;
}
.category-content a {
    color: #6a8d00;
    font-weight: 400;
    text-decoration: underline;
}
.category-content a strong {
    font-weight: 400;
}
.category-content a:hover {
    color: var(--color-primary);
}
.signup-info a {
    font-weight: 600;
    color: var(--color-primary);
    text-decoration: underline;
    text-underline-offset: 4px;
}
.benefit-tbl table tbody tr td {
    padding: 10px 15px;
}
.benefit-tbl table tbody tr td i {
    font-size: 25px;
}
.benefit-tbl table tbody tr td .d-flex {
    align-items: center;
}
@keyframes blinking {
    50% {
        border-color: #fff;
    }
}
.edit-wrap {
    padding: 10px 15px;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 5px 0px #ddd;
    background: #fff;
}
.edit-wrap h4 {
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin: 0 -15px 15px;
}
.edit-wrap .form-group label {
    display: inline-block;
    margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
    .cartTable .cartTable--heading-quantity, .cartTable .cartTable--heading-price, .cartTable .cartTable--heading-remove, .cartTable .cartTable--column-image {
        width: 100px;
    }
}
@media only screen and (min-width: 768px) {
    #mobileFIlter .collapse {
        display: block;
    }
    #mobileFIlter .accordion-button {
        pointer-events: none;
    }
    #mobileFIlter .accordion-button::after {
        display: none;
    }
}
/*Responsiv Start*/
@media only screen and (max-width: 991px) {
    .sub-cats-wapper {
        grid-template-columns: repeat(3,1fr);
    }
    #left-sidebar {
        width: 280px;
        height: 100%;
        max-height: 100%;
        position: fixed;
        top: 0;
        left: -300px;
        z-index: 999;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        background: #fff;
        overflow: auto;
        padding: 45px 10px 10px 10px;
    }
    #left-sidebar.openfilter {
        left: 0px;
    }
    .filter-open-overlay {
        background: rgba(0, 0, 0, .4);
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 998;
        display: none;
    }
    .filter-open-overlay.showbg {
        display: block;
    }
    .mobile-sticky {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 3px;
    }
    #left-sidebar .close-sidebar {
        width: 30px;
        height: 30px;
        background: #ddd;
        line-height: 23px;
        text-align: center;
        border-radius: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        z-index: 9;
        right: 10px;
        top: 7px;
    }
    .top-title {
        font-size: calc(1.325rem + .9vw);
    }
}
@media only screen and (max-width: 675px) {
    .sub-cats-wapper {
        grid-template-columns: repeat(2,1fr);
        margin-bottom: 20px;
        grid-gap: 15px 10px;
    }
    .sub-cat-title {
        margin: 5px 0 12px;
    }
    .sub-cat-box {
        padding: 5px;
    }
    .sub-cat-box a {
        display: flex;
        align-items: center;
    }
    .sub-cat-box h3 {
        padding: 0 7px;
        text-align: left;
        width: 100%;
        outline: none;
    }
    .sub-cat-box a img {
        width: 50px;
        border-radius: 4px;
        box-shadow: 0px 0 4px 0px #14141347;
    }
    .sub-cat-box:after {
        position: absolute;
        content: "";
        height: 8px;
        width: 8px;
        top: 25px;
        right: 6px;
        display: block;
        border-right: 2px solid #777;
        border-bottom: 2px solid #777;
        transform: rotate(-45deg);
        transition: all 0.2s ease-in-out;
    }
    .shiping-inner {
        flex-wrap: wrap;
    }
    .shiping-inner input {
        width: calc(50% - 8px);
    }
}