.shop_grid_block {
    padding: 70px 0;
}
.product_bx .product_items {
    position: relative;
    overflow: hidden;
}
.product_bx .product_items .product_btns{
    pointer-events: none;
}
.product_bx .product_items a {
    display: block;
}
.product_bx .product_btns .btn-groups{
    pointer-events: visible;
}

.deal_offer_sec {
    display: flex;
    position: absolute;
    flex-direction: column;
    left: 20px;
    top: 20px;
    gap: 10px;
}
.deal_offer_sec p {
    font-weight: 700;
    margin-bottom: 0;
}
.product_bx .deal_tags,
.product_bx .offer_tags {
    height: 32px;
    width: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
    z-index: 99;
    border-radius: 4px 0 0 4px;
    position: relative;
}
.atcMessage,
.shop_grid_block .product_bx:hover .product_dec .headingH5 a,
.star_rating .rating_review {
    color: var(--color-code17);
}
.product_bx .offer_tags {
    background-color: var(--color-red);
}
.product_bx .deal_tags {
    background-color: var(--color-orange);
    text-transform: uppercase;
}
.product_bx .deal_tags:after,
.product_bx .offer_tags:after {
    content: "";
    position: absolute;
    right: -11px;
    top: 5px;
    bottom: 0;
    width: 21px;
    height: 21px;
    background-color: var(--color-red);
    z-index: -1;
    transform: rotate(45deg);
    border-radius: 1px 0 0 1px;
}
.product_bx .deal_tags:before,
.product_bx .offer_tags:before {
    content: "";
    position: absolute;
    right: -6px;
    top: 0;
    bottom: 0;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: #fff;
    z-index: 1;
    margin: auto;
}
.product_bx .deal_tags:after {
    background-color: var(--color-orange);
}
.product_bx .product_btns {
    position: absolute;
    bottom: -50%;
    left: 50%;
    right: unset;
    margin: auto;
    text-align: center;
    opacity: 0;
    transition: 0.6s;
    height: 0;
    transform: translate(-50%,-50%);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100% !important;
}
.product_grid .column:hover .product_btns {
    opacity: 1;
    height: 100%;
    bottom: -50%;
}
  
/*.product_grid .column:hover .product_btns {
    opacity: 1;
    height: auto;
    bottom: 50%;
}*/
.product_grid .columnpicture img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.product_grid .column:hover picture img {
    transform: scale(1.2);
    transition: 0.6s;
}
.product_bx .product_dec .headingH4 {
    margin-bottom: 0;
    font-weight: 400;
    color: var(--color-code07);
    font-family: var(--primary-family);
}
.product_bx .product_dec .headingH5 {
    font-weight: 600;
    color: var(--color-code18);
    font-family: var(--primary-family);
    margin-bottom: 20px;
}
.product_bx .product_btns .btn-groups {
    gap: 0;
    background: var(--color-white);
    align-items: center;
    border-radius: 4px;
    height: 70px;
    border: 1px solid var(--color-primary);
}
.product_bx .product_btns .btn-groups > span {
    width: 70px;
    height: 100%;
    background: var(--color-white);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid var(--color-primary);
    cursor: pointer;
}
.product_bx .product_btns .btn-groups > span:last-child {
    border-right: none;
}
.product_bx .product_btns .btn-groups > span:hover {
    background: var(--color-primary);
}
.product_bx .product_btns .btn-groups > span:hover svg,
.product_bx .product_ftr .btn-primary:hover svg,
.product_load_more button:hover svg {
    filter: brightness(0) invert(1);
}
.product_bx .product_btns .btn-groups > span svg,
.product_bx .product_ftr .btn-primary svg {
    width: 29px;
}
.product_bx .product_ftr .btn-primary svg{
    height: auto;
}
.product_bx .product_btns .btn-groups > span svg path{
    stroke: var(--color-primary);
}

.product_bx .product_btns .btn-groups .search_icons svg path{
  fill: var(--color-primary);
  stroke: none;
}
.product_bx .product_btns .btn-groups .wishlist_icons svg path, 
.product_dec_popup .inWishlist.quickModal_opt svg path{
   stroke: var(--color-primary);
}

.product_bx .product_btns .btn-groups .inWishlist svg path, 
.product_dec_popup .inWishlist.quickModal_opt svg path{
   fill: var(--color-red);
  stroke: none;  
}

.popupBx_modal .modal-window.quickModal.inWishlist:hover,
.product_bx .product_btns .wishlist_icons.inWishlist:hover {
    background-color: var(--color-white) !important;
}
/*.popupBx_modal .modal-window.quickModal.inWishlist img,
.popupBx_modal .modal-window.quickModal.inWishlist:hover img,
.product_bx .product_btns .wishlist_icons.inWishlist img,
.product_bx .product_btns .wishlist_icons.inWishlist:hover img {
    filter: invert(1) !important;
}*/
/*.product_dec_popup .inWishlist.quickModal_opt svg
 {
    display: none;
}*/
/*.product_dec_popup .inWishlist.quickModal_opt .wishlist-fill {
    display: block !important;
}*/
body .popupBx_modal .modal-window.quickModal .inWishlist svg,
body .popupBx_modal .modal-window.quickModal .inWishlist:hover svg,
body .product_dec_popup .inWishlist.quickModal_opt:hover svg,
body .product_bx .product_btns span.wishlist_icons.inWishlist:hover svg {
    filter: none !important;
}


body.archive .popupBx_modal .modal-window.quickModal button.btn-primary.quickModal_cart {
    width: auto;
}
.product_bx .product_btns .btn-groups span.tool_tip {
    position: absolute;
    left: 0;
    right: 0;
    top: -35px;
    font-size: 14px;
    padding: 3px 7px;
    background: var(--color-code08);
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    margin: auto;
    color: #fff;
    transform: translate(-15%, 0);
    flex-wrap: wrap;
    opacity: 0;
    visibility: hidden;
    height: 0;
}
[dir="rtl"] .product_bx .product_btns .btn-groups span.tool_tip {
    transform: translate(15%, 0);
}
.product_bx .product_btns .btn-groups > span:hover span.tool_tip {
    opacity: 1;
    visibility: visible;
    height: auto;
}
.product_bx .product_variant {
    display: flex;
    gap: 16px;
    margin-top: 20px;
}
.product_bx .product_variant > span {
    width: 24px;
    height: 24px;
    border-radius: 100%;
}
.product_bx .product_variant .color1 {
    background: var(--color-black);
}
.product_bx .product_variant .color2 {
    background: var(--color-code09);
}
.product_bx .product_variant .color3 {
    background: var(--color-code10);
}
.star_rating {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 17px;
}
.star_rating span.rating {
    display: flex;
    align-items: center;
    gap: 2px;
}
.accordion-item-dropdown span.icon-dropdown img,
.star_rating span.rating img {
    width: 24px;
}
.star_rating .rating_review {
    font-weight: 400;
    margin-bottom: 0;
}
.product_bx .product_ftr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.product_bx .product_ftr .btn-primary {
    border-radius: 4px;
    border: 1px solid var(--color-primary);
    background-color: rgba(32, 160, 232, 0.1);
    display: flex;
    align-items: center;
    gap: 10px;
    width: auto;
    padding: 14px 24px;
    transition: 0.6s;
    height: auto;
/*    line-height: 11px;*/
line-height: initial;
}
.product_bx .product_ftr .headingH4 {
    font-weight: 600;
    position: relative;
}
.product_bx .product_ftr .btn-primary span {
    color: var(--color-white);
    font-weight: 600;
}
.product_bx .product_ftr .btn-primary svg path{
    fill: var(--color-white);
    stroke: none;
}
.product_bx .product_ftr .btn-primary svg path:hover {
    fill: var(--color-primary) !important;
}
.product_bx .product_ftr .btn-primary:hover {
    background-color: var(--color-primary);
    color: var(--color-white);
}
.product_bx .product_ftr .btn-primary:hover span {
    color: var(--color-white);
}
.product_bx {
    margin: 0;
    background-color: var(--color-white);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    height: 100%;
}
.product_bx .product_items {
    height: 456px;
}
.product_bx figcaption {
    padding: 20px 20px 40px;
}
section.shop_grid_block .hdng_header h2.headingH2 {
    color: var(--color-primary);
}
.sideBar_bx p.paragraph_p2,
.sideBar_shop .paragraph_p2.sideHdng {
    margin-bottom: 30px;
    font-weight: 600;
}
.widget_sidebar {
    margin-bottom: 30px;
}
.widget_sidebar .paragraph_p3.sideHdng {
    font-weight: 600;
    margin-bottom: 0;
}
.cat_list_check {
    position: relative;
    margin-bottom: 26px;
}
.cat_list_check input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.cat_list_check label {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-bottom: 27px;
}
.budge_bx,
.list_grid {
    align-items: center;
    display: flex;
}
.cat_list_check label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid var(--color-primary);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05);
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 2px;
}
[dir="rtl"] .cat_list_check label:before {
    margin-left: 10px;
    margin-right: unset;
}
.cat_list_check input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 9px;
    width: 8px;
    height: 16px;
    border: solid var(--color-primary);
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}
 /*.withoutChildAccordion .cat_list_check input:checked + label:after{
    	right: 9px;
        left: unset;
    }*/
