/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

html,
body {
    overflow-x: hidden;
}

/* Header Section */

.header-section .elementor-widget-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.elementor-icon-wrapper {
    display: flex !important;
}

/* New landing  */

.track_order_btn .elementor-button .elementor-button-icon svg g path {
    transition: all 0.3s ease-in;
}

.new_header_accicon .elementor-icon {
    transition: all 0.3s ease-in;

    &:hover {
        background-color: #29245F !important;
    }
}

.track_order_btn .elementor-button:hover .elementor-button-icon svg g path {
    fill: #FFFFFF;
}

.new_footer_menus .elementor-nav-menu .elementor-item {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.new_footer_menus .elementor-nav-menu .elementor-item::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #EFC749;
    position: absolute;
    left: -100%;
    bottom: 0;
    transition: all 0.3s ease-in;
}

.new_footer_menus .elementor-nav-menu .elementor-item:hover::after {
    left: 0;
    transition: all 0.3s ease-in;
}

.new_home_tab .e-n-tabs-heading .e-n-tab-title {
    background-color: transparent !important;

    &:hover {
        background-color: transparent !important;
    }
}

.new_home_tab .e-n-tabs-heading .e-n-tab-title[aria-selected="true"] {
    background-color: transparent !important;
    position: relative;
}

.new_home_tab .e-n-tabs-heading {
    margin: auto;
    padding: 0 50px 30px 50px;
    border-bottom: 1px solid rgba(34, 34, 34, 1);
}

.new_home_tab .e-n-tabs-heading .e-n-tab-title[aria-selected="true"]::after {
    content: '';
    width: 209px;
    height: 4px;
    background-color: rgba(239, 199, 73, 1);
    position: absolute;
    bottom: -31px;
}

.count_down_main_wid .elementor-countdown-wrapper .elementor-countdown-item:last-child {
    border: 0 !important;
}


/* Banner Drop-Down */

.new_cat-dropdown .widget_product_categories .selection .select2-selection {
    background-color: rgb(41, 36, 95) !important;
    height: 45px !important;
    max-height: 45px !important;
    border: 0 !important;
    border-radius: 10px;
    padding-left: 50px;
    position: relative;
}

.new_cat-dropdown .widget_product_categories .selection .select2-selection::after {
    content: '';
    background-image: url("images/filter-bars.svg");
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 20px;
    top: 15px;
}

.new_cat-dropdown .select2-selection__placeholder {
    font-family: 'Raleway' !important;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    text-transform: capitalize;
    color: #FFFFFF !important;
}

.new_cat-dropdown .select2-selection__arrow {
    top: 8px !important;
    position: relative;
}

.new_cat-dropdown .select2-selection__arrow b {
    opacity: 0;
}

.new_cat-dropdown .select2-selection__arrow::after {
    content: '';
    background-image: url("images/catdrop-arrow.svg");
    width: 13px;
    height: 7px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 12px;
    right: 15px;
}

.new_cat-dropdown .select2-selection__rendered{
    color: #FFFFFF !important;
}

.new_cat-dropdown .select2-selection__arrow b[role="presentation"]{
    display: none;
}

.new_cat-dropdown .select2-selection__clear{
    opacity: 0 !important;
}

/* Banner Drop-Down */

.new_img_car_main .swiper {
    overflow: visible;
}

.new_img_car_main .elementor-image-carousel {
    align-items: center;
}

.new_img_car_main .elementor-image-carousel .swiper-slide-inner img {
    max-height: 89px;
    object-fit: contain;
}

.new_img_car_main .elementor-image-carousel .swiper-slide-inner {
    margin: unset !important;
    transition: all 0.3s ease-in;
}

.new_img_car_main .elementor-image-carousel .swiper-slide {
    min-height: 95px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in;
    z-index: 99;
    padding: 10px 0;
}

.new_img_car_main .elementor-image-carousel .swiper-slide:hover {
    background: #FFF200 !important;
    box-shadow: 0px 30px 64px rgba(189, 184, 85, 0.49);
    border-radius: 11px !important;
    transition: all 0.3s ease-in;
}

.new_img_car_main .elementor-image-carousel .swiper-slide-inner img {
    max-width: 235px !important;
    object-fit: contain;
}



/* New landing */


/* Form Part */

.member_subs_form #field_2_3 {
    position: absolute;
}

.member_subs_form #gform_2 {
    position: relative;
}

.member_subs_form .elementor-shortcode .gform_confirmation_message {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 500;
}

