/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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
*/

/* Add your custom styles here */

@import url("https://fonts.googleapis.com/css2?family=Teachers:ital,wght@0,400..800;1,400..800&display=swap");
select, option{color:#000 !important;}
.coupon.e-cart-section.shop_table {
    display: none;
}
body {
    overflow-x: hidden;
}
p {
    margin-block-end: 0;
}

.header_search_block form.e-search-form svg path {
    fill: transparent;
}
.header_search_block form.e-search-form input.e-search-input {
    border-radius: 4px 4px 0 0;
}
.banner_slider .swiper-pagination {
    display: flex;
    gap: 24px;
    transform: rotate(0deg) translate(0, 50px);
	top:121px !important;
}
.banner_slider .swiper-pagination span.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 !important;
    background: #ccc;
    opacity: 1;
}
.banner_slider .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #000 !important;
}
.banner_slider .swiper-slide .elementor-button-icon svg {
    width: 10px;
}
.banner_slider .swiper-slide .elementor-button-icon svg path {
    stroke: #fff;
    fill: #fff;
}
.product_list .elementor-loop-container .e-loop-item .e-con.e-con-boxed.e-parent {
    height: 100%;
    position: relative;
    transition: 0.3s all;
}
.product_list .elementor-loop-container .e-loop-item:hover .e-con.e-con-boxed.e-parent {
    background: #f5f5f5;
}
.product_list .elementor-loop-container .e-loop-item .e-con.e-con-boxed.e-parent .e-con-inner {
    justify-content: space-between;
}
.product_list
    .elementor-loop-container
    .e-loop-item
    .e-con.e-con-boxed.e-parent
    .e-con-inner
    .elementor-widget-heading {
    position: unset;
}
.product_list
    .elementor-loop-container
    .e-loop-item
    .e-con.e-con-boxed.e-parent
    .e-con-inner
    .elementor-widget-heading
    .elementor-heading-title
    a {
    position: absolute;
    background: #0d1b2a;
    border-radius: 6px;
    width: 185px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 100%);
    transition: 0.3s all;
    opacity: 0;
    pointer-events: none;
}
.product_list
    .elementor-loop-container
    .e-loop-item:hover
    .e-con.e-con-boxed.e-parent
    .e-con-inner
    .elementor-widget-heading
    .elementor-heading-title
    a {
    transform: translate(-50%, -50%);
    opacity: 1;
    pointer-events: all;
}

.feat_prod_slider .product {
    border: 1px solid #c7c7c7;
    border-radius: 10px;
    transition: 0.3s all;
    z-index: 1;
    position: relative;
}
.feat_prod_slider .elementor-swiper-button-next {
    right: -60px !important;
}
.feat_prod_slider .elementor-swiper-button-prev {
    left: -60px !important;
}
.feat_prod_slider .elementor-swiper-button {
    width: 48px !important;
    height: 48px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s all;
    border-radius: 50%;
    border: 1px solid #d6d6d6 !important;
}
.feat_prod_slider .elementor-swiper-button:hover {
    background: #ee914c !important;
    border: 1px solid #ee914c !important;
}
.feat_prod_slider .elementor-swiper-button:hover svg path {
    fill: #fff !important;
}
.feat_prod_slider .elementor-swiper-button svg {
    width: 16px !important;
}
.feat_prod_slider .elementor-swiper-button svg path {
    fill: #606060;
    transition: 0.3s all;
}
.feat_prod_slider .product:hover {
    border: 1px solid #ee914c;
}
.feat_prod_slider .product .e-con.e-parent {
    padding: 0 !important;
}
.feat_prod_slider .product .e-con.e-parent .e-con-inner .e-con.e-child {
    border-bottom: 1px solid #c7c7c7;
    position: relative;
}
.feat_prod_slider .product:hover .e-con.e-parent .e-con-inner .e-con.e-child {
    border-bottom: 1px solid #ee914c;
}
.feat_prod_slider .product .e-con.e-parent .e-con-inner .e-con.e-child:nth-child(4),
.feat_prod_slider .product .e-con.e-parent .e-con-inner .e-con.e-child:nth-child(5) {
    border-bottom: 0 !important;
}
.feat_prod_slider
    .product
    .e-con.e-parent
    .e-con-inner
    .e-con.e-child
    .elementor-widget-shortcode
    .elementor-shortcode {
    position: absolute;
    left: 0;
    top: -10px;
    padding: 2px 15px;
    border-radius: 50px;
    background: #ee914c;
    color: #fff;
    z-index: 1;
}
.feat_prod_slider .product .e-con.e-parent .e-con-inner .e-con.e-child a.add_to_cart_button {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 227px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0d1b2a;
    color: #fff;
    border-radius: 6px;
    text-transform: uppercase;
    transform: translateX(-50%) translateY(50px);
    opacity: 0;
    pointer-events: none;
    transition: 0.3s all;
}
.feat_prod_slider .product:hover .e-con.e-parent .e-con-inner .e-con.e-child a.add_to_cart_button {
    transform: translateX(-50%) translateY(-50);
    opacity: 1;
    pointer-events: all;
}
.feat_prod_slider .product .e-con.e-parent .e-con-inner .e-con.e-child .elementor-widget-theme-post-featured-image img {
    max-width: 80% !important;
    min-height: 200px !important;
    height: 200px !important;
    width: auto !important;
    margin: 50px 0;
}
.feat_prod_slider .product .e-con.e-parent .e-con-inner .elementor-widget-heading {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    padding: 10px 20px 5px;
    margin-top: -10px;
}
.feat_prod_slider .product .mycustomclass .elementor-widget-heading{
	justify-content:center !important;
}
.feat_prod_slider .product .e-con.e-parent .e-con-inner .elementor-widget-heading .elementor-heading-title {
    border: 1px solid #c2c0c0;
    padding: 2px 16px;
    border-radius: 50px;
    font-size: 15px;
    line-height: 24px;
}
.feat_prod_slider .mycustomclass span{
	max-width:129px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.mycustomclass span{
	display:block;
	width:max-content;	
}
.mycustomclass + .elementor-widget-woocommerce-product-title + .elementor-element.e-flex.e-con .elementor-widget-heading{padding-left:0;padding-right:0;}
.mycustomclass + .elementor-widget-woocommerce-product-title + .elementor-element.e-flex.e-con .elementor-widget-heading .elementor-heading-title{border:0;padding:0;font-weight:500;font-size:14px;color:#636363;}
.mycustomclass .elementor-widget-heading{
	padding-left:10px !important;
	padding-right:10px !important;
	margin-top:-24px !important;
}
.mycustomclass2 .price{
	padding-left:20px !important;
	padding-right:20px !important;
}
.feat_prod_slider .product .e-con.e-parent .e-con-inner .mycustomclass2.e-con.e-child{
	border-bottom:0px;
}
.feat_prod_slider
    .product
    .e-con.e-parent
    .e-con-inner
    .elementor-widget-heading
    .elementor-heading-title.product_title {
    border: 0;
    padding: 0;
    border-radius: 0;
    font-size: 20px;
    line-height: 26px;
}
.feat_prod_slider
    .product
    .e-con.e-parent
    .e-con-inner
    .e-con.e-child:nth-child(4)
    .elementor-widget-shortcode
    .elementor-shortcode {
    position: relative;
    left: 0;
    top: 0;
    padding: 0;
    border-radius: 0;
    color: #636363;
    background: transparent;
    z-index: 1;
}
.feat_prod_slider .product .e-con.e-parent .e-con-inner .e-con.e-child:nth-child(4) {
    margin-top: -10px;
	padding:0 20px;
}

.feat_prod_slider .product .e-con.e-parent .e-con-inner .e-con.e-child:nth-child(4) .elementor-widget-shortcode .elementor-shortcode ul{
	display: flex;
    flex-wrap: wrap;
    gap: 4.7px;
    align-items: center;
    padding: 0;
    margin: 8px 0 0 0;
    list-style-type: none;
    justify-content: space-between;
}

.feat_prod_slider .product .e-con.e-parent .e-con-inner .e-con.e-child:nth-child(4) .elementor-widget-shortcode .elementor-shortcode ul li{
	font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #636363;
    font-family: "Teachers", sans-serif;
}
.feat_prod_slider
    .product
    .e-con.e-parent
    .e-con-inner
    .e-con.e-child:nth-child(4)
    .elementor-widget-shortcode
    .elementor-shortcode
    ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}
.feat_prod_slider .product .e-con.e-parent .e-con-inner .e-con.e-child:nth-child(5) {
    align-items: center;
    margin-top: -30px;
}
.feat_prod_slider .product .e-con.e-parent .e-con-inner .e-con.e-child:nth-child(5) .elementor-widget-heading {
    margin-top: 0;
    display: block;
}
.feat_prod_slider
    .product
    .e-con.e-parent
    .e-con-inner
    .e-con.e-child:nth-child(5)
    .elementor-widget-heading
    .elementor-heading-title {
    background: #ee914c33;
    border: 1px solid #ff9c53;
    padding: 4px 9px;
    font-size: 12px;
    line-height: 14px;
}
.feat_prod_slider
    .product
    .e-con.e-parent
    .e-con-inner
    .e-con.e-child:nth-child(5)
    .elementor-widget-woocommerce-product-price {
    flex: 0 0 auto;
}
.feat_prod_slider
    .product
    .e-con.e-parent
    .e-con-inner
    .e-con.e-child:nth-child(5)
    .elementor-widget-woocommerce-product-price
    span.amount
    bdi {
    font-size: 20px;
    line-height: 32px;
    color: #2f3c47;
    font-weight: 700;
}
.feat_prod_slider .product .e-con.e-parent .e-con-inner .e-con.e-child:nth-child(5){
	padding:0 20px;
	margin-top:0;
}

.feat_prod_slider .product .e-con.e-parent .e-con-inner .e-con.e-child:nth-child(5) .woocommerce-Price-amount.amount{font-weight:700;}

.woocommerce .elementor-widget-woocommerce-product-price .price{
	display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
	padding:0;
}

.elementor-heading-title {
    font-family: "Teachers", sans-serif !important;
    font-size: 42px;
    line-height: 46px;
    font-weight: 600;
    color: #0d1b2a;
}

#custom-login-form label,
#custom-registration-form label,
form#forgotPasswordForm label {
    font-family: "Teachers", sans-serif !important;
    font-size: 18px;
    line-height: 19px;
    font-weight: 500;
    color: #0d1b2a;
}
#custom-login-form .labelText {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 16px;
}
#custom-login-form .labelText p a {
    color: #ee914c;
    font-family: "Teachers", sans-serif !important;
    font-size: 16px;
    line-height: 17px;
    font-weight: 600;
}
#custom-login-form .labelIcon,
#custom-registration-form .labelIcon {
    position: relative;
    margin-top: 8px;
}
#custom-login-form .labelIcon input,
#custom-registration-form .labelIcon input,
form#forgotPasswordForm .labelIcon input {
    padding: 20px 50px 20px 50px;
    border: 1px solid #d3d3d3;
    border-radius: 6px;
    outline: none;
    transition: 0.3s all;
    font-family: "Teachers", sans-serif !important;
    font-size: 16px;
    line-height: 17px;
    font-weight: 500;
}
form#forgotPasswordForm .labelIcon input {
    margin: 8px 0 0 0;
}
#custom-login-form .labelIcon img,
#custom-registration-form .labelIcon img,
form#forgotPasswordForm .labelIcon img {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}
#custom-registration-form .labelIcon span.error-message {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    font-family: "Teachers", sans-serif !important;
    line-height: 1;
}
#custom-login-form .labelIcon span.fa,
#custom-registration-form .labelIcon span.fa {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
#custom-login-form .labelIcon input:focus,
#custom-login-form .labelIcon input:focus-visible,
#custom-registration-form .labelIcon input:focus,
#custom-registration-form .labelIcon input:focus-visible {
    border: 1px solid #ee914c;
}
#custom-login-form button[type="submit"],
#custom-registration-form button[type="submit"],
form#forgotPasswordForm button[type="submit"] {
    width: 100%;
    margin-top: 30px;
    border-radius: 6px;
    border: 1px solid transparent;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    font-family: "Teachers", sans-serif !important;
    color: #fff;
    text-transform: uppercase;
}
.regText {
    text-align: center;
    margin-top: 20px;
}
.regText p {
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    font-family: "Teachers", sans-serif !important;
    color: #000;
}
.regText p a {
    color: #ee914c;
    font-weight: 700;
}
#custom-registration-form div {
    margin-top: 30px;
}
#custom-registration-form div:first-child {
    margin-top: 0;
}

/* product listing page css start */

