.wps_width{
    position: static;
    padding: 0px 15px;
    margin: 0 auto;
} 

.mr_shop .product-block_hr_001 .overlay ul li {
    position: relative;
    z-index: 99;
}


.mr_shop .tool_tip {
    background: #222;
    color: #fff;
    position: absolute;
    padding: 1px 19px;
    line-height: 28px;
    border-radius: 0px;
    transition: .5s;
    font-size: 11px;
    opacity: 0;
    pointer-events: none;
    width: max-content;
    top: 15px;
    margin-right: 9px;
}
.mr_shop .product-block_hr_001 .overlay li:hover .tool_tip {
    opacity: 1;
}


.mr_shop .mr_star_rating li{
    display: inline-block;
}
.mr_shop .mr_rating{
    margin-left: inherit;
}
.mr_shop .mr_star_rating i{color: #06d2f8;}
.mr_shop .product-block_hr_001:hover .image:before{
    background:red;
}



.mr_shop .product-block_hr_001 {
    padding-top: 0;
    transition: .5s;

}

.mr_shop .product-block_hr_001:hover {
    border-color: #dbdbdb;
    background-color: #fff;
}

.mr_shop .product-block_hr_001:hover {
    z-index: 9999;
    position: relative;
}

.mr_shop .product-block_hr_001 .ribon {
    width: 54px;
    height: 27px;
    border-radius: 2px;
    background-color: #e35712;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 7px;
    top: 7px;
    z-index: 1;
}
.mr_shop .product-block_hr_001 .ribon.style_2 {
    background-color: #15ad64;
}

.mr_shop .product-block_hr_001 .image {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.mr_shop .product-block_hr_001 .image img {
    transition: .5s;
    width: auto;
}

.mr_shop .product-block_hr_001:hover .image img {
    opacity: .5;
    transform: scale(1.1);
}

.mr_shop .product-block_hr_001 h4 {color: #141417;margin-bottom: 10px;}

.mr_shop .product-block_hr_001 h4 a {
    color: #141417;
    transition: .5s;
}

.mr_shop .product-block_hr_001 .rating {
    font-size: 13px;
    color: #ffc92e;
    margin-bottom: 5px;
}

.mr_shop .product-block_hr_001 .rating span {
    color: #222;
    font-size: 15px;
}

.mr_shop .product-block_hr_001 .price {
    margin-bottom: 5px;
    font-size: 14px;
}

.mr_shop .product-block_hr_001 .overlay {
    position: absolute;
    top: 20px;
    right: 30px;
    left: 30px;
    transition: .8s;
    opacity: 0;
}

.mr_shop .product-block_hr_001:hover .overlay {
    opacity: 1;
}


.mr_shop .product-block_hr_001 .overlay ul li {
    background: #dbdbdb;
    text-align: center;
    margin-bottom: 1px;
}


.mr_shop .product-block_hr_001 .overlay li:nth-child(4) a {
    transition: 1s;
    font-weight: 400;
    color: #4c4c4c;
}


.mr_shop .products-section_hr_001 {
    position: relative;
    padding: 70px 0 70px;
}

@media only screen and (min-width:1200px) {
    section.products-section_hr_001 .column {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }    
}
.mr_shop .product-single-item-bar {
    border-radius: 3px;
    background-color: #e1e1e4;
    height: 3px;
    position: relative;
    /* width: auto; */
}
.mr_shop .product-single-item-bar span {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--color-high-dark);
}
.mr_shop .product-single-item-bar span.border-yellow {
    background: #fbab00;
}
.mr_shop .product-single-item-sold p {
    margin-bottom: 0;
    font-size: 13px;
    color: #999999;
    font-weight: 600;
    text-transform: uppercase;
}
.mr_shop .product-single-item-sold p {
    margin-bottom: 0;
    font-size: 12px;
    color: #222;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 5px;
}

.mr_shop .product-single-item-bar span.border-green {
    background: #50bc0f;
}
.mr_shop .product-single-item-bar span.border-red {
    background: red;
}

.mr_pro_list {
    position: relative;
    right: 0%;
}
.mr_addtocart .ajax_add_to_cart.added .added_to_cart.wc-forward{
    display: :none;
}

.mr_addtocart .ajax_add_to_cart:after{
    display: :none!important;
}

.single_metas  .compare.added{
    color: #0000;
}

.mr_shop .single_metas .added_to_cart.wc-forward {
    display: inline-block;
    color: #fff0!important;
    padding-top: 0px;
    margin-top: 0px;
    position: absolute;
    right: 0;
    background: #737373;
    top: -5px;
}
.mr_hot .hot_text{
    background: #222;
    padding: 0px 15px;
    color:#fff;
    font-size: 13px;
    line-height: 30px;
    margin-top: 5px;
}


.mr_product_title h2{

}
.mr_bottom{
    padding: 15px;
    text-align: center;
    background: #fcfcfc;
}

.mr_shop_price ins{
    text-decoration: none!important;
}

.mr_shop .woocommerce-Price-amount.amount bdi {
    color: #3b3b3b;
}
.mr_shop .product .price ins span{
/*     color: #3b3b3b; */
}

a.product_type_simple.add_to_cart_button.ajax_add_to_cart:after {
    display: none !important;
}

.mr_product_block>a{
    display: none!important;
}


.owl-dot-style-one .owl-dots {
    position: relative;
    text-align: center;
    display: block;
}

.owl-dot-style-one .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0px 5px;
}

.owl-dot-style-one .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #5e5e5e;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    border-radius: 50%;
    background: #f9ddcf;
}

