/** Shop page */
.hidesn,
.hide {
    display: none;
}
.shopbannertopbar.intd_woocommerce_breadcrumb {
    font-weight: bold;
    color: #fff;
}
.intd_woocommerce_breadcrumb a {
    text-decoration: none;
    color: #fff;
    font-weight: 400;
}
/*Select Dropdown Style Start*/
.main_filter .filter_top_section_right {
    margin-bottom: 10px;
    display: flex;
    justify-content: end;
}
.page-select {
    margin-right: 10px;
}
.page-select .list {
    width: 115px;
}
.ncustom-dropown {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    box-sizing: border-box;
    clear: both;
    font-size: 16px;
    outline: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    cursor: pointer;
    padding: 3px 22px 3px 10px;
    display: block;
    position: relative;
    border: 1px solid #dbdbdb;
    transition: all 0.3s ease;
    line-height: 27px;
    border-radius: 3px;
}
.ncustom-dropown.open,
.ncustom-dropown:active,
.ncustom-dropown:focus {
    border-color: var(--main-color);
}
.ncustom-dropown::before,
.ncustom-dropown::after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 2px;
    border-radius: 1px;
    top: 50%;
    right: 6px;
    background: #6C7486;
    transition: all 0.3s ease;
}
.ncustom-dropown::before {
    margin-right: 4px;
    transform: scale(0.96, 0.8) rotate(50deg);
}
.ncustom-dropown::after {
    transform: scale(0.96, 0.8) rotate(-50deg);
}
.ncustom-dropown.open:before {
    transform: scale(0.96, 0.8) rotate(-50deg);
}
.ncustom-dropown.open:after {
    transform: scale(0.96, 0.8) rotate(50deg);
}
.ncustom-dropown.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}
.ncustom-dropown.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none
}
.ncustom-dropown.disabled:after {
    border-color: #ccc
}
.ncustom-dropown .list {
    background-color: #fff;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    right: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(.75) translateY(-21px);
    -ms-transform: scale(.75) translateY(-21px);
    transform: scale(.75) translateY(-21px);
    -webkit-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    z-index: 99;
    border-radius: 5px;
}
.ncustom-dropown .list:hover .option:not(:hover) {
    background-color: transparent !important
}
.ncustom-dropown .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 35px;
    list-style: none;
    min-height: 35px;
    outline: 0;
    padding: 0 10px;
    text-align: left;
    opacity: 0;
    transform: translate(6px, 0);
    transition: all 0.3s ease;
}
.ncustom-dropown .option.focus,
.ncustom-dropown .option.selected.focus,
.ncustom-dropown .option:hover {
    background-color: #dfdfdf8f;
}
.ncustom-dropown .option.selected {
    font-weight: 700
}
.ncustom-dropown .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default
}
.no-csspointerevents .ncustom-dropown .list {
    display: none
}
.no-csspointerevents .ncustom-dropown.open .list {
    display: block
}
.ncustom-dropown.open ul li {
    opacity: 1;
    transform: translate(0, 0);
}
.ncustom-dropown.open ul li:nth-child(1) {
    transition-delay: 80ms;
}
.ncustom-dropown.open ul li:nth-child(2) {
    transition-delay: 160ms;
}
.ncustom-dropown.open ul li:nth-child(3) {
    transition-delay: 240ms;
}
.ncustom-dropown.open ul li:nth-child(4) {
    transition-delay: 320ms;
}
.ncustom-dropown.open ul li:nth-child(5) {
    transition-delay: 400ms;
}
.ncustom-dropown.open ul li:nth-child(6) {
    transition-delay: 480ms;
}
.ncustom-dropown.open ul li:nth-child(7) {
    transition-delay: 560ms;
}
.ncustom-dropown.open ul li:nth-child(8) {
    transition-delay: 640ms;
}
.ncustom-dropown.open ul li:nth-child(9) {
    transition-delay: 720ms;
}
.ncustom-dropown.open ul li:nth-child(10) {
    transition-delay: 800ms;
}
/*Select Dropdown Style End*/
/*Product Placeholder Loading Style Start*/
.woocommerce .loader::before {
    display: none;
}
.loader-item,
.product-loader {
    position: relative;
    overflow: hidden;
}
.loader-item {
    padding: 2px;
    box-shadow: var(--shadow-primary);
}
.sidebar-loader {
    height: 35px;
    background-color: #ced4da;
}
.sidebar-loader:before,
.product-loader *:before {
    -webkit-animation: ph-animation 0.8s linear infinite;
    animation: ph-animation 0.8s linear infinite;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 46%, hsla(0, 0%, 100%, 0.35) 50%, hsla(0, 0%, 100%, 0) 54%) 50% 50%;
    bottom: 0;
    content: " ";
    left: 50%;
    margin-left: -250%;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 500%;
    z-index: 1;
}
.loader-main {
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: 15px;
}
.product-loader {
    box-shadow: var(--shadow-primary);
    padding: 5px;
}
.product-loader * {
    background-color: #ced4da;
    margin-bottom: 10px;
}
.product-loader div:nth-child(1) {
    height: 180px;
}
.product-loader div:nth-child(2) {
    height: 11px;
    margin-bottom: 3px;
}
.product-loader div:nth-child(3) {
    height: 11px;
}
.product-loader div:nth-child(4) {
    height: 15px;
    width: 70px;
    float: left;
}
.product-loader div:nth-child(5) {
    height: 15px;
    width: 70px;
    float: left;
    margin-left: 10px;
}
.product-loader div:nth-child(6) {
    height: 15px;
    width: 65%;
    float: left;
}
@-webkit-keyframes ph-animation {
    0% {
        transform: translate3d(-30%, 0, 0);
    }
    to {
        transform: translate3d(30%, 0, 0);
    }
}
@keyframes ph-animation {
    0% {
        transform: translate3d(-30%, 0, 0);
    }

    to {
        transform: translate3d(30%, 0, 0);
    }
}
/*Product Placeholder Loading Style End*/
#product_data {
    position: relative;
}
.main_filter .disable-cls .loader-woo {
    z-index: 1000;
    border: medium none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgb(255, 255, 255);
    opacity: 0.6;
    cursor: wait;
    position: absolute;
}
#shop_filter {
    background: #fff;
    position: relative;
}
.filterscategory {
    margin-top: 20px;
}
.fliter-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--main-color);
    margin-bottom: 10px;
}
.fliter-title span {
    margin: 0;
    font-size: 19px;
    font-weight: 500;
}
.clear-filter-button {
    background: var(--main-color);
    color: #fff;
    border-radius: 25px;
    border: 0;
    padding: 2px 8px;
}
.tab_list_selected {
    border-bottom: 2px solid var(--main-color);
    padding-bottom: 10px;
}
.search_s_box label {
    width: 100%;
}
.sorting-filter-for-product {
    padding: 6px 10px;
    border: none;
    background: #f5f5f5;
    border-radius: 25px;
}
.sidevar_review ul {
    padding-left: 0 !important;
}
.search_s_box input {
    height: 40px;
    border: 1px solid #ddd;
    width: 100%;
    padding: 0 15px;
    margin-top: 10px;
}
.main_filter .tab_selected_css {
    padding: 3px 7px;
    background: #dddddd61;
    display: inline-block;
    margin: 4px 0;
    cursor: pointer;
    font-size: 14px;
    line-height: 19px;
    word-break: break-word;
    border-radius: 25px;
}
.main_filter .tab_selected_css strong {
    color: var(--main-color);
    font-size: 11px;
    position: relative;
    top: -1px;
    right: -2px;
}
.main_filter .tab_list_selected .disable-cls {
    pointer-events: none;
    cursor: default;
    opacity: 0.6;
}
/* Filter Accordion Style Start*/
.filter-box {
    position: relative;
}
.filter-title {
    background: #fff;
    color: #212121;
    cursor: pointer;
    padding: 10px 0;
    position: relative;
    text-align: left;
    margin-top: 10px;
    font-weight: 500;
    line-height: 20px;
}
.filter-title::after {
    position: absolute;
    right: 10px;
    top: 17px;
    content: "\f107";
    font-family: "FontAwesome";
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    transition: all 0.2s ease-in-out;
    line-height: 8px;
    font-size: 18px;
}
.filter-title.active::after {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}
.filter-content {
    color: #212121;
    display: none;
    margin: 0;
    padding: 10px;
    text-align: left;
}
.sort-by-price-filterbtns {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sort-by-price-filterbtns .price-range-selector-filter-btn {
    width: 28% !important;
    border-radius: 25px !important;
    border: 1px solid var(--main-color) !important;
    background-color: transparent !important;
}
.main_filter .price-range-block {
    display: block;
}
.main_filter .ui-slider-horizontal {
    margin-bottom: 10px;
    position: relative;
    border-radius: 100px;
    height: 20px;
    border: none;
    background: none;
    cursor: pointer;
}
.price-range-block .ui-slider-horizontal:before {
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    left: 0;
    margin-top: -1px;
    height: 3px;
    background-color: #ddd;
}
.price-range-block .ui-slider-horizontal .ui-slider-range {
    background-color: var(--main-color);
    top: 9px;
    z-index: 1;
    display: block;
    margin-top: -1px;
    height: 3px;
    border: 0;
    border-radius: 0;
    background-image: none;
    position: relative;
}
.main_filter .ui-slider-horizontal .ui-slider-handle {
    touch-action: none;
    position: absolute;
    top: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-top: -15px;
    margin-left: -15px;
    width: 30px;
    height: 30px;
    outline: none;
    border: none;
    border-radius: 0;
    background: none;
    background-color: transparent !important;
    cursor: ew-resize;
}
.price-range-block .ui-slider .ui-slider-handle:after {
    content: "";
    display: inline-block;
    width: 4px;
    height: 15px;
    background-color: var(--main-color);
}
.main_filter .price-range-search {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    display: inline-block;
    border-radius: 2px;
    margin-bottom: 0;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    padding: 4px;
    margin-top: 5px;
    width: 100%;
}
.editor-styles-wrapper .wc-block-components-checkbox-list li,
.wc-block-components-checkbox-list li,
.main_filter #id_sidebar_availability {
    position: relative;
    margin: 0;
}
.main_filter .attr_sidebar_css li label,
.main_filter .sidevar_review li label,
.main_filter .attr_tags li label,
.main_filter .acf_option_field li label,
.main_filter .sidebar_discount_css li label,
.main_filter #id_sidebar_availability label {
    margin: 1px 0px auto !important;
    padding: 5px 45px 5px 30px;
    cursor: pointer;
    width: 100%;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
}
.main_filter .attr_sidebar_css li input,
.main_filter .sidevar_review li input,
.main_filter .attr_tags li input,
.main_filter .acf_option_field li input,
.main_filter .sidebar_discount_css li input,
.main_filter #id_sidebar_availability input {
    margin: 0px auto !important;
    cursor: pointer;
    position: absolute;
    top: 8px;
}
.main_filter .discount_filter {
    display: inline-block;
}
.main_filter .wc-filter-element-label-list-count {
    opacity: 1;
    right: 5px;
    position: absolute;
    top: 3px;
}
.filter-box #id_sidebar_review .star-rating {
    margin: 0 10px 0 0;
}
.filter-box #id_sidebar_review label {
    display: flex;
}
.inputString_box {
    position: relative;
}
.main_filter .inputString_box input {
    width: 100%;
    margin-bottom: 5px;
    border-radius: 100px;
    border: 1px solid #ddd;
    height: 35px;
    padding-right: 35px;
    padding-left: 15px;
    outline: none;
}
.main_filter .inputString_box .fa-search {
    color: #00000052;
    background-repeat: no-repeat;
    position: absolute;
    right: 6px;
    background-color: #ddd;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 100px;
    text-align: center;
    top: 5px;
}
.main_filter .list_cat,
.main_filter .wc-block-checkbox-list {
    max-height: 250px;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: var(--main-color) #dddddd;
    scrollbar-gutter: stable;
    padding-left: 0;
}
.main_filter .list_cat>ul {
    padding-bottom: 0;
    margin-bottom: 0;
    margin-bottom: 0;
    list-style-type: none;
    padding: 0;
}
.main_filter .list_cat>ul li {
    border-top: 1px solid #ddd;
    padding-top: 5px;
    margin-top: 5px;
    line-height: 18px;
}

