.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;
}
.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; }
.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 .mr_product_progress{
padding:3px 10px; }
.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{ color: #222;
}
.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 {
}
.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: #222;
}
.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;
}
.row-5>* {
padding: 0 5px;
}
@media only screen and (min-width: 1200px){
.mr_column_5 {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.mr_column_7 {
-ms-flex: 0 0 14.2%;
flex: 0 0 14.2%;
max-width: 14.2%;
}
.mr_column_8 {
-ms-flex: 0 0 12.5%;
flex: 0 0 12.5%;
max-width: 12.5%;
}
.mr_column_9 {
-ms-flex: 0 0 11.1%;
flex: 0 0 11.1%;
max-width: 11.1%;
}
.mr_column_10 {
-ms-flex: 0 0 10%;
flex: 0 0 10%;
max-width: 10%;
}
} .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;
}
.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{ }
.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; z-index: 1; }
.mr_style_one .hide_content {
position: absolute;
padding: 20px;
top: 100%;
opacity: 0;
z-index: 999999; 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; 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; 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;  font-size: 16px;  }
.mr_shop_price bdi, .mr_shop_price ins span {
color: #3e3c3c !important;
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; color: #181818;
font-size: 13px;
font-weight: 500; }
.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 {   }
.wps_slider_path .owl-theme .owl-dots .owl-dot span { 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; }
.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;
}
.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%;
} .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;
}
section:hover {
z-index: 99;
position: relative;
}
.slider_path_button_container{
display:flex;
}
.wps_slider_style_one .owl-theme .owl-dots{
position:absolute;
}
.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; 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: -127px;
}
.mr_shop .product-block_hr_001:hover .wps_hide_two_block .hider_area_2 {height: 127px;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;
} .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;
}