.product_list_page {
    padding: 80px 0;
}
.product_list_page .site_container {
    width: 100%;
    max-width: 1446px;
    margin: 0 auto;
    padding: 0 23px;
}
.product_list_page .site_container .site_row {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.product_list_page .filter_block {
    width: 350px;
    background: #fafafa;
    border-radius: 10px;
    border: 1px solid #dddddd;
    padding: 22px;
    max-height: fit-content;
}
.product_list_page .filter_block .filter_accordion .acc_item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.product_list_page .filter_block .filter_accordion .acc_item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.product_list_page .filter_block .filter_accordion .acc_item .acc_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.product_list_page .filter_block .filter_accordion .acc_item .acc_head span.title {
    font-family: "Teachers", sans-serif;
    font-size: 20px;
    line-height: 18px;
    color: #1b232b;
    font-weight: 600;
}
.product_list_page .filter_block .filter_accordion .acc_item .acc_head span.icon {
    width: 8px;
    height: 8px;
    border-left: 1px solid #333;
    border-bottom: 1px solid #333;
    transform: rotate(-45deg);
    position: relative;
    right: 4px;
    transition: 0.3s all;
}

.product_list_page .filter_block .filter_accordion .acc_item.acc_open .acc_head span.icon {
    transform: none;
    width: 13px;
    border-left: 0;
    border-bottom: 2px solid #333;
}

.product_list_page .filter_block .filter_accordion .acc_item .acc_body .select_fields .select_field {
    margin-bottom: 8px;
    border-radius: 4px;
    border: 1px solid #d4d4d4;
    background: #fff;
    position: relative;
}
.product_list_page .filter_block .filter_accordion .acc_item .acc_body .select_fields .select_field::after {
    content: "";
    position: absolute;
    right: 18px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-left: 1px solid #333;
    border-bottom: 1px solid #333;
    transform: translateY(-50%) rotate(-45deg);
	z-index:9;
}
.product_list_page .filter_block .filter_accordion .acc_item .acc_body .select_fields .select_field select {
    -webkit-appearance: none;
    appearance: none;
    padding: 14px 18px;
    border: 0;
    border-radius: 4px;
    outline: 0;
    font-family: "Teachers", sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #1b232b;
    font-weight: 500;
    z-index: 1;
    position: relative;
    background: transparent;
}
.product_list_page .filter_block .filter_accordion .acc_item .acc_body .select_fields .select_field:last-child {
    margin-bottom: 0;
}
.product_list_page .filter_block .filter_accordion .acc_item .acc_body .btn_row {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 15px;
}
.product_list_page .filter_block .filter_accordion .acc_item .acc_body .btn_row button {
    width: calc((100% - 15px) / 2);
    border: 0;
}
.product_list_page .filter_block .filter_accordion .acc_item .acc_body .btn_row button.s_btn {
    background: #ee914c;
    padding: 12px 25px;
    border-radius: 6px;
    color: #fff;
    font-family: "Teachers", sans-serif;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 700;
}
.product_list_page .filter_block .filter_accordion .acc_item .acc_body .btn_row button.c_btn {
    background: #0d1b2a;
    padding: 12px 25px;
    border-radius: 6px;
    color: #fff;
    font-family: "Teachers", sans-serif;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 700;
}
.product_list_page .filter_block .filter_accordion .acc_item .acc_body {
    padding-top: 0;
    transition: 0.3s all;
}
.product_list_page .filter_block .filter_accordion .acc_item.acc_open .acc_body {
    padding-top: 15px;
}
.product_list_page .filter_block .filter_accordion .acc_item.acc_open .acc_body .input_items,
.product_list_page .filter_block .filter_accordion .acc_item.acc_open .acc_body .select_fields {
    display: block !important;
}
.product_list_page .filter_block .filter_accordion .acc_item.acc_open .acc_body .btn_row {
    display: flex !important;
}
.product_list_page .filter_block .filter_accordion .acc_item .acc_body .input_items,
.product_list_page .filter_block .filter_accordion .acc_item .acc_body .select_fields,
.product_list_page .filter_block .filter_accordion .acc_item .acc_body .btn_row {
    display: none !important;
}
.product_list_page .filter_block .filter_accordion .acc_item .acc_body .input_items .input_item {
    position: relative;
    margin-bottom: 8px;
}
.product_list_page .filter_block .filter_accordion .acc_item .acc_body .input_items .input_item:last-child {
    margin-bottom: 0;
}
.product_list_page .filter_block .filter_accordion .acc_item .acc_body .input_items .input_item input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}
.product_list_page .filter_block .filter_accordion .acc_item .acc_body .input_items .input_item span.item_name {
    position: relative;
    padding-left: 24px;
    font-family: "Teachers", sans-serif;
    font-size: 16px;
    line-height: 14px;
    font-weight: 500;
    color: #555555;
    transition: 0.3s all;
}
.product_list_page .filter_block .filter_accordion .acc_item .acc_body .input_items .input_item span.item_name::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 17px;
    height: 17px;
    border: 1px solid #878787;
    border-radius: 2px;
    transition: 0.3s all;
}
.product_list_page .filter_block .filter_accordion .acc_item .acc_body .input_items .input_item span.item_name::after {
    content: "";
    position: absolute;
    top: 40%;
    left: 6px;
    transform: rotate(-45deg) translateY(-50%);
    width: 10px;
    height: 6px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transition: 0.3s all;
    opacity: 0;
}
.product_list_page
    .filter_block
    .filter_accordion
    .acc_item
    .acc_body
    .input_items
    .input_item
    input[type="checkbox"]:checked
    + span.item_name {
    color: #ee914c;
}
.product_list_page
    .filter_block
    .filter_accordion
    .acc_item
    .acc_body
    .input_items
    .input_item
    input[type="checkbox"]:checked
    + span.item_name::before {
    background: #ee914c;
    border: 1px solid #ee914c;
}
.product_list_page
    .filter_block
    .filter_accordion
    .acc_item
    .acc_body
    .input_items
    .input_item
    input[type="checkbox"]:checked
    + span.item_name::after {
    opacity: 1;
}

.product_list_page .all_products {
    width: calc(100% - 390px);
}
.product_list_page .all_products .inner_row {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product_list_page .all_products .inner_row .display_count {
    display: flex;
    align-items: center;
    gap: 8px;
}
.product_list_page .all_products .inner_row .display_count span {
    font-family: "Teachers", sans-serif;
    font-size: 20px;
    line-height: 22px;
    color: #0d1b2a;
    font-weight: 600;
}
.product_list_page .all_products .inner_row .right_panel {
    display: flex;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap;
}
.product_list_page .all_products .inner_row .right_panel .view_btn_grp {
    display: flex;
    gap: 5px;
    align-items: center;
}
.product_list_page .all_products .inner_row .right_panel .view_btn_grp button {
    border: 1px solid #cecece;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    transition: 0.3s all;
    background: transparent;
}
.product_list_page .all_products .inner_row .right_panel .view_btn_grp button img {
    filter: invert(1);
    transition: 0.3s all;
    width: 20px;
}
.product_list_page .all_products .inner_row .right_panel .view_btn_grp button.active {
    background: #0d1b2a;
    border: 1px solid #0d1b2a;
}
.product_list_page .all_products .inner_row .right_panel .view_btn_grp button.active img {
    filter: none;
}
.product_list_page .all_products .inner_row .right_panel .sort_block {
    display: flex;
    align-items: center;
    gap: 8px;
}
.product_list_page .all_products .inner_row .right_panel .sort_block span {
    flex: 0 0 auto;
    font-family: "Teachers", sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #0d1b2a;
    font-weight: 500;
}
.product_list_page .all_products .inner_row .right_panel .sort_block .select_box {
    width: fit-content;
    border-radius: 4px;
    border: 1px solid #b5b5b5;
    position: relative;
}
.product_list_page .all_products .inner_row .right_panel .sort_block .select_box::after {
    content: "";
    position: absolute;
    right: 18px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-left: 1px solid #333;
    border-bottom: 1px solid #333;
    transform: translateY(-50%) rotate(-45deg);
}
.product_list_page .all_products .inner_row .right_panel .sort_block .select_box select {
    width: 193px;
    max-width: 100%;
    padding: 12px 16px;
    border-radius: 4px;
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
    position: relative;
    z-index: 1;
    border: 0;
    outline: 0;
    font-family: "Teachers", sans-serif;
    font-size: 14px;
    line-height: 19px;
    color: #9b9b9b;
    font-weight: 500;
}
.product_list_page .all_products .inner_row .right_panel .sort_block .select_box select#itemsPerPage{
	width:75px;
}
.product_list_page .all_products .product_view {
    margin-top: 32px;
}
.product_list_page .all_products .product_view.list_view .list_row .prod_item {
    width: 100%;
}
.product_list_page .all_products .product_view.list_view .list_row .prod_item .item_inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.product_list_page .all_products .product_view.list_view .list_row .prod_item .item_inner .prod_img_block {
    width: 300px;
    border-right: 1px solid #c7c7c7;
    transition: 0.3s all;
}
.product_list_page .all_products .product_view.list_view .list_row .prod_item .item_inner .prod_details {
    width: calc(100% - 300px);
	width: 100%;
}
.product_list_page .all_products .product_view.list_view .list_row .prod_item:hover .item_inner .prod_img_block {
    border-right: 1px solid #ee914c;
}
.product_list_page .all_products .product_view.list_view .list_row .prod_item .item_inner .prod_details {
    border: 0 !important;
}
.product_list_page .all_products .product_view .list_row {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.product_list_page .all_products .product_view .list_row .prod_item {
    position: relative;
    width: calc((100% - 30px) / 3);
    border: 1px solid #c7c7c7;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.3s all;
}
.product_list_page .all_products .product_view .list_row .prod_item:hover {
    border: 1px solid #ee914c;
}
.product_list_page .all_products .product_view .list_row .prod_item a.prod_link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
}
.product_list_page .all_products .product_view .list_row .prod_item .prod_tag {
    position: absolute;
    top: 8px;
    left: 8px;
    font-family: "Teachers", sans-serif;
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
    color: #fff;
    padding: 3px 8px;
    border-radius: 50px;
    background: #ee914c;
    z-index: 1;
}

.product_list_page .all_products .product_view .list_row .prod_item .prod_tag:nth-child(2) {
	left: 74px;
}

.product_list_page .all_products .product_view .list_row .prod_item .prod_tag:nth-child(3) {
	left: 150px;
}

.product_list_page .all_products .product_view .list_row .prod_item .prod_tag:nth-child(4) {
	left: 225px;
}

.product_list_page .all_products .product_view .list_row .prod_item .item_inner .prod_img_block {
/*     padding: 20px 0 0; */
	padding:0;
    position: relative;
}
.product_list_page .all_products .product_view .list_row .prod_item .item_inner .prod_img_block a.prod_link1 {
    width: 100%;
    display: block;
    height: 300px;
    padding: 20px;
	/* pointer-events:none; */
}
.product_list_page .all_products .product_view .list_row .prod_item .item_inner .prod_img_block a.prod_link1 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product_list_page .all_products .product_view .list_row .prod_item .item_inner .prod_img_block .prod_cart_button {
    display: flex;
    justify-content: center;
    overflow: hidden;
	flex-direction:column;
}
.product_list_page .all_products .product_view .list_row .prod_item .item_inner .prod_img_block .prod_cart_button a,
.product_list_page .all_products .product_view .list_row .prod_item .item_inner .prod_img_block .prod_cart_button button {
    position: absolute;
    background: #0d1b2a;
    border-radius: 6px;
    width: 185px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    top: 50%;
	left:0;
	right:0;
	margin:auto;
    /* left: 50%; */
    transform: translate(0, 140%);
    transition: 0.3s all;
    opacity: 1;
    cursor:pointer;
	font-family: "Teachers", sans-serif;
	font-weight:600;
}