.main_filter .list_cat>ul li ul li {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
}
.main_filter .list_cat ul ul {
    padding-left: 10px;
    list-style-type: none;
}
.main_filter .list_cat li {
    cursor: pointer;
    position: relative;
}
.main_filter .list_cat ul li span.cls_cat_name {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    display: inline-block;
    padding-right: 39px;
    color: #000;
}
.main_filter .list_cat .active {
    color: #e23e1d;
}
#shop_filter .circle.color-circle {
    width: 15px;
    height: 15px;
    display: none;
    position: relative;
    border-radius: 100px;
    top: 2px;
    box-shadow: 0px 0px 2px 0px #443838;
    background-position: -1px -1px;
    background-repeat: no-repeat;
    margin-right: 5px;
}
/* Filter Accordion Style End Niks*/
/*Prodcut List Box Style Start*/
.product-wrapper {
    border: 1px solid #eee;
    overflow: hidden;
    position: relative;
    height: 100%;
    box-shadow: 0 0 6px 0px #ddd;
}
.product-list .col-6.product {
    margin-top: 15px;
}
.product-wrapper .grid-thumb {
    padding: 5px;
}
.product-wrapper .grid-thumb a {
    display: block;
    overflow: hidden;
    position: relative;
}
.product-wrapper .grid-thumb a img {
    transition: .3s;
    height: 200px;
    object-fit: contain;
}
.product-wrapper .grid-thumb a .hover-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
}
.grid-thumb:hover img {
    transform: scale(1.1);
}
.grid-thumb:hover a .hover-img {
    visibility: visible;
    opacity: 1;
}
.product-wrapper .cart-action {
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-wrapper .cart-action a.button,
.product-wrapper .cart-action a.added_to_cart {
    text-transform: capitalize;
    display: block;
    padding: 5px 15px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    text-align: center;
    z-index: 1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background-color: var(--main-color);
    border: 2px solid var(--main-color);
    color: var(--color-white);
    height: 45px;
    line-height: 30px;
    box-sizing: border-box;
    overflow: hidden;
    margin-right: 10px;
}
.product-wrapper .cart-action a.button.added {
    display: none;
}
.product-wrapper .cart-action a.button:hover,
.product-wrapper .cart-action a.added_to_cart:hover {
    border-color: var(--color-secondary);
    background-color: var(--color-secondary);
    color: var(--main-color)
}
.product-wrapper .product-hover-action {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.product-wrapper:hover .product-hover-action {
    bottom: 30px;
    opacity: 1;
    visibility: visible;
    transition-delay: .2s;
}
.product-wrapper .product-imgtag {
    position: relative;
    display: block;
}
.woocommerce a.button.loading::after {
    font-size: 20px;
    top: 4px;
    right: 0;
}
.product-wrapper .product-desc {
    padding: 5px 10px;
    border-top: 1px solid #eee;
    min-height: 47px;
    display: flex;
    align-items: center;
}
.product-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.product-wrapper:hover .product-title a {
    color: var(--main-color);
}
.woocommerce .star-rating {
    float: none;
    margin: 5px 0;
    width: 6.1em;
}
.woocommerce .star-rating:before {
    content: "\73\73\73\73\73";
    color: #cccccc;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    letter-spacing: 3px;
}
.woocommerce .star-rating span::before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
    color: #fed700;
    letter-spacing: 3px;
}
.product-bottom {
    padding: 10px;
    border-top: 1px solid #dddddd7a;
}
.product-bottom .price-box {
    font-weight: 700;
}
.product-wrapper ins .amount,
.product-wrapper bdi {
    color: var(--main-color);
    font-size: 20px;
}
.product-wrapper del bdi {
    color: #bdbdbd;
    font-size: 15px;
    font-weight: 400;
    margin-right: 5px;
}
ins {
    background: transparent !important;
    text-decoration: none;
}
.product-wrapper p {
    margin: 0 0 0;
}
.custom-wishlist .customwishlist {
    cursor: pointer;
    margin: 0;
    padding: inherit;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background-color: var(--main-color);
    border: 2px solid var(--main-color);
    color: var(--color-secondary);
    box-sizing: border-box;
    overflow: hidden;
    width: 45px;
    height: 45px;
    border-radius: 4px;
    text-align: center;
    line-height: 37px;
    position: relative;
}
.groups-button .custom-wishlist .customwishlist {
    border-radius: 4px;
    margin-left: 10px;
}
.addwishlist .remove-w-icon {
    display: none;
}
.removewishlist .add-w-icon {
    display: none;
}
.custom-msg.show.removep,
.custom-msg.show.logoutp {
    background: red;
}
.logoutp p a {
    color: #000;
}
.custom-msg {
    display: none;
}
.custom-msg.show {
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 40%;
    background: green;
    width: fit-content;
    z-index: 9;
    padding-right: 0 !important;
}
.custom-msg.show p {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    padding: 10px;
}
q.custom-msg {
    position: fixed;
    top: 50%;
    z-index: 999;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: fit-content;
    background: green;
}
.custom-msg.removep {
    background: red;
}
.custom-msg.logoutp {
    background: var(--main-color);
}
.custom-msg p {
    color: #fff;
    margin-bottom: 0;
    text-align: center;
    padding: 10px;
}
.loader-box {
    display: none;
}
.show-loader .loader-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    width: 40px;
    height: 40px;
    background: var(--main-color)78;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.show-loader .loader-border {
    display: block;
    width: 1em;
    height: 1em;
    color: inherit;
    vertical-align: middle;
    pointer-events: none;
    border: 0.2em dotted #000;
    border-radius: 50%;
    -webkit-animation: 1s loader-01 linear infinite;
    animation: 1s loader-01 linear infinite;
}
@-webkit-keyframes loader-01 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes loader-01 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.table tr td {
    vertical-align: middle;
}
.removewishlist {
    text-align: center;
}
.removeallproduct {
    background-color: red !important;
    color: #fff;
    cursor: pointer;
}
.removewishlist a {
    color: red !important;
    cursor: pointer;
}
.loginlink a {
    color: var(--main-color);
    text-decoration: underline;
    font-weight: 600;
}
.custom-wishlist.disabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.3;
}
.other-tags .product-sold-out-box {
    background: red;
    color: #fff;
    padding: 5px 10px;
    line-height: 14px;
    font-size: 14px;
    margin-bottom: 5px;
    width: fit-content;
    border-radius: 3px;
}
.topinfo {
    position: absolute;
    width: 100%;
    z-index: 1;
    display: flex;
    justify-content: space-between;
}
.topinfo .product-badges .badge {
    display: block;
    position: relative;
    margin-right: 5px;
    width: 85px;
    font-weight: 400;
    text-transform: capitalize;
    background: var(--main-color);
    font-size: 13px;
    text-align: center;
    color: var(--color-white);
    float: left;
    -webkit-filter: drop-shadow(0 0.5rem 0.3em rgba(0, 0, 0, 0.5));
    padding: 5px 10px;
    border-radius: 2px;
}
.topinfo .product-badges .badge.new_limited {
    width: 65px;
}
.main_filter .product-badges {
    display: flex;
    top: 2px;
    right: 2px;
    position: absolute;
    background: var(--main-color);
}
.product-wrapper .product-option {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
.main_filter ul.color_dis_shop_list {
    line-height: 0;
    margin-bottom: 0;
    position: relative;
}
.product-wrapper .option_info {
    display: none;
}
.product-option .color_dis_shop_list .circle {
    display: inline-block;
    border-radius: 2px;
    margin: 0px 5px 5px 0;
    position: relative;
    top: 1px;
    width: 40px;
    height: 40px;
    box-shadow: 0px 0px 2px 0px #443838;
    overflow: hidden;
    padding: 2px;
}
.product-option .circle.more-variations,
.product-option .circle.all-variants {
    text-align: center;
    line-height: 35px;
    font-size: 20px;
    background: #f1eeeb;
    cursor: pointer;
}
.topinfo {
    position: absolute;
    width: 100%;
    z-index: 1;
    display: flex;
    justify-content: space-between;
}
.other-tags {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}
.product-bottom .short_description_badge {
    color: #fff;
    padding: 5px 10px;
    line-height: 14px;
    font-size: 14px;
    margin-bottom: 5px;
    width: fit-content;
    border-radius: 3px;
}
.product-bottom .short_description_badge.free-badge {
    background-color: green;
}
.product-bottom .short_description_badge.pre-badge {
    background-color: #ffc107;
}
.product-bottom .short_description_badge.limited-badge {
    background-color: #FF5722;
}
.product-bottom .short_description_badge.grouped-badge {
    background-color: #673AB7;
}
.product-sale-box {
    color: #fff;
    position: relative;
    z-index: 1;
    padding: 5px 10px;
    line-height: 14px;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    transition: .5s;
    width: fit-content;
}
@-webkit-keyframes salePulse {
    from {
        background-color: #a00;
    }
    50% {
        background-color: #c00;
        -webkit-transform: scale(1.1);
    }
    to {
        background-color: #a00;
    }
}
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.product-sale-box:before,
.product-sale-box:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(45deg, #fb0094, #0000ff, #03A9F4, #E91E63, #ff0000, #fb0094,
            #0000ff, #3F51B5, #ffff00, #ff0000);
    background-size: 400%;
    width: 100%;
    height: 100%;
    z-index: -1;
    animation: steam 20s linear infinite;
    border-radius: 4px;
    filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
@keyframes steam {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 400% 0;
    }
    100% {
        background-position: 0 0;
    }
}
.pagination {
    margin: 20px 0;
    justify-content: center;
}
.page-numbers li {
    display: inline-block;
    margin: 0 2px;
}
.page-numbers li span {
    font-weight: 600;
    border: 1px solid #eee;
    min-width: 45px;
    height: 45px;
    padding: 5px;
    line-height: 32px;
    text-align: center;
    display: block;
    color: #000;
    background-color: #fff;
    box-shadow: 0 0 5px -1px rgba(0, 0, 0, .1);
    cursor: pointer;
}
.page-numbers li.active span {
    background: var(--main-color);
    color: var(--color-white);
    text-decoration: none;
    color: #fff;
    border-color: var(--main-color);
    pointer-events: none;
    cursor: not-allowed;
}
.term-description h2 strong,
.term-description h1 strong {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    position: relative;
    width: 100%;
    margin: 0 auto 20px;
    text-transform: capitalize;
    line-height: 1.2;
    padding-bottom: 10px;
    color: var(--color-secondary);
    display: inline-block;
}
.term-description h2 strong:after,
.term-description h1 strong:after {
    width: 150px;
    height: 1px;
    display: block;
    content: "";
    position: absolute;
    background-color: var(--main-color);
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.term-description h2 strong:before,
.term-description h1 strong:before {
    width: 28px;
    height: 5px;
    display: block;
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    margin-left: -14px;
    background-color: var(--main-color);
}
.term-description p {
    font-size: 15px;
    margin-bottom: 8px;
}
.taxonomy-description h2,
.header-term-description h2 {
    font-size: 25px;
    margin-top: 20px;
}
.taxonomy-description h3 {
    font-size: 20px;
    margin-top: 15px;
}
/*Prodcut List Box Style End Niks*/
/*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 #14141311;
    margin-bottom: 0;
    border: 1px solid #d9d9d954;
}
.sub-cat-box h3 {
    font-size: 15px;
    text-align: center;
    margin: 10px 0;
    outline-offset: 10px;
    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(--main-color);
    outline-color: var(--main-color);
}
.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(--main-color);
    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;
    margin-top: 10%;
}
.sub-cat-box a {
    text-decoration: none;
    color: #000 !important;
}
.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: 4em 0 2em;
    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 */
/*Product Detail page Style Start*/
.woo-variation-gallery-wrapper .woo-variation-gallery-slider img {
    height: 500px !important;
    object-fit: contain;
    border: 1px solid #ddd;
    padding: 1px;
    background: #fff;
}
.woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image img {
    height: 100px;
    object-fit: contain;
    border: 1px solid #ddd;
}
.image-mains .slick-list {
    padding: 0 !important;
}
.info-left .badge.sale_flash_discount {
    position: absolute;
    z-index: 1;
    margin: 5px 0 0 5px;
    text-transform: capitalize;
    background: var(--main-color);
    font-size: 13px;
    text-align: center;
    color: var(--color-white);
    float: left;
    -webkit-filter: drop-shadow(0 0.5rem 0.3em rgba(0, 0, 0, 0.5));
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 2px;
    left: 0;
}
.info-left .badge.sale_flash_discount:after {
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-top: 10px solid #00ddc2;
}
.map-flag {
    position: absolute;
    bottom: 0px;
    display: flex;
    align-items: end;
    width: 100%;
    justify-content: center;
}
.map-flag p {
    margin: 0;
    background-color: var(--main-color);
    padding: 2px 10px;
    width: 50%;
    text-align: center;
    font-weight: 500;
    color: #fff;
}
.map-flag img {
    max-width: 50px;
    filter: drop-shadow(0 0 5px var(--main-color));
    position: absolute;
}
.woo-variation-gallery-wrapper .woo-variation-gallery-trigger {
    background: #ddd;
    top: 5px;
    right: 5px;
}
.info-left .woo-variation-gallery-trigger .dashicons {
    display: flex;
    width: 22px;
    height: 22px;
}
.info-left .dashicons-search:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M15.853 16.56c-1.683 1.517-3.911 2.44-6.353 2.44-5.243 0-9.5-4.257-9.5-9.5s4.257-9.5 9.5-9.5 9.5 4.257 9.5 9.5c0 2.442-.923 4.67-2.44 6.353l7.44 7.44-.707.707-7.44-7.44zm-6.353-15.56c4.691 0 8.5 3.809 8.5 8.5s-3.809 8.5-8.5 8.5-8.5-3.809-8.5-8.5 3.809-8.5 8.5-8.5zm-4.5 8h4v-4h1v4h4v1h-4v4h-1v-4h-4v-1z'%3E%3C/path%3E%3C/svg%3E");
    width: 22px;
    height: 22px;
}
.product-info .product_title {
    font-size: 23px;
    color: #242424;
    font-weight: 600;
    line-height: 26px;
    font-family: var(--font-secondary);
}
.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 0;
}
.product-info .variations_form .custom-variaion .price del[aria-hidden*="true"],
.product-info .variations_form .custom-variaion .price del {
    display: none;
}
.product-info .price {
    position: relative;
    margin-top: 10px;
    line-height: 20px;
    color: #fff !important;
    padding: 8px 30px 8px 15px;
    width: fit-content;
    background-color: var(--main-color);
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
}
.product-info .amount {
    color: #fff !important;
}
.product-info .price .amount {
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
}
.product-info .price del .amount bdi {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}
.product-info p.price del,
.product-info .price del {
    font-size: 18px;
    color: #969696;
}
.product-info p.price ins,
.product-info span.price ins {
    font-weight: 500 !important;
}
.woocommerce-variation-price .price {
    display: flex;
    color: var(--main-color) !important;
}
.product-info .cart {
    display: flex;
    margin-bottom: 10px !important;
}
.product-info .cart .quantity {
    margin-right: 10px !important;
    display: flex;
    background: #0820431a;
    align-items: center;
    padding: 4px 10px;
    text-align: center;
    border-radius: 4px;
}
.product-info .cart .quantity button {
    text-decoration: none;
    border: none;
    box-shadow: none;
    width: 35px;
    height: 35px;
    background-color: #fff;
    font-size: 23px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--main-color);
}
.product-info .cart .quantity input {
    font-size: 15px;
    border: none;
    text-align: center;
    border-radius: 0;
    height: 35px;
    background-color: transparent;
}
.product-info .cart .quantity input:focus {
    outline: none;
}
/* Chrome, Safari, Edge, Opera */
.product-info .cart .quantity input::-webkit-outer-spin-button,
.product-info .cart .quantity input::-webkit-inner-spin-button,
.shipping-guide input::-webkit-inner-spin-button,
.shipping-guide input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
.product-info .cart .quantity input[type=number],
.shipping-guide input[type=number] {
    -moz-appearance: textfield;
}
.product-info .single_add_to_cart_button,
.product-info .grouped_buy_now_button {
    margin-right: 10px;
    width: 50%;
    text-align: center;
}
.product-info .single_add_to_cart_button.disabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.3;
}
.button_addtocart_box {
    width: 100%;
    display: flex;
    align-items: center;
}
.product-info p {
    margin-bottom: 0;
}
.variations_form.cart {
    display: block !important;
}
.product-info .variations_form.cart table.variations {
    margin-bottom: 10px !important;
    display: block !important;
}
.variations_form.cart table.variations tbody {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    border: none;
    background-color: #f9f9f9;
    padding: 15px 10px;
    border-width: 1px;
    position: relative;
}
.variations .value label {
    font-weight: 500 !important;
}
.variations_form .ncustom-dropown.open .list {
    width: 100%;
}
.variations_form .variations tr {
    display: flex;
    align-items: center;
}
.variations_form .variations tr .label {
    padding: 0;
}
.product-info .variations_form .variations label {
    width: 110px;
    margin: 0 5px 0 0;
    color: #2d2a2a;
    white-space: nowrap;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 600 !important;
    line-height: 0;
}
.product-info .variations_form .variations td {
    line-height: initial !important;
    height: auto;
}
.product-info .variations_form .variations .value {
    position: inherit;
    width: calc(100% - 110px);
}
.product-info .variations_form .variations tr:last-child td {
    padding-bottom: 0;
}
.product-info .variations_form.cart .woocommerce-variation-add-to-cart {
    display: flex;
}
.product-info .information .yith-wcwl-add-to-wishlist {
    margin-right: 0 !important;
}
.product-info .color_variation_option {
    display: inline-block;
    position: relative;
}
.product-info .color_variation_option.color-out-stock-box label:before {
    position: absolute;
    content: 'Outof Stock';
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff85;
    color: red;
    white-space: normal;
    line-height: 17px;
    text-align: center;
    font-weight: 500;
}
.product-info #color_variation_box .color_variation_option.color-out-stock-box input[type="radio"] {
    border: 1px solid red;
}
.product-info .variations_form .variations .color_variation_option label {
    margin-right: 10px;
    width: auto;
    position: relative;
}
.product-info .color_variation_option input[type="radio"] {
    line-height: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 25px;
    height: 25px;
    margin: 0px 0 0;
}
.product-info #color_variation_box .color_variation_option input[type="radio"] {
    border-radius: 2px;
    box-shadow: 0px 0px 2px 0px #443838;
    width: 50px;
    height: 50px;
    outline: none;
    background-size: cover;
}
.product-info .color_variation_option span {
    background: var(--main-color);
    bottom: 100%;
    color: #fff;
    display: block;
    left: -10px;
    opacity: 0;
    padding: 5px 10px;
    margin-bottom: 10px;
    pointer-events: none;
    position: absolute;
    width: fit-content;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgb(0 0 0 / 28%);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgb(0 0 0 / 28%);
    border-radius: 2px;
    font-weight: 400;
    line-height: 20px;
}
.color-select {
    margin-bottom: 0;
    display: inherit;
}
.product-info .color_variation_option:hover span {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
.product-info [type="radio"]:checked+.color-select {
    position: absolute;
    right: -5px;
    top: -9px;
    width: 20px;
    height: 20px;
    background: var(--main-color);
    text-align: center;
    border-radius: 100px;
    color: #fff;
    line-height: 20px;
}
.product-info [type="radio"]:checked+.color-select:after {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}
.product-info .color_variation_option:hover:after {
    border-left: solid transparent 7px;
    border-right: solid transparent 7px;
    border-top: solid var(--main-color);
    top: -10px;
    content: " ";
    height: 0;
    left: 3px;
    position: absolute;
}
.reset_variations {
    position: absolute;
    right: 10px;
    text-decoration: none !important;
    color: #fff !important;
    background: var(--main-color) !important;
    border-radius: 0 !important;
    padding: 0px 15px !important;
    font-size: 14px !important;
    top: -17px;
    background: #ddd;
}
.product-info #pa_color+.ncustom-dropown {
    display: none;
}
.attr_select_err #color_variation_box {
    border: 1px solid red;
    padding: 5px 3px 0;
    border-radius: 4px;
    animation-name: blinking;
    animation-duration: 1s;
    animation-iteration-count: 100
}
.attr_select_err .ncustom-dropown {
    border: 1px solid red;
    animation-name: blinking;
    animation-duration: 1s;
    animation-iteration-count: 100;
}
.variations select {
    margin-left: 20px;
    padding: 0 10px;
    border: 1px solid #d9d9d9;
}
.variations select:focus {
    outline: none;
}
@keyframes blinking {
    50% {
        border-color: #fff
    }
}
.product-detail-tag {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.product-detail-tag .tag-box {
    background: transparent !important;
    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-detail-tag .tag-box:before {
    position: absolute;
    content: "";
    left: 0;
}
.product-detail-tag .tag-box.Free-Shipping {
    color: green;
    margin-right: 10px;
}
.product-detail-tag .tag-box.Free-Shipping:before {
    background: url('../img/free-shipping.svg');
    width: 24px;
    height: 19px;
    top: 5px;
}
.product-detail-tag .tag-box.low-stock.limited-stock {
    color: #e23e1d !important;
}
.product-detail-tag .tag-box.low-stock:before {
    background: url(../img/limited-stock.svg);
    width: 20px;
    height: 20px;
    top: 3px;
}
.product-detail-tag .tag-box.Pre-Sale {
    color: green;
    margin-right: 10px;
}
.product-detail-tag .tag-box.Pre-Sale:before {
    background: url(../img/pre-sale.svg);
    width: 23px;
    height: 24px;
    top: 0px;
}
.product-detail-tag .tag-box.sold-out {
    color: red !important;
    padding-left: 25px;
}
.product-detail-tag .tag-box.sold-out:before {
    background: url(../img/sold-out.svg);
    width: 16px;
    height: 26px;
    left: 0;
}
.product-detail-tag .tag-box.Limited-Shipping {
    color: #f7be68;
    margin-right: 10px;
}
.product-detail-tag .tag-box.Limited-Shipping:before {
    background: url(../img/limited-shipping.svg);
    width: 24px;
    height: 23px;
    left: 0;
}
.product-detail-tag .tag-box.in-stock {
    display: none;
}
#stock_notifier_main_form {
    margin-bottom: 10px;
    position: relative;
}
#stock_notifier_main_form .subscribe_for_interest_text {
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #e23e1d !important;
}
#stock_notifier_main_form .registered_message {
    background-color: green;
    color: #fff;
    padding: 5px 15px;
    border-radius: 4px;
}
#stock_notifier_main_form .stock_alert_email {
    width: 100%;
    border-radius: 5px;
    padding-right: 150px;
    margin-top: 5px;
    padding-left: 15px;
    margin-bottom: 0;
    border: 1px solid #ddd;
    height: 40px;
}
#stock_notifier_main_form .stock_alert_button {
    position: absolute;
    right: 0;
    border-radius: 0 5px 5px 0;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    top: 23px;
    letter-spacing: 0.3px;
    text-transform: capitalize;
    padding: 0 10px;
    border: none;
    color: #fff;
    background-color: red;
}
#stock_notifier_main_form .unsubscribe_button {
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    top: 23px;
    letter-spacing: 0.3px;
    text-transform: capitalize;
    padding: 0 10px;
    border: none;
    color: #fff;
    background-color: red;
    margin-top: 10px;
}
.product-info .shipping-guide {
    box-shadow: none;
    padding: 5px 15px;
    margin: 10px 0;
    background: transparent;
    border: 1px solid #ddd;
    border-radius: 3px;
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}
.shipping-guide .form-control {
    color: black;
    margin-right: 10px;
    padding: 0 15px;
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    box-shadow: none;
    border: 1px solid #ddd;
    border-radius: 5px;
    height: 40px;
}
.shipping-guide #ship {
    margin: 0px;
    font-size: 16px;
    color: red;
    font-weight: 500;
}
.canload {
    position: relative;
    box-sizing: border-box;
}
.canload.loading:before {
    visibility: visible;
    opacity: 0.7;
}
.canload:before {
    display: block;
    content: "";
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    transition: opacity 0.3s, visibility 0.3s;
    box-sizing: border-box;
}
button.canload:after,
a.canload:after,
.canload.mini:after {
    width: 30px;
    height: 30px;
    margin-left: -15px;
    margin-top: -15px;
    border-width: 4px;
}
.canload.loading:after {
    visibility: visible;
    opacity: 1;
}
.canload:after {
    content: "";
    z-index: 101;
    opacity: 0;
    position: absolute;
    left: 50%;
    transition: opacity 0.6s, visibility 0.6s;
    animation: loadingD 1.5s 0.3s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
    width: 10px;
    height: 10px;
    margin: 0 auto;
    padding: 10px;
    border: 2px dashed #ddd;
    border-radius: 100%;
}
@keyframes loading {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.estimated-time p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.estimated-time td,
.estimated-time th {
    line-height: 15px;
}
.estimated-time tr td:nth-child(1) {
    background-color: #dddddd3b;
    font-weight: 500;
}
.estimated-time h3 a {
    text-decoration: none;
    font-size: 20px;
}
.sharebox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.social-share a.btn-share {
    display: inline-block;
    text-align: center;
    margin-right: 7px;
    border: 1px solid transparent;
    position: relative;
    height: 50px;
    width: 50px;
    background: rgb(214, 214, 214);
    border-radius: 50%;
    box-shadow: -7px -7px 20px 0 rgba(255, 255, 255, 0.9), 7px 7px 20px 0 rgba(0, 0, 0, 0.3);
    transition: 0.2s;
}
.btn-share:hover {
    transform: scale(1.1);
}
.btn-share::before {
    content: "";
    position: absolute;
    height: 80%;
    width: 80%;
    background: rgb(214, 214, 214);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.btn-share:hover::before {
    box-shadow: inset -7px -7px 20px 0 rgba(255, 255, 255, 1),
        inset 7px 7px 20px 0 rgba(0, 0, 0, 0.3);
}
.btn-share i {
    position: absolute;
    font-size: 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.2s;
}
.btn-share:nth-child(1) i {
    color: #1877f2;
}
.btn-share:nth-child(2) i {
    color: #00acee;
}
.btn-share:nth-child(3) i {
    color: #c8232c;
}
.btn-share:hover i {
    font-size: 20px;
}
.single-product .payment_option {
    margin: 20px 0;
    border-radius: 5px;
    background: white;
}
.single-product .payment_option .payment_logo {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    position: relative;
}
.payment_option p {
    text-align: center;
    color: #000;
    margin: 5px 0 15px;
    font-size: 23px;
    font-weight: 500;
}
.payment_option .payimg {
    transition: all 500ms ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    text-align: center;
    border: 1px solid #f0f0f0;
}
.payment_option .payimg:hover {
    box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
    transform: translateY(-5px);
    background: #fff;
}
.payment_option .payimg img {
    width: auto;
}
.product_meta .tagged_as1 a {
    padding: 3px 10px;
    border-radius: 3px;
    border: 1px solid var(--main-color);
    margin-left: 0;
    display: inline-block;
    line-height: 15px;
    font-size: 16px;
    margin-bottom: 5px;
}
.product_meta .tagged_as1 a:hover {
    background: var(--main-color);
    color: #fff;
}
span.error_variaion {
    color: red;
    margin-bottom: 5px;
    display: inherit;
    animation: animate 1.5s linear infinite;
}
@keyframes animate {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0;
    }
}
.accordion-button:focus {
    box-shadow: none;
}
#product-info-tab .accordion-button {
    padding: 10px;
    border-radius: 0;
    box-shadow: none;
}
#product-info-tab .accordion-button.collapsed {
    background-color: #ddd;
    color: #000;
}
#product-info-tab .accordion-button,
#sub-accordion .accordion-button {
    background-color: var(--main-color);
    color: #fff;
}
#product-info-tab .accordion-item {
    border: none;
    margin-bottom: 10px;
}
#product-info-tab .accordion-body {
    padding: 10px;
}
#sub-accordion .accordion-button.collapsed {
    background-color: #adadad;
    color: #000;
}
.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23186dbe'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}
#product-info-tab .accordion-collapse {
    border: 1px solid #ddd;
}
#reviews #comments {
    text-align: center;
}
.woocommerce #reviews #comments h2 {
    font-size: 20px;
    margin: 0px;
}
#review_form {
    background: #eee;
    padding: 25px 30px;
}
#reviews #reply-title {
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
    font-weight: 600;
}
#commentform {
    background: white;
    box-shadow: 2px 2px 4px #ccc;
    border-radius: 5px;
    border: none;
    padding: 10px;
    margin: 10px auto;
}
.woocommerce #review_form #respond .form-submit input,
a#cr-ajax-reviews-cancel {
    left: auto;
    background-color: var(--main-color);
    letter-spacing: 1px;
    padding: 5px 20px;
    font-size: 16px;
    border: 1px solid var(--main-color);
    height: 40px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    border-radius: 0;
}
a#cr-ajax-reviews-cancel {
    line-height: 30px;
    background: red;
    border-color: red;
}
.woocommerce #review_form #respond p.form-submit {
    text-align: center;
}
.woocommerce #review_form input:focus,
.woocommerce #review_form textarea:focus {
    outline: none;
}
.woocommerce #review_form .comment-form-cookies-consent {
    display: flex;
}
span.required {
    color: red;
    font-size: 20px;
}
.cr-all-reviews-shortcode ol li.review .comment_container .meta,
.comment_container .meta {
    text-align: left;
}
.woocommerce #review_form #respond #wp-comment-cookies-consent {
    width: auto;
    height: auto;
    margin-right: 10px;
    margin-top: -3px;
}
.how-it-works-tabs__h.text-56.transition-in-children.is-inview {
    display: table;
    margin: 0 auto 50px;
    border-bottom: 3px solid var(--main-color);
    padding-bottom: 10px
}
.how-it-work-block .left-widget h3 {
    color: var(--main-color);
    display: table;
    border-bottom: 2px solid #333;
    padding-bottom: 10px
}
.how-it-work-block .left-widget .wrapper p {
    max-width: 500px;
    text-align: justify
}
.how-it-work-block .right-widget,
.how-it-work-block .left-widget {
    display: inline-block;
    vertical-align: middle;
    width: 49%
}
#hero .zippy-logo {
    margin: 70px auto;
    display: table
}
#hero-block .single-block,
#second .single-block {
    width: 33.33%;
    text-align: center;
    float: left
}
.related.products {
    margin-top: 30px;
}
.related.products li.product {
    margin: 0 15px;
    width: 24%;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    text-align: left;
    margin-bottom: 0 !important;
}
.button_addtocart_box .custom-wishlist .customwishlist {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
}
/*Product Detail Page Style End*/
/*Timer Style Start*/
.product-info .sale-timer {
    width: 100%;
    padding: 20px 0 15px;
    position: relative;
    border: 1px dashed var(--main-color);
    margin-top: 25px;
    border-radius: 10px;
}
.timer-heading {
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: -14px;
    background: #ddd;
    width: fit-content;
    margin: 0 auto;
    padding: 4px 18px;
    border-radius: 100px;
}
#productTimer {
    display: flex;
    justify-content: space-between;
    max-width: 350px;
    margin: 0 auto;
}
#productTimer .box {
    width: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    position: relative;
}
#productTimer span.text {
    font-size: 15px;
    border: 1px solid var(--main-color);
    color: #202020;
    display: block;
    width: 80%;
    position: relative;
    text-align: center;
    font-weight: 600;
    border-radius: 3px;
    margin-bottom: 15px;
}
#productTimer span.text:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 15px;
    left: 0;
    border: 1px dashed var(--main-color);
    right: 0;
    margin: 0 auto;
    bottom: -16px;
}
#productTimer .wrapper {
    background-color: white;
    color: var(--main-color);
    place-items: center;
    font-size: 25px;
    font-weight: 600;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    border: 1px dashed var(--main-color);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*Timer Style end*/