.member_subs_form .elementor-shortcode .gform_fields input {
    background-color: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    height: 53px;
    padding: 20px !important;
    color: #FFFFFF !important;
    font-family: 'Raleway' !important;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 16px;
    text-transform: lowercase;
    letter-spacing: 0.32px;

    &:focus {
        outline: none !important;
    }
}

.member_subs_form .elementor-shortcode .gform_fields input::placeholder {
    color: #FFFFFF;
    opacity: 0.6;
    text-transform: capitalize;
}

.member_subs_form .elementor-shortcode .gfield--width-half {
    grid-column: span 14 !important;
}

.member_subs_form .elementor-shortcode .gform-footer {
    padding: 0 !important;
    margin: 0 !important;
}

.member_subs_form .elementor-shortcode .gform-footer input[type="submit"] {
    height: 53px !important;
    border: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 10px !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 10px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    font-family: 'Raleway' !important;
    color: rgba(34, 34, 34, 1) !important;
    text-transform: capitalize !important;
    margin: 0 !important;
    width: 173px !important;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.3s ease-in-out !important;
}

.member_subs_form .elementor-shortcode .gform-footer input[type="submit"]:hover {
    transition: all 0.3s ease-in-out !important;
    color: #FFFFFF !important;
    background-color: rgba(41, 36, 95, 1) !important;
    border-color: transparent !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 7px !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 7px !important;
}

.member_subs_form .gform_validation_errors {
    display: none;
}



/* Form Part */


/* Home Page */

.btn .elementor-button-icon svg {
    font-size: 15px;
}

.btn .elementor-button-link .elementor-button-icon svg {
    transition: 0.3s;
}

.btn .elementor-button-link:hover .elementor-button-icon svg {
    rotate: 45deg;
}

.btn .elementor-button-link:hover svg path {
    fill: #EFC749;
}

.product-home-main .elementor-swiper-button {
    display: none !important;
}

.product-home-main .swiper {
    overflow: visible;
}

.product-home-main .swiper-slide {
    opacity: 0;
    transition: opacity 0.3s !important;
    z-index: 11;
}

.product-home-main .swiper-slide-active,
.product-home-main .swiper-slide-next,
.product-home-main .swiper-slide-next+.swiper-slide {
    opacity: 1;
}

.logo-sec .swiper-wrapper {
    transition-timing-function: linear !important;
}

/* FAQ Page */

.faq-section .e-n-accordion-item-title {
    border-radius: 10px !important;
}

.faq-section .e-n-accordion-item-title[aria-expanded="true"] {
    border-radius: 10px 10px 0 0 !important;
}

/* contact Page */

.contact-section input:not([type="submit"]) {
    height: 55px;
    border-radius: 10px !important;
    background: #FEFAED;
    border: none !important;
    padding: 20px !important;
    color: #222222;
    font-family: Raleway;
    font-weight: 600;
    font-size: 18px !important;
    text-transform: capitalize;
    outline: none;
}

.contact-section input:not([type="submit"])::placeholder {
    font-family: Raleway;
    font-weight: 600;
    font-size: 18px !important;
    text-transform: capitalize;
    color: #222222;
}

.contact-section .textarea {
    height: 204px !important;
    border-radius: 10px !important;
    background: #FEFAED;
    border: none !important;
    padding: 20px !important;
    color: #222222;
    font-family: Raleway;
    font-weight: 600;
    font-size: 18px !important;
    text-transform: capitalize;
    outline: none;
    resize: none;
}

.contact-section .textarea::placeholder {
    font-family: Raleway;
    font-weight: 600;
    font-size: 18px !important;
    text-transform: capitalize;
    color: #222222;
}

.contact-section input[type="submit"] {
    margin: 0 !important;
    border: none;
    padding: 20px 40px;
    border-radius: 10px;
    font-family: Raleway !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    text-transform: capitalize !important;
}

.contact-section input[type="submit"]:hover {
    color: #EFC749;
    background-color: #222222;
}

.contact-section .gform-footer {
    margin: 0 !important;
    padding: 22px 0 0 0 !important;
    justify-content: center;
}

.contact-section .gform_fields {
    grid-row-gap: 30px !important;
}