.budgetWrap {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	margin-bottom: 10px;
}
.woocommerce a.added_to_cart{padding-top:0;}
.product_list_page .all_products .product_view .list_row .prod_item .item_inner .prod_img_block .prod_cart_button .custom-quantity{
	display:flex;
	max-width:100%;
	margin:0;
}
.product_list_page .all_products .product_view .list_row .prod_item .item_inner .prod_img_block .prod_cart_button .custom-quantity button{
	border:0;
	border-radius:0;
	color:#fff;
}
.product_list_page .all_products .product_view .list_row .prod_item .item_inner .prod_img_block .prod_cart_button .custom-quantity input{
	border:1px solid #ee914c;
	border-radius:0;
}
.product_list_page .all_products .product_view .list_row .prod_item .item_inner .prod_img_block .prod_cart_button .status-stock{
	display:block;
	margin:auto;
}
/* .product_list_page
    .all_products
    .product_view
    .list_row
    .prod_item:hover
    .item_inner
    .prod_img_block
    .prod_cart_button
    a {
    pointer-events: all;
    opacity: 1;
    transform: translate(0, 100%);
} */
.product_list_page .all_products .product_view .list_row .prod_item .item_inner .prod_img_block img {
    width: auto;
    max-height: 300px;
    margin: 0px auto;
    display: block;
}
.product_list_page .all_products .product_view .list_row .prod_item .item_inner .prod_details {
    border-top: 1px solid #c7c7c7;
    padding: 20px;
    transition: 0.3s all;
}
.product_list_page .all_products .product_view .list_row .prod_item .item_inner .prod_details .shortdesc2{font-size:14px;font-weight:500;color:#636363;font-family:"Teachers", Sans-serif;}
.product_list_page .all_products .product_view .list_row .prod_item:hover .item_inner .prod_details {
    border-top: 1px solid #ee914c;
}
.product_list_page .all_products .product_view .list_row .prod_item .item_inner .prod_details .boxrow{
	text-align:center;
	display:flex;
	gap:13px;
	justify-content:center;
	flex-wrap: wrap;
}
.product_list_page .all_products .product_view.list_view .list_row .prod_item .item_inner .prod_details .boxrow{
	justify-content:start;
}
.product_list_page .all_products .product_view.list_view .list_row .prod_item .item_inner .prod_details ul{
	justify-content:start;gap:20px;
}
.product_list_page .all_products .product_view .list_row .prod_item .item_inner .prod_details .prod_code {
    display: inline-block;
    padding: 2px 16px;
    border: 1px solid #c2c0c0;
    border-radius: 50px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    font-family: "Teachers", sans-serif;
}
.product_list_page .all_products .product_view .list_row .prod_item .item_inner .prod_details .prod_code.status-stock{margin-top:20px;}
.product_list_page .all_products .product_view .list_row .prod_item .item_inner .prod_details .prod_title,
.product_list_page .all_products .product_view .list_row .prod_item .item_inner .prod_details .prod_title a {
    display: block;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    font-family: "Teachers", sans-serif;
    color: #232223;
    margin-top: 10px;
	display: -webkit-box;
    -webkit-line-clamp: 2; /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.feat_prod_slider .product .e-con.e-parent .e-con-inner .elementor-widget-heading .elementor-heading-title.product_title{
	display: -webkit-box;
    -webkit-line-clamp: 2; /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product_list_page .all_products .product_view .list_row .prod_item .item_inner .prod_details ul {
    display: flex;
    flex-wrap: wrap;
    gap: 4.7px;
    align-items: center;
    padding: 0;
    margin: 8px 0 0 0;
    list-style-type: none;
    justify-content: space-between;
}
.product_list_page .all_products .product_view .list_row .prod_item .item_inner .prod_details ul li {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #636363;
    font-family: "Teachers", sans-serif;
}
.product_list_page .all_products .product_view .list_row .prod_item .item_inner .prod_details .prod_price {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}
.product_list_page .all_products .product_view .list_row .prod_item .item_inner .prod_details .prod_price span.price {
    color: #2f3c47;
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    font-family: "Teachers", sans-serif;
}
.product_list_page .all_products .product_view .list_row .prod_item .item_inner .prod_details .prod_price span.vat,
.product_list_page
    .all_products
    .product_view
    .list_row
    .prod_item
    .item_inner
    .prod_details
    .prod_price
    span.wts-vat-text,
span.wts-vat-text {
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    font-family: "Teachers", sans-serif;
    color: #1b232b;
    padding: 4px 9px;
    background: #ee914c33;
    border: 1px solid #ff9c53;
    border-radius: 50px;
    top: -3px;
    position: relative;
    left: 10px;
}

.feat_prod_slider .product .e-con.e-parent .e-con-inner .e-con.e-child{
	padding:0;
}

.feat_prod_slider .product .e-con.e-parent .e-con-inner .e-con.e-child .elementor-widget-shortcode .elementor-shortcode{
	background:transparent;
	top:-41px;
	right:0;
	margin:auto;
	padding:0;
}

.feat_prod_slider .product .e-con.e-parent .e-con-inner .e-con.e-child .elementor-widget-shortcode .elementor-shortcode .custom-quantity{
	display:flex;
	max-width:100%;
	margin:0;
}

.feat_prod_slider .product .e-con.e-parent .e-con-inner .e-con.e-child .elementor-widget-shortcode .elementor-shortcode .custom-quantity button{
	border:0;
	border-radius:0;
	color:#fff;
}

.feat_prod_slider .product .e-con.e-parent .e-con-inner .e-con.e-child .elementor-widget-shortcode .elementor-shortcode .custom-quantity input{
	border:1px solid #ee914c;
	border-radius:0;
}

.feat_prod_slider .product .status-stock.instockstatus{
	display: inline-block;
    padding: 2px 16px;
    border: 1px solid #c2c0c0;
    border-radius: 50px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    font-family: "Teachers", sans-serif;
	color:Green;
}

.product_list_page #pagination,
.search.search-results .elementor-pagination {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.search.search-results .elementor-pagination {
    align-items: center;
    gap: 8px;
    font-family: "Teachers", sans-serif;
}
.product_list_page #pagination ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.product_list_page #pagination ul li a,
.search.search-results .elementor-pagination .page-numbers {
    display: flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border: 1px solid #b4b4b4;
    border-radius: 4px;
    font-size: 16px;
    line-height: 25px;
    color: #7e7e7e;
    font-family: "Teachers", sans-serif;
    font-weight: 600;
}
.search.search-results .elementor-pagination .page-numbers {
    margin: 0 !important;
}
.product_list_page #pagination ul li.active a,
.search.search-results .elementor-pagination .page-numbers.current {
    background: #ee914c;
    border: 1px solid transparent;
    color: #fff;
}
/* product listing page css end */

nav.woocommerce-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
}

.loginwrap .e-con-inner .e-con-full:first-child,
.registrationwrap .e-con-inner .e-con-full:first-child {
    border-radius: 10px 0 0 10px;
    overflow: hidden;
}
.header_right_panel a#elementor-menu-cart__toggle_button {
    border: 0;
}
.header_right_panel span.wmc-text .wmc-text-currency-text,
.header_right_panel .wmc-text {
    color: #fff;
}
.header_right_panel i.wmc-open-dropdown-currencies {
    color: #fff;
}
.header_right_panel span.wdevs-tax-switch-label-text {
    color: #fff !important;
}
.header_right_panel
    .wp-block-wdevs-tax-switch
    .wdevs-tax-switch
    .wdevs-tax-switch-checkbox:checked
    + .wdevs-tax-switch-slider {
    /* background-color: var(--wts-bg-color-checked, #34c759); */
    background: linear-gradient(to right, #33d4ff, #176bff);
}

.header_right_panel .currSwitch:nth-last-child(2),
.vatbox {
    border: 1px solid #223c57;
    border-radius: 4px;
    padding: 10px;
    width: 152px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vatbox .wdevs-tax-switch {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
}
.header_search_block {
    gap: 8px;
}
.header_search_block p {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    font-family: "Teachers", sans-serif;
}
.header_right_panel .currSwitch:nth-last-child(2) .elementor-shortcode {
    top: 5px;
    position: relative;
}

.banner_img_block {
    position: relative;
}
.banner_img_block .banner_img img {
    position: relative;
    right: 0;
/*     width: 100%; */
/*     max-width: 100% !important; */
	width:170px;
	max-height:180px;
    top: -48px;
    transform: translateY(70px);
	object-fit:contain;
	top: 0;
    transform: translateY(0px);
}
/* .slide_img_block{
    position: relative;
}
.slide_img_block img{
    transform: translateY(60px);
} */

.qrcswholewtapper {
    width: 138px;
    height: 138px;
    border: 2px solid #000;
    padding: 10px;
    border-radius: 15px;
}
.qrcswholewtapper * {
    width: 100%;
    height: 100%;
}

.manufacture_block .br_brand_berocket_product_brand_widget--1 .br_widget_brand_element_slider {
    border: 1px solid #d1d1d1 !important;
    border-radius: 10px;
    transition: 0.3s all;
    padding: 77px 20px 10px;
    aspect-ratio: 1/1;
}
.manufacture_block
    .br_brand_berocket_product_brand_widget--1
    .br_widget_brand_element_slider
    .brand_info.brand_slider_image {
    height: 100%;
}
.manufacture_block
    .br_brand_berocket_product_brand_widget--1
    .br_widget_brand_element_slider
    .brand_info.brand_slider_image
    a {
    display: block;
/*     justify-content: space-between;
    flex-direction: column; */
    width: 100%;
    height: 100%;
}

.manufacture_block .br_brand_berocket_product_brand_widget--1 .br_widget_brand_element_slider:hover {
    border: 1px solid #ee914c !important;
    background: #f5f5f5;
}
.manufacture_block .br_brand_berocket_product_brand_widget--1 .br_widget_brand_element_slider .titlearr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 65px;
}
.manufacture_block .br_brand_berocket_product_brand_widget--1 .br_widget_brand_element_slider a {
    display: block;
    width: 100%;
}
.manufacture_block .br_brand_berocket_product_brand_widget--1 .br_widget_brand_element_slider a h4 {
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    color: #333333;
    font-family: "Teachers", sans-serif;
    margin: 0;
}

.manufacture_block button.slick-arrow {
    border: 1px solid #d6d6d6;
    transition: 0.3s all;
    background: #fff;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.manufacture_block button.slick-arrow:hover {
    background: #ee914c !important;
    border: 1px solid #ee914c !important;
}
.manufacture_block button.slick-arrow:hover i {
    color: #fff !important;
}
.manufacture_block button.slick-arrow i {
    font-size: 10px;
    transition: 0.3s all;
    color: #606060;
}

.single.single-product h1.product_title {
    font-size: 40px;
    line-height: 48px;
    font-weight: 600;
}
.single.single-product h6.elementor-heading-title.elementor-size-default {
    color: #ee914c;
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
}

.single.single-product span.woocommerce-Price-amount.amount {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #2f3c47;
}

.single.single-product .prod_ul ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
    padding: 0;
    margin: 8px 0 0 0;
    list-style-type: none;
}
.single.single-product .prod_ul ul li {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #636363;
    font-family: "Teachers", sans-serif;
}

.woocommerce div.product form.cart {
	margin-top: 10px;
}

.woocommerce div.product form.cart button.button {
	background: #ee914c;
}

.single.single-product .quantity {
    display: flex;
    align-items: center;
    max-width: 178px;
    border-radius: 4px !important;
    overflow: hidden;
	gap: 8px;
}
.single.single-product .quantity input[type="number"] {
    border-radius: 3px !important;
    border: 1px solid #dbdbdb !important;
    padding: .5rem 0.2rem;
    width: calc(100% - 98px);
    height: 36px;
    margin: 0;
    text-align: center;
}
.single.single-product .quantity input[type="number"]:focus-visible{
	outline:0;
}
.single.single-product .quantity button {
    margin: 0 !important;
    width: 40px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f8f8;
    border: 1px solid #dbdbdb;
    color: #474747 !important;
    padding: 0;
}
.single.single-product .quantity button.minus {
    border-radius: 4px 0 0 4px !important;
	color:#fff !important;
}
.single.single-product .quantity button.plus {
    border-radius: 0 4px 4px 0 !important;
	color:#fff !important;
}
.single.single-product .e-atc-qty-button-holder {
    border-top: 1px solid #dfdfdf;
    padding-top: 24px;
    /* display: flex; */
    /* flex-direction: row; */
    gap: 20px;
}
.single.single-product .e-atc-qty-button-holder .single_add_to_cart_button {
    max-width: calc((100% - 198px)) !important;
    margin: 0 !important;
    border-radius: 6px;
}
.single.single-product .e-atc-qty-button-holder .single_add_to_cart_button span.elementor-button-icon svg path {
    fill: #fff;
}
.single.single-product .e-atc-qty-button-holder .single_add_to_cart_button span.elementor-button-text {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
    font-family: "Teachers", sans-serif;
    text-transform: uppercase;
}
.single.single-product .e-atc-qty-button-holder .single_add_to_cart_button .elementor-button-content-wrapper {
    align-items: center;
}
.single.single-product table {
    font-family: "Teachers", sans-serif;
    border-collapse: separate; /* Important for border-radius to be effective */
    /* border-spacing: 0; 
    border-radius: 10px;  */
    border-radius: 10px;
    border: 1px solid #dfdfdf;
    overflow: hidden;
}
.single.single-product table thead tr th {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    text-align: left;
    color: #0d1b2a;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
	font-family: "Teachers", sans-serif;
}
.single.single-product table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
    background-color: transparent !important;
}
.single.single-product table tbody tr td {
    border-top: 1px solid #dfdfdf;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    background-color: transparent !important;
    font-size: 16px;
    line-height: 16px;
    color: #555555;
}
.single.single-product table tbody tr td:first-child {
    font-weight: 600;
}
.single.single-product table tbody tr td:last-child {
    font-weight: 500;
}
.single.single-product table tbody tr td button.button,
.single.single-product table tbody tr td button.button:hover {
	background: #ee914c;
	font-size: 16px;
}
.single.single-product .woocommerce-product-gallery .flex-viewport {
    border: 1px solid #c3c3c3;
    border-radius: 10px;
}
.single.single-product .woocommerce-product-gallery .flex-viewport img {
    width: 100%;
    max-width: 452px;
    margin: 50px auto;
}
/* .single.single-product .woocommerce-product-gallery__image.flex-active-slide img {
    width: 100%;
    max-width: 452px;
    margin: 0 auto;
} */

.woocommerce div.product form.cart {
	margin-bottom: 0;
}

.single.single-product ol.flex-control-nav.flex-control-thumbs {
    display: flex;
    gap: 20px;
    margin-top: 20px !important;
}
.single.single-product ol.flex-control-nav.flex-control-thumbs li {
    border-radius: 10px;
    border: 1px solid #c3c3c3;
    padding: 16px;
}
.single.single-product ol.flex-control-nav.flex-control-thumbs li img {
    border: 0 !important;
}

.single.single-product .woocommerce-tabs.wc-tabs-wrapper {
    font-family: "Teachers", sans-serif;
}
.single.single-product .woocommerce-tabs.wc-tabs-wrapper .entry-content {
    border-top: 0 !important;
}
.single.single-product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs {
    padding: 0 !important;
    border-bottom: 1px solid #c3c3c3;
    overflow: visible;
}
.single.single-product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li {
    border: 0 !important;
    background: transparent !important;
}
.single.single-product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li a {
    font-size: 24px;
    line-height: 21px;
    font-weight: 500;
    color: #0d1b2a;
}
.single.single-product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li.active a {
    color: #ee914c !important;
    position: relative;
}
.single.single-product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li.active a::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #ee914c;
}
.single.single-product {
    font-family: "Teachers", sans-serif;
}

.single.single-product .custom-variations-list table thead tr th,
.single.single-product span.woocommerce-Price-amount.amount 
	font-size: 20px !important
}

.single.single-product .custom-variations-list table tbody .cart {
	margin-top: 0 !important;
}

.woocommerce-message:focus-visible{outline:0;}
.woocommerce-message, .woocommerce-info{background-color:rgb(238 145 76 / 30%);}
.woocommerce-info{border-top-color:#f23434;}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button{background-color:#ee914c; color:#fff; border-radius:6px;}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover{background-color:#ee914c; color:#fff; border-radius:6px;}

.elementor-menu-cart__toggle_button svg path {
    fill: transparent;
}
ul#menu-1-b4e80d7 {
    gap: 49px;
}
ul#menu-1-b4e80d7 li.menu-item {
    flex-grow: unset;
}
ul#menu-1-b4e80d7 li.menu-item a {
    padding: 7px !important;
	border-inline-start:0px;
}