.hide-sku {
    color: #fff;
}
.product-wrapper-bottom .sale-timer {
    display: none;
}
.reward-wrapper {
    position: relative;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 2px solid var(--main-color);
}
.reward-inner {
    padding: 15px 10px 15px 90px;
    position: relative;
}
.reward-inner:before {
    position: absolute;
    content: '';
    background-image: url(../img/rwd-points-pd.png);
    width: 70px;
    height: 52px;
    display: inline-block;
    top: 13px;
    left: 5px;
}
.co-info {
    display: flex;
    justify-content: space-between;
}
.co-tips {
    background-color: var(--main-color);
    padding: 3px 10px;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    color: #fff;
}
.co-tips a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 5px;
}
.co-tips a:hover {
    color: #fff;
}
.main-reward {
    position: relative;
    margin-bottom: 10px;
    padding: 5px 10px;
    border: 1px solid #a1d407;
    border-radius: 5px;
    display: flex;
    align-items: center;
}
.reward p {
    color: #000;
}
.reward-msg {
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    padding: 7px 5px;
    font-size: 13px;
    border-radius: 3px;
    background-color: #ccc;
    top: 45px;
    color: #000;
    line-height: 19px;
    width: 100%;
    left: 0;
}
.reward {
    width: fit-content;
}
.reward:hover .reward-msg {
    transition: opacity 250ms ease-in;
    opacity: 1;
    visibility: visible;
}
.reward-msg::before {
    width: 10px;
    position: absolute;
    content: "";
    aspect-ratio: 1;
    background-color: #ccc;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    top: -5px;
}
.rew-login a {
    text-decoration: underline;
    font-weight: 500;
}