.mr_wishtlist .feedback {
    display: inline-block;
    background: none!important;
    padding: 0px!important;
    position: relative;
    top: 0px!important;
}

.mr_shop .product-block_hr_001 .overlay ul li.mr_addtocart a.ajax_add_to_cart.added{
    display: none!important;
}

.mr_shop .product-block_hr_001 .overlay ul li:hover {
    background: #222;
    color:#fff;
}

.mr_shop .product-block_hr_001 .overlay ul li {cursor:pointer;transition: .5s;}


.mr_shop .product-block_hr_001 .overlay ul li .yith-wcwl-icon{
    /* padding-left:10px; */
    color: #4c4c4c;
}


.mr_compare_a{
position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.mr_shop .product-block_hr_001 .overlay ul li .mr_compare_i {color: #4c4c4c;}
.mr_shop .product-block_hr_001 .overlay ul li .addtocarticon {

	top: 0;
	color: var(--bs-danger);
	pointer-events: none;
	line-height: 0;
}
.mr_shop .product-block_hr_001 .overlay ul li.mr_addtocart>a {
	background: #dbdbdb00;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.mr_shop .product-block_hr_001 .overlay ul li .yith-wcwl-wishlistaddedbrowse .yith-wcwl-icon{
	    padding-left: 5px!important;
}
.mr_shop .product-block_hr_001 .overlay ul li .yith-wcwl-wishlistaddedbrowse .feedback{
	font-size:0px!important;
}

.mr_pro_list{
	display: flex;
    flex-direction: column;
    align-items: flex-end
}


.mr_shop .yith-wcwl-add-button>a i{
	margin-right:0px;
	color: #ff0909;
}
.mr_shop .yith-wcwl-add-to-wishlist{
	margin-top:0px;
}

.wps_quick_view .woocommerce-product-gallery .owl-nav {
    left: 0;
    bottom: 20px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: .5s;
}

.wps_quick_view .woocommerce-product-gallery .owl-nav>* {
    width: 50px;
    height: 50px;
    border: 2px solid #ddd !important;
    margin: 0 5px;
    border-radius: 50%;
    transition: .5s;
}

.wps_quick_view .woocommerce-product-gallery .owl-nav>*:hover {
    color: #fff;
    background: #222;
    border-color: #222 !important;
}

.wps_quick_view .woocommerce-product-gallery:hover .owl-nav {
    opacity: 1;
}


.mr_tooltip_left{
    right: 100%;
    left: auto;
    transform: translateY(-50%) translateX(8px);
}

.mr_tooltip_right {
    left: 100%;
    right: auto;
    transform: translateY(-50%) translateX(8px);
}

.mr_tooltip_top {
    top: 0;
    left: 50%;
    transform: translateY(-35px) translateX(-50%);
    right: auto;
}

.mr_tooltip_bottom {
    bottom: 0;
    left: 50%;
    transform: translateY(35px) translateX(-50%);
    right: auto;
}




.row-5 {
    margin: 0 -5px!important;
}

.row-5>* {
    padding: 0 5px!important;
}

@media only screen and (min-width: 1200px){
.mr_column_5 {
    -ms-flex: 0 0 20%!important;
    flex: 0 0 20%!important;
    max-width: 20%!important;
}
.mr_column_7 {
    -ms-flex: 0 0 14.2%!important;
    flex: 0 0 14.2%!important;
    max-width: 14.2%!important;
}
	.mr_column_8 {
    -ms-flex: 0 0 12.5%!important;
    flex: 0 0 12.5%!important;
    max-width: 12.5%!important;
}
	.mr_column_9 {
    -ms-flex: 0 0 11.1%;
    flex: 0 0 11.1%!important;
    max-width: 11.1%!important;
}
	.mr_column_10 {
    -ms-flex: 0 0 10%!important;
    flex: 0 0 10%!important;
    max-width: 10%!important;
}
}



 /* Wps overlay */
  .quick_defult_wps .wps-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    z-index: 9;
}

.quick_defult_wps .wps-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    position: relative;
    width: 80%;
}
.quick_defult_wps .close-wps {
    position: relative;
    top: 100px;
    right: 100px;
    font-size: 70px;
    background: none;
    border: none;
    cursor: pointer;
    background: #7a7a7a;
    color: #fff;
    border: 1px solid #616161;
    padding: 10px;
    border-radius: 50%;
    line-height: 43px;
    float: right;
    z-index: 999;
}