form#dimention_filter_formdataa {
    font-family: "Teachers", sans-serif;
    margin: 20px 0;
}
form#dimention_filter_formdataa .acc_body {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}
form#dimention_filter_formdataa .acc_body .btn_row {
    width: fit-content;
}
form#dimention_filter_formdataa .acc_body .btn_row button {
    color: #fff;
    width: 221px;
    height: 72px;
    display: flex;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
    justify-content: center;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    border: 0;
    border-radius: 6px;
}
form#dimention_filter_formdataa .acc_body .select_fields {
    width: calc(100% - (221px + 12px));
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}
form#dimention_filter_formdataa .acc_body .select_fields .select_field {
    width: calc((100% - (12px * 3)) / 4);
    position: relative;
    z-index: 1;
    background: #fff;
}

form#dimention_filter_formdataa .acc_body .select_fields .select_field::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(https://bearingwebshop.twebexponent.in/wp-content/uploads/2024/12/arrow-up.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
form#dimention_filter_formdataa .acc_body .select_fields .select_field select {
    height: 72px;
    border: 1px solid #b5b5b5;
    border-radius: 4px;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    outline: 1px solid transparent;
    transition: 0.3s all;
}
form#dimention_filter_formdataa .acc_body .select_fields .select_field select:focus {
    outline: 1px solid #ee914c;
    border: 1px solid #ee914c;
}
.search.search-results main#content,
.search.search-results .page-header .entry-title {
    width: 100%;
    max-width: 1440px;
    padding: 0 20px;
    font-family: "Teachers", sans-serif;
}
.search.search-results .page-header .entry-title {
    padding: 0;
}
.search.search-results main#content {
    margin-top: 50px;
    margin-bottom: 150px;
}
.search.search-results .page-content {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 50px;
}
.search.search-results .page-content article.post:first-child {
    display: none;
}
.search.search-results .page-content article.post {
    width: calc((100% - 60px) / 3);
    border: 1px solid #cecece;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.3s all;
}
.search.search-results .page-content article.post:hover {
    border: 1px solid #ee914c;
}
.search.search-results .page-content article.post a {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 2/1;
    overflow: hidden;
    border-bottom: 1px solid #cecece;
    padding-bottom: 20px;
    transition: 0.3s all;
}
.search.search-results .page-content article.post:hover a {
    border-bottom: 1px solid #ee914c;
}
.search.search-results .page-content article.post a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.search.search-results .page-content article.post h2.entry-title {
    padding: 10px 20px;
    min-height: 100px;
}
.search.search-results .page-content article.post h2.entry-title a {
    aspect-ratio: auto;
    font-size: 22px;
    border-bottom: 0 !important;
    color: #1b232b;
}
.search.search-results .page-content article.post p {
    padding: 20px;
}
form#forgotPasswordForm .labelIcon {
    position: relative;
}
nav.woocommerce-MyAccount-navigation {
    margin-bottom: 40px;
}
nav.woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    padding: 10px 0 10px 0;
    background: #0d1b2a;
    border-radius: 10px;
}
nav.woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid #ffffff17;
}
nav.woocommerce-MyAccount-navigation ul li br{
	display:none;
}
nav.woocommerce-MyAccount-navigation ul li:last-child {
    border-bottom: 0;
}
nav.woocommerce-MyAccount-navigation ul li.is-active a,
nav.woocommerce-MyAccount-navigation ul li a:hover {
    background: #ee914c;
}
nav.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 20px;
    text-decoration: none;
    font-family: "Teachers", sans-serif;
    font-size: 18px;
    line-height: 23px;
    font-weight: 500;
    color: #fff;
    transition: 0.3s all;
}
.woocommerce-MyAccount-content {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    margin-bottom: 40px;
    font-family: "Teachers", sans-serif;
}
.woocommerce-MyAccount-content h2 {
    font-size: 36px;
    line-height: 39px;
    font-weight: 600;
    color: #0d1b2a;
    margin-top: 0;
    padding-bottom: 15px;
    /* margin-bottom: 24px; */
    position: relative;
}
.woocommerce-MyAccount-content h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -20px;
    width: calc(100% + 40px);
    height: 1px;
    background: #e1e1e1;
}
.woocommerce-MyAccount-content .basicDetails table thead tr td {
    border: 0;
    color: #ee914c;
    font-size: 24px;
    line-height: 33px;
    font-weight: 500;
    padding-left: 0;
    padding-right: 0;
}
.woocommerce-MyAccount-content .basicDetails table tbody tr td {
    background-color: transparent !important;
}
.woocommerce-MyAccount-content .basicDetails table tbody tr td:first-child {
    color: #374b62;
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
}
.woocommerce-MyAccount-content .basicDetails table tbody tr td:last-child {
    color: #0d1b2a;
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
}
.woocommerce-MyAccount-content .basicDetails table tbody tr td {
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #e1e1e1;
    padding-left: 0;
}
.woocommerce-MyAccount-content .basicDetails table tbody tr:last-child td {
    border: 0 !important;
}
.woocommerce-MyAccount-content form.woocommerce-EditAccountForm.edit-account,
.woocommerce-MyAccount-content form#changePasswordForm {
    width: 100%;
    max-width: 520px;
}
.woocommerce-MyAccount-content form.woocommerce-EditAccountForm.edit-account p {
    float: none;
    width: 100%;
    margin: 0 0 16px 0;
    padding: 0;
}
.woocommerce-MyAccount-content form.woocommerce-EditAccountForm.edit-account p label,
.woocommerce-MyAccount-content form#changePasswordForm label,
.woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p label {
    font-size: 18px;
    line-height: 19px;
    font-weight: 500;
    color: #0d1b2a;
    margin-bottom: 8px;
}
.woocommerce-MyAccount-content form.woocommerce-EditAccountForm.edit-account p input,
.woocommerce-MyAccount-content form#changePasswordForm input,
.woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p input {
    padding: 20px;
    border: 1px solid #d3d3d3;
    border-radius: 6px;
    outline: none;
    transition: 0.3s all;
    font-family: "Teachers", sans-serif !important;
    font-size: 16px;
    line-height: 17px;
    font-weight: 500;
}
.woocommerce-MyAccount-content
    .woocommerce-address-fields
    .woocommerce-address-fields__field-wrapper
    p
    .select2-container--default
    .select2-selection--single {
    height: 59px;
    border: 1px solid #d3d3d3;
    border-radius: 6px;
    padding-left: 12px;
    display: flex;
    align-items: center;
}
.woocommerce-MyAccount-content
    .woocommerce-address-fields
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
}
.woocommerce-MyAccount-content form.woocommerce-EditAccountForm.edit-account p button[type="submit"],
.woocommerce-MyAccount-content form#changePasswordForm button[type="submit"],
.woocommerce-MyAccount-content .woocommerce-address-fields button[type="submit"] {
    width: 100%;
    margin-top: 30px;
    border-radius: 6px;
    border: 1px solid transparent;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    font-family: "Teachers", sans-serif !important;
    color: #fff;
    text-transform: uppercase;
}
.woocommerce-MyAccount-content .woocommerce-address-fields button[type="submit"] {
    max-width: 520px;
}
.woocommerce-MyAccount-content form#changePasswordForm input {
    padding: 20px 50px;
}
.woocommerce-MyAccount-content form#changePasswordForm .labelIcon {
    position: relative;
}
.woocommerce-MyAccount-content form#changePasswordForm .labelIcon img {
    position: absolute;
    top: 30px;
    left: 20px;
    transform: translateY(-50%);
}
.woocommerce-MyAccount-content form#changePasswordForm .labelIcon span.toggle-password {
    position: absolute;
    top: 30px;
    right: 20px;
    transform: translateY(-50%);
}
.woocommerce-MyAccount-content form#changePasswordForm .labelIcon .error-message{display:block;line-height:17px;}
.woocommerce-MyAccount-content form#changePasswordForm div {
    margin-bottom: 20px;
}
.woocommerce-MyAccount-content .addresses {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 20px;
}
.woocommerce-MyAccount-content .addresses::before,
.woocommerce-MyAccount-content .addresses::after {
    display: none;
}
.woocommerce-MyAccount-content .addresses .woocommerce-Address {
    width: calc((100% - 20px) / 4);
    background: #fafafa;
    border-radius: 10px;
    padding: 20px;
    float: none;
}
.woocommerce-MyAccount-content .addresses .woocommerce-Address h2 {
    font-size: 22px;
    line-height: 24px;
    font-weight: 500;
    color: #0d1b2a;
    border-bottom: 1px solid #e2e2e2;
	font-family: "Teachers", sans-serif;
}
.woocommerce-MyAccount-content .addresses .woocommerce-Address address{
	font-family: "Teachers", sans-serif;
	font-weight: 500;
	font-size: 18px;
	color:#555;
	font-style:normal;
	text-transform:capitalize;
}
.woocommerce-MyAccount-content .addresses .woocommerce-Address h2::after {
    display: none;
}
.woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper {
    width: 100%;
    max-width: 520px;
}
.woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
}
.woocommerce-MyAccount-content .woocommerce-edit-content h3 {
    font-size: 24px;
    line-height: 33px;
    font-weight: 500;
    color: #ee914c;
}
.woocommerce-MyAccount-content .woocommerce-edit-content form#edit-account-form {
    width: 100%;
    max-width: 520px;
}
.woocommerce-MyAccount-content .woocommerce-edit-content form#edit-account-form .form-control-area {
    margin-top: 20px;
}
.woocommerce-MyAccount-content .woocommerce-edit-content form#edit-account-form .form-control-area:first-child {
    margin-top: 0;
}
.woocommerce-MyAccount-content .woocommerce-edit-content form#edit-account-form .form-control-area label {
    font-size: 18px;
    line-height: 19px;
    font-weight: 500;
    color: #0d1b2a;
    margin-bottom: 8px;
}
.woocommerce-MyAccount-content .woocommerce-edit-content form#edit-account-form .form-control-area input[type="text"],
.woocommerce-MyAccount-content .woocommerce-edit-content form#edit-account-form .form-control-area input[type="email"] {
    padding: 20px;
    border: 1px solid #d3d3d3;
    border-radius: 6px;
    outline: none;
    transition: 0.3s all;
    font-family: "Teachers", sans-serif !important;
    font-size: 16px;
    line-height: 17px;
    font-weight: 500;
}
.woocommerce-MyAccount-content .woocommerce-edit-content form#edit-account-form button[type="submit"] {
    width: 100%;
    margin-top: 30px;
    border-radius: 6px;
    border: 1px solid transparent;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    font-family: "Teachers", sans-serif !important;
    color: #fff;
    text-transform: uppercase;
}
a.userLink span {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: #ee914c;
    font-size: 24px;
    font-weight: 600;
    font-family: "Teachers", sans-serif;
}

div#registration-response {
    position: relative;
    margin-top: 10px;
    right: 0;
    width: calc(100% - 40px);
    margin-inline: auto;
}
div#registration-response p.success {
    position: relative;
    text-align: center;
    background: white;
    color: green;
    padding: 6px;
    border-radius: 8px;
    border: 3px solid green;
    font-weight: bold;
}
div#registration-response p.success::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid green;
}

.page-header .entry-title{display:none;}


.woocommerce-order .woocommerce-notice{
	font-size: 24px;
    font-weight: 600;
    font-family: "Teachers", sans-serif;
	color:#EE914C;
	margin-bottom:15px;
}

.woocommerce-order ul.woocommerce-order-overview{
	margin: 40px 0;
    font-family: "Teachers", sans-serif;
    box-shadow:0px 0px 21px 0px rgba(0, 0, 0, 0.05);
    padding: 20px;
    border-radius: 10px;
}

.woocommerce-order ul.woocommerce-order-overview li{
	font-weight: 500;
	font-size:16px;
	color:#EE914C;
}

.woocommerce-order ul.woocommerce-order-overview li strong{
	font-size:20px;
	color:#0D1B2A;
}

.elementor-widget-woocommerce-checkout-page .woocommerce-order-details h2{
	font-family: "Teachers", sans-serif;
	font-weight: 600;
	font-size: 24px;
	color:#0D1B2A;
}

.woocommerce-order .woocommerce-order-details{
	box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 50px;
    background: #fff;
    border-radius: 10px;
	padding:30px;
}

.woocommerce-order .woocommerce-table--order-details tr th{
	font-family: "Teachers", sans-serif;
	font-weight: 600;
	font-size: 24px;
	color:#6A6E72;
}

.woocommerce-order .woocommerce-table--order-details tr td.woocommerce-table__product-name.product-name a{
	font-family: "Teachers", sans-serif;
	font-weight: 600;
	font-size: 18px;
	color:#232223;
}

.woocommerce-order .woocommerce-order-details .woocommerce-table--order-details thead tr th{
	border-bottom:1px solid #cdcdcd;
	border-top:1px solid #cdcdcd;
	padding-top:0;
	padding-bottom:0;
}

.woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tbody tr td{
	padding-right:0;
}

.woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tbody tr td span{
	font-family: "Teachers", sans-serif;
	font-weight: 600;
	font-size: 18px;
	color:#2F3C47;
}

.woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tbody tr td .product-quantity{
	font-family: "Teachers", sans-serif;
	font-weight: 600;
	font-size:18px;
}

.woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tr th.product-total{
	text-align:right;
	padding-right:0;
}

.woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tbody .woocommerce-table__line-item.order_item td.woocommerce-table__product-total.product-total{
	text-align:right;
}

.woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot th{
	font-family: "Teachers", sans-serif;
	font-weight: 600;
	font-size: 22px;
	color:#6A6E72;
	padding:8px 0;
}

.woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot td{
	padding:8px 0;
	text-align:right;
}

.woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot td span{
	font-family: "Teachers", sans-serif;
	font-weight: 600;
	font-size: 22px;
	color:#2F3C47;
}

.woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot tr:nth-child(2) td span{
	float:right;
	padding-left:10px;
}

.woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot tr:nth-child(2) td span span{
	float:left;
}

.woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot tr:first-child th, .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot tr:first-child td{
	border-top:1px solid #cdcdcd;
}

.woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot tr:nth-child(3) th, .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot tr:nth-child(3) td{
	border-bottom:1px solid #cdcdcd;
}

.woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot tr:nth-child(5) th, .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot tr:nth-child(5) td{
	border-bottom:7px double #cdcdcd;
}

.woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot tr:last-child th, .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot tr:last-child td{
	color:#000;
	font-size:18px;
	font-weight:500;
}

.woocommerce-order .woocommerce-customer-details .woocommerce-column--billing-address, .woocommerce-order .woocommerce-customer-details .woocommerce-column--shipping-address{
	box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 50px;
    background: #fff;
    border-radius: 10px;
    padding: 30px;
}

.woocommerce .woocommerce-customer-details address{
	border:0px;
	padding:0px;
	font-family: "Teachers", sans-serif;
	font-weight: 500;
	font-size: 18px;
	text-transform:capitalize;
	line-height:24px;
	height:auto !important;
}

.woocommerce .woocommerce-customer-details .woocommerce-column__title{
	font-family: "Teachers", sans-serif;
    font-weight: 600;
    font-size: 32px;
    color: #0D1B2A;
}

.woocommerce .woocommerce-customer-details address .woocommerce-customer-details--phone, .woocommerce .woocommerce-customer-details address .woocommerce-customer-details--email{
	display:flex;
	align-items:center;
    text-transform: none;
}

.commonContentArea h1.wp-block-heading{
	font-family: "Teachers", sans-serif;
    font-weight: 600;
    font-size: 22px;
	color:#0D1B2A;
}

.commonContentArea p{
	font-family: "Teachers", sans-serif;
    font-weight: 400;
    font-size: 18px;
	line-height:27px;
	margin-bottom:1rem;
}

.cart-collaterals .cart_totals table.shop_table_responsive tr td{
	width:50%;
}

.cart-collaterals .cart_totals table.shop_table_responsive tr td:before{
	content:unset !important;
}

.cart-collaterals .cart_totals table.shop_table_responsive tr th{
	display:block !important;
	width:100% !important;
	padding-left:0;
}

.cart-collaterals .cart_totals table.shop_table_responsive tr:nth-child(2) th{
	border:0px !important;
}

.cart-collaterals .cart_totals table.shop_table_responsive tr th{
	font-family: "Teachers", sans-serif;
    font-weight: 500;
    font-size: 18px;
	color:#6A6E72;
	display: flex !important;
    align-items: center;
    gap: 5px;
}

.cart-collaterals .cart_totals table.shop_table_responsive tr th span{
	border: 1px solid #DACCAE;
    background: rgba(236, 223, 187, 0.2);
    border-radius: 15px;
    font-weight: 500;
    font-size: 12px;
    padding: 4px 9px;
	line-height:15px;
}

.cart-collaterals .cart_totals table.shop_table_responsive .cart-orderWeightarea td{
	font-family: "Teachers", Sans-serif;
    font-size: 18px;
    font-weight: 600;
	color:#69727d;
}

.alphabet-filter{
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    flex-wrap: wrap;
    max-width: 80%;
    margin: 0 auto 25px;
}

#custom-password-reset-form .labelIcon{
	position:relative;
}

#custom-password-reset-form .labelIcon img{
	position:absolute;
	top:23px;
	left:19px;
}

#custom-password-reset-form .labelIcon span.fa{
	position:absolute;
	right:17px;
	top:24px;
	color:#acacac;
	font-size:17px;
}

#custom-password-reset-form .labelIcon input{
	border:1px solid #d3d3d3;
	padding:20px 20px 20px 50px;
	font-family: "Teachers", Sans-serif;
    font-size: 16px;
    font-weight: 500;
	border-radius:6px;
}

#custom-password-reset-form label{
	font-family: "Teachers", Sans-serif;
    font-size: 18px;
    font-weight: 500;
	margin-bottom:12px;
}

#custom-password-reset-form .labelIcon{
	margin-bottom:32px;
}

#custom-password-reset-form button[type="submit"]{
	padding:23px 28px;
	background:#EE914C;
	border:0px;
	color:#fff;
	border-radius:6px;
	width:100%;
	font-family: "Teachers", Sans-serif;
    font-size: 18px;
    font-weight: 700;
	text-transform:uppercase;
}

.elementor-element-e859500 p > a{
	color:#EE914C;
}

.woocommerce-MyAccount-content table.woocommerce table.shop_table{
	border:0px;
}

.woocommerce-MyAccount-content table.woocommerce table.shop_table td{
	border:0px;
}

.woocommerce-account .addresses .title .edit{
	border: 1px solid #0D1B2A;
    padding: 6px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    display: flex;
    font-size: 28px;
}

.woocommerce-MyAccount-content p{
	font-size:16px;
	font-weight: 500;
}

.e-n-accordion-item{
	border:1px solid #ccc;
	border-radius:6px;
}

.elementor-widget-n-accordion .e-n-accordion-item-title, .e-n-accordion-item .e-con-full.e-flex{
	border:0px;
}

.elementor-widget-n-accordion .e-n-accordion-item-title{
	color:#0D1B2A;
	font-family: "Teachers", Sans-serif;
    font-size: 22px;
    font-weight: 500;
	
}

.e-n-accordion-item .e-con-full.e-flex{
	padding:0px 16px 16px 16px;
}

.e-n-accordion-item .e-con-full.e-flex .tw-font-ave.tw-text-base.tw-font-medium.tw-text-primary.tw-text-opacity-70,
.e-n-accordion-item .elementor-widget-container p{
	font-family: "Teachers", Sans-serif;
    font-size: 16px;
    font-weight: 500;
	color:#555;
}

.e-n-accordion-item-title[aria-expanded="true"]{
	background:#fafafa;
}

.e-n-accordion-item-title[aria-expanded="true"] + div{
	background:#fafafa;
}

.woocommerce-account .woocommerce-MyAccount-navigation{width:22% !important;}
.woocommerce-account .woocommerce-MyAccount-content{width:76% !important;}

.newWoocommerceTable{border-top:0;}

.newWoocommerceTable thead{
    background: #F5FCFF;
	border:0 !important;
}

.newWoocommerceTable thead th{
	font-family: "Teachers", Sans-serif;
    font-size: 14px;
    font-weight: 500 !important;
}

.newWoocommerceTable thead th, .newWoocommerceTable tbody th{
	border:0;
}

.newWoocommerceTable tbody td{
	border:0;
	background-color:transparent !important;
}

.newWoocommerceTable tbody td .wts-price-wrapper, .newWoocommerceTable tbody td .woocommerce-Price-amount{
	font-size:14px;
	color:#2E2E2E;
	font-weight:500;
}

.newWoocommerceTable tbody td.woocommerce-orders-table__cell-order-status{
	color:#EE914C;
	font-size:14px;
	font-weight:500;
}

.newWoocommerceTable tbody td.woocommerce-orders-table__cell-order-status p > span{
	font-size:14px;
}

.newWoocommerceTable tbody td ul{
	display:flex;
	gap:12px;
	flex-direction:column;
}

.newWoocommerceTable tbody td ul li img{
	width:70px !important;
	height:70px !important;
	border:1px solid #dcdcdc;
	padding:5px;
	border-radius:5px;
}

.product-reviews .review .comment-author-initial{flex-shrink:0;}

.woocommerce-MyAccount-content form#changePasswordForm .labelIcon img, .woocommerce-MyAccount-content form#changePasswordForm .labelIcon span.toggle-password{top:31px;}
.woocommerce-MyAccount-content form#changePasswordForm .labelIcon br{display:none;}