.main-reward:before {
    content: '';
    background-image: url(../img/sh-coin.png);
    width: 70px;
    height: 70px;
    display: inline-block;
}

.inner-reward {
    width: calc(100% - 71px);
    padding-left: 10px;
}

.woocommerce-variation-availability p.stock {
    display: none;
}

/*Bought style start*/
#bought_together_frm,
.bought_together_prds {
    display: flex;
}

.bought_prd {
    max-width: 300px;
    position: relative;
    box-shadow: var(--shadow-primary);
    padding-bottom: 10px;
}

.bought_image {
    background-color: #f7f8f8;
    border-radius: 5px;
    padding: 10px;
    position: relative;
    text-align: center;
}

.bought_prd .bought_image img {
    max-width: 250px;
    height: 200px;
    object-fit: contain;
}

.bought_prd [type="checkbox"] {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 23px;
    height: 23px;
}

.bought_plus {
    padding: 10px;
    font-size: 25px;
    line-height: 200px;
}

.bought_title {
    padding: 5px 10px 0;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 16px;
    margin-bottom: 5px;
}

.bought_price {
    color: var(--main-color);
    font-size: 20px;
    font-weight: 500;
    padding: 0 10px;
}

.boubht_add_to_cart {
    flex-direction: column;
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.boubht_add_to_cart .bought-add-cart {
    background-color: var(--main-color);
    color: var(--color-white);
    letter-spacing: 1px;
    padding: 5px 15px;
    font-size: 17px;
    height: 40px;
    font-weight: 500;
    text-align: center;
    line-height: 30px;
    border-radius: 4px;
}

.bought_price_total {
    font-size: 22px;
    margin-bottom: 5px;
    font-weight: 700;
}

/*Group Product start */
.product-info .grouped_form .amount {
    color: #000 !important;
}

.product-info .grouped_form .quantity {
    max-width: 145px;
    margin: 0 auto !important;
}

.woocommerce div.product form.grouped_form table td {
    padding-left: 0.5rem;
}

.grp-prodinfo h5 {
    font-size: 17px;
    margin-bottom: 5px;
    font-weight: 600;
}

.grp-regular-price {
    font-weight: 500;
}

.off-price span {
    font-size: 22px;
    font-weight: 600;
    color: var(--main-color);
}

.grp-stockinfo .stock {
    width: fit-content;
    padding: 0 10px;
    border-radius: 0;
    font-weight: 500;
}

.grp-stockinfo .stock.out-of-stock {
    background-color: #ff000033;
    border: 1px solid red;
}

.grp-stockinfo .stock.in-stock {
    background-color: #77a46445;
    border: 1px solid #77a464;
}

.grouped_form td img {
    max-width: 75px;
    height: auto;
    box-shadow: 0 0 9px #ccc;
    border-radius: 5px;
    margin-bottom: 5px;
}

.product-info .grouped_buy_now_button {
    margin-right: 10px;
    width: 50%;
}

/*Group Product end */
.wishlist-note .modal-body {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

#wishlistmsg .modal-body {
    background-color: green;
}

#removewishlistmsg .modal-body {
    background-color: red;
}