.quick_defult_wps .open-wps {
    position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    padding: 10px 25px;
    text-transform: capitalize;
    z-index: 1;
    box-shadow: 0px 30px 30px rgb(155 155 155 / 11%);
    /* border-radius: 2px; */
    transition: all 500ms ease;
    background-color: #2e2a67;
    margin-left: 0px;
}

.quick_defult_wps .open-wps:hover{
    color: #fff;
    background-color: #5c0000;
}
.wps-countdown .wps_date{
    border: 1px solid #f3f3f3;
    padding: 3px 5px;
    border-radius: 2px;
    margin-right: 0px;
    font-size: 11px;
    line-height: 19px;
    margin-bottom: 10px;
}

.mr_product_thumb.product_image {
	overflow:hidden;
}
.wps_order_container {
    display: flex;
    flex-direction: column;
}

.order-1 {
    order: 1 !important;
}
.order-2 {
    order: 2 !important;
}
.order-3 {
    order: 3 !important;
}
.order-4 {
    order: 4 !important;
}
.order-5 {
    order: 5 !important;
}
.order-6{
    order: 6 !important;
}
.order-7 {
    order: 7 !important;
}
.order-8 {
    order: 8 !important;
}
.order-9 {
    order: 9 !important;
}
.order-10 {
    order: 10 !important;
}



.mr_shop_price del {
  text-decoration: none!important;
}

.mr_shop_price del .amount bdi{
    text-decoration: line-through;
}


.wps_cat {
    display: flex;
}
.wps_instock_text{
	transition: all 300ms ease;
	font-size: 12px;
	color: #099268;
	font-weight: 600;
}

.wps_inline_block{
	display:inline-block!important;
}

.wps_thumbnail_area{
	/* position:relative; */
}


.mr_shop .product-block_hr_001 .overlay.flex-end{
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    transition: all 500ms ease;
}
.wps_thumbnail_area:hover .overlay.flex-end{
    right: 30px;
}


.mr_shop .product-block_hr_001 .overlay.flex-start{
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    transition: all 500ms ease;
}
.wps_thumbnail_area:hover .overlay.flex-start{
    left: 30px;
}


.mr_shop .product-block_hr_001 .overlay.column{
    position: absolute;
    top: 50%;
    left:50%;
	margin-top:-20px;
    transform: translateX(-20%);
    transition: all 500ms ease;
}
.wps_thumbnail_area:hover .overlay.column{
	transform: translateX(-50%);
}

.wps_style_3_count{
	display:flex;
	align-items:center;
	gap:10px;
}

.mr_style_one {
    position: relative;  /* Ensure the parent has a positioned context */
    z-index: 1; /* Set a higher z-index for the parent */
}