.prod_ul.elementor-widget.elementor-widget-shortcode .status-stock{display:block;margin-bottom:15px;font-weight:600;color:#ee914c;}
.prod_ul.elementor-widget.elementor-widget-shortcode .custom-quantity{display:flex;max-width:200px;float:left;}
.prod_ul.elementor-widget.elementor-widget-shortcode .custom-quantity button, .prod_ul.elementor-widget.elementor-widget-shortcode .custom-quantity input{border:0;border-radius:0;}
.prod_ul.elementor-widget.elementor-widget-shortcode .custom-quantity input:focus-visible{outline:0;}
.prod_ul.elementor-widget.elementor-widget-shortcode .custom-quantity input{border:1px solid #ee914c;}
.prod_ul.elementor-widget.elementor-widget-shortcode .newCArt{
	float: left;
    margin-left: 20px;
    width: 165px;
    /* height: 72px; */
    background: #EE914C;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    color: #fff;
    padding: 14px 15px;
}

.quantity1{
	display:flex;
	max-width:150px;
}

.quantity1 input{
	border:1px solid #EE914C;
	border-radius:0;
}

.quantity1 button{
	border-radius:0;
	background:#EE914C;
	border:0;
	color:#fff;
}

.swiper-slide.e-loop-item .elementor-widget-stock_status .stock-status, .feat_prod_slider .stock-status{
	display: inline-block;
    padding: 2px 16px !important;
    border: 1px solid #c2c0c0 !important;
    border-radius: 50px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500 !important;
    font-family: "Teachers", sans-serif;
}

.swiper-slide.e-loop-item .elementor-widget-stock_status .stock-status.instockstatus, .feat_prod_slider .stock-status.instockstatus, .product_list_page .all_products .product_view .list_row .prod_item .item_inner .prod_details .prod_code.status-stock.instockstatus{color:Green;}
.swiper-slide.e-loop-item .elementor-widget-stock_status .stock-status.outofstockstatus, .feat_prod_slider .stock-status.outofstockstatus, .product_list_page .all_products .product_view .list_row .prod_item .item_inner .prod_details .prod_code.status-stock.outofstockstatus{color:#EE914C;}

.woocommerce a.added_to_cart{display:none;}
[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover{background-color:#ee914c;}
.woocommerce .woocommerce-breadcrumb{margin-bottom:0;}

.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__footer-buttons a.elementor-button--view-cart{background-color:#ee914c;}
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__footer-buttons a.elementor-button--checkout{background-color:#ee914c;}

.elementor-widget-woocommerce-cart .woocommerce .coupon-col-start .input-text{padding:12px;}
.elementor-widget-woocommerce-cart .woocommerce .coupon-col-start .input-text:focus-visible{outline:0;}

/* css added on 20-03-2025 */

#dimention_filter_formdataa .select2-container--default .select2-search--inline .select2-search__field{height:64px;margin:0;padding:0.2rem 0.7rem;}
.manufacture_block .owl-carousel .owl-item{width:294px !important; height:300px;border:1px solid #d1d1d1;border-radius:10px;padding:24px;}
.manufacture_block .owl-carousel .owl-item .brand-item{display:flex;justify-content:center;align-items:center;height:100%;}
.manufacture_block .owl-carousel .owl-item .brand-item h3{font-weight:600;font-size:22px;font-family: "Teachers", Sans-serif;color:#333;display:flex;justify-content:space-between;align-items:center;position:absolute;bottom:0;width:87%;left:16px;}
.manufacture_block .owl-nav{display:flex;justify-content:space-between;}
.manufacture_block .owl-nav .owl-prev, .manufacture_block .owl-nav .owl-next{width:48px;height:48px;border:1px solid #d6d6d6 !important;border-radius:50%;font-size:23px !important;}


/* css added on 21-03-2025 */

.product_list .type-revision{height:350px;}
.product_list .type-revision img{width:182px;height:211px;}
.manufacture_block .owl-carousel .owl-item .brand-item img{max-width:169px;height:auto;}
.manufacture_block .owl-nav .owl-prev{position:absolute;left:-68px; top:135px;background:#fff !important;}
.manufacture_block .owl-nav .owl-prev:hover{background:#EE914C !important;color:#fff;}
.manufacture_block .owl-nav .owl-next{position:absolute; right:-68px; top:135px;background:#fff !important;}
.manufacture_block .owl-nav .owl-next:hover{background:#EE914C !important;color:#fff;}
#brand-list .brand-list {display:flex; flex-wrap:wrap; text-align:center; justify-content:center; gap:15px; margin-bottom: 10px;}
#brand-list .brand-list .brand-item{max-width:20%; flex:0 0 20%; padding:25px 15px; border:1px solid #d1d1d1; border-radius:10px; position:relative;}
#brand-list .brand-list .brand-item a{display:block;}
#brand-list .brand-list .brand-item img{width:200px;height:auto;object-fit: scale-down; margin-bottom:30px;}
#brand-list .brand-list .brand-item h3{font-size:20px;font-weight:600; font-family: "Teachers", sans-serif;color:#333; margin-bottom:0; position:absolute; bottom:8px; display:flex; Justify-content:space-between; align-items:center; left:0; right:0; margin:auto; width:84%;text-align:left;}
#brand-list .brand-list .brand-item h3 img{margin-bottom:0;}
.pagination1{display:flex;justify-content:center;gap:15px;margin:40px 0 0;}
.pagination1 .page-numbers{padding:10px; border:1px solid #ccc; border-radius:50%; width:50px; height:50px; display:flex; justify-content:center; align-items:center; font-size:14px;}
.pagination1 .page-numbers:hover, .pagination1 .page-numbers.current{background:#EE914C;color:#fff;}
.pagination1 .next.page-numbers, .pagination1 .prev.page-numbers{font-size:10px;white-space:nowrap;}
.filter_accordion .input_field{display:flex; gap:10px; margin-bottom:8px; position:relative;}
.filter_accordion .input_field select, .filter_accordion .input_field + .filter_accordion .select_field select{
	-webkit-appearance: none;
    appearance: none;
    padding: 14px 18px;
    border: 0;
    border-radius: 4px;
    outline: 0;
    font-family: "Teachers", sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #1b232b;
    font-weight: 500;
    z-index: 1;
    position: relative;
    background: transparent;
	border:1px solid #d4d4d4;
	background:#fff;
}

.filter_accordion .input_field ~ .select_field{background:transparent !important;display:flex;border:0 !important;gap:10px;}

.filter_accordion .input_field ~ .select_field select{background:#fff !important;border:1px solid #d4d4d4 !important;}

.filter_accordion .input_field::after{
	content: "";
    position: absolute;
    right: 18px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-left: 1px solid #333;
    border-bottom: 1px solid #333;
    transform: translateY(-50%) rotate(-45deg);
	z-index:9;
}

.filter_accordion .input_field.input_fieldarea::after{
	border:0px;
}

.filter_accordion .input_field input, .filter_accordion .select_field input{border:1px solid #d4d4d4;}
.select2valsec{margin-bottom:13px;}
.select2valsec .select2{padding:9px 18px;font-size:16px;font-family: "Teachers", sans-serif;border-radius:4px;border:1px solid #d4d4d4;background:#fff;width:100% !important;}
.select2valsec .select2-container--default .select2-selection--multiple{border:0px; background:transparent;}
.select_field .select2-container .selection .select2-selection::after, .select2valsec .select2-container .selection .select2-selection::after{
	content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(https://bearingwebshop.twebexponent.in/wp-content/uploads/2024/12/arrow-up.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

/* css added on 31-03-2025 */

.elementor-shortcode ul.category-listarea{
	display: grid;
    flex-wrap: wrap;
    padding: 0;
    grid-column: 5;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: var(--grid-column-gap, 30px);
    grid-row-gap: var(--grid-row-gap, 30px);
}
.elementor-shortcode ul.category-listarea .category-listItems{
	list-style:none; 
	height:350px; 
	position:relative;
	border:2px solid #d1d1d1;
	border-radius:5px;
	transition:0.3s all;
	justify-content: space-between;
    display: flex;
    flex-direction: column;
	padding:10px;
}
.elementor-shortcode ul.category-listarea .category-listItems a{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.elementor-shortcode ul.category-listarea .category-listItems:hover{
	background:#f5f5f5;
	border-style: solid;
    border-color: var(--e-global-color-secondary);
    --border-color: var(--e-global-color-secondary);
}
.elementor-shortcode ul.category-listarea .category-listItems .imgwrap{text-align:center;}
.elementor-shortcode ul.category-listarea .category-listItems .imgwrap span{
	position: absolute;
    background: #0d1b2a;
    border-radius: 6px;
    width: 185px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 100%);
    transition: 0.3s all;
    opacity: 0;
    pointer-events: none;
	font-family: "Teachers", sans-serif !important;
	font-weight:600;
}

.elementor-shortcode ul.category-listarea .category-listItems .imgwrap img{
	width:182px;
	height:211px;
	object-fit:contain;
}

.elementor-shortcode ul.category-listarea .category-listItems h3{
	font-family: "Teachers", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    color: #333333;
	display: flex;
    justify-content: space-between;
    align-items: start;
	margin:0;
}

.elementor-shortcode ul.category-listarea .category-listItems:hover .imgwrap span{
	transform: translate(-50%, -50%);
    opacity: 1;
    pointer-events: all;
}

.imgfiltwrap{text-align:center;}
.hero_banner_slider .e-n-carousel{max-height:200px !important;}

.product-search-container #search-results{
	position: absolute;
    background: #fff;
    z-index: 9;
    width: 100%;
	box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 5px 5px;
	font-family:"Teachers", Sans-serif;
	padding:5px 10px;
	display:none;
}

.product-search-container input:focus-visible{
	outline:0px;
}

.product-search-container #search-results .search-results-list{
	display:flex;
	flex-wrap:wrap;
	padding:10px;
	max-height:326px;
	overflow-y:auto;
}

.product-search-container input{
	background:url(https://bearingwebshop.technoexponent.net/wp-content/uploads/2025/04/search.png) no-repeat center left 20px #fff;
	height:56px;
	padding:16px 46px;
}

.product-search-container #search-results .search-results-list .product-search-item{
	display:flex;
	gap:15px;
	margin-bottom:15px;
	font-family:"Teachers", Sans-serif;
	cursor:pointer;
	width:100%;
}

.product-search-container #search-results .search-results-list .product-search-item img{
	width:50px;
	height:50px;
	border:2px solid #EE914C;
	border-radius:5px;
}

.product-search-container #search-results .search-results-list .product-search-item .product-info strong{
	font-size:15px;
	font-weight:600;
}

.product-search-container #search-results .search-results-list .product-search-item .product-info span{
	font-size:15px;
	font-weight:400;
}

.product-search-container #search-results .view-all-results{
	padding:15px 20px;
	font-family:"Teachers", Sans-serif;
	text-align:right;
	font-weight:500;
	color:#EE914C;
	cursor:pointer;
}

.product-search-container #search-results p{
	color:#EE914C;
}

.woocommerce div.product div.images img{max-height:400px;object-fit:contain;}
.woocommerce .woocommerce-customer-details address .woocommerce-customer-details--phone, .woocommerce .woocommerce-customer-details address .woocommerce-customer-details--email{
    text-transform: none !important;
}


.search-popup-overlay {
	width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 9;
    background: rgb(33, 33, 33, 0.6);
    top: 0;
    left: 0;
	display: flex;
    align-items: center;
}

.search-popup {
	max-width: 700px;
	height: 80%;
	max-height: 556px;
	margin: auto;
	border: solid 1px #fff;
    border-radius: 4px;
	background: #fff;
}

.search-popup-header {
	width: 100%;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 400;
	color: rgba(0,0,0,.6);
	border-top: solid 35px var( --e-global-color-secondary );
	position: relative;
}

.search-popup-header .form-title {
	font-size: 22px;
    font-weight: 400;
    color: #000;
    margin: 0 0 8px;
}

.search-popup-header button {
	width: 20px;
	height: 26px;
	padding: 0;
	border-radius: 0;
	background: var( --e-global-color-secondary );
	color: #fff;
	position: absolute;
	font-size: 30px;
	top: -34px;
    right: 10px;
    border: none;
	display: flex;
    align-items: center;
    justify-content: center;
}

.search-popup form {
	height: 76%;
}

.search-popup form .form-section {
	height: 100%;
}

.search-popup form .form-section hr {
	border-color: rgba(0, 0, 0, .12);
    margin: 10px 0;
}

.search-popup form .form-section .form_scroll {
	height: 79%;
	padding: 0 20px 10px 20px;
	overflow-y: auto;
}

.search-popup form .form-section .form_scroll .form-section-row {
	width: 100%;
	display: flex;
	gap: 20px;
}

.search-popup form .form-section .form_scroll .form-section-row .form-group-column {
	width: calc(65% - 10px);
}

.search-popup form .form-section .form-group {
	margin-bottom: 15px;
	position: relative;
}

.search-popup form .form-section .form-group label {
	font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, .6);
    margin-bottom: 6px;
    width: auto;
    background: #fff;
    position: absolute;
    left: 10px;
    top: -8px;
    z-index: 1;
    margin: 0;
    padding: 2px 6px;
}

.search-popup form .form-section .form-group .form-control {
	height: 56px;
	border: solid 1px rgba(156,163,175, 1);
	color: #000;
	font-size: 16px;
	font-weight: 400;
	border-radius: 5px;
}

.search-popup form .form-section .form-group .form-control::placeholder {
	color: rgba(0,0,0,.6);
	font-size: 16px;
	font-weight: 400;
}

.search-popup form .form-section .form-group .form-control:hover {
	border-color: #000;
}

.search-popup form .form-section .form-group .form-control:focus {
	box-shadow: none;
	outline: none;
	border-color: var(--e-global-color-secondary) !important;
}

.search-popup form .form-section .form_scroll .form-section-row .form-group-sidebar {
	width: calc(35% - 10px);
	border: solid 1px rgba(156,163,175, 1);
	border-radius: 5px;
	padding: 8px;
}

.search-popup form .form-section .form_scroll .form-section-row .form-group-sidebar .form-group-title {
	font-size: 16px;
	font-weight: 500;
	color: #000;
}

.search-popup form .form-section .form_scroll .form-section-row .form-group-sidebar .form-group-checkbox {
	width: 100%;
	margin-top: 20px;
	display: flex;
}

.search-popup form .form-section .form_scroll .form-section-row .form-group-sidebar .form-group-checkbox label {
	display: block;
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, .6);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.search-popup form .form-section .form_scroll .form-section-row .form-group-sidebar .form-group-checkbox label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.search-popup form .form-section .form_scroll .form-section-row .form-group-sidebar .form-group-checkbox label .checkmark {
	position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: transparent;
    border: solid 2px rgba(0, 0, 0, .54);
    border-radius: 2px;
}

.search-popup form .form-section .form_scroll .form-section-row .form-group-sidebar .form-group-checkbox label input:checked ~ .checkmark {
  background-color: var( --e-global-color-secondary );
  border-color: var( --e-global-color-secondary );
}

.search-popup form .form-section .form_scroll .form-section-row .form-group-sidebar .form-group-checkbox label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.search-popup form .form-section .form_scroll .form-section-row .form-group-sidebar .form-group-checkbox label input:checked ~ .checkmark:after {
  display: block;
}

.search-popup form .form-section .form_scroll .form-section-row .form-group-sidebar .form-group-checkbox label .checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.search-popup form .form-section .form-group select.form-control option:hover {
	background: var(--e-global-color-secondary);
}

.custom-select {
  width: 100%;
  height: 56px;
  position: relative;
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: transparent;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: rgba(0,0,0,.54) transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-selected {
  height: 100%;
  display: flex;
  align-items: center;
  color: rgba(0,0,0,.6);
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
  border: solid 1px rgba(156,163,175, 1);
  border-radius: 5px;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  box-shadow: 0 0 5px #ccc;
  max-height: 200px;
  overflow-y: auto;
}

.select-items div {
	width: 100%;
	background: #fff;
	border: none;
	padding: 10px 10px;
	box-shadow: 0 0 5px #ccc;
	cursor: pointer;
}

.select-items div:hover {
	
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.search-popup form .form-section .form-section-grid {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.search-popup form .form-section .form-section-grid .form-group.col-md-6 {
	width: calc(50% - 10px);
}

.search-popup form .form-section .form-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	padding: 15px 20px;
}

.search-popup form .form-section .form-actions a,
.search-popup form .form-section .form-actions button {
	padding: 13px 15px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    background: var(--e-global-color-secondary);
    border-radius: 6px;
    border: none;
    min-width: 120px;
    text-align: center;
    line-height: normal;
}


.js-open-search-popup {
	cursor: pointer;
}

.scroll_top {
	width: 56px;
    height: 56px;
    position: fixed;
    bottom: 20px;
    right: 20px;
	padding: 0;
}

.scroll_top div {
	padding: 0;
}

.scroll_top .elementor-button {
	width: 56px;
    height: 56px;
    border-radius: 50%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
	background: #ee914c !important;
	border-color: #ee914c !important;
}


.single-product,
.elementor-location-single,
.sticky_wrap,
.sticky_wrap .e-con-inner {
	overflow: visible !important;
	position: static !important;
}

.sticky {
	max-height: 800px;
	position: sticky !important;
	top: 15px !important;
}


/* responsive css start */
@media (max-width:1800px){
	.rc-anchor-normal .rc-anchor-pt{right:75px;}
}

@media (max-width:1640px){
	.quantity1{width:138px;}
}

@media (max-width:1536px){
	.manufacture_block .owl-nav .owl-prev{left:-45px;}
	.manufacture_block .owl-nav .owl-next{right:-45px;}
}

@media (max-width:1440px){
	.hero_banner_slider .e-con-inner{padding:0 25px;}
	.elementor-element-f68167a .e-con-inner{padding:60px 25px;}
	.shop_by_category_block .e-con-inner{padding:0px 25px;}
/* 	.elementor-element-21da152 .e-con-inner{padding:60px 25px;} */
	.elementor-element-7d3edc0 .e-con-inner{padding:60px 25px;}
	.manufacture_block .e-con-inner{padding:60px 25px;}
	.feat_prod_slider .elementor-swiper-button-prev{background:#fff;left:-26px!important;}
	.feat_prod_slider .elementor-swiper-button-next{background:#fff;right:-26px!important;}
	.product_list .elementor-loop-container .e-loop-item .e-con.e-con-boxed.e-parent .e-con-inner{padding:10px 0;}
	
	.elementor-element-f2b5228 .e-con-inner{padding:0 20px;}
	.elementor-element-42f9151 .e-con-inner{padding:0 20px;}
	.elementor-element-9f91919 .e-con-inner{padding:0 20px;}
	.elementor-element-7205a55 .e-con-inner{padding-left:20px;padding-right:20px;}
	
	.manufacture_block .owl-carousel .owl-item{width:250px !important;}
	.manufacture_block .owl-nav .owl-prev{left:-25px;}
	.manufacture_block .owl-nav .owl-next{right:-25px;}
	
	form#dimention_filter_formdataa .acc_body .select_fields .select_field .select2-container{width:100% !important;}
	.newWoocommerceTable tbody td.woocommerce-orders-table__cell-order-status p > span{font-size:12px;}
}

@media (max-width:1368px){
	ul#menu-1-b4e80d7{gap:52px;}
}

@media (max-width:1368px){
	ul#menu-1-b4e80d7{gap:43px;}
}

@media (max-width:1280px){
	.cart-collaterals .cart_totals table.shop_table_responsive tr th{font-size:17px;}
	.woocommerce-order ul.woocommerce-order-overview li{margin-bottom:10px;width:30%;}
	.cart-collaterals .cart_totals table.shop_table_responsive tr th span{padding:4px 6px;}
	.elementor-widget-woocommerce-cart .woocommerce .coupon-col-start .input-text{padding:13px;}
	.manufacture_block .br_brand_berocket_product_brand_widget--1 .br_widget_brand_element_slider .titlearr{margin-top:37px;}
}

@media (max-width:1200px){
	.cart-collaterals .cart_totals table.shop_table_responsive tr th{gap:3px;}
	ul#menu-1-b4e80d7{gap:34px;}
	.cart-collaterals .cart_totals table.shop_table_responsive tr th{font-size:16px;}
	.cart-collaterals .cart_totals table.shop_table_responsive tr th span{font-size:11px;}
	.cart-collaterals .cart_totals table.shop_table_responsive .cart-orderWeightarea td{font-size:16px;}
	.elementor-11 .elementor-element.elementor-element-da2accc .cart_totals .shop_table td .woocommerce-Price-amount{font-size:16px;}
	.prodetails a{font-size:16px;}
	.manufacture_block .br_brand_berocket_product_brand_widget--1 .br_widget_brand_element_slider .titlearr{margin-top:23px;}
}


@media (max-width: 1199px) {
    .product_list_page .all_products .product_view .list_row .prod_item {
        width: calc((100% - 15px) / 2);
    }
    .product_list_page .filter_block {
        width: 300px;
    }
    .product_list_page .all_products {
        width: calc(100% - 340px);
    }
}

@media (max-width:1180px){
	ul#menu-1-b4e80d7{gap:31px;}
	.cart-collaterals .cart_totals table.shop_table_responsive tr th span{font-size:10px;}
	.manufacture_block .br_brand_berocket_product_brand_widget--1 .br_widget_brand_element_slider{padding:66px 20px 10px;}
	#brand-list .brand-list .brand-item h3{font-size:16px;}
}

@media (max-width:1024px){
	.elementor-location-footer .elementor-nav-menu--dropdown{background:transparent;}
	.elementor-location-footer .elementor-nav-menu--dropdown ul li a{color:#fff;padding-left:0;}
	.elementor-location-footer .econ .e-flex{flex-basis:20%;}
	.elementor-291 .elementor-element.elementor-element-b52b037 .elementor-icon-list-text{word-break:break-word;}
	form#dimention_filter_formdataa .acc_body .select_fields .select_field select{font-size:14px;}
	.elementor-43 .elementor-element.elementor-element-bba10bb{padding-left:18px;padding-right:18px;}
	.elementor-43 .elementor-element.elementor-element-feaf3f9 .elementor-icon-box-title, .elementor-43 .elementor-element.elementor-element-38fa28c .elementor-icon-box-title,
	.elementor-43 .elementor-element.elementor-element-5457aed .elementor-icon-box-title, .elementor-43 .elementor-element.elementor-element-1abd764 .elementor-icon-box-title{font-size:20px;}
	.single.single-product .e-atc-qty-button-holder .single_add_to_cart_button span.elementor-button-text{font-size:13px;}
	.elementor-button-icon svg{width:0.8em;}
	.elementor-469 .elementor-element.elementor-element-70ebb0f .elementor-button .elementor-button-content-wrapper{gap:8px;}
	.product-review-ratings_data .comment-rating .stars{font-size:33px;}
	.product-review-ratings_details ul{padding-left:15px;}
	.elementor-469 .elementor-element.elementor-element-d5db9bb .elementor-heading-title{font-size:32px;}
	
	.elementor-widget-woocommerce-cart .woocommerce table.shop_table h2{font-size:30px;}
	.cart-collaterals h2{font-size:22px;}
	.elementor-widget-woocommerce-cart .e-cart__container{grid-template-columns:initial;}
	.elementor-widget-woocommerce-cart .woocommerce .coupon-col{display:flex;}
	.cart-collaterals .cart_totals table.shop_table_responsive tr th span{font-size:12px;}
	.cart-collaterals .cart_totals table.shop_table_responsive tr th span{padding:4px 10px;}
	.elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table_responsive tr.woocommerce-shipping-totals td, .elementor-widget-woocommerce-cart .woocommerce-page .cart_totals table.shop_table_responsive tr.woocommerce-shipping-totals td{text-align:right !important;}
	.elementor-11 .elementor-element.elementor-element-da2accc .checkout-button{font-size:16px;}
	.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th{text-align:center;}
	
	.prod_ul.elementor-widget.elementor-widget-shortcode .custom-quantity{max-width:164px;}
	a.userLink span{width:40px;height:40px;font-size:20px;}
	.woocommerce-order ul.woocommerce-order-overview li{width:44%;}
	.woocommerce-order ul.woocommerce-order-overview li:nth-child(2), .woocommerce-order ul.woocommerce-order-overview li:nth-child(4){border-right:0;}
	
	.manufacture_block .br_brand_berocket_product_brand_widget--1 .br_widget_brand_element_slider{padding:20px 20px 10px;}
	.elementor-shortcode ul.category-listarea{grid-template-columns:repeat(4, 1fr);}
}

@media (max-width:992px){
	.qrcswholewtapper{width:110px;height:110px;}
	.review .comment-details .rating + div{font-size:14px;}
	.product-review-ratings{width:54%;}
	
	.elementor-widget-woocommerce-cart .woocommerce table.cart tbody tr:first-child td{align-items:center;}
	.prod_ul.elementor-widget.elementor-widget-shortcode .custom-quantity{max-width:152px;}
}

@media (max-width: 991px) {
    .product_list_page .filter_block {
        width: 100%;
    }
    .product_list_page .all_products {
        width: 100%;
    }
    .product_list_page .all_products .product_view .list_row .prod_item {
        width: calc((100% - 30px) / 3);
    }
    .product_list_page .all_products .product_view .list_row .prod_item .item_inner .prod_details ul {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
	
	.elementor-element.elementor-element-45e8b9c3 .woocommerce{display:flex;}
	.woocommerce-account .woocommerce-MyAccount-navigation{width:30% !important;}
	.woocommerce-account .woocommerce-MyAccount-content{width:65% !important;}
	#dimention_filter_formdataa .select2-container--default .select2-search--inline .select2-search__field{width:100% !important; font-size:13px;}
}

@media (max-width: 932px){
	.elementor-shortcode ul.category-listarea .category-listItems .imgwrap a{width:167px;}
}

@media (max-width:820px){
	.manufacture_block .br_brand_berocket_product_brand_widget--1 .br_widget_brand_element_slider a h4{font-size:12px;}
	.manufacture_block .br_brand_berocket_product_brand_widget--1 .br_widget_brand_element_slider{padding:10px 20px;}
	form#dimention_filter_formdataa .acc_body .btn_row button{width:170px;}
	form#dimention_filter_formdataa .acc_body .select_fields{width:calc(100% - (170px + 12px));}
	.single.single-product .e-atc-qty-button-holder .single_add_to_cart_button{max-width:calc((100% - 93px)) !important;}
	.elementor-546 .elementor-element.elementor-element-d93cc90 .elementor-heading-title{word-break:break-all;}
	
	.elementor-element.elementor-element-45e8b9c3 .woocommerce{display:block;}
	.woocommerce-account .woocommerce-MyAccount-navigation{width:100% !important;}
	.woocommerce-account .woocommerce-MyAccount-content{width:100% !important;}
	
	.prod_ul.elementor-widget.elementor-widget-shortcode .newCArt{margin-top:20px;width:153px;margin-left:0;}
	.product_list_page .all_products .product_view .list_row .prod_item .item_inner .prod_details .boxrow{flex-direction:column;}
	.woocommerce-order ul.woocommerce-order-overview li{width:100%;}
	.woocommerce-order ul.woocommerce-order-overview li{border-right:0;}
	.woocommerce-order ul.woocommerce-order-overview li strong{font-size:18px;}
	
	.manufacture_block .br_brand_berocket_product_brand_widget--1 .br_widget_brand_element_slider .titlearr{margin-top:0;}
	.elementor-shortcode ul.category-listarea{grid-template-columns:repeat(3, 1fr);}
}

@media (max-width:768px){
	.manufacture_block .br_brand_berocket_product_brand_widget--1 .br_widget_brand_element_slider{padding:10px 11px;}
	.qrcswholewtapper{width:70px;height:70px;}
	
	.woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr{display:flex;}
	.woocommerce-page table.shop_table_responsive.woocommerce-cart-form__contents tr{display:block;}
	.woocommerce-page table.shop_table_responsive.woocommerce-cart-form__contents tr td{display:flex;justify-content:space-between;}
	
	.woocommerce table.shop_table_responsive.my_account_orders.account-orders-table tr, .woocommerce-page table.shop_table_responsive.my_account_orders.account-orders-table tr{display:block;}
	.woocommerce table.shop_table_responsive.my_account_orders.account-orders-table tr td ul li, .woocommerce-page table.shop_table_responsive.my_account_orders.account-orders-table tr td ul li{justify-content:right;}
	.woocommerce table.shop_table_responsive.my_account_orders.account-orders-table tr td::before, .woocommerce-page table.shop_table_responsive.my_account_orders.account-orders-table tr td::before{text-align:left;}
	#brand-list .brand-list .brand-item h3{font-size:15px;}
	#brand-list .brand-list .brand-item h3 span img{width:10px !important;}
	#dimention_filter_formdataa .select2-container--default .select2-search--inline .select2-search__field, 
	form#dimention_filter_formdataa .acc_body .select_fields .select_field select{font-size:9px;}
	
	
}

@media (max-width: 767px) {
    .product_list_page .all_products .product_view .list_row .prod_item {
        width: calc((100% - 15px) / 2);
    }
    .product_list_page .all_products .product_view .list_row .prod_item .item_inner .prod_details .prod_title {
        font-size: 18px;
        line-height: 20px;
    }
	
	.elementor-291 .elementor-element.elementor-element-716a236{padding-left:0;border-left:0;}
	.elementor-291 .elementor-element.elementor-element-9a0da2a{padding-left:0;border-left:0;}
	.elementor-291 .elementor-element.elementor-element-c0c6a1d{padding-left:0;border-left:0;}
	.elementor-291 .elementor-element.elementor-element-c0c6a1d{padding-left:0;border-left:0;}
	
	.hero_banner_slider, .hero_banner_slider .e-n-carousel{max-height:100%;}
	form#dimention_filter_formdataa .acc_body .select_fields{width:100%;}
	form#dimention_filter_formdataa .acc_body .btn_row, form#dimention_filter_formdataa .acc_body .btn_row button{width:100%;}
	
	.banner_img_block .banner_img img{max-width:fit-content !important;transform:translateY(0px);}
	.single.single-product .e-atc-qty-button-holder .single_add_to_cart_button{max-width:calc((100% - 212px)) !important;}
	
	.elementor-338 .elementor-element.elementor-element-fa9e4ea{padding-left:0; padding-right:0;}
	.elementor-534 .elementor-element.elementor-element-fa9e4ea{padding-left:0; padding-right:0;}
	.elementor-346 .elementor-element.elementor-element-ebd8e0a{padding-left:0; padding-right:0;}
	
	.woocommerce-MyAccount-content .addresses .woocommerce-Address{width:calc((100% - 20px) / 2);}
	
	.prod_ul.elementor-widget.elementor-widget-shortcode .newCArt{margin-top:0;margin-left:20px;}
	.elementor-widget-woocommerce-cart .woocommerce table.cart tr{padding:16px 0;}
	
	.vatbox{margin-top:0px;}
	#brand-list .brand-list .brand-item h3{font-size:13px;}
	#brand-list .brand-list .brand-item h3 span img{width:7px !important;}
	#dimention_filter_formdataa .select2-container--default .select2-search--inline .select2-search__field, 
	form#dimention_filter_formdataa .acc_body .select_fields .select_field select{font-size:14px;}
	
	.product_list_page .all_products .product_view .list_row .prod_item .item_inner .prod_img_block .prod_cart_button a {
		top: 34%;
	}
	
	
}

@media (max-width:720px){
	.brcs_slider_brands .slick-slide img{width:65% !important;}
	.manufacture_block .br_brand_berocket_product_brand_widget--1 .br_widget_brand_element_slider{padding:0 11px;}
}

@media (max-width:667px){
	.brcs_slider_brands .slick-slide img{width:40% !important;}
	.manufacture_block .br_brand_berocket_product_brand_widget--1 .br_widget_brand_element_slider .titlearr{margin-top:-13px;}
}

@media (max-width:640px){
	.product-review-ratings{width:70%;}
	.elementor-shortcode ul.category-listarea{grid-template-columns:repeat(2, 1fr);}
}

@media (max-width: 576px) {
	.product_list_page .all_products .product_view .list_row .prod_item .item_inner .prod_img_block a.prod_link1 {
        height: 180px;
    }
/* 	.product_list_page .all_products .inner_row .right_panel .sort_block .select_box select {
		width: 158px;
	} */
    .product_list_page .all_products .product_view .list_row .prod_item .item_inner .prod_img_block img {
        width: auto;
        max-height: 120px;
        margin: 0px auto 20px;
        display: block;
    }
    .product_list_page .all_products .product_view.list_view .list_row .prod_item .item_inner .prod_img_block {
        width: 150px;
    }
    .product_list_page .all_products .product_view.list_view .list_row .prod_item .item_inner .prod_img_block img {
        max-height: 120px;
    }
	.product_list_page .all_products .product_view.list_view .list_row .prod_item .item_inner a {
		width: calc(100% - 150px);
	}
    .product_list_page .all_products .product_view.list_view .list_row .prod_item .item_inner .prod_details {
        width: calc(100% - 150px);
        border-top: 1px solid #c7c7c7 !important;
		width: 100%;
		padding-top: 40px;
        padding-bottom: 20px;
        border-top: none !important;
    }
    .product_list_page .all_products .product_view.list_view .list_row .prod_item:hover .item_inner .prod_details {
        border-left: 1px solid #ee914c !important;
    }
    .product_list_page .all_products .product_view.list_view .list_row .prod_item .item_inner .prod_img_block {
        border-right: 0 !important;
    }
    .product_list_page .all_products .product_view .list_row .prod_item .item_inner .prod_details {
        padding: 10px;
    }
    .product_list_page .all_products .product_view .list_row .prod_item .item_inner .prod_details .prod_title {
        font-size: 16px;
        line-height: 18px;
    }
    .product_list_page
        .all_products
        .product_view
        .list_row
        .prod_item
        .item_inner
        .prod_details
        .prod_price
        span.price {
        font-size: 14px;
        line-height: 21px;
    }
    .product_list_page .all_products .product_view .list_row .prod_item .item_inner .prod_details .prod_price {
        flex-direction: column;
        align-items: flex-start;
    }
	.manufacture_block .br_brand_berocket_product_brand_widget--1 .br_widget_brand_element_slider .titlearr{display:none;}
	.manufacture_block .br_brand_berocket_product_brand_widget--1 .br_widget_brand_element_slider{padding:5px 0px;}
	.single.single-product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li a{font-size:20px;}
	
	.woocommerce-MyAccount-content h2{font-size;28px;}
	
	.woocommerce-MyAccount-content .addresses .woocommerce-Address{width:calc((100% - 20px) / 1);}
	
	#brand-list .brand-list .brand-item{max-width:30%;flex:0 0 30%;}
	#dimention_filter_formdataa .select2-container--default .select2-search--inline .select2-search__field, 
	form#dimention_filter_formdataa .acc_body .select_fields .select_field select{font-size:11px;}
	.banner_slider .swiper-pagination{left:248px !important;}
}

@media (max-width:540px){
	.vatbox{margin-top:20px;}
	.pagination1 .page-numbers{width:40px;height:40px;}
	.pagination1 .prev.page-numbers{font-size:7px;}
}

@media (max-width:480px){
	form#dimention_filter_formdataa .acc_body .select_fields{flex-direction:column;}
	form#dimention_filter_formdataa .acc_body .select_fields .select_field{width:100%;}	
	.product-review-ratings{width:100%;padding:15px;}
	.single.single-product table thead tr th{font-size:20px;}
	.single.single-product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li a{font-size:17px;}
	.elementor-widget-woocommerce-cart .woocommerce table.cart tr{padding:0;}
	.elementor-widget-woocommerce-cart .e-cart-section{padding:16px 15px;}
	.woocommerce .e-cart__column-end .e-cart-totals.e-cart-section{padding:16px 15px;}
	.billing-address-toggle label{font-size:14px;}
	
	.elementor-element.elementor-element-45e8b9c3 .woocommerce{display:block;}
	.woocommerce-account .woocommerce-MyAccount-navigation{width:100% !important;}
	.woocommerce-account .woocommerce-MyAccount-content{width:100% !important;}
	.manufacture_block .br_brand_berocket_product_brand_widget--1 .br_widget_brand_element_slider{padding:10px;}
	
	.product_list_page .all_products .product_view .list_row .prod_item .item_inner .prod_details .prod_code{font-size:13px;}
	.woocommerce-order .woocommerce-notice{font-size:21px;text-align:center;}
	.woocommerce .woocommerce-customer-details address{font-size:16px;}
	
	.brcs_slider_brands .slick-slide img{width:65% !important; height:auto !important;}
	.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table .cart_item td.product-name{padding-right:10px;}
	#order_review table .product-img img{height:53px;}
	
	.newWoocommerceTable tbody td ul{padding-left:20px !important;}
	.newWoocommerceTable tbody td ul li img{width:50px !important; height:50px !important;}
	
	#dimention_filter_formdataa .select2-container--default .select2-search--inline .select2-search__field, 
	form#dimention_filter_formdataa .acc_body .select_fields .select_field select{font-size:16px;}
	.banner_slider .swiper-pagination{left:199px !important;}
}

@media (max-width:430px){
	#order_review table .product-img img{width:50px;height:50px;}
	.elementor-12 .elementor-element.elementor-element-ef0af81 .woocommerce-checkout-review-order-table .cart_item td{font-size
:14px;}
	.elementor-338 .elementor-element.elementor-element-2772430{padding-left:25px;padding-right:25px;}
	.elementor-534 .elementor-element.elementor-element-2772430{padding-left:25px;padding-right:25px;}
	.elementor-346 .elementor-element.elementor-element-dd1f1bf{padding-left:25px;padding-right:25px;}
	.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before{white-space:nowrap;}
	.elementor-widget-woocommerce-cart .woocommerce table.cart tbody tr:first-child td{align-items:start;}
	.product_list_page .all_products .product_view .list_row .prod_item .item_inner .prod_img_block a.prod_link1{height:180px;}
	.product_list_page .all_products .product_view .list_row .prod_item .item_inner .prod_img_block a.prod_link1 img {margin:0;}
	
	.elementor-12 .elementor-element.elementor-element-ef0af81 .woocommerce-checkout-review-order-table .cart_item td.product-img{width:35%;}
	.pagination1 .page-numbers{font-size:11px;width:34px;height:34px;}
	.pagination1{gap:7px;}
	.product_list_page #pagination ul li a, .search.search-results .elementor-pagination .page-numbers{width:40px;height:40px;}
	.product_list_page #pagination ul{gap:3px;}
	.banner_slider .swiper-pagination{left:174px !important;}
	.elementor-shortcode ul.category-listarea{grid-template-columns:repeat(1, 1fr);}
}

@media (max-width:414px){
	.prodetails a{font-size:14px;}
	.product-price .woocommerce-Price-amount.amount, .product-price .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol{font-size:14px !important;}
	.elementor-widget-woocommerce-cart .woocommerce .cart_totals .shop_table_responsive td{padding-right:0;}
	.woocommerce-billing-fields-area h2{font-size:22px;}
	.manufacture_block .e-con-inner{padding:60px 0;}
	table td, table th{padding:15px 10px;}
}

@media (max-width: 400px) {
    .product_list_page .all_products .product_view .list_row .prod_item {
        width: 100%;
    }
	.single.single-product table tbody tr td{font-size:16px;}
	.single.single-product .e-atc-qty-button-holder .single_add_to_cart_button{max-width:calc((100% - 141px)) !important;}
	.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before{font-size:14px;}
	.product-subtotal .woocommerce-Price-amount.amount, .product-subtotal .woocommerce-Price-currencySymbol{font-size:16px !important;}
	.woocommerce-cart-form__cart-item.cart_item .product-name{gap:15px;}
	.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table .cart_item td.product-name{padding-right:10px;}
	.elementor-546 .elementor-element.elementor-element-93f80b0 .elementor-heading-title{font-size:32px;}
	.woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot th{font-size:18px;}
	.woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot td span{font-size:20px;}
	.woocommerce .woocommerce-customer-details .woocommerce-column__title{font-size:28px;}
	.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table .cart_item td.product-name{max-width:30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
	.product_list_page #pagination ul li a, .search.search-results .elementor-pagination .page-numbers{width:39px;height:39px;}
}

@media (max-width:393px){
	.elementor-menu-cart__toggle .elementor-button{padding:var(--toggle-icon-padding,12px 10px);}
	.elementor-widget-n-carousel .swiper-pagination-bullets{left:145px;top:545px;}
	.product-review-ratings_data p{font-size:32px;}
	.product-review-ratings_data .comment-rating .stars{font-size:25px;}
	.product-review-ratings_details .comment-rating .stars{font-size:23px;}
	.comment-respond label{font-size:15px;}
	.e-checkout__column .newplaceOrder{font-size:16px;}
	.prod_ul.elementor-widget.elementor-widget-shortcode .newCArt{margin-left:11px;}
	.woocommerce .woocommerce-customer-details address{font-size:15px;}
	.woocommerce-order ul.woocommerce-order-overview li strong{font-size:16px;}
	.billing-address-toggle label{padding:20px 10px;}
	#payment, .woocommerce-shipping-fields, .woocommerce-additional-fields{padding-left:12px !important;padding-right:12px !important;}
	.woocommerce-checkout #payment ul.payment_methods li input{margin:0 0.3em 0 0;}
	.woocommerce-billing-fields-area h2{font-size:20px;}
	#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box{padding:1em 0;}
}

@media (max-width:375px){
	.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before{min-width:60px;}
	.billing-address-toggle label{padding:20px 10px;}
	.prod_ul.elementor-widget.elementor-widget-shortcode .custom-quantity{max-width:138px;}
	.prod_ul.elementor-widget.elementor-widget-shortcode .newCArt{width:148px;margin-left:10px;}
	.woocommerce-order .woocommerce-customer-details .woocommerce-column--billing-address, .woocommerce-order .woocommerce-customer-details .woocommerce-column--shipping-address{padding:30px 20px;}
	.woocommerce-order .woocommerce-table--order-details tr td.woocommerce-table__product-name.product-name a{font-size:16px;}
	.woocommerce .woocommerce-customer-details .woocommerce-column__title{font-size:26px;}
	nav.woocommerce-breadcrumb{font-size:12px !important;}
	.billing-address-toggle label{font-size:13px;}
	#order_review table .product-img img{height:37px;}
	.cart_item td.product-qty{white-space:nowrap;}
	.cart-subtotal th{font-size:14px !important;}
	.elementor-12 .elementor-element.elementor-element-ef0af81 .woocommerce-checkout-review-order-table thead tr th, .elementor-12 .elementor-element.elementor-element-ef0af81 .woocommerce-checkout-review-order-table tfoot tr th, .elementor-12 .elementor-element.elementor-element-ef0af81 .woocommerce-checkout-review-order-table tfoot tr td{font-size:17px;}
	.woocommerce ul#shipping_method li label{font-size:15px;}
	.order-total th, .tax-total th{font-size:18px !important;}
	.order-total td{font-size:18px !important;}
	#brand-list .brand-list .brand-item{max-width:45%;flex:0 0 45%;}
	.banner_slider .swiper-pagination{left:151px !important;}
}


@media (max-width:360px){
	.elementor-menu-cart__toggle .elementor-button{padding:var(--toggle-icon-padding,12px 6px);}
	.billing-address-toggle label{font-size:15px;}
	.prod_ul.elementor-widget.elementor-widget-shortcode .newCArt{width:134px;margin-left:10px;font-size:14px;}
	.woocommerce-order ul.woocommerce-order-overview li strong{font-size:14px;}
	.woocommerce .woocommerce-customer-details address{font-size:14px;}
	table td, table th{padding:15px 5px;}
	.brcs_slider_brands .slick-slide img{width:100% !important;}
	.billing-address-toggle label{font-size:12px;}
	.product_list_page #pagination ul li a, .search.search-results .elementor-pagination .page-numbers{width:37px;height:37px;}
}



@media (max-width: 767px) {
	
	.product_details_breadcamp .woocommerce-breadcrumb {
		flex-wrap: wrap !important;
	}
	
	.product_details_heading .product_title {
		word-break: break-word;
	}
	
	.productTagarea {
		isplay: flex;
		flex-wrap: wrap;
		gap: 5px;
		padding: 5px;
		position: absolute;
	}
	
	.prod_tag {
		position: static;
		padding: 2px 8px;
	}
	
	.hero_banner_slider .e-n-carousel {
		max-height: max-content !important;
		padding-bottom: 30px;
	}
	
	.banner_slider .swiper-pagination {
		transform: rotate(0deg) translate(0px, -15px);
        bottom: 0 !important;
        top: auto !important;
		left: 0 !important;
        right: 0 !important;
        width: 100%;
        text-align: center;
        justify-content: center;
	}
	
	
	
	.product_list_page .all_products .product_view .list_row .prod_item .item_inner .prod_img_block .prod_cart_button a{width:131px;height:44px;}
	
	.product_list_page .all_products .product_view .list_row .prod_item .item_inner .prod_img_block .prod_cart_button .custom-quantity button {
		display: none;
	}
	
	.sticky {
		max-height: max-content;
		position: static !important;
		top: 0 !important;
	}
	
	.product_list_page .all_products .product_view .list_row .prod_item .item_inner .prod_img_block .prod_cart_button .custom-quantity {
		max-width: 90%;
		margin: 0 auto;
	}
	
	.product_list_page .all_products .product_view .list_row .prod_item .item_inner .prod_details .prod_code {
		word-break: break-word;
		white-space: normal;
		line-height: normal;
	}
	
	.product_list_page {
		padding: 40px 0;
	}
	
	.product_list_page .all_products .inner_row .right_panel .sort_block .select_box select {
		width: 158px;
	}
	
	.product_list_page .all_products .product_view .list_row .prod_item .item_inner .prod_img_block .prod_cart_button button {
		top: 35%;
		width: 131px;
    	height: 41px;
	}
	
	.product_list_page .all_products .product_view .list_row .prod_item .item_inner .prod_details .prod_price .wts-price-wrapper {
		display: inline-block;
	}
	
	.product_list_page .all_products .product_view .list_row .prod_item .item_inner .prod_details .prod_price span.vat, 
	.product_list_page .all_products .product_view .list_row .prod_item .item_inner .prod_details .prod_price span.wts-vat-text, span.wts-vat-text {
		left: 0;
		top: 0;
		margin-top: 5px;
		display:inline-block;
	}
	
	.product_list_page .site_container {
		padding: 0 5px;
		gap: 2px;
	}
	
	.product_list_page #pagination ul li a, 
	.search.search-results .elementor-pagination .page-numbers {
        width: 36px;
        height: 36px;
		font-size: 14px;
    }
	
	.custom-variations-list {
		overflow-x: auto;
    width: 100%;
	}
	
	
}


.filter-char.inactive {
	opacity: 0.5;
}


a {
	color: #30c9ff;
}

/* responsive css end */