[dir="rtl"] .cat_list_check input:checked + label:after {
    right: 9px;
    left: unset;
}
.cat_list_check input:checked + label,
.price_range_slider .price_range span#from,
.price_range_slider .price_range span#to {
    font-weight: 600;
}
.variant_color .color_list {
    display: flex;
    gap: 15px;
    position: relative;
}
.color_list.cat_list_check label::before {
    margin-right: 15px;
}
.variant_color .color_list span.clr_bx {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: var(--color-black);
}
.budge_bx {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: var(--color-code25);
    justify-content: center;
}
.list_grid,
.select_filter select {
    height: 60px;
    border: 2px solid var(--color-code23);
}
[dir="rtl"] .budge_bx {
    left: 0;
    right: unset;
}
.budge_bx p.paragraph_p4 {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 18px;
}
.accordion-item-header-dropdown.active-dropdown .icon-dropdown {
    transform: rotate(180deg);
    transition: 0.6s;
}
.accordion-item-header-dropdown .icon-dropdown {
    transform: rotate(0);
    transition: 0.6s;
    height: 24px;
}
.accordion-item-body-dropdown {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}
.accordion-item-header-dropdown {
    display: flex;
    justify-content: space-between;
}
.accordion-item-header-dropdown .paragraph_p3.sideHdng {
    margin-bottom: 0;
    font-weight: 400;
}
.accordion-item-dropdown {
    margin-bottom: 20px;
}
.accordion-item-header-dropdown.active-dropdown .paragraph_p3.sideHdng {
    font-weight: 600;
    margin-bottom: 23px;
}
.brands_side {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.brands_side > span {
    flex: 1 1 30%;
    max-width: 28%;
}
.brands_side .cat_list_check,
.brands_side label {
    margin-bottom: 0 !important;
}
[dir="rtl"] .brand_inner_div.cat_list_check label:before {
    left: unset;
    right: 0;
}
.shop_top_filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.shop_top_filter .paragraph_p3,
.star_rating > .star_rating {
    margin-bottom: 0;
}
.filterHdr_option {
    display: flex;
    align-items: end;
    gap: 48px;
}
.list_grid {
    gap: 24px;
    width: 144px;
    justify-content: center;
}
.list_grid > span {
    display: flex;
    align-items: center;
}
.list_grid svg {
    cursor: pointer;
}
.list_grid span svg {
    filter: grayscale(1);
        opacity: 0.6;
}
.list_grid span svg path{
    fill: var(--color-primary)!important;
}
.list_grid span.active svg {
    filter: inherit;
        opacity: 1;
}
.select_filter select {
    width: 282px;
    font-weight: 600;
}
.shortPrd_list {
    display: flex;
    gap: 22px;
    padding-bottom: 44px;
    position: relative;
}
.shortPrd_list:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 22px;
    width: 100%;
    height: 1px;
    background-color: var(--color-code27);
}
.shortPrd_list .product_img {
    width: 120px;
}
.shortPrd_list .star_rating span.rating img {
    width: 20px;
}
.shortPrd_list .star_rating {
    margin-bottom: 14px;
}
.shortPrd_list p.paragraph_p3 {
    font-weight: 600;
    margin-bottom: 9px;
}
.shortPrd_list .headingH5 {
    font-weight: 600;
    margin-bottom: 0;
    color: var(--color-red);
}
.shortPrd_list .headingH5 .oldPrice {
    font-weight: 400;
    color: var(--color-code26);
}
.multi-range {
    position: relative;
    height: 40px;
    margin: -27px 0 30px;
}
.multi-range input[type="range"]:first-child::-webkit-slider-thumb::before {
    background-color: var(--color-code18);
}
.multi-range input[type="range"]:nth-child(2) {
    background: 0 0;
}
.multi-range input[type="range"]:nth-child(2)::-webkit-slider-thumb::before {
    background-color: var(--color-code18);
}
.multi-range input[type="range"]::-moz-range-track {
    background: 0 0;
}
.multi-range input[type="range"] {
    position: absolute;
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    background: linear-gradient(var(--color-code18), var(--color-code18)) no-repeat center;
    background-size: 100% 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    pointer-events: none;
}
.multi-range input[type="range"]::-moz-focus-outer,
.multi-range input[type="range"]:active,
.multi-range input[type="range"]:focus {
    border: none;
    outline: 0;
}
.multi-range input[type="range"]::-moz-range-thumb {
    position: relative;
    height: 28px;
    width: 28px;
    margin: 5px 0;
    border-radius: 50%;
    background-color: var(--color-white);
    -moz-appearance: none;
    appearance: none;
    pointer-events: all;
    border: 4px solid var(--color-code18);
}
.multi-range input[type="range"]::-webkit-slider-thumb {
    position: relative;
    height: 28px;
    width: 28px;
    margin: 5px 0;
    border-radius: 50%;
    background-color: var(--color-white);
    -webkit-appearance: none;
    appearance: none;
    pointer-events: all;
    border: 4px solid var(--color-code18);
}
.multi-range input[type="range"]::-webkit-slider-thumb:hover {
    background-color: var(--color-white);
}
.multi-range input[type="range"]::-webkit-slider-thumb:active {
    background-color: var(--color-white);
}
.column.add_listView figure.product_bx {
    display: flex;
}
.column.add_listView figure.product_bx .product_items {
    width: 456px;
}
.column.add_listView figure.product_bx picture.profile-pic {
    display: block;
    height: 100%;
    width: 100%;
}
.column.add_listView figure.product_bx picture.profile-pic img {
    height: 100%;
}
.column.add_listView figure.product_bx figcaption {
    padding: 48px;
    flex: 1;
}
.product_short.paragraph_p3,
.rating img {
    display: none;
}
.column.add_listView .product_short.paragraph_p3 {
    display: block;
    margin-top: 30px;
    border-top: 1px solid var(--color-code27);
    padding-top: 30px;
    color: var(--color-code07);
    font-family: var(--primary-family);
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.column.add_listView .product_ftr .btn-primary {
    padding-left: 100px;
    padding-right: 100px;
}
.product_load_more {
    margin-top: 10%;
}
.product_load_more button {
    gap: 20px;
    align-items: center;
    transition: 0.6s;
}
.product_load_more button:hover {
    background-color: var(--color-primary);
    color: var(--color-white);
    border: 1px solid var(--color-primary);
}
.product_load_more img {
    width: 60px;
}
.hiddenStyle {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
[dir="rtl"] .product_load_more img {
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

/*.accordion-item-dropdown.withoutChildAccordion .cat_list_check {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.accordion-item-dropdown.withoutChildAccordion .cat_list_check label.paragraph_p3 {
    float: right;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    margin-bottom: 0;
}
.accordion-item-dropdown.withoutChildAccordion .cat_list_check label.paragraph_p3::before {
    margin-right: 0;
}*/

.accordion-item-dropdown .accordion-item-body-dropdown {
    padding-left: 15px;
}

@media only screen and (min-width:2500px){
    .sideBar_shop .sideBar_bx .first_heading_cat{
    padding-bottom: 25px;
}
}

@media only screen and (min-width: 1920px) and (max-width: 2499px) {
    .shop_grid_block {
        padding: 57px 0;
    }
    .deal_offer_sec {
        left: 6px;
        top: 6px;
        gap: 6px;
    }
    .product_bx .deal_tags,
    .product_bx .offer_tags {
        height: 25px;
        width: 48px;
    }
    .product_bx .deal_tags:after,
    .product_bx .offer_tags:after {
        right: -8px;
        top: 5px;
        width: 16.45px;
        height: 16.45px;
    }
    .product_bx .deal_tags:before,
    .product_bx .offer_tags:before {
        right: -4px;
        width: 5px;
        height: 5px;
    }
    .product_bx figcaption {
        padding: 12px 20px 28px;
    }
    .list_grid svg,
    .star_rating span.rating img {
        width: 18px;
    }
    .product_bx .product_btns .btn-groups {
        gap: 0;
        height: 53px;
    }
    .product_bx .product_btns .btn-groups > span {
        width: 53px;
        height: 100%;
    }
    .product_bx .product_btns .btn-groups > span svg {
        width: 22px;
    }
    .product_bx .product_btns .btn-groups span.tool_tip {
        top: -35px;
        font-size: 14px;
        padding: 3px 7px;
        border-radius: 2px;
        width: 90px;
    }
    .product_bx .product_ftr .btn-primary {
        padding: 8.5px 18px;
        gap: 8px;
    }
    .accordion-item-dropdown span.icon-dropdown img,
    .product_bx .product_ftr .btn-primary svg {
        width: 20px;
    }
    .product_bx .product_dec .headingH5 {
        margin-bottom: 12px;
    }
    .product_bx .product_items {
        height: 352px;
    }
    .sideBar_bx p.paragraph_p2,
    .sideBar_shop .paragraph_p2.sideHdng {
        margin-bottom: 20px;
    }
    .cat_list_check,
    .sideBar_shop .paragraph_p2.sideHdng {
        margin-bottom: 19px;
    }
    .widget_sidebar {
        margin-bottom: 30px;
    }
    .accordion-item-header-dropdown .icon-dropdown {
        height: 20px;
    }
    .accordion-item-dropdown {
        margin-bottom: 0;
    }
    .accordion-item-header-dropdown .paragraph_p3.sideHdng,
    .cat_list_check label {
        margin-bottom: 14px;
    }
    .cat_list_check label:before {
        box-shadow: none;
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }
    [dir="rtl"] .cat_list_check label:before {
        margin-left: 10px;
        margin-right: unset;
    }
    .cat_list_check input:checked + label:after {
        top: 5px;
        left: 7px;
        width: 5px;
        height: 12px;
        border-width: 0 2px 2px 0;
    }
    [dir="rtl"] .cat_list_check input:checked + label:after {
        right: 7px;
        left: unset;
    }
   /* .withoutChildAccordion .cat_list_check input:checked + label:after{
    	right: 7px;
        left: unset;
    }*/
    .variant_color .color_list {
        gap: 10px;
    }
    .color_list.cat_list_check label::before {
        margin-right: 10px;
    }
    .budge_bx,
    .variant_color .color_list span.clr_bx {
        width: 22px;
        height: 22px;
    }
    .variant_color .color_list .paragraph_p3 {
        margin-bottom: 17px;
    }
    .budge_bx p.paragraph_p4 {
        font-size: 14px;
    }
    .brands_side,
    .product_load_more button {
        gap: 16px;
    }
    .shortPrd_list {
        gap: 16px;
        padding-bottom: 32px;
    }
    .shortPrd_list:before {
        bottom: 16px;
    }
    .shortPrd_list .product_img {
        width: 96px;
    }
    .shortPrd_list .star_rating span.rating img {
        width: 15px;
    }
    .shortPrd_list .star_rating {
        margin-bottom: 9px;
    }
    .shortPrd_list p.paragraph_p3 {
        margin-bottom: 7px;
    }
    .multi-range {
        height: 30px;
        margin: -27px 0 30px;
    }
    .list_grid,
    .select_filter select {
        height: 40px;
        border: 2px solid var(--color-code23);
    }
    .multi-range input[type="range"]::-moz-range-thumb {
        height: 18px;
        width: 18px;
        margin: 0;
        border: 3px solid var(--color-code18);
    }
    .multi-range input[type="range"]::-webkit-slider-thumb {
        height: 18px;
        width: 18px;
        margin: 0;
        border: 3px solid var(--color-code18);
    }
    .filterHdr_option {
        gap: 32px;
    }
    .list_grid {
        gap: 18px;
        width: 94px;
    }
    .select_filter select {
        width: 202px;
        padding: 0 5px;
    }
    .product_load_more img {
        width: 30px;
    }
    .column.add_listView figure.product_bx .product_items {
        width: 352px;
    }
    .column.add_listView figure.product_bx figcaption {
        padding: 32px;
    }
    .column.add_listView .product_short.paragraph_p3 {
        margin-top: 32px;
        padding-top: 32px;
    }
    .column.add_listView .product_ftr .btn-primary {
        padding-left: 81px;
        padding-right: 81px;
    }
    .sideBar_shop .sideBar_bx .first_heading_cat{
    padding-bottom: 10px;
}

}
@media only screen and (min-width: 1700px) and (max-width: 1919px) {
    .shop_grid_block {
        padding: 57px 0;
    }
    .deal_offer_sec {
        left: 6px;
        top: 6px;
        gap: 6px;
    }
    .product_bx .deal_tags,
    .product_bx .offer_tags {
        height: 25px;
        width: 48px;
    }
    .product_bx .deal_tags:after,
    .product_bx .offer_tags:after {
        right: -8px;
        top: 3px;
        width: 16.45px;
        height: 17.45px;
    }
    .product_bx .deal_tags:before,
    .product_bx .offer_tags:before {
        right: -4px;
        width: 5px;
        height: 5px;
    }
    .product_bx figcaption {
        padding: 12px 20px 28px;
    }
    .list_grid svg,
    .star_rating span.rating img {
        width: 18px;
    }
    .product_bx .product_btns .btn-groups {
        gap: 0;
        height: 53px;
    }
    .product_bx .product_btns .btn-groups > span {
        width: 53px;
    }
    .product_bx .product_btns .btn-groups > span svg {
        width: 22px;
    }
    .product_bx .product_btns .btn-groups span.tool_tip {
        top: -35px;
        font-size: 14px;
        padding: 3px 7px;
        border-radius: 2px;
        width: 90px;
    }
    .product_bx .product_ftr .btn-primary {
        padding: 8.5px 18px;
        gap: 8px;
    }
    .accordion-item-dropdown span.icon-dropdown img,
    .product_bx .product_ftr .btn-primary svg {
        width: 20px;
    }
    .product_bx .product_dec .headingH5 {
        margin-bottom: 12px;
    }
    .product_bx .product_items {
        height: 352px;
    }
    .sideBar_bx p.paragraph_p2,
    .sideBar_shop .paragraph_p2.sideHdng {
        margin-bottom: 20px;
    }
    .cat_list_check,
    .sideBar_shop .paragraph_p2.sideHdng {
        margin-bottom: 19px;
    }
    .widget_sidebar {
        margin-bottom: 30px;
    }
    .accordion-item-header-dropdown .icon-dropdown {
        height: 20px;
    }
    .accordion-item-dropdown {
        margin-bottom: 0;
    }
    .accordion-item-header-dropdown .paragraph_p3.sideHdng,
    .cat_list_check label {
        margin-bottom: 14px;
    }
    .cat_list_check label:before {
        box-shadow: none;
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }
    [dir="rtl"] .cat_list_check label:before {
        margin-left: 10px;
        margin-right: unset;
    }
    .cat_list_check input:checked + label:after {
        top: 5px;
        left: 7px;
        width: 5px;
        height: 12px;
        border-width: 0 2px 2px 0;
    }
    [dir="rtl"] .cat_list_check input:checked + label:after {
        right: 7px;
        left: unset;
    }
     /*.withoutChildAccordion .cat_list_check input:checked + label:after{
    	right: 7px;
        left: unset;
    }*/
    .variant_color .color_list {
        gap: 10px;
    }
    .color_list.cat_list_check label::before {
        margin-right: 10px;
    }
    .budge_bx,
    .variant_color .color_list span.clr_bx {
        width: 22px;
        height: 22px;
    }
    .variant_color .color_list .paragraph_p3 {
        margin-bottom: 17px;
    }
    .budge_bx p.paragraph_p4 {
        font-size: 13px;
    }
    .brands_side,
    .product_load_more button {
        gap: 16px;
    }
    .shortPrd_list {
        gap: 16px;
        padding-bottom: 32px;
    }
    .shortPrd_list:before {
        bottom: 16px;
    }
    .shortPrd_list .product_img {
        width: 96px;
    }
    .shortPrd_list .star_rating span.rating img {
        width: 15px;
    }
    .shortPrd_list .star_rating {
        margin-bottom: 9px;
    }
    .shortPrd_list p.paragraph_p3 {
        margin-bottom: 7px;
    }
    .multi-range {
        height: 25px;
        margin: -27px 0 30px;
    }
    .list_grid,
    .select_filter select {
        height: 40px;
        border: 2px solid var(--color-code23);
    }
    .multi-range input[type="range"]::-moz-range-thumb {
        height: 18px;
        width: 18px;
        margin: 0;
        border: 3px solid var(--color-code18);
    }
    .multi-range input[type="range"]::-webkit-slider-thumb {
        height: 18px;
        width: 18px;
        margin: 0;
        border: 3px solid var(--color-code18);
    }
    .filterHdr_option {
        gap: 32px;
    }
    .list_grid {
        gap: 18px;
        width: 94px;
    }
    .select_filter select {
        width: 202px;
        padding: 0 5px;
    }
    .product_load_more img {
        width: 30px;
    }
    .column.add_listView figure.product_bx .product_items {
        width: 352px;
    }
    .column.add_listView figure.product_bx figcaption {
        padding: 32px;
    }
    .column.add_listView .product_short.paragraph_p3 {
        margin-top: 32px;
        padding-top: 32px;
    }
    .column.add_listView .product_ftr .btn-primary {
        padding-left: 81px;
        padding-right: 81px;
    }
    .sideBar_shop .sideBar_bx .first_heading_cat{
    padding-bottom: 10px;
}
}
@media only screen and (min-width: 1500px) and (max-width: 1699px) {
    .shop_grid_block {
        padding: 45px 0;
    }
    .deal_offer_sec {
        left: 5px;
        top: 5px;
        gap: 5px;
    }
    .product_bx .deal_tags,
    .product_bx .offer_tags {
        height: 20px;
        width: 40px;
    }
    .product_bx .deal_tags:after,
    .product_bx .offer_tags:after {
        right: -7px;
        top: 3px;
        width: 13.26px;
        height: 14.26px;
    }
    .product_bx .deal_tags:before,
    .product_bx .offer_tags:before {
        right: -4px;
        width: 4px;
        height: 4px;
    }
    .budge_bx p.paragraph_p4,
    .deal_offer_sec p {
        font-size: 12px;
    }
    .product_bx figcaption {
        padding: 8px 18px 20px;
    }
    .star_rating span.rating img {
        width: 13px;
    }
    .product_bx .product_btns .btn-groups {
        gap: 0;
        height: 42px;
    }
    .product_bx .product_btns .btn-groups > span {
        width: 42px;
    }
    .accordion-item-dropdown span.icon-dropdown img,
    .product_bx .product_btns .btn-groups > span svg {
        width: 18px;
    }
    .product_bx .product_btns .btn-groups span.tool_tip {
        top: -35px;
        font-size: 12px;
        padding: 3px 7px;
        border-radius: 2px;
        width: 80px;
    }
    .product_bx .product_ftr .btn-primary {
        padding: 5.5px 13.5px;
        gap: 6px;
    }
    .product_bx .product_ftr .btn-primary svg {
        width: 17px;
    }
    .product_bx .product_dec .headingH5 {
        margin-bottom: 10px;
    }
    .product_bx .product_items {
        height: 280px;
    }
    .sideBar_bx p.paragraph_p2,
    .sideBar_shop .paragraph_p2.sideHdng {
        margin-bottom: 16px;
    }
    .sideBar_shop .paragraph_p2.sideHdng {
        margin-bottom: 19px;
    }
    .widget_sidebar {
        margin-bottom: 30px;
    }
    .accordion-item-header-dropdown .icon-dropdown {
        height: 24px;
    }
    .accordion-item-dropdown {
        margin-bottom: 0;
    }
    .accordion-item-header-dropdown .paragraph_p3.sideHdng {
        margin-bottom: 12px !important;
    }
    .cat_list_check,
    .cat_list_check label {
        margin-bottom: 14px;
    }
    .cat_list_check label:before {
        box-shadow: none;
        width: 18px;
        height: 18px;
        margin-right: 10px;
    }
    [dir="rtl"] .cat_list_check label:before {
        margin-left: 10px;
        margin-right: unset;
    }
    .cat_list_check input:checked + label:after {
        top: 5px;
        left: 7px;
        width: 5px;
        height: 12px;
        border-width: 0 2px 2px 0;
    }
    [dir="rtl"] .cat_list_check input:checked + label:after {
        right: 7px;
        left: unset;
    }
    /* .withoutChildAccordion .cat_list_check input:checked + label:after{
    	right: 7px;
        left: unset;
    }*/
    .variant_color .color_list {
        gap: 8px;
    }
    .color_list.cat_list_check label::before {
        margin-right: 8px;
    }
    .budge_bx,
    .variant_color .color_list span.clr_bx {
        width: 19px;
        height: 19px;
    }
    .variant_color .color_list .paragraph_p3 {
        margin-bottom: 13px;
    }
    .brands_side,
    .product_load_more button {
        gap: 14px;
    }
    .shortPrd_list {
        gap: 14px;
        padding-bottom: 28px;
    }
    .shortPrd_list:before {
        bottom: 14px;
    }
    .shortPrd_list .product_img {
        width: 84px;
    }
    .shortPrd_list .star_rating span.rating img {
        width: 12px;
    }
    .shortPrd_list .star_rating {
        margin-bottom: 9px;
    }
    .shortPrd_list p.paragraph_p3 {
        margin-bottom: 6px;
    }
    .multi-range {
        height: 20px;
        margin: -27px 0 30px;
    }
    .list_grid,
    .select_filter select {
        height: 30px;
        border: 1px solid var(--color-code23);
    }
    .multi-range input[type="range"]::-moz-range-thumb {
        height: 15px;
        width: 15px;
        margin: 0;
        border: 2px solid var(--color-code18);
    }
    .multi-range input[type="range"]::-webkit-slider-thumb {
        height: 15px;
        width: 15px;
        margin: 0;
        border: 2px solid var(--color-code18);
    }
    .filterHdr_option {
        gap: 26px;
    }
    .list_grid {
        gap: 12px;
        width: 76px;
    }
    .list_grid svg {
        width: 16px;
    }
    .select_filter select {
        width: 141px;
        padding: 0 5px;
        font-size: 11px;
    }
    .product_load_more img {
        width: 19px;
    }
    .column.add_listView figure.product_bx .product_items {
        width: 280px;
    }
    .column.add_listView figure.product_bx figcaption {
        padding: 26px;
    }
    .column.add_listView .product_short.paragraph_p3 {
        margin-top: 26px;
        padding-top: 26px;
    }
    .column.add_listView .product_ftr .btn-primary {
        padding-left: 80px;
        padding-right: 80px;
    }
    .sideBar_shop .sideBar_bx .first_heading_cat{
    padding-bottom: 2px;
}
}
@media only screen and (min-width: 1300px) and (max-width: 1499px) {
    .shop_grid_block {
        padding: 45px 0;
    }
    .deal_offer_sec {
        left: 5px;
        top: 5px;
        gap: 5px;
    }
    .product_bx .deal_tags,
    .product_bx .offer_tags {
        height: 20px;
        width: 40px;
    }
    .product_bx .deal_tags:after,
    .product_bx .offer_tags:after {
        right: -7px;
        top: 3px;
        width: 13.26px;
        height: 14.26px;
    }
    .product_bx .deal_tags:before,
    .product_bx .offer_tags:before {
        right: -4px;
        width: 4px;
        height: 4px;
    }
    .budge_bx p.paragraph_p4,
    .deal_offer_sec p {
        font-size: 12px;
    }
    .product_bx figcaption {
        padding: 8px 10px 18px;
    }
    .star_rating span.rating img {
        width: 13px;
    }
    .product_bx .product_btns .btn-groups {
        gap: 0;
        height: 42px;
    }
    .product_bx .product_btns .btn-groups > span {
        width: 42px;
    }
    .accordion-item-dropdown span.icon-dropdown img,
    .product_bx .product_btns .btn-groups > span svg {
        width: 18px;
    }
    .product_bx .product_btns .btn-groups span.tool_tip {
        top: -35px;
        font-size: 12px;
        padding: 3px 7px;
        border-radius: 2px;
        width: 80px;
    }
    .product_bx .product_ftr .btn-primary {
        padding: 5.5px 13.5px;
        gap: 6px;
    }
    .product_bx .product_ftr .btn-primary svg {
        width: 17px;
    }
    .product_bx .product_dec .headingH5 {
        margin-bottom: 10px;
    }
    .product_bx .product_items {
        height: 264px;
    }
    .sideBar_bx p.paragraph_p2,
    .sideBar_shop .paragraph_p2.sideHdng {
        margin-bottom: 16px;
    }
    .sideBar_shop .paragraph_p2.sideHdng {
        margin-bottom: 19px;
    }
    .widget_sidebar {
        margin-bottom: 30px;
    }
    .accordion-item-header-dropdown .icon-dropdown {
        height: 24px;
    }
    .accordion-item-dropdown {
        margin-bottom: 0;
    }
    .accordion-item-header-dropdown .paragraph_p3.sideHdng {
        margin-bottom: 12px !important;
    }
    .cat_list_check,
    .cat_list_check label {
        margin-bottom: 14px;
    }
    .cat_list_check label:before {
        box-shadow: none;
        width: 18px;
        height: 18px;
        margin-right: 10px;
    }
    [dir="rtl"] .cat_list_check label:before {
        margin-left: 10px;
        margin-right: unset;
    }
    .cat_list_check input:checked + label:after {
        top: 5px;
        left: 6px;
        width: 5px;
        height: 12px;
        border-width: 0 2px 2px 0;
    }
    [dir="rtl"] .cat_list_check input:checked + label:after {
        right: 6px;
        left: unset;
    }
     /*.withoutChildAccordion .cat_list_check input:checked + label:after{
    	right: 6px;
        left: unset;
    }*/
    .variant_color .color_list {
        gap: 8px;
    }
    .color_list.cat_list_check label::before {
        margin-right: 8px;
    }
    .budge_bx,
    .variant_color .color_list span.clr_bx {
        width: 19px;
        height: 19px;
    }
    .variant_color .color_list .paragraph_p3 {
        margin-bottom: 13px;
    }
    .brands_side,
    .product_load_more button {
        gap: 14px;
    }
    .shortPrd_list {
        gap: 14px;
        padding-bottom: 28px;
    }
    .shortPrd_list:before {
        bottom: 14px;
    }
    .shortPrd_list .product_img {
        width: 84px;
    }
    .shortPrd_list .star_rating span.rating img {
        width: 12px;
    }
    .shortPrd_list .star_rating {
        margin-bottom: 9px;
    }
    .shortPrd_list p.paragraph_p3 {
        margin-bottom: 6px;
    }
    .multi-range {
        height: 20px;
        margin: -27px 0 30px;
    }
    .list_grid,
    .select_filter select {
        height: 30px;
        border: 1px solid var(--color-code23);
    }
    .multi-range input[type="range"]::-moz-range-thumb {
        height: 14px;
        width: 14px;
        margin: 0;
        border: 2px solid var(--color-code18);
    }
    .multi-range input[type="range"]::-webkit-slider-thumb {
        height: 14px;
        width: 14px;
        margin: 0;
        border: 2px solid var(--color-code18);
    }
    .filterHdr_option {
        gap: 26px;
    }
    .list_grid {
        gap: 12px;
        width: 76px;
    }
    .list_grid svg {
        width: 16px;
    }
    .select_filter select {
        width: 141px;
        padding: 0 5px;
        font-size: 11px;
    }
    .product_load_more img {
        width: 19px;
    }
    .column.add_listView figure.product_bx .product_items {
        width: 264px;
    }
    .column.add_listView figure.product_bx figcaption {
        padding: 24px;
    }
    .column.add_listView .product_short.paragraph_p3 {
        margin-top: 24px;
        padding-top: 24px;
    }
    .column.add_listView .product_ftr .btn-primary {
        padding-left: 82px;
        padding-right: 82px;
    }
    .sideBar_shop .sideBar_bx .first_heading_cat{
    padding-bottom: 2px;
}
}
@media only screen and (min-width: 1081px) and (max-width: 1299px) {
    .shop_grid_block {
        padding: 38px 0;
    }
    .deal_offer_sec {
        left: 4px;
        top: 4px;
        gap: 4px;
    }
    .product_bx .deal_tags,
    .product_bx .offer_tags {
        height: 16px;
        width: 34px;
    }
    .product_bx .deal_tags:after,
    .product_bx .offer_tags:after {
        right: -5.5px;
        top: 2px;
        width: 11px;
        height: 11.26px;
    }
    .product_bx .deal_tags:before,
    .product_bx .offer_tags:before {
        right: -3px;
        width: 3.5px;
        height: 3.5px;
    }
    .deal_offer_sec p {
        font-size: 11px;
    }
    .product_bx figcaption {
        padding: 6px 10px 18px;
    }
    .list_grid svg,
    .product_bx .product_ftr .btn-primary svg,
    .star_rating span.rating img {
        width: 12px;
    }
    .product_bx .product_btns .btn-groups {
        gap: 0;
        height: 35px;
    }
    .product_bx .product_btns .btn-groups > span {
        width: 35px;
    }
    .product_bx .product_btns .btn-groups > span svg {
        width: 14px;
    }
    .product_bx .product_btns .btn-groups span.tool_tip {
        top: -35px;
        font-size: 12px;
        padding: 3px 5px;
        border-radius: 2px;
        width: 75px;
    }
    .product_bx .product_ftr .btn-primary {
        padding: 3.5px 9.5px;
        gap: 5px;
    }
    .product_bx .product_dec .headingH5 {
        margin-bottom: 7px;
    }
    .product_bx .product_items {
        height: 236px;
    }
    .sideBar_bx p.paragraph_p2,
    .sideBar_shop .paragraph_p2.sideHdng {
        margin-bottom: 14px;
    }
    .sideBar_shop .paragraph_p2.sideHdng {
        margin-bottom: 19px;
    }
    .widget_sidebar {
        margin-bottom: 30px;
    }
    .accordion-item-header-dropdown .icon-dropdown {
        height: 24px;
    }
    .accordion-item-dropdown span.icon-dropdown img,
    .product_load_more img {
        width: 16px;
    }
    .accordion-item-dropdown,
    .cat_list_check label {
        margin-bottom: 0;
    }
    .accordion-item-header-dropdown .paragraph_p3.sideHdng {
        margin-bottom: 8px !important;
    }
    .cat_list_check {
        margin-bottom: 11px;
    }
    .cat_list_check label:before {
        box-shadow: none;
        width: 16px;
        height: 16px;
        margin-right: 10px;
        border-width: 1px;
        border-radius: 2px;
    }
    [dir="rtl"] .cat_list_check label:before {
        margin-left: 10px;
        margin-right: unset;
    }
    .cat_list_check input:checked + label:after {
        top: 5px;
        left: 6px;
        width: 4px;
        height: 10px;
        border-width: 0 1.5px 1.5px 0;
    }
    [dir="rtl"] .cat_list_check input:checked + label:after {
        right: 6px;
        left: unset;
    }
     /*.withoutChildAccordion .cat_list_check input:checked + label:after{
    	right: 6px;
        left: unset;
    }*/
    .variant_color .color_list {
        gap: 8px;
    }
    .color_list.cat_list_check label::before {
        margin-right: 8px;
    }
    .budge_bx,
    .variant_color .color_list span.clr_bx {
        width: 16px;
        height: 16px;
    }
    .variant_color .color_list .paragraph_p3 {
        margin-bottom: 11px;
        line-height: 16px;
    }
    .budge_bx p.paragraph_p4 {
        font-size: 10px;
    }
    .brands_side {
        gap: 13px;
    }
    .shortPrd_list {
        gap: 13px;
        padding-bottom: 26px;
    }
    .shortPrd_list:before {
        bottom: 13px;
    }
    .shortPrd_list .product_img {
        width: 70px;
    }
    .shortPrd_list .star_rating span.rating img {
        width: 10px;
    }
    .shortPrd_list .star_rating {
        margin-bottom: 8px;
    }
    .shortPrd_list p.paragraph_p3 {
        margin-bottom: 5px;
    }
    .multi-range {
        height: 8px;
        margin: -27px 0 30px;
    }
    .list_grid,
    .select_filter select {
        height: 22px;
        border: 1px solid var(--color-code23);
    }
    .multi-range input[type="range"]::-moz-range-thumb {
        height: 10px;
        width: 10px;
        margin: 0;
        border: 2px solid var(--color-code18);
    }
    .multi-range input[type="range"]::-webkit-slider-thumb {
        height: 10px;
        width: 10px;
        margin: 0;
        border: 2px solid var(--color-code18);
    }
    .filterHdr_option {
        gap: 22px;
    }
    .list_grid {
        gap: 8px;
        width: 56px;
    }
    .select_filter select {
        width: 126px;
        padding: 0 5px;
        font-size: 9px;
    }
    .product_load_more button {
        gap: 10px;
        border-width: 1px;
    }
    .column.add_listView figure.product_bx .product_items {
        width: 236px;
    }
    .column.add_listView figure.product_bx figcaption {
        padding: 22px;
    }
    .column.add_listView .product_short.paragraph_p3 {
        margin-top: 22px;
        padding-top: 22px;
    }
    .column.add_listView .product_ftr .btn-primary {
        padding-left: 56px;
        padding-right: 56px;
    }
    .sideBar_shop .sideBar_bx .first_heading_cat{
    padding-bottom: 1px;
}
}
@media only screen and (min-width: 1024px) and (max-width: 1080px) {
    .shop_grid_block {
        padding: 40px 0;
    }
    .deal_offer_sec {
        left: 4px;
        top: 4px;
        gap: 4px;
    }
    .product_bx .deal_tags,
    .product_bx .offer_tags {
        height: 16px;
        width: 34px;
    }
    .product_bx .deal_tags:after,
    .product_bx .offer_tags:after {
        right: -5.5px;
        top: 2px;
        width: 11px;
        height: 11.26px;
    }
    .product_bx .deal_tags:before,
    .product_bx .offer_tags:before {
        right: -3px;
        width: 3.5px;
        height: 3.5px;
    }
    .deal_offer_sec p {
        font-size: 11px;
    }
    .product_bx figcaption {
        padding: 6px 8px 18px;
    }
    .product_bx .product_ftr .btn-primary svg,
    .shortPrd_list .star_rating span.rating img,
    .star_rating span.rating img {
        width: 12px;
    }
    .product_bx .product_btns .btn-groups {
        gap: 0;
        height: 35px;
    }
    .product_bx .product_btns .btn-groups > span {
        width: 35px;
    }
    .product_bx .product_btns .btn-groups > span svg {
        width: 13px;
    }
    .product_bx .product_btns .btn-groups span.tool_tip {
        top: -35px;
        font-size: 12px;
        padding: 3px 5px;
        border-radius: 2px;
        width: 75px;
    }
    .product_bx .product_ftr .btn-primary {
        padding: 3.5px 9.5px;
        gap: 5px;
    }
    .product_bx .product_dec .headingH5 {
        margin-bottom: 7px;
        font-size: 15px;
    }
    .product_bx .product_items {
        height: 204px;
    }
    .sideBar_bx p.paragraph_p2,
    .sideBar_shop .paragraph_p2.sideHdng {
        margin-bottom: 16px;
    }
    .sideBar_shop .paragraph_p2.sideHdng {
        margin-bottom: 19px;
    }
    .widget_sidebar {
        margin-bottom: 30px;
    }
    .accordion-item-header-dropdown .icon-dropdown {
        height: 24px;
    }
    .accordion-item-dropdown span.icon-dropdown img {
        width: 18px;
    }
    .accordion-item-dropdown,
    .cat_list_check label {
        margin-bottom: 0;
    }
    .accordion-item-header-dropdown .paragraph_p3.sideHdng {
        margin-bottom: 12px !important;
    }
    .cat_list_check {
        margin-bottom: 14px;
    }
    .cat_list_check label:before {
        box-shadow: none;
        width: 18px;
        height: 18px;
        margin-right: 10px;
        border-width: 1px;
        border-radius: 2px;
    }
    [dir="rtl"] .cat_list_check label:before {
        margin-left: 10px;
        margin-right: unset;
    }
    .cat_list_check input:checked + label:after {
        top: 4px;
        left: 6px;
        width: 5px;
        height: 11px;
        border-width: 0 2px 2px 0;
    }
    [dir="rtl"] .cat_list_check input:checked + label:after {
        right: 6px;
        left: unset;
    }
     /*.withoutChildAccordion .cat_list_check input:checked + label:after{
    	right: 6px;
        left: unset;
    }*/
    .variant_color .color_list {
        gap: 8px;
    }
    .color_list.cat_list_check label::before {
        margin-right: 8px;
    }
    .budge_bx,
    .variant_color .color_list span.clr_bx {
        width: 19px;
        height: 19px;
    }
    .variant_color .color_list .paragraph_p3 {
        margin-bottom: 13px;
        line-height: 18px;
    }
    .budge_bx p.paragraph_p4 {
        font-size: 12px;
    }
    .brands_side {
        gap: 10px;
    }
    .shortPrd_list {
        gap: 10px;
        padding-bottom: 25px;
    }
    .shortPrd_list:before {
        bottom: 12.5px;
    }
    .shortPrd_list .product_img {
        width: 62px;
    }
    .shortPrd_list .star_rating {
        margin-bottom: 6px;
    }
    .shortPrd_list p.paragraph_p3 {
        margin-bottom: 4px;
    }
    .multi-range {
        height: 1px;
        margin: -27px 0 30px;
    }
    .list_grid,
    .select_filter select {
        height: 30px;
        border: 1px solid var(--color-code23);
    }
    .multi-range input[type="range"]::-moz-range-thumb {
        height: 14px;
        width: 14px;
        margin: 0;
        border: 2px solid var(--color-code18);
    }
    .multi-range input[type="range"]::-webkit-slider-thumb {
        height: 14px;
        width: 14px;
        margin: 0;
        border: 2px solid var(--color-code18);
    }
    .filterHdr_option {
        gap: 24px;
    }
    .list_grid {
        gap: 12px;
        width: 76px;
    }
    .list_grid svg {
        width: 16px;
    }
    .select_filter select {
        width: 141px;
        padding: 0 5px;
        font-size: 11px;
    }
    .product_load_more button {
        gap: 10px;
        border-width: 1px;
    }
    .product_load_more img {
        width: 17px;
    }
    .column.add_listView figure.product_bx .product_items {
        width: 204px;
    }
    .column.add_listView figure.product_bx figcaption {
        padding: 18px;
    }
    .column.add_listView .product_short.paragraph_p3 {
        margin-top: 18px;
        padding-top: 18px;
    }
    .column.add_listView .product_ftr .btn-primary {
        padding-left: 45px;
        padding-right: 45px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .shop_grid_block {
        padding: 38px 0;
    }
    .deal_offer_sec {
        left: 4px;
        top: 4px;
        gap: 4px;
    }
    .product_bx .deal_tags,
    .product_bx .offer_tags {
        height: 16px;
        width: 34px;
    }
    .product_bx .deal_tags:after,
    .product_bx .offer_tags:after {
        right: -5.5px;
        top: 2px;
        width: 11px;
        height: 11.26px;
    }
    .product_bx .deal_tags:before,
    .product_bx .offer_tags:before {
        right: -3px;
        width: 3.5px;
        height: 3.5px;
    }
    .deal_offer_sec p {
        font-size: 11px;
    }
    .row.product_grid > div.column {
        flex: 25%;
        max-width: 25%;
    }
    .shop_grid_block .shop_page.row > .col-md-9 {
        flex: 1 1 100%;
        max-width: 100%;
    }
    .product_bx figcaption {
        padding: 6px 8px 18px;
    }
    .product_bx .product_ftr .btn-primary svg,
    .shortPrd_list .star_rating span.rating img,
    .star_rating span.rating img {
        width: 12px;
    }
    .product_bx .product_btns .btn-groups {
        gap: 0;
        height: 35px;
    }
    .product_bx .product_btns .btn-groups > span {
        width: 35px;
    }
    .product_bx .product_btns .btn-groups > span svg {
        width: 13px;
    }
    .product_bx .product_btns .btn-groups span.tool_tip {
        top: -35px;
        font-size: 12px;
        padding: 3px 5px;
        border-radius: 2px;
        width: 75px;
    }
    .product_bx .product_ftr .btn-primary {
       padding: 3.5px 9.5px;
        gap: 5px;
    }
    .product_bx .product_ftr .btn-primary > span{
        display: none;
    }
    .product_bx .product_dec .headingH5 {
        margin-bottom: 7px;
        font-size: 15px;
    }
    .product_bx .product_items {
        height: 152px;
    }
    .sidemenu_cat {
        width: 100%;
        max-width: 100%;
        flex: 1 1 100%;
    }
    .filter_close_menu {
        gap: 10px;
        width: 377px;
        height: 60px;
        padding-right: 26px;
    }
    .filter_close_menu img {
        width: 8px;
    }
    .sideBar_shop {
        padding: 20px;
        max-width: 377px;
    }
    .sideBar_shop.showFilterCat {
        padding-top: 90px;
    }
    .filter_cat_menu {
        width: 30px;
        height: 30px;
        background-color: var(--color-white);
    }
    .filter_cat_menu img,
    .list_grid svg {
        width: 16px;
    }
    .shop_top_filter .showing_itesm_num {
        margin-left: 20px;
    }
    .sideBar_bx p.paragraph_p2,
    .sideBar_shop .paragraph_p2.sideHdng {
        margin-bottom: 16px;
    }
    .sideBar_shop .paragraph_p2.sideHdng {
        margin-bottom: 19px;
    }
    .widget_sidebar {
        margin-bottom: 30px;
    }
    .accordion-item-header-dropdown .icon-dropdown {
        height: 24px;
    }
    .accordion-item-dropdown span.icon-dropdown img {
        width: 18px;
    }
    .accordion-item-dropdown,
    .cat_list_check label {
        margin-bottom: 0;
    }
    .accordion-item-header-dropdown .paragraph_p3.sideHdng {
        margin-bottom: 12px !important;
    }
    .cat_list_check {
        margin-bottom: 14px;
    }
    .cat_list_check label:before {
        box-shadow: none;
        width: 18px;
        height: 18px;
        margin-right: 10px;
        border-width: 1px;
        border-radius: 2px;
    }
    [dir="rtl"] .cat_list_check label:before {
        margin-left: 10px;
        margin-right: unset;
    }
    .cat_list_check input:checked + label:after {
        top: 4px;
        left: 6px;
        width: 5px;
        height: 11px;
        border-width: 0 2px 2px 0;
    }
    [dir="rtl"] .cat_list_check input:checked + label:after {
        right: 6px;
        left: unset;
    }
    /* .withoutChildAccordion .cat_list_check input:checked + label:after{
    	right: 6px;
        left: unset;
    }*/
    .variant_color .color_list {
        gap: 8px;
    }
    .color_list.cat_list_check label::before {
        margin-right: 8px;
    }
    .budge_bx,
    .variant_color .color_list span.clr_bx {
        width: 19px;
        height: 19px;
    }
    .variant_color .color_list .paragraph_p3 {
        margin-bottom: 13px;
        line-height: 18px;
    }
    .budge_bx p.paragraph_p4 {
        font-size: 12px;
    }
    .brands_side {
        gap: 10px;
    }
    .shortPrd_list {
        gap: 10px;
        padding-bottom: 28px;
    }
    .shortPrd_list:before {
        bottom: 14px;
    }
    .shortPrd_list .product_img {
        width: 84px;
    }
    .shortPrd_list .star_rating {
        margin-bottom: 10px;
    }
    .shortPrd_list p.paragraph_p3 {
        margin-bottom: 6px;
    }
    .multi-range {
        height: 1px;
        margin: -27px 0 30px;
    }
    .list_grid,
    .select_filter select {
        height: 30px;
        border: 1px solid var(--color-code23);
    }
    .multi-range input[type="range"]::-moz-range-thumb {
        height: 14px;
        width: 14px;
        margin: 0;
        border: 2px solid var(--color-code18);
    }
    .multi-range input[type="range"]::-webkit-slider-thumb {
        height: 14px;
        width: 14px;
        margin: 0;
        border: 2px solid var(--color-code18);
    }
    .filterHdr_option {
        gap: 24px;
    }
    .list_grid {
        gap: 12px;
        width: 76px;
    }
    .select_filter select {
        width: 141px;
        padding: 0 5px;
        font-size: 11px;
    }
    .product_load_more button {
        gap: 10px;
        border-width: 1px;
    }
    .product_load_more img {
        width: 17px;
    }
    .row.product_grid .column.add_listView {
        flex: 100%;
        max-width: 100%;
    }
    .column.add_listView figure.product_bx .product_items {
        width: 208px;
    }
    .column.add_listView figure.product_bx figcaption {
        padding: 16px;
    }
    .column.add_listView .product_short.paragraph_p3 {
        margin-top: 16px;
        padding-top: 16px;
    }
    .column.add_listView .product_ftr .btn-primary {
        padding-left: 44px;
        padding-right: 44px;
    }
    .star_rating.no_review_star {
    display: none;
}
.product_bx .product_ftr{
    align-items: center;
}
}
@media only screen and (min-width: 375px) and (max-width: 767px) and (orientation: portrait) {
    .shop_grid_block {
        padding: 38px 0;
    }
    .deal_offer_sec {
        left: 4px;
        top: 4px;
        gap: 4px;
    }
    .product_bx .deal_tags,
    .product_bx .offer_tags {
        height: 16px;
        width: 34px;
    }
    .product_bx .deal_tags:after,
    .product_bx .offer_tags:after {
        right: -5.5px;
        top: 2px;
        width: 11px;
        height: 11.26px;
    }
    .product_bx .deal_tags:before,
    .product_bx .offer_tags:before {
        right: -3px;
        width: 3.5px;
        height: 3.5px;
    }
    .deal_offer_sec p {
        font-size: 11px;
    }
    .row.product_grid > div.column {
        flex: 50%;
        max-width: 50%;
    }
    .product_bx figcaption {
        padding: 6px 8px 18px;
    }
    .product_bx .product_ftr .btn-primary svg,
    .shortPrd_list .star_rating span.rating img,
    .star_rating span.rating img {
        width: 12px;
    }
    .product_bx .product_btns .btn-groups {
        gap: 0;
        height: 35px;
    }
    .product_bx .product_btns .btn-groups > span {
        width: 35px;
    }
    .product_bx .product_btns .btn-groups > span svg {
        width: 13px;
    }
    .product_bx .product_btns .btn-groups span.tool_tip {
        top: -35px;
        font-size: 10px;
        padding: 3px 5px;
        border-radius: 2px;
        width: 65px;
    }
    .product_bx .product_ftr .btn-primary {
        padding: 5.5px 13.5px;
        gap: 5px;
        border-radius: 2px;
    }
    .product_bx .product_dec .headingH5 {
        margin-bottom: 7px;
        font-size: 15px;
    }
    .product_bx .product_items {
        height: 178px;
    }
    .sidemenu_cat {
        width: 100%;
        max-width: 100%;
        flex: 1 1 100%;
    }
    .filter_close_menu {
        gap: 10px;
        height: 54px;
        padding-right: 26px;
    }
    .filter_close_menu img {
        width: 8px;
    }
    .sideBar_shop {
        padding: 20px;
    }
    .sideBar_shop.showFilterCat {
        padding-top: 85px;
    }
    .filter_cat_menu {
        width: 30px;
        height: 30px;
        background-color: var(--color-white);
    }
    .filter_cat_menu img,
    .list_grid svg {
        width: 16px;
    }
    .shop_top_filter .showing_itesm_num {
        margin-left: 20px;
        display: none;
    }
    .sideBar_bx p.paragraph_p2,
    .sideBar_shop .paragraph_p2.sideHdng {
        margin-bottom: 16px;
    }
    .sideBar_shop .paragraph_p2.sideHdng {
        margin-bottom: 19px;
    }
    .widget_sidebar {
        margin-bottom: 30px;
    }
    .accordion-item-header-dropdown .icon-dropdown {
        height: 24px;
    }
    .accordion-item-dropdown span.icon-dropdown img {
        width: 18px;
    }
    .accordion-item-dropdown,
    .cat_list_check label {
        margin-bottom: 0;
    }
    .accordion-item-header-dropdown .paragraph_p3.sideHdng {
        margin-bottom: 12px !important;
    }
    .cat_list_check {
        margin-bottom: 14px;
    }
    .cat_list_check label:before {
        box-shadow: none;
        width: 18px;
        height: 18px;
        margin-right: 10px;
        border-width: 1px;
        border-radius: 2px;
    }
    [dir="rtl"] .cat_list_check label:before {
        margin-left: 10px;
        margin-right: unset;
    }
    .cat_list_check input:checked + label:after {
        top: 4px;
        left: 6px;
        width: 5px;
        height: 11px;
        border-width: 0 2px 2px 0;
    }
    [dir="rtl"] .cat_list_check input:checked + label:after {
        right: 6px;
        left: unset;
    }
     /*.withoutChildAccordion .cat_list_check input:checked + label:after{
    	right: 6px;
        left: unset;
    }*/
    .variant_color .color_list {
        gap: 8px;
    }
    .color_list.cat_list_check label::before {
        margin-right: 8px;
    }
    .budge_bx,
    .variant_color .color_list span.clr_bx {
        width: 19px;
        height: 19px;
    }
    .variant_color .color_list .paragraph_p3 {
        margin-bottom: 13px;
        line-height: 18px;
    }
    .budge_bx p.paragraph_p4 {
        font-size: 12px;
    }
    .brands_side {
        gap: 10px;
    }
    .shortPrd_list {
        gap: 10px;
        padding-bottom: 28px;
    }
    .shortPrd_list:before {
        bottom: 14px;
    }
    .shortPrd_list .product_img {
        width: 84px;
    }
    .shortPrd_list .star_rating {
        margin-bottom: 10px;
    }
    .shortPrd_list p.paragraph_p3 {
        margin-bottom: 6px;
    }
    .multi-range {
        height: 1px;
        margin: -27px 0 30px;
    }
    .list_grid,
    .select_filter select {
        height: 30px;
        border: 1px solid var(--color-code23);
    }
    .multi-range input[type="range"]::-moz-range-thumb {
        height: 14px;
        width: 14px;
        margin: 0;
        border: 2px solid var(--color-code18);
    }
    .multi-range input[type="range"]::-webkit-slider-thumb {
        height: 14px;
        width: 14px;
        margin: 0;
        border: 2px solid var(--color-code18);
    }
    .filterHdr_option {
        gap: 24px;
    }
    .list_grid {
        gap: 12px;
        width: 76px;
    }
    .select_filter select {
        width: 141px;
        padding: 0 5px;
        font-size: 11px;
    }
    .product_load_more button {
        gap: 10px;
        border-width: 1px;
    }
    .product_load_more img {
        width: 17px;
    }
    .row.product_grid .column.add_listView {
        flex: 100%;
        max-width: 100%;
    }
    .column.add_listView figure.product_bx {
        flex-direction: column;
    }
    .column.add_listView figure.product_bx .product_items {
        width: 100%;
    }
    .column.add_listView figure.product_bx figcaption {
        padding: 18px;
    }
    .column.add_listView .product_short.paragraph_p3 {
        margin-top: 18px;
        padding-top: 18px;
        -webkit-line-clamp: 4;
    }
    .column.add_listView .product_ftr .btn-primary {
        padding-left: 63px;
        padding-right: 63px;
    }
    .star_rating.no_review_star {
    display: none;
}
.product_bx .product_ftr{
        align-items: center;
    }
}
@media only screen and (min-width: 700px) and (max-width: 999px) and (orientation: landscape) {
    .shop_grid_block {
        padding: 38px 0;
    }
    .deal_offer_sec {
        left: 4px;
        top: 4px;
        gap: 4px;
    }
    .product_bx .deal_tags,
    .product_bx .offer_tags {
        height: 16px;
        width: 34px;
    }
    .product_bx .deal_tags:after,
    .product_bx .offer_tags:after {
        right: -5.5px;
        top: 2px;
        width: 11px;
        height: 11.26px;
    }
    .product_bx .deal_tags:before,
    .product_bx .offer_tags:before {
        right: -3px;
        width: 3.5px;
        height: 3.5px;
    }
    .deal_offer_sec p {
        font-size: 11px;
    }
    .row.product_grid > div.column {
        flex: 25%;
        max-width: 25%;
    }
    .product_bx figcaption {
        padding: 6px 8px 18px;
    }
    .product_bx .product_ftr .btn-primary svg,
    .shortPrd_list .star_rating span.rating img,
    .star_rating span.rating img {
        width: 12px;
    }
    .product_bx .product_btns .btn-groups {
        gap: 0;
        height: 35px;
    }
    .product_bx .product_btns .btn-groups > span {
        width: 35px;
    }
    .product_bx .product_btns .btn-groups > span svg {
        width: 13px;
    }
    .product_bx .product_btns .btn-groups span.tool_tip {
        top: -35px;
        font-size: 10px;
        padding: 3px 5px;
        border-radius: 2px;
        width: 65px;
    }
    .product_bx .product_ftr .btn-primary {
        padding: 5.5px 13.5px;
        gap: 5px;
        border-radius: 2px;
    }
    .product_bx .product_dec .headingH5 {
        margin-bottom: 7px;
        font-size: 15px;
    }
    .product_bx .product_items {
        height: 196px;
    }
    .sidemenu_cat {
        width: 100%;
        max-width: 100%;
        flex: 1 1 100%;
    }
    .filter_close_menu {
        gap: 10px;
        height: 54px;
        padding-right: 26px;
    }
    .filter_close_menu img {
        width: 8px;
    }
    .sideBar_shop {
        padding: 20px;
    }
    .sideBar_shop.showFilterCat {
        padding-top: 85px;
        max-width: 377px;
    }
    .filter_cat_menu {
        width: 30px;
        height: 30px;
        background-color: var(--color-white);
    }
    .filter_cat_menu img,
    .list_grid svg {
        width: 16px;
    }
    .shop_top_filter .showing_itesm_num {
        margin-left: 20px;
        display: block;
    }
    .sideBar_bx p.paragraph_p2,
    .sideBar_shop .paragraph_p2.sideHdng {
        margin-bottom: 16px;
    }
    .sideBar_shop .paragraph_p2.sideHdng {
        margin-bottom: 19px;
    }
    .widget_sidebar {
        margin-bottom: 30px;
    }
    .accordion-item-header-dropdown .icon-dropdown {
        height: 24px;
    }
    .accordion-item-dropdown span.icon-dropdown img {
        width: 18px;
    }
    .accordion-item-dropdown,
    .cat_list_check label {
        margin-bottom: 0;
    }
    .accordion-item-header-dropdown .paragraph_p3.sideHdng {
        margin-bottom: 12px !important;
    }
    .cat_list_check {
        margin-bottom: 14px;
    }
    .cat_list_check label:before {
        box-shadow: none;
        width: 18px;
        height: 18px;
        margin-right: 10px;
        border-width: 1px;
        border-radius: 2px;
    }
    [dir="rtl"] .cat_list_check label:before {
        margin-left: 10px;
        margin-right: unset;
    }
    .cat_list_check input:checked + label:after {
        top: 4px;
        left: 6px;
        width: 5px;
        height: 11px;
        border-width: 0 2px 2px 0;
    }
    [dir="rtl"] .cat_list_check input:checked + label:after {
        right: 6px;
        left: unset;
    }
     /*.withoutChildAccordion .cat_list_check input:checked + label:after{
    	right: 6px;
        left: unset;
    }*/
    .variant_color .color_list {
        gap: 8px;
    }
    .color_list.cat_list_check label::before {
        margin-right: 8px;
    }
    .budge_bx,
    .variant_color .color_list span.clr_bx {
        width: 19px;
        height: 19px;
    }
    .variant_color .color_list .paragraph_p3 {
        margin-bottom: 13px;
        line-height: 18px;
    }
    .budge_bx p.paragraph_p4 {
        font-size: 12px;
    }
    .brands_side {
        gap: 10px;
    }
    .shortPrd_list {
        gap: 10px;
        padding-bottom: 28px;
    }
    .shortPrd_list:before {
        bottom: 14px;
    }
    .shortPrd_list .product_img {
        width: 84px;
    }
    .shortPrd_list .star_rating {
        margin-bottom: 10px;
    }
    .shortPrd_list p.paragraph_p3 {
        margin-bottom: 6px;
    }
    .multi-range {
        height: 1px;
        margin: -27px 0 30px;
    }
    .list_grid,
    .select_filter select {
        height: 30px;
        border: 1px solid var(--color-code23);
    }
    .multi-range input[type="range"]::-moz-range-thumb {
        height: 14px;
        width: 14px;
        margin: 0;
        border: 2px solid var(--color-code18);
    }
    .multi-range input[type="range"]::-webkit-slider-thumb {
        height: 14px;
        width: 14px;
        margin: 0;
        border: 2px solid var(--color-code18);
    }
    .filterHdr_option {
        gap: 24px;
    }
    .list_grid {
        gap: 12px;
        width: 76px;
    }
    .select_filter select {
        width: 141px;
        padding: 0 5px;
        font-size: 11px;
    }
    .product_load_more button {
        gap: 10px;
        border-width: 1px;
    }
    .product_load_more img {
        width: 17px;
    }
    .row.product_grid .column.add_listView {
        flex: 100%;
        max-width: 100%;
    }
    .column.add_listView figure.product_bx .product_items {
        width: 312px;
    }
    .column.add_listView figure.product_bx figcaption {
        padding: 18px;
    }
    .column.add_listView .product_short.paragraph_p3 {
        margin-top: 18px;
        padding-top: 18px;
        -webkit-line-clamp: 4;
    }
    .column.add_listView .product_ftr .btn-primary {
        padding-left: 63px;
        padding-right: 63px;
    }
    .star_rating.no_review_star {
        display: none;
    }
    .product_bx .product_ftr{
        align-items: center;
    }
}
@media only screen and (max-width: 374px) and (orientation: portrait) {
    .shop_grid_block {
        padding: 38px 0;
    }
    .deal_offer_sec {
        left: 4px;
        top: 4px;
        gap: 4px;
    }
    .product_bx .deal_tags,
    .product_bx .offer_tags {
        height: 16px;
        width: 34px;
    }
    .product_bx .deal_tags:after,
    .product_bx .offer_tags:after {
        right: -5.5px;
        top: 2px;
        width: 11px;
        height: 11.26px;
    }
    .product_bx .deal_tags:before,
    .product_bx .offer_tags:before {
        right: -3px;
        width: 3.5px;
        height: 3.5px;
    }
    .deal_offer_sec p {
        font-size: 11px;
    }
    .row.product_grid > div.column {
        flex: 50%;
        max-width: 50%;
    }
    .product_bx figcaption {
        padding: 6px 8px 18px;
    }
    .product_bx .product_ftr .btn-primary svg,
    .shortPrd_list .star_rating span.rating img,
    .star_rating span.rating img {
        width: 12px;
    }
    .product_bx .product_btns .btn-groups {
        gap: 0;
        height: 35px;
    }
    .product_bx .product_btns .btn-groups > span {
        width: 35px;
    }
    .product_bx .product_btns .btn-groups > span svg {
        width: 13px;
    }
    .product_bx .product_btns .btn-groups span.tool_tip {
        top: -35px;
        font-size: 10px;
        padding: 3px 5px;
        border-radius: 2px;
        width: 65px;
    }
    .product_bx .product_ftr .btn-primary {
        padding: 5.5px 13.5px;
        gap: 5px;
        border-radius: 2px;
    }
    .product_bx .product_dec .headingH5 {
        margin-bottom: 7px;
        font-size: 15px;
    }
    .product_bx .product_items {
        height: 178px;
    }
    .sidemenu_cat {
        width: 100%;
        max-width: 100%;
        flex: 1 1 100%;
    }
    .filter_close_menu {
        gap: 10px;
        height: 54px;
        padding-right: 26px;
    }
    .filter_close_menu img {
        width: 8px;
    }
    .sideBar_shop {
        padding: 20px;
    }
    .sideBar_shop.showFilterCat {
        padding-top: 85px;
    }
    .filter_cat_menu {
        width: 30px;
        height: 30px;
        background-color: var(--color-white);
    }
    .filter_cat_menu img,
    .list_grid svg {
        width: 16px;
    }
    .shop_top_filter .showing_itesm_num {
        margin-left: 20px;
        display: none;
    }
    .sideBar_bx p.paragraph_p2,
    .sideBar_shop .paragraph_p2.sideHdng {
        margin-bottom: 16px;
    }
    .sideBar_shop .paragraph_p2.sideHdng {
        margin-bottom: 19px;
    }
    .widget_sidebar {
        margin-bottom: 30px;
    }
    .accordion-item-header-dropdown .icon-dropdown {
        height: 24px;
    }
    .accordion-item-dropdown span.icon-dropdown img {
        width: 18px;
    }
    .accordion-item-dropdown,
    .cat_list_check label {
        margin-bottom: 0;
    }
    .accordion-item-header-dropdown .paragraph_p3.sideHdng {
        margin-bottom: 12px !important;
    }
    .cat_list_check {
        margin-bottom: 14px;
    }
    .cat_list_check label:before {
        box-shadow: none;
        width: 18px;
        height: 18px;
        margin-right: 10px;
        border-width: 1px;
        border-radius: 2px;
    }
    [dir="rtl"] .cat_list_check label:before {
        margin-left: 10px;
        margin-right: unset;
    }
    .cat_list_check input:checked + label:after {
        top: 4px;
        left: 6px;
        width: 5px;
        height: 11px;
        border-width: 0 2px 2px 0;
    }
    [dir="rtl"] .cat_list_check input:checked + label:after {
        right: 6px;
        left: unset;
    }
    /* .withoutChildAccordion .cat_list_check input:checked + label:after{
    	right: 6px;
        left: unset;
    }*/
    .variant_color .color_list {
        gap: 8px;
    }
    .color_list.cat_list_check label::before {
        margin-right: 8px;
    }
    .budge_bx,
    .variant_color .color_list span.clr_bx {
        width: 19px;
        height: 19px;
    }
    .variant_color .color_list .paragraph_p3 {
        margin-bottom: 13px;
        line-height: 18px;
    }
    .budge_bx p.paragraph_p4 {
        font-size: 12px;
    }
    .brands_side {
        gap: 10px;
    }
    .shortPrd_list {
        gap: 10px;
        padding-bottom: 28px;
    }
    .shortPrd_list:before {
        bottom: 14px;
    }
    .shortPrd_list .product_img {
        width: 84px;
    }
    .shortPrd_list .star_rating {
        margin-bottom: 10px;
    }
    .shortPrd_list p.paragraph_p3 {
        margin-bottom: 6px;
    }
    .multi-range {
        height: 1px;
        margin: -27px 0 30px;
    }
    .list_grid,
    .select_filter select {
        height: 30px;
        border: 1px solid var(--color-code23);
    }
    .multi-range input[type="range"]::-moz-range-thumb {
        height: 14px;
        width: 14px;
        margin: 0;
        border: 2px solid var(--color-code18);
    }
    .multi-range input[type="range"]::-webkit-slider-thumb {
        height: 14px;
        width: 14px;
        margin: 0;
        border: 2px solid var(--color-code18);
    }
    .filterHdr_option {
        gap: 16px;
    }
    .list_grid {
        gap: 12px;
        width: 76px;
    }
    .select_filter select {
        width: 141px;
        padding: 0 5px;
        font-size: 11px;
    }
    .product_load_more button {
        gap: 10px;
        border-width: 1px;
    }
    .product_load_more img {
        width: 17px;
    }
    .row.product_grid .column.add_listView {
        flex: 100%;
        max-width: 100%;
    }
    .column.add_listView figure.product_bx {
        flex-direction: column;
    }
    .column.add_listView figure.product_bx .product_items {
        width: 100%;
    }
    .column.add_listView figure.product_bx figcaption {
        padding: 16px;
    }
    .column.add_listView .product_short.paragraph_p3 {
        margin-top: 16px;
        padding-top: 16px;
        -webkit-line-clamp: 4;
    }
    .column.add_listView .product_ftr .btn-primary {
        padding-left: 50px;
        padding-right: 50px;
    }
    .product_bx .product_ftr{
        align-items: center;
    }
    .star_rating.no_review_star {
    display: none;
}
}
@media only screen and (max-width: 699px) and (orientation: landscape) {
    .shop_grid_block {
        padding: 38px 0;
    }
    .deal_offer_sec {
        left: 4px;
        top: 4px;
        gap: 4px;
    }
    .product_bx .deal_tags,
    .product_bx .offer_tags {
        height: 16px;
        width: 34px;
    }
    .product_bx .deal_tags:after,
    .product_bx .offer_tags:after {
        right: -5.5px;
        top: 2px;
        width: 11px;
        height: 11.26px;
    }
    .product_bx .deal_tags:before,
    .product_bx .offer_tags:before {
        right: -3px;
        width: 3.5px;
        height: 3.5px;
    }
    .deal_offer_sec p {
        font-size: 11px;
    }
    .row.product_grid > div.column {
        flex: 25%;
        max-width: 25%;
    }
    .product_bx figcaption {
        padding: 6px 8px 18px;
    }
    .product_bx .product_ftr .btn-primary svg,
    .shortPrd_list .star_rating span.rating img,
    .star_rating span.rating img {
        width: 12px;
    }
    .product_bx .product_btns .btn-groups {
        gap: 0;
        height: 35px;
    }
    .product_bx .product_btns .btn-groups > span {
        width: 35px;
    }
    .product_bx .product_btns .btn-groups > span svg {
        width: 13px;
    }
    .product_bx .product_btns .btn-groups span.tool_tip {
        top: -35px;
        font-size: 10px;
        padding: 3px 5px;
        border-radius: 2px;
        width: 65px;
    }
    .product_bx .product_ftr .btn-primary {
       padding: 5.5px 13.5px;
        gap: 5px;
        border-radius: 2px;
    }
    .product_bx .product_dec .headingH5 {
        margin-bottom: 7px;
        font-size: 15px;
    }
    .product_bx .product_items {
        height: 152px;
    }
    .sidemenu_cat {
        width: 100%;
        max-width: 100%;
        flex: 1 1 100%;
    }
    .filter_close_menu {
        gap: 10px;
        height: 45px;
        padding-right: 26px;
    }
    .filter_close_menu img {
        width: 8px;
    }
    .sideBar_shop {
        padding: 20px;
    }
    .sideBar_shop.showFilterCat {
        padding-top: 75px;
    }
    .filter_cat_menu {
        width: 30px;
        height: 30px;
        background-color: var(--color-white);
    }
    .filter_cat_menu img,
    .list_grid svg {
        width: 16px;
    }
    .shop_top_filter .showing_itesm_num {
        margin-left: 20px;
        display: block;
    }
    .sideBar_bx p.paragraph_p2,
    .sideBar_shop .paragraph_p2.sideHdng {
        margin-bottom: 16px;
    }
    .sideBar_shop .paragraph_p2.sideHdng {
        margin-bottom: 19px;
    }
    .widget_sidebar {
        margin-bottom: 30px;
    }
    .accordion-item-header-dropdown .icon-dropdown {
        height: 24px;
    }
    .accordion-item-dropdown span.icon-dropdown img {
        width: 18px;
    }
    .accordion-item-dropdown,
    .cat_list_check label {
        margin-bottom: 0;
    }
    .accordion-item-header-dropdown .paragraph_p3.sideHdng {
        margin-bottom: 12px !important;
    }
    .cat_list_check {
        margin-bottom: 14px;
    }
    .cat_list_check label:before {
        box-shadow: none;
        width: 18px;
        height: 18px;
        margin-right: 10px;
        border-width: 1px;
        border-radius: 2px;
    }
    [dir="rtl"] .cat_list_check label:before {
        margin-left: 10px;
        margin-right: unset;
    }
    .cat_list_check input:checked + label:after {
        top: 4px;
        left: 6px;
        width: 5px;
        height: 11px;
        border-width: 0 2px 2px 0;
    }
    [dir="rtl"] .cat_list_check input:checked + label:after {
        right: 6px;
        left: unset;
    }
    /* .withoutChildAccordion .cat_list_check input:checked + label:after{
    	right: 6px;
        left: unset;
    }*/
    .variant_color .color_list {
        gap: 8px;
    }
    .color_list.cat_list_check label::before {
        margin-right: 8px;
    }
    .budge_bx,
    .variant_color .color_list span.clr_bx {
        width: 19px;
        height: 19px;
    }
    .variant_color .color_list .paragraph_p3 {
        margin-bottom: 13px;
        line-height: 18px;
    }
    .budge_bx p.paragraph_p4 {
        font-size: 12px;
    }
    .brands_side {
        gap: 10px;
    }
    .shortPrd_list {
        gap: 10px;
        padding-bottom: 28px;
    }
    .shortPrd_list:before {
        bottom: 14px;
    }
    .shortPrd_list .product_img {
        width: 84px;
    }
    .shortPrd_list .star_rating {
        margin-bottom: 10px;
    }
    .shortPrd_list p.paragraph_p3 {
        margin-bottom: 6px;
    }
    .multi-range {
        height: 1px;
        margin: -27px 0 30px;
    }
    .list_grid,
    .select_filter select {
        height: 30px;
        border: 1px solid var(--color-code23);
    }
    .multi-range input[type="range"]::-moz-range-thumb {
        height: 14px;
        width: 14px;
        margin: 0;
        border: 2px solid var(--color-code18);
    }
    .multi-range input[type="range"]::-webkit-slider-thumb {
        height: 14px;
        width: 14px;
        margin: 0;
        border: 2px solid var(--color-code18);
    }
    .filterHdr_option {
        gap: 18px;
    }
    .list_grid {
        gap: 12px;
        width: 76px;
    }
    .select_filter select {
        width: 141px;
        padding: 0 5px;
        font-size: 11px;
    }
    .product_load_more button {
        gap: 10px;
        border-width: 1px;
    }
    .product_load_more img {
        width: 17px;
    }
    .row.product_grid .column.add_listView {
        flex: 100%;
        max-width: 100%;
    }
    .column.add_listView figure.product_bx .product_items {
        width: 200px;
    }
    .column.add_listView figure.product_bx figcaption {
        padding: 16px;
    }
    .column.add_listView .product_short.paragraph_p3 {
        margin-top: 16px;
        padding-top: 16px;
        -webkit-line-clamp: 2;
    }
    .column.add_listView .product_ftr .btn-primary {
        padding-left: 40px;
        padding-right: 40px;
    }
    .star_rating.no_review_star {
    display: none;
}
.product_bx .product_ftr{
        align-items: center;
    }
    .star_rating.no_review_star {
    display: none;
}
}
.star-rating,
.star-rating li {
    float: left;
    width: 80px;
    padding: 0;
}
.product_bx .product_items picture img {
    transition: 0.6s;
    width: 100%;
    height: 100% !important;
    object-position: center;
    object-fit: cover;
}
.product_btns .btn-groups button {
    border-radius: 0;
    padding: 0;
    background: 0 0;
}
.star-rating {
    list-style: none;
    position: relative;
}
.star-rating li.current-rating {
    display: block;
    height: 16px;
    position: absolute;
    z-index: 1;
}
.star-rating li {
    margin: 0;
    background: 0 0;
}
.loaderOverlay {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0000004d;
    z-index: 99999999;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loader_ajax {
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #3498db;
    width: 50px;
    height: 50px;
    -webkit-animation: 2s linear infinite spin_ajax;
    animation: 2s linear infinite spin_ajax;
}
@-webkit-keyframes spin_ajax {
    0% {
        -webkit-transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin_ajax {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.loaderAtc {
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #3498db;
    width: 20px;
    height: 20px;
    -webkit-animation: 2s linear infinite spinAtc;
    animation: 2s linear infinite spinAtc;
    position: absolute;
    top: 23px;
    display: none;
    left: -30px;
}
.atcMessage {
    position: absolute;
    right: 0;
    padding: 0;
    margin-top: -4px;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 14px;
    white-space: nowrap;
}
.shop_page .product_bx .product_ftr .atcMessage {
    bottom: -23px;
}
.column.add_listView .product_ftr .atcMessage {
    margin-top: 10px;
    position: static;
}
.single_product_details .btn-groups .atcMessage {
    position: absolute;
    margin: 0;
    text-align: center;
    top: -25px;
    left: 50%;
    width: 100%;
    transform: translate(-50%);
}
.single_product_details .btn-groups .loaderAtc {
    left: 50%;
    right: unset;
    margin: auto;
    transform: translate(-50%, -50%);
    top: 30%;
}
.popupBx_modal .product_dec_popup .lodingWrapper [style="display: block;"].loaderAtc + .quickModal_cart,
.single_product_details .add_to_cart_cont [style="display: block;"] + .pdct_btn_bx {
    font-size: 0;
}
.popupBx_modal .product_dec_popup .lodingWrapper,
.wishList_items_btns .loding_warapper {
    position: relative;
}
.wishList_items_btns .loding_warapper .loaderAtc {
    left: 10px;
}
.wishList_items_btns .loding_warapper .atcMessage {
    left: 50%;
    transform: translate(-48%, 8px);
}
.popupBx_modal .product_dec_popup .lodingWrapper .loaderAtc {
    top: 20px !important;
}
.popupBx_modal .product_dec_popup .lodingWrapper .atcMessage {
    position: absolute;
    top: -25px;
}
@-webkit-keyframes spinAtc {
    0% {
        -webkit-transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spinAtc {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.adding_to_wishlist img {
    animation: 1s infinite zoom-in-zoom-out;
    transition: 0.4s;
}
@keyframes zoom-in-zoom-out {
    0%,
    100% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.2, 1.2);
    }
}
@media screen and (max-width: 2199px) {
    .loaderAtc {
        top: 10px;
    }
}
@media screen and (max-width: 1600px) {
    .loaderAtc {
        width: 15px;
        height: 15px;
        top: 5px;
        left: -25px;
    }
    .shop_page .product_bx .product_ftr .atcMessage {
        bottom: -16px;
        font-size: 10px;
    }
    .atcMessage {
        font-size: 10px;
        margin-top: -4px;
    }
    .popupBx_modal .product_dec_popup .lodingWrapper .atcMessage {
        top: -20px;
    }
    .popupBx_modal .modal-window.quickModal button.btn-primary.quickModal_cart {
        width: 100% !important;
    }
    .popupBx_modal .product_dec_popup .lodingWrapper .loaderAtc {
        top: 13px !important;
    }
}
@media screen and (max-width: 767px) {
    .atcMessage {
        font-size: 10px;
        margin-top: -2px;
    }
    .wishList_items_btns .loding_warapper .loaderAtc {
        left: 40px;
    }
    .wishList_items_btns .loding_warapper .atcMessage {
        left: 50%;
        transform: translate(-30%, 3px);
    }
}
.woocommerce .star-rating span::before {
    color: orange;
}
.woocommerce .star_rating .rating .star-rating {
    font-size: 0.8em !important;
}

.product_bx .product_btns .btn-groups span.cart_icons {display: none;}

/*.popupBx_modal .modal-window.quickModal button.btn-primary.quickModal_cart{
    width: auto!important;
}*/

@media screen and (max-width:580px) and (orientation: portrait){
    .star_rating {
    gap: 0;
}
.star_rating p.rating_review.paragraph_p4 {
    display: none;
}
}
span.woocommerce-Price-amount.amount {
    font-family: var(--primary-family)!important;
}
.no_products {
    text-align: center;
    width: 100%;
}
.star_rating.no_review_star{
    display: flex!important;
}