.mr_style_one .hide_content {
    position: absolute;
    padding: 20px;
    top: 100%;
    opacity: 0;
    z-index: 999999; /* High z-index for the child element */
    visibility: hidden;
    background-color: #ffffff;
    border: 1px solid #ededed;
    transform: scaleY(.8);
    transition: all 0.5s;
	transform-origin: top;
}

.mr_style_one:hover .hide_content {
    opacity: 1;
    z-index: 999999; /* Make sure the z-index is higher when shown */
    visibility: visible;
    transform: scaleY(1);
	top: 100%;
}





   .wps_slide_sweeper_one .swiper {
      width: 100%;
      height: 100%;
    }

     .wps_slide_sweeper_one .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

     .wps_slide_sweeper_one .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }


 .wps_slide_thumb .swiper {
      width: 100%;
      height: 100%;
    }

    .wps_slide_thumb .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: none!important;
      display: flex;
      justify-content: center;
      align-items: center;
    }

   .wps_slide_thumb .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

 .wps_slide_sweeper_two .swiper {
      width: 100%;
      height: 100%;
      margin-left: auto;
      margin-right: auto;
    }

   .wps_slide_sweeper_two .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      height: calc((100% - 30px) / 2) !important;

      /* Center slide text vertically */
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .wps_slide_sweeper_two .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }




 .swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }





.product-card {
    position: relative;
    width: 200px;
}
.product-card img {
    width: 100%;
}



 .flip-box {
	perspective: 1000px;
  }

  .flip-box-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.8s;
	transform-style: preserve-3d;
  }
  .mr_shop .product-block_hr_001:hover .flip-box-inner {
	transform: rotateY(180deg);
  }

  .flip-box-back {
	position: absolute;
	width: 100%;
	height: 100%;
	  top: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
  }


  .flip-box-front {
	background-color: #ffffff00;
	color: black;
	}
  .flip-box-back {
	background-color: #ffffff;
	color: white;
	transform: rotateY(180deg);
	}

.swiper-button-next:after {
    font-size: 25px!important;
	top:70px!important;
	z-index:999!important;
	position:relative;
}

.swiper-button-prev:after {
    font-size: 25px!important;
	top:70px!important;
	z-index:999!important;
	position:relative;
}

.produt_section .wps_thumbnail_area {
    position: relative;
}

.mr_product_title h2 {
    text-align: center !important;
    /* padding: 30px 0px 0px 0px!important; */
    /* font-family: "Jost", Sans-serif; */
    font-size: 16px;
    /* font-weight: 600; */
    /* color: #444444 !important; */
}
.mr_shop_price bdi, .mr_shop_price ins span {
/*     color: #3e3c3c; */
    font-size: 13px;
    font-weight: 600;
}
.mr_star_rating .mr_star_full{
    display: inline-block;
}
.mr_review_number {
    text-align: center !important;
    font-size: 13px;
    font-weight: 500;
    color: #222;
}

.mr_product_progress span.border-green {
    background: #008000 !important;
}


.mr_style_one .hide_content {
    left: 0;
    right: 0;
}

.wps_tab_container .nav-link{
	border-radius:0px!important;
	margin: 0px!important;
	border: none!important;
	line-height: 1.8em!important;
	/* width: 198px; */
	color: #181818;
	font-size: 13px;
	font-weight: 500;
	/* border-radius: 10px; */
}





.product_block_one .hover-slider-indicator-dot {
    /* background-color: #ffffff; */
    /* border-radius: 50%; */
    /* height: 4px; */
    /* width: 4px; */
    /* border: 1px solid #a7a7a7; */
    /* padding: 2px; */
}

.product_block_one .hover-slider-indicator-dot.active {
    /* background-color: #ff4671; */
    /* opacity: 1; */
}


svg.wps_svg_23 path[fill="#ec2e18"] {
  fill: green!important;
}



.wps_slider_path .owl-theme .owl-dots {
    /* position: absolute; */
    /* bottom: 10%; */
    /* left: 47%; */
}


.wps_slider_path .owl-theme .owl-dots .owl-dot span {
    /* background: #18f45e; */
    display: block;
    margin: 0px 5px;
    transition: opacity 200ms ease 0s;
    width: 15px;
    height: 15px;
}
.wps_slider_path .owl-theme .owl-dots .owl-dot.active span {
    background: none repeat scroll 0 0 #ff126e;
}


.wps_slider_path  .owl-nav{
    position: absolute;
    width: 100%;
}

.wps_slider_path .owl-nav .owl-next{
    left: 90%;
    position: absolute;
}

.wps_slider_path .owl-nav .owl-prev{
    left: 10%;
	position: absolute;
}

.wps_slider_path .owl-nav .owl-prev,
.wps_slider_path .owl-nav .owl-next {
    bottom: 50%;
    position: absolute;
    color: #222;
    /* width: 40px; */
    /* height: 40px; */
    /* background: #f4187c; */
    /* border-radius: 50%; */
    /* font-size:15px; */
}
.wps_slider_path .owl-nav {
    /* left: -50px; */
    /* right: -50px; */
    display: flex;
}

.wps_slider_path .owl-nav .owl-next {
    left: auto;
}
.mr_shop .nav-tabs .nav-link.active{
/* 	color:inherit!important; */
	border:none!important;

}
.mr_shop .nav-tabs li{

}
.mr_shop .nav-tabs {
    border-bottom: none;
    width:100%;
}



/* All Default Settings of the Widger */

.mr_shop .mr_star_rating i{
    font-size: 13px;
    color: #ffc92e;
    margin-bottom: 5px;
}


.quick_defult_wps{
    margin-top: 15px;
    margin-bottom: 15px;
}
.mr_shop .product-single-item-sold p span{
	margin-left:5px;
}
.wps_out_stock_icont{
	color:#999;
}

.wps_instock i{
	font-size:13px;
}


.wps_meta_text li {
    font-size: 14px;
    padding-bottom: 6px;
    padding-left: 0px;
    list-style-type: square;
    margin-left: 10px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 6px;
    padding-left: 3px;
    color: #646464;
    text-align: left;
}
.wps_offer_text p {
    font-size: 13px;
    color: #202020;
    font-weight: 500;
}
.mr_spcl .spcl_text{
	font-size: 13px;
	padding: 0px 15px;
	line-height: 30px;
	margin-top: 40px;
	background: #222;
	color: #fff;
}
.wps_out_stock_icont{
	font-style:13px;
}
.wps_cat_title{
    transition: all 300ms ease;
    font-size: 12px;
    color: #920909;
    font-weight: 600;
	line-height:35px
}
.wps_cat_img img{
	width:35px;
}
.wps_slide_thumb .swiper-slide img{
	max-height:100%;
}


.slider_path.wps_slider_path .owl-carousel .owl-stage-outer {
    overflow: visible;

}
.slider_path.wps_slider_path .owl-carousel .owl-item{
	opacity:0;
	
}
.slider_path.wps_slider_path .owl-carousel .owl-item.active{
	opacity:1;
	
}



.slider_path_button_container{
	display:flex;
}
.wps_slider_style_one .owl-theme .owl-dots{
	position:absolute;
	display: flex;
}




.wps_product_details .quantity input[type="number"] {
    text-align: center;
    padding-left: 10px;
}


.wps_qnt_button .minus{
    float:left;
}

.wps_qnt_button .plus{
    float:right;
}

.mr_product_thumb .swiper-pagination-fraction {
    border: 1px solid #ededed;
    width: 80px;
    border-radius: 7px;
    color: #222;
    background: white;
    padding: 4px 10px;
    line-height: 15px;
    font-size: 13px;
}

 .wps_cart_notice.ajax-notice{
    position: fixed;
    bottom: 20px;
    right: 61px;
    background-color: #fff5f5;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
    z-index: 9999;
    display: flex;
    align-items: center;
}
.wps_cart_notice.ajax-notice button.close-notice {
    position: absolute;
    right: 15px;
    top: 8px;
    font-size: 13px;
    color: #e13a3a;
}

.wps_cart_notice.ajax-notice .wps_notice_content {
    position: relative;
    padding-left: 154px;
    max-width: 550px;
    padding-right: 50px;
    padding-top: 20px;
    padding-bottom: 18px;
}

.wps_cart_notice.ajax-notice .wps_cart_thumbnail {
    position: absolute;
    left: 21px;
    top: 20px;
    width: 110px;
    background: #fff;
    border: 2px solid #ffcfcf;
    border-radius: 4px;
}

.wps_cart_notice.ajax-notice p {
    margin-bottom: 6px;
    color: #414141;
    font-size: 15px;
}

.wps_cart_notice.ajax-notice a {
    margin-right: 10px;
    font-size: 13px;
    background: #8192ff;
    color: #fff;
    /* line-height: 31px; */
    padding: 4px 14px;
    border-radius: 3px;
}


.wps_hide_two_block {
    position: relative;
}

.wps_hide_two_block .hider_area_2 {
    height: 0;
    transition: .3s all;
    overflow: hidden;
}

.wps_hide_two_block .wps_product_details.product_bottom.mr_bottom {
    transition: .3s all;
    position: relative;
    z-index: 9;
}

.mr_shop .product-block_hr_001:hover .wps_hide_two_block .wps_product_details.product_bottom.mr_bottom {
    margin-top: -50px;
}

.mr_shop .product-block_hr_001:hover .wps_hide_two_block .hider_area_2 {height: 50px;transition: .3s all;overflow: hidden;}

.product_block_one img {
    transition: .5s;
}

.product-block_hr_001:hover .mr_product_thumb .image-box img {
    transform: scale(1.1);
}





.mr_shop_single .woocommerce span.onsale {
    z-index: 995!important;
    background: #ffffff;
    color: #06414a;
    border: 1px solid #06414a;
    top: 20px!important;
    left: 20px!important;
    border-radius: 4px!important;
    padding: 4px 20px!important;
}

.mr_shop h2.woocommerce-loop-product__title {
	font-size:16px;
}



.wps_slide_row .swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: row;
}




.swiper-pagination .swiper-pagination-bullet {
	opacity: 1;
	width: 30px;
	height: 30px;
}

/* This code is for poroduct Search */

.wps_product_search {
    position: relative;
}

.wps_product_search #search-results {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    max-height: 500px;
    overflow-y: auto;
    transition: max-height 0.3s ease-out;
	padding:30px;
}

.wps_product_search #search-results.show {
    display: block;
    max-height: 500px;
}


.wps_thumbnail_area .swiper-pagination .swiper-pagination-bullet{
	/* outline:1px solid #fff; */
	/* outline-offset: -9px; */
}
.mr_shop .product-block_hr_001 .overlay ul li {
    transform: translateY(20px);
    transition: .5S;
    opacity: 0;
}

.mr_shop .product-block_hr_001:hover .overlay ul li {
    transform: translateY(0);
    opacity: 1;
}

.mr_shop .product-block_hr_001 .overlay ul li:nth-child(2) {
    transition-delay: .2s;
}

.mr_shop .product-block_hr_001 .overlay ul li:nth-child(3) {
    transition-delay: .4s;
}
.mr_shop .product-block_hr_001 .overlay ul li:nth-child(4) {
    transition-delay: .6s;
}
.mr_shop .product-block_hr_001 .overlay ul li:nth-child(5) {
    transition-delay: .8s;
}

.jesan_underline_color_03{
	color:#f1a112!important;
}

.bgcolor_yello {
	background:#f1a112;
	padding: 0px 20px;
	margin-bottom:5px;
}
.bgcolor_meg{
	background:#4e2596;
	padding: 0px 20px;
}


.wps_order-left {
    order: 0 !important;
}

.wps_order-right {
    order: 1 !important;
}

.mr_style_one .hide_content {
    margin-left: -4px;
    margin-right: -4px;
}


.wps_grid_left {
    order: 1 !important;
}


.wps_overflow{
	overflow:hidden;
}

.wps_shop_mainpage{
	padding-top:100px;
}
.mr_shop.wps_shop_mainpage .inner-box .image{
	padding:25px;
}

.mr_shop.wps_shop_mainpage .quantity{
    border: 1px solid #c3c3c3;
    height: 40px;
    line-height: 38px;
    border-radius: 4px;
    width: 150px;
    margin: 0 auto;
    margin-bottom: 10px;
}

/*
section:hover {
    z-index: 99;
    position: relative;
}
*/


.mr_shop .product-block_hr_001 .overlay ul li {
    list-style: none;
}

.slider_path .owl-nav {
    display: flex!important;
}
.slider_path .owl-theme .owl-dots{
    display: flex!important;
}







.wps_project_tab .slider_path .owl-nav button{
	position:absolute;
}
.wps_project_tab .slider_path .owl-dots {
    display: flex!important;
}

.wps_project_tab .slider_path .owl-dots .owl-dot span {
	display:block;
}
.wps_project_tab .slider_path .owl-dots .owl-dot{
	position:absolute;
}




.wps_project_tab_style_1 .wp_project_block:hover .image-box:before {
    position: absolute;
    content: '';
    background: #023827;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 1;
    z-index: 1;
    transition: all 500ms ease;

}
.wps_project_tab_style_1 .wp_project_block{
	transition: all 500ms ease;
}




.wps_project_gallery .wp_project_block:hover .image-box:before {
    position: absolute;
    content: '';
    background: #023827;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 1;
    z-index: 1;
    transition: all 500ms ease;

}
.wps_project_gallery .wp_project_block:hover .image-box{
	transition: all 500ms ease;
}
.wps_project_gallery .wp_project_block{
	transition: all 500ms ease;
}

.wps_overflow_hidden{
    overflow: hidden;
}



.wps_slider_path .owl-nav .owl-prev, .wps_slider_path .owl-nav .owl-next {
    transition: .5s ease;
}



.slider_path.wps_slider_path .wps_thumbnail_area.wps_slide_thumb .swiper{
	overflow:hidden;
}


.wps_ajax_search_price{
	margin-left:20px;
}
.wps_ajax_search_rating .rating-count{
	font-size:13px;
	font-weight:500;
}

.single_metas .mr_addtocart_i{
	color:#4c4c4c;
}
.single_metas .cart-btn button {
    position: inherit;
	font-weight:500;
}

.mr_shop_slide.wps_owls_slide{
	overflow:hidden;
}
.mr_shop.mr_products_one.wps_slide_sweeper_two{
	overflow:hidden;
}









/* Define your hover effect */
.wps_thumb_gallery {
    overflow: hidden;
}

.wps_thumb_gallery img {
    transition: transform 0.3s ease;
}

.wps_thumb_gallery:hover img {
    transform: scale(1.8); /* Zoom the image by 20% */
}



.woocommerce .woocommerce-product-gallery__image.wps_thumb_gallery  img {
    border: none;
}


.woocommerce .woocommerce-product-gallery__image  img {
    border-radius: 4px;
}




.wps_singleproduct_variation select {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 4px;
}

.wps_singleproduct_variation tr {
    display: flex;
    gap: 20px;
}

.wps_singleproduct_variation a.reset_variations {
    display: none;
}

.wps_singleproduct_variation th.label {
    position: relative;
    top: -5px;
}

.wps_singleproduct_variation .woocommerce-variation-add-to-cart {
    display: flex;
    align-items: center;
}

.wps_singleproduct_variation .quantity {
    height: 42px;
}

.wps_singleproduct_variation .quantity  input.input-text {
    padding: 2px;
    height: auto;
	top: -15px;
}

.wps_singleproduct_variation p.stock.in-stock {
    margin-bottom: 20px;
}

.wps_singleproduct_variation td.value {
    display: flex;
}

.wps_singleproduct_variation del bdi {
    font-size: 18px;
}

.wps_singleproduct_variation span.woocommerce-Price-currencySymbol {
    font-size: 18px;
}

.single-product.woocommerce .wps_singleproduct_variation .price inc span.woocommerce-Price-currencySymbol {
    font-size: 20px !important;
}

/*** Add New Css ***/

.wps_shop_mainpage{
	padding-bottom: 80px;
}
.wps_shop_view .wps_product_list_view .product-block-two{
	padding-bottom: 0px;
}
.wps_shop_view .wps_product_list_view .product-block-two .inner-box .row{
	align-items: center;
}
.wps_shop_view .wps_product_list_view .product-block-two .lower-content{
	border-top: none;
	padding: 0px;
}
.wps_shop_view .wps_product_list_view .product-block-two .quantity{
	width: 150px;
	height: 40px;
	line-height: 38px;
}
.wps_shop_view .wps_product_list_view .product-block-two .overlay{
	border-radius: 10px 0px 0px 10px;
}
.wps_shop_view .shop-grid-content .inner-box .quantity input.input-text,
.wps_shop_view .wps_product_list_view .inner-box .quantity input.input-text{
    max-width: 100%;
    width: 100%;
    height: auto;
    float: none;
	height: 40px;
	line-height: 38px;
    padding: 0px 40px;
    margin-right: 0px !important;
    border-radius: 0px;
}
.wps_shop_view .mr_shop_sorting {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F6F7F9;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 30px !important;
}
.wps_shop_view .woocommerce-form .woocommerce-ordering select {
    position: relative;
    display: block;
    height: 40px;
    line-height: 40px;
    background: transparent;
    border: 1px solid #e5e5e5 !important;
    border-radius: 30px;
    color: var(--thm-black);
    font-size: 15px;
    font-weight: 400;
    padding: 5px 20px;
}
.wps_shop_view .menu-box {
    position: relative;
    z-index: 999;
	display: flex;
	gap: 10px;
	align-items: center;
}
.wps_shop_view .menu-box button {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 24px;
    background: #fff;
    border: 1px solid #E3E7EB;
    border-radius: 5px;
    text-align: center;
    font-size: 24px;
    color: #7C7C7C;
    cursor: pointer;
    transition: all 500ms ease;
}