#beforeloginModal .modal-body {
    background-color: var(--color-secondary);
    line-height: 40px;
}

/*Product Page Offer slider Style Start*/
.offer-wrp {
    box-shadow: var(--shadow-primary);
    border-radius: 5px;
    padding: 5px 10px;
}

.offer-carousel .slick-slide {
    margin: 5px;
}

.offer-carousel .slick-next {
    right: 0;
}

.offer-carousel .slick-prev {
    left: 0;
}

.offer-carousel .slide-arrow {
    top: -51px;
    width: 35px;
    height: 35px;
    font-size: 18px;
}

.offer-wrp h6 {
    font-weight: 600;
    margin-bottom: 5px;
}

.offer-wrp p {
    font-size: 14px;
    line-height: 20px;
}

.offer-wrp a,
.modal-body a,
.back-btn {
    cursor: pointer;
    color: #f0424e;
}

.offer-wrp i,
.modal-body a i,
.back-btn i {
    font-size: 13px;
}

.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 450px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    border-radius: 0;
}

.modal.right .modal-body {
    padding: 15px 15px 80px;
}

/*Right*/
.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
    right: 0;
}

.offer-slider {
    padding: 10px 0;
    border: solid #ddd;
    border-width: 1px 0;
    margin-bottom: 15px;
}