.contact-section .ginput_complex {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.contact-section .ginput_full {
    padding-left: 0 !important;
    margin: 0 !important;
}

.contact-section .grecaptcha-badge {
    z-index: 99;
}

.contact-section .gform_confirmation_message_1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.contact-section .gform_confirmation_message_1 img {
    width: 50px;
}

/* Product Listing Page */

.product-listing-page .prev,
.product-listing-page .next {
    font-size: 0;
    position: relative;
    border: none !important;
}

.product-listing-page .prev:hover,
.product-listing-page .next:hover {
    border: none !important;
    background-color: transparent !important;
}

.product-listing-page .prev::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 20px;
    background-image: url(http://3.255.242.19/wp-content/uploads/2025/10/Arrow1.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    left: -25px;
    transform: translate(0%, -60%);
}

.product-listing-page .next::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 20px;
    background-image: url(http://3.255.242.19/wp-content/uploads/2025/10/Arrow2.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    right: -25;
    transform: translate(0%, -60%);
}

.product-listing-page .page-numbers {
    border: 1px solid #29245F;
    padding: 10px 15px;
    transition: 0.3s;
}

.product-listing-page .page-numbers:hover {
    border: 1px solid #EFC749;
    background-color: #EFC749;
}

.product-listing-page .page-numbers.current {
    border: 1px solid #EFC749;
    background-color: #EFC749;
}

.product-listing-page .product-listing-short .search-filter-base {
    flex-direction: row;
    align-items: baseline;
    gap: 10px;
}

.product-listing-page .product-listing-short .search-filter-component-combobox__listbox-toggle::before {
    border-left: none;
}

.product-listing-page .product-listing-short .search-filter-component-combobox-base {
    width: 100%;
    min-width: 100px;
    border: 1px solid #222222;
    border-radius: 10px;
    height: 53px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-listing-page .product-listing-short .search-filter-label {
    font-family: Raleway;
    font-weight: 400;
    font-size: 18px;
    color: #222222;
}

.product-listing-page .product-listing-short .search-filter-icon__svg,
.product-listing-page .product-listing-search .search-filter-icon__svg {
    fill: #222222;
}

.product-listing-page .product-listing-short .search-filter-component-combobox__selection span {
    color: #222222;
}

.product-listing-page .product-listing-search .search-filter-base {
    flex-direction: row;
}

.product-listing-page .product-listing-search .search-filter-input-text {
    width: 100%;
    min-width: 330px;
    border: 1px solid #222222;
    border-radius: 10px;
    height: 53px;
}

.product-listing-page .product-listing-search .search-filter-input-text__input {
    color: #222222;
}

.product-listing-page .product-listing-search .search-filter-input-text__input::placeholder {
    color: #222222 !important;
    font-family: Raleway;
    font-weight: 400;
    font-size: 16px;
}

/* Product Details Page */
.product-details-qantity .quantity {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    border-radius: 10px;
    width: 100%;
    max-width: 100px;
    padding: 5px;
}

.product-details-qantity .minus {
    border: none !important;
    padding: 5px 0 !important;
}

.product-details-qantity .input-text {
    border: none !important;
    padding: 0 !important;
    width: 25px !important;
}

.product-details-qantity .plus {
    margin: 0 !important;
    border: none !important;
    padding: 5px 0 !important;
}

.product-details-qantity input::-webkit-outer-spin-button,
.product-details-qantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product-details-qantity input[type=number] {
    -moz-appearance: textfield;
}

.product-details-qantity .wpcbn-btn {
    margin: 0 !important;
    width: 100%;
    margin-top: 15px !important;
    background-color: #EFC749 !important;
    border: 1px solid #EFC749 !important;
    color: #FFFFFF !important;
}

.product-details-qantity .wpcbn-btn:hover {
    background-color: #29245F !important;
    color: #EFC749 !important;
    border: 1px solid #EFC749 !important;
}

.product-details-qantity .woocommerce-product-gallery {
    margin: 0 !important;
}

.product-tabs .accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
    cursor: pointer;
    border-bottom: 1px solid rgba(34, 34, 34, 0.5);
    font-weight: 600;
    font-size: 16px;
    color: #333;
    transition: color 0.3s ease;
}

.product-tabs .accordion-header.active .accordion-title {
    color: #222222;
}

.product-tabs .accordion-header.active {
    border-bottom: 1px solid #222222;
}

.product-tabs .accordion-title {
    flex-grow: 1;
    font-family: Unbounded;
    font-weight: 600;
    font-size: 24px;
    text-transform: capitalize;
    color: rgba(34, 34, 34, 0.5);
}

.product-tabs .accordion-icon {
    font-size: 16px;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
    opacity: 0.6;
}

.product-tabs .accordion-header.active .accordion-icon {
    transform: rotate(180deg);
    opacity: 1;
}

.product-tabs .woocommerce-Tabs-panel {
    padding: 15px 0 25px 0;
    border-bottom: 1px solid #ddd;
    color: #555;
    font-size: 15px;
    line-height: 1.7;
}

.product-tabs .woocommerce-Tabs-panel h2 {
    display: none;
}

.product-tabs .woocommerce-Tabs-panel {
    padding: 25px 0 0 0 !important;
}

.product-tabs .accordion-icon img {
    width: 17px;
}

.product-tabs .woocommerce-Tabs-panel p {
    padding-bottom: 15px;
    color: #222222;
}

.woocommerce-message {
    background-color: #EFC749;
    color: #fff;
    font-weight: 800;
    border-top-color: #29245F;
    border-radius: 10px;
    margin: 0 20px !important;
}

.woocommerce-message a {
    background-color: #29245F !important;
    color: #fff !important;
    padding: 20px 40px !important;
    border-radius: 10px !important;
    transition: 0.3s;
}

.woocommerce-message a:hover {
    background-color: #222222 !important;
    color: #EFC749 !important;
}

/* My Account Page */

.account-page .woocommerce-info {
    background: #EFC749;
    color: #FFFFFF;
    border-top-color: #29245F;
    border-radius: 10px;
}

.account-page .woocommerce-info::before {
    color: #FFFFFF;
}

.account-page .woocommerce-info .button {
    background-color: #29245F !important;
    color: #FFFFFF !important;
    border-radius: 10px !important;
    padding: 20px 30px !important;
    border: 1px solid transparent !important;
    transition: 0.3s;
}

.account-page .woocommerce-info .button:hover {
    background-color: #222222 !important;
    color: #EFC749 !important;
}

.account-page .form-row {
    display: flex;
    flex-direction: column;
}

.account-page .woocommerce-notices-wrapper .woocommerce-error {
    background-color: #EFC749;
    border-radius: 10px;
}

.account-page .woocommerce-notices-wrapper .woocommerce-error strong {
    color: #b81c23 !important;
}

/* Cart Page */

.cart-page .coupon-col-start .input-text {
    padding: 20px !important;
    border-radius: 10px !important;
    outline: none;
}

.cart-page .cart-empty {
    background-color: #EFC749;
    color: #FFFFFF;
    border-top-color: #29245F;
    border-radius: 10px;
}

.cart-page .woocommerce-info::before {
    color: #FFFFFF;
}

.cart-page .return-to-shop a {
    background-color: #EFC749 !important;
    color: #FFFFFF !important;
    border-radius: 10px !important;
    padding: 20px 40px !important;
    transition: 0.3s;
}

.cart-page .return-to-shop a:hover {
    background-color: #29245F !important;
    color: #EFC749 !important;
}

.header-cart .elementor-button-icon-qty {
    color: #FFFFFF !important;
    font-size: 15px !important;
}

/* Check Out Page */

.check-out-page .woocommerce-order {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 15px;
    justify-content: center;
}

.check-out-page .woocommerce-notice,
.check-out-page .woocommerce-order-overview {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 25px;
}

.check-out-page .woocommerce-order-details,
.check-out-page .woocommerce-customer-details {
    width: 49%;
    border: 1px solid #EFC749;
    padding: 20px;
    border-radius: 10px;
}

.check-out-page .woocommerce-notice {
    font-size: 25px;
    line-height: 1.5em;
    color: #000;
    text-align: center;
    margin: 0 0 40px 0;
}

.check-out-page .woocommerce-order-overview {
    padding: 0;
}

.check-out-page .woocommerce-order-overview li {
    font-size: 17px !important;
    color: #000;
    font-weight: 600;
}

.check-out-page .woocommerce-order-overview li strong {
    font-size: 17px !important;
    font-weight: 500;
}

.check-out-page .woocommerce-order-details__title,
.check-out-page .woocommerce-column__title {
    border-bottom: 1px solid #EFC749;
    padding-bottom: 15px;
    margin-bottom: 35px;
    margin-top: 0;
}

.check-out-page .woocommerce-order p {
    width: 100% !important;
    text-align: center;
}

.check-out-page .woocommerce-order address p {
    text-align: left;
}

.check-out-page .woocommerce-order tfoot a {
    background-color: #EFC749;
    color: #FFFFFF;
    padding: 15px 40px;
    border-radius: 10px;
    transition: 0.3s;
}

.check-out-page .woocommerce-order tfoot a:hover {
    background-color: #29245F;
    color: #EFC749;
}


/* Responsive */

/* @media screen and (max-width: 1600px){
body > .elementor > .elementor-element, .header .elementor-widget-theme-site-logo, .elementor-location-header .elementor-widget-n-menu nav .e-n-menu-heading a, 
.header .elementor-widget-theme-site-logo + .elementor-element > .elementor-widget-button, .elementor-location-header .elementor-widget-n-menu nav .e-n-menu-heading .e-n-menu-content > .elementor-element{
    zoom: 0.75;
    zoom: 75%;
}
.elementor-menu-cart__container{
    width: 100% !important;
}
}
@media screen and (max-width: 1024px){
    body > .elementor > .elementor-element, .header .elementor-widget-theme-site-logo, .elementor-location-header .elementor-widget-n-menu nav .e-n-menu-heading a, 
.header .elementor-widget-theme-site-logo + .elementor-element > .elementor-widget-button, .elementor-location-header .elementor-widget-n-menu nav .e-n-menu-heading .e-n-menu-content > .elementor-element{
    zoom: 0;
    zoom: 0;
}
} */

@media only screen and (min-width: 1601px) and (max-width: 1820px) {
    html {
        zoom: 0.80;
        zoom: 80%;
    }

}

@media only screen and (min-width: 1536px) and (max-width: 1600px) {
    html {
        zoom: 0.80;
        zoom: 80%;
    }

    .new_cat-dropdown {
        width: 330px !important;
    }

    .select2-container {
        zoom: 1.25;
        zoom: 125%;
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1535px) {
    html {
        zoom: 0.80;
        zoom: 80%;
    }

    .new_cat-dropdown {
        width: 330px !important;
    }

    .select2-container {
        zoom: 1.25;
        zoom: 125%;
    }

}

@media only screen and (min-width: 1201px) and (max-width: 1439px) {
    html {
        zoom: 0.75;
        zoom: 75%;
    }

    .new_cat-dropdown {
        width: 326px !important;
    }

    .select2-container {
        zoom: 1.34;
        zoom: 134%;
    }


}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
    .new_landing_header {
        zoom: 0.78;
        zoom: 78%;
    }

    .main-parent_div {
        gap: 30px !important;
        width: 90% !important;
    }

    .mai_child_div {
        width: 65% !important;
    }
}

@media screen and (max-width: 767px) {
    .header-btn .elementor-button-content-wrapper {
        gap: 5px !important;
    }

    .contact-section .gform_fields {
        grid-row-gap: 15px !important;
    }

    .contact-section .textarea {
        height: 100px !important;
    }

    .contact-section .gform-footer {
        padding: 10px 0 0 0 !important;
    }

    .contact-section input[type="submit"] {
        padding: 10px 40px;
        width: 100%;
    }

    .product-listing-page .product-listing-search .search-filter-input-text {
        height: 45px;
    }

    .product-listing-page .product-listing-short .search-filter-component-combobox-base {
        height: 45px;
        min-width: 75%;
    }

    .product-listing-page .product-listing-short .search-filter-component-combobox__header {
        justify-content: space-between;
        width: 100%;
    }

    .product-tabs .accordion-title {
        font-size: 18px;
    }

    .new_home_tab .e-n-tabs-heading {
        padding: 0 20px 15px 20px;
    }

    .new_home_tab .e-n-tabs-heading .e-n-tab-title[aria-selected="true"]::after {
        width: 115px;
        bottom: -15px;
    }

    .member_subs_form .elementor-shortcode .gform_fields input {
        height: 45px;
        padding: 15px 135px 15px 15px !important;
        font-size: 14px !important;
    }

    .member_subs_form .elementor-shortcode .gform-footer input[type="submit"] {
        height: 45px !important;
        width: 130px !important;
        font-size: 15px !important;
        line-height: 15px !important;
    }

    .member_subs_form .elementor-shortcode .gform_confirmation_message {
        font-size: 18px;
        color: #FFFFFF;
        font-weight: 500;
        text-align: center;
    }

    .resposnsive_menu_heade .menu-item .sub-menu {
        position: static !important;
    }

    .new_img_car_main .elementor-image-carousel .swiper-slide-inner img {
        max-width: 140px !important;
    }

    .new_img_car_main .elementor-image-carousel .swiper-slide {
        min-height: 70px !important;
        width: 200px !important;
    }

    .new_cat-dropdown .widget_product_categories .selection .select2-selection {
        padding-left: 35px;
    }

    .new_cat-dropdown .widget_product_categories .selection .select2-selection::after {
        width: 14px;
        height: 14px;
        left: 16px;
    }

    .new_cat-dropdown .select2-selection__placeholder {
        font-size: 15px !important;
    }
    .product-listing-page .page-numbers{
        padding: 5px 10px;
    }

}