.wps_shop_view .menu-box button.on {
    color: #000000;
    background: #3BB77E;
    color: #ffffff;
}
.wps_shop_view .mr_shop_sorting .woocommerce-form{
	position: relative;
	right: inherit;
}
.wps_shop_view .product-block-two a.button{
	max-width: 150px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 12px 25px;
	border-radius: 5px;
}
.wps_shop_view .product-block-two table.variations {
    text-align: center;
    display: inline-block;
	margin-bottom: 20px;
}
.wps_shop_view .product-block-two a.reset_variations {
    display: none;
}
.wps_shop_view .mr_shop_sorting p.woocommerce-result-count{
	top: 0px;
}
.wps_shop_view .mr_shop_sorting .woocommerce-form .woocommerce-ordering{
	margin-bottom: 0px;
}
.wps_shop_view .wrapper.list .shop-list-content{
  display: block;
}
.wps_shop_view .wrapper.list .shop-grid-content{
  display: none
}
.wps_shop_view .wrapper.grid .shop-list-content{
  display: none;
}
.wps_shop_view .wrapper.grid .shop-grid-content{
  display: block
}

.wps_product_list_view .product-block-two h4 a {
    transition: .5s;
    color: #1e2843;
    font-size: 20px;
    line-height: 16px;
}
.wps_product_list_view  .lower-content{
	text-align:left;
}

.wps_product_list_view  .cart-wrapper {
	text-align:left;
}
.wps_product_list_view  .cart-wrapper  li {
    list-style: inside!important;
    padding: 0px;
    margin: 0px;
    margin-left: 5px;
}
.wps_product_list_view .wps_simple_quantity{
	display:flex;
}
.wps_shop_view .wps_product_list_view .product-block-two .quantity{
	text-align:center;
}

.mr_star_rating{
    display: inline-flex;
    color: #ffc92e;
}
.wps_related_products .stock.in-stock{
	display:none;
}
.wps_content_defult .stock.in-stock{
	display:none;
}

.product-block-spining.loading::before{
	
	z-index: 999!important;
}
.product-block-spining.loading::after{
	
	z-index: 9999!important;
}
.wps_qnt_button .quantity {
    display: flex;
}

.wps_qnt_button .quantity input[type="number"] {
    width: 100%;
    padding: 0;
}



.wps_thumbnail_area .product_block_one .hover-slider-indicator {
    display: flex;
    justify-content: center;
}



.slider_path .owl-theme .owl-dots {
    position: absolute;
    bottom: 10%;
    left: 47%;
}


.slider_path .owl-theme .owl-dots .owl-dot span {
    background: #18f45e;
    display: block;
    margin: 0px 5px 0px 5px;
    transition: opacity 200ms ease 0s;
    width: 15px;
    height: 15px;
}
.slider_path .owl-theme .owl-dots .owl-dot.active span {
    background: none repeat scroll 0 0 #ff126e;
}


.slider_path  .owl-nav{
    position: absolute;

}

.slider_path .owl-nav .owl-next{
    left: 90%;
	position: absolute;
}

.slider_path .owl-nav .owl-prev{
    left: 10%;
	position: absolute;
}

.slider_path .owl-nav .owl-prev,
.slider_path .owl-nav .owl-next {
    bottom: 50%;
    position: absolute;
    color: #222;
    width: 40px;
    height: 40px;
    background: #f4187c;
    border-radius: 50%;
   font-size:15px;
}