.otitle {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.otitle h5 {
    margin-bottom: 0;
    padding-left: 20px;
    font-weight: 600;
    font-size: 22px;
}

.inner-model p {
    font-size: 15px;
}

.modal-body .icon {
    box-shadow: var(--shadow-primary);
    border-radius: 5px;
    padding: 1px;
    display: inline-block;
    margin-left: 10px;
    max-width: 60px;
}

.modal.right h6 {
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    text-underline-offset: 2px;
}

.inner-model .modal-header {
    background-color: #f4f6f7;
    position: sticky;
    top: 0;
    z-index: 1;
}

.inner-model h3 {
    font-size: 20px;
    font-weight: 700;
}

.inner-model h3+p {
    font-size: 19px;
    margin-bottom: 20px;
}

.inner-model .modal-title {
    font-size: 18px;
    font-weight: 700;
}

.inner-model span {
    font-size: 13px;
    text-align: center;
    display: block;
    font-weight: 600;
}

.inner-model .sm-title {
    margin: 20px 0 7px;
    font-size: 18px;
}

.inner-model .sm-title {
    margin: 20px 0 7px;
    font-size: 16px;
    font-weight: 700;
}

.inner-model .sm-title {
    margin: 20px 0 7px;
    font-size: 16px;
    font-weight: 700;
}

.inner-model .sm-title+p {
    font-size: 14px;
    line-height: 19px;
}

.modal.right .modal-header {
    background-color: #f4f6f7;
    position: sticky;
    top: 0;
    z-index: 1;
}
.product-wrapper .cart-action a.button.added{
    display: none;
}

/* Cart BTn*/
.shopcard-button span{display: none;}
.cart_btn{
    display:none;
}
.woocommerce .cart_btn a , .woocommerce .cart_btn a:hover{ 
    background: var(--main-color);
    color: white;
    font-size: 15px;
    border-radius: 25px 0 0 25px;
    padding: 9px;
    font-weight: 500 !important;
}
.shopcard:hover .cart_btn {
    display: inline;
}
.shopcard:hover .shopcard-button {
    display: none;
}
.woocommerce .cart_btn .added{
    display: none;
}
a.added_to_cart.wc-forward.view_btn {
    text-decoration: none;
}




@media only screen and (max-width: 1399px) {
    .modal.right .modal-dialog {
        width: 95%;
    }
}

/*Product Page Offer slider Style End*/
/*Responsive Style Start*/
@media only screen and (min-width: 576px) {
    .product-wrapper .grid-thumb a img {
        height: 250px;
    }
}

@media only screen and (min-width: 768px) {

    .product-list .product:nth-child(1),
    .product-list .product:nth-child(2),
    .product-list .product:nth-child(3) {
        margin-top: 0;
    }

    .product-button .btn-addcart {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    .product-wrapper .grid-thumb a img {
        height: 215px;
    }
}

@media only screen and (min-width: 992px) {
    .product-wrapper .grid-thumb a img {
        height: 215px;
    }
}

@media only screen and (min-width: 1200px) {
    .product-wrapper .grid-thumb a img {
        height: 260px;
    }
}

@media only screen and (min-width: 1400px) {
    .product-wrapper .grid-thumb a img {
        height: 305px;
    }
}

@media only screen and (max-width: 1399px) {
    .bought_prd {
        max-width: 260px;
    }
}

@media only screen and (max-width: 1199px) {
    #bought_together_frm {
        display: block;
    }

    .bought_together_prds {
        justify-content: center;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 1024px) {
    .bought_prd {
        max-width: 174px;
    }

    .bought_prd .bought_image img {
        max-width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    body.scroll-hide {
        overflow: hidden;
        position: relative;
    }

    .main_filter .sidebar-left #shop_filter {
        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;
        margin-top: 0 !important;
    }

    .main_filter .sidebar-left #shop_filter.openfilter {
        left: 0px;
        padding-bottom: 50px;
        border: none;
        border-radius: 0;
        padding: 20px;
    }

    .main_filter .close-sidebar {
        width: 25px;
        height: 25px;
        background: var(--main-color);
        line-height: 23px;
        text-align: center;
        border-radius: 0;
        position: absolute;
        right: 0;
        top: 0;
        color: #fff;
    }

    .main_filter .close-sidebar:before,
    .main_filter .close-sidebar:after {
        position: absolute;
        content: ' ';
        height: 15px;
        width: 1px;
        background-color: #fff;
        top: 5px;
        left: 12px;
    }

    .main_filter .close-sidebar:before {
        transform: rotate(45deg);
    }

    .main_filter .close-sidebar:after {
        transform: rotate(-45deg);
    }

    .fliter-title .reset_form {
        margin-right: 35px;
        border: 1px solid #ddd;
        background: #ddd;
        padding: 0px 10px;
        border-radius: 2px;
        line-height: 25px;
    }

    .filter-open-overlay {
        background: rgba(0, 0, 0, .4);
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 999;
        display: none;
    }

    .filter-open-overlay.showbg {
        display: block;
    }

    .sub-cats-wapper {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 767px) {
    .mfliter-sticky {
        position: sticky;
        top: 85px;
        z-index: 10;
    }

    .main_filter .filter_top_section_right {
        justify-content: space-between;
        margin: 0 -12px 10px;
        background: var(--main-color);
        align-items: center;
        padding: 7px 10px;
    }

    .ncustom-dropown .list {
        right: 0;
        left: initial;
    }

    .product-wrapper .button-group {
        border-top: 1px solid #ddd;
        padding: 6px 0;
        opacity: 1;
        box-shadow: none;
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
    }

    .product-button .btn-addcart a:before {
        width: 100%;
        border-radius: 5px;
    }

    .product-bottom {
        position: initial;
        padding: 5px;
    }

    .product-wrapper {
        padding-bottom: 58px;
    }

    .btn-wishlist {
        opacity: 1;
    }

    .product-wrapper ins .amount,
    .product-wrapper bdi {
        font-size: 19px;
    }

    .product-wrapper del bdi {
        margin-right: 3px;
        font-size: 15px;
    }

    .subcategories .product-category {
        width: 50% !important;
    }

    .subcategories .product-category:nth-child(odd) {
        padding-right: 5px;
    }

    .subcategories .product-category:nth-child(even) {
        padding-left: 5px;
    }

    .product-category.product .category-body.mobile-cat-list {
        border: none;
        box-shadow: 0 0 7px 2px #ccc;
        padding: 5px;
        border-radius: 5px;
        position: relative;
        margin-bottom: 10px;
    }

    .mobile-cat-list a {
        display: flex;
        align-items: center;
    }

    .mobile-cat-list a img {
        width: 50px;
        border-radius: 4px;
    }

    .product-category .category-body.mobile-cat-list a h3 {
        background: transparent;
        text-align: left;
        font-size: 15px;
        font-weight: 500 !important;
        line-height: 17px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal;
        padding: 0 15px 0 5px;
        color: #000;
    }

    .product-category.product .category-body.mobile-cat-list:after {
        content: " ";
        border-right: 1px solid #777;
        border-bottom: 1px solid #777;
        position: absolute;
        transform: rotate(-45deg);
        transition: all 0.2s ease-in-out;
        top: 27px;
        right: 10px;
        width: 7px;
        height: 7px;
        display: block;
    }

    /* product detail*/
    .payment_logo {
        -webkit-transform: translate3d(0, 0, 0);
        animation: scroll linear infinite 10s;
        width: calc(2 * 600px);
        transition: animation-play-state ease 0.3s;
        padding-top: 5px;
    }

    @keyframes scroll {
        0% {
            transform: translateX(-5%);
        }

        100% {
            transform: translateX(calc((0px - 600px) - 5%));
        }
    }

    .payment_logo:hover {
        animation-play-state: paused;
    }

    .payment-logo-slider {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

    .product-info .shipping-guide {
        display: block;
        padding: 5px;
    }

    .shipping-guide .form-control {
        padding: 0px 10px;
        width: 100%;
        max-width: 100%;
        margin-bottom: 5px;
    }

    .shipping-guide #ship {
        font-size: 13px;
        text-align: center;
    }

    .payment_option h4 {
        margin: 5px 0 10px;
        font-size: 18px;
    }

    .single-product .payment_option {
        padding: 0;
        margin-top: 0;
    }

    .product-info .cart,
    .product-info .variations_form.cart .woocommerce-variation-add-to-cart {
        display: block !important;
    }

    .woo-variation-gallery-wrapper .woo-variation-gallery-slider img {
        height: 350px !important;
    }

    .woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image img {
        height: 65px;
    }

    .estimated-time tr td:nth-child(1) {
        width: 150px;
    }

    .special_price_holder:after {
        right: 1px;
        transform: skewX(-16deg);
    }

    .product-block .block-inner .caption .infor .price .special_price_holder .offer-price .woocommerce-Price-amount bdi {
        font-size: 15px;
        line-height: 33px;
    }

    .regular-price {
        width: 43%;
    }

    .offer-price {
        width: calc(100% - 43%);
        clip-path: polygon(7% 0%, 100% 0%, 100% 100%, 0% 100%);
        padding-left: 5px;
        text-align: center;
        justify-content: center;
    }

    .product-block .block-inner .caption .infor .price .regular-price del .woocommerce-Price-amount bdi {
        font-size: 13px !important;
    }

    .custom-wishlist a {
        width: 37px;
        height: 37px;
        line-height: 36px;
    }

    .addcart-btn a.button {
        font-size: 14px;
        line-height: 28px;
        height: 37px;
    }

    .product-wrapper-bottom .pro-info-bottom ins .amount,
    .product-wrapper-bottom .pro-info-bottom bdi {
        font-size: 15px;
    }

    .product-info .product_title {
        line-height: 25px;
        font-size: 18px;
    }

    .canload.loading:after {
        top: 25px;
    }

    #productTimer .box {
        width: 75px;
    }

    #productTimer span.text {
        font-size: 13px;
    }

    #productTimer .wrapper {
        font-size: 20px;
    }

    #productTimer {
        justify-content: space-evenly;
    }

    .bought_together_prds {
        display: block;
    }

    .bought_prd {
        max-width: 100%;
    }

    .bought_plus {
        line-height: 20px;
        text-align: center;
    }

    .bought_prd .bought_image img {
        max-width: 100px;
        height: auto;
    }
}

@media only screen and (max-width: 675px) {
    .product-option .color_dis_shop_list .circle {
        margin: 0 3px 4px;
    }

    .page-select {
        display: none !important;
    }

    .product-info .cart .quantity {
        width: 100%;
        margin-bottom: 10px !important;
    }

    .product-info .cart .quantity input {
        width: 100%;
    }

    .button_addtocart_box {
        justify-content: center;
    }

    .related h2 {
        font-size: 25px;
    }

    .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 a p {
        text-align: left;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal;
        padding: 0 10px 0 5px;
        margin: 0;
        font-weight: 400;
        line-height: 17px;
    }

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

    .show-morecat {
        height: 230px;
    }

    .product-info .sale-timer:before {
        transform: scale(0.6);
    }

    .timer-heading {
        font-weight: 500;
        font-size: 14px;
        padding: 4px 10px;
    }

    .product-wrapper .primary-image img,
    .product-wrapper .secondary-image img {
        height: 190px;
    }

    .product-wrapper .cart-action a.button,
    .product-wrapper .cart-action a.added_to_cart {
        height: 40px;
        line-height: 25px;
        font-size: 15px;
        margin-right: 7px;
    }

    .custom-wishlist .customwishlist {
        height: 40px;
        line-height: 35px;
    }
}

@media only screen and (max-width: 575px) {
    .mfliter-sticky {
        top: 85px;
    }
}

@media only screen and (max-width: 430px) {
    .other-tags {
        flex-direction: column;
    }

    .product-info .single_add_to_cart_button {
        min-width: auto;
        padding: 13px 6px;
        font-size: 16px;
        margin-right: 5px;
    }
}

@media only screen and (max-width: 380px) {

    .product-wrapper .cart-action a.button,
    .product-wrapper .cart-action a.added_to_cart {
        padding: 5px 2px;
        font-size: 14px;
        margin-right: 3px;
    }

    .custom-wishlist .customwishlist {
        width: 39px;
    }
}

/*Product Grid Timer Style Start*/
.tmb {
    display: flex;
    align-items: center;
}

.tim {
    position: absolute;
    left: 40%;
    color: var(--main-color);
    font-weight: 500;
    font-size: 20px;
}

.tim p {
    display: inline-block;
}

.tim p span {
    padding: 0 3px;
    position: relative;
    top: -1px;
}

@media only screen and (max-width: 1399px) {
    .tim {
        font-size: 16px;
        left: 37%;
    }
}

@media only screen and (max-width: 1199px) {
    .tim {
        font-size: 14px;
    }
}

@media only screen and (max-width: 575px) {
    .tim p span {
        padding: 0 2px;
    }

    .tim {
        font-size: 12px;
        left: inherit;
        right: 16px;
    }
}

/*Product Grid Timer Style End*/
/*Members Only deal Style Start*/
.mprice-box {
    display: inline-block;
    width: 100%;
}

#mpbox {
    background: linear-gradient(90deg, #4e4a883b 25%, #4e4a8866 50%);
    background-size: 200% 100%;
    animation: bgslider 2s infinite ease-in-out;
    display: inline-block;
    padding: 2px 10px;
    color: #000;
    margin: 5px 0;
    border: solid var(--main-color);
    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;
    }
}

.product-info #mpbox {
    width: fit-content;
    background: no-repeat;
    border-width: 2px;
    padding: 15px 20px;
}

.product-info #mpbox span {
    font-size: 40px;
    margin-left: 15px;
}

.product-info #mpbox .member-login {
    color: var(--main-color);
    font-size: 17px;
    text-decoration: underline;
    text-underline-offset: 8px;
    font-weight: 500;
}

@media only screen and (max-width: 575px) {
    .product-info #mpbox span {
        font-size: 25px;
    }

    .product-info #mpbox {
        width: 100%;
        padding: 11px 7px;
        border-width: 1px;
    }
}

/*Members Only deal Style End*/
