.counter-about .elbzotech-text-editor{
box-shadow: 0px 6px 10px rgba(121, 99, 104, 0.14), 0px 1px 18px rgba(0, 0, 0, 0.12);
border-radius: 0px;
padding: 120px 0;
}
.counter-about .elbzotech-text-editor p{
margin-top: 35px;
}  .box-contact-form .wpcf7-form textarea{
width: 100%;
background: #fff;
border-radius: 0px;
border: none;
font-family: var(--bzo-body_typo-font-family);
font-size: 16px;
}
.box-contact-form .wpcf7-form input.wpcf7-text
{
width: 100%;
background: #fff;
border-radius: 0px;
border: none;
height: 48px;
line-height: 48px;
}
.box-contact-form .wpcf7-form input.wpcf7-submit{
margin-top: 45px;
}
.box-contact-form .wpcf7-form label
{
margin-bottom: 8px;
display: block;
}
.box-contact-form .wpcf7-form p{
margin-bottom: 30px;
}
.box-contact-form .wpcf7-not-valid-tip{
text-align: left;
margin-top: 15px;
padding: 0px 20px;
}
.box-contact-form form .wpcf7-response-output{
display: inline-block;
margin: 0px;
}
.box-contact-form .wpcf7-spinner{
display: none;
margin-bottom: -5px;
}
.box-contact-form .submitting .wpcf7-spinner{
display: inline-block;
}
@media(max-width: 1199px){
.item-list-post-default .post-title{
font-size: 36px;
line-height: 42px;
}
} .box-contact-form-v2 .wpcf7-form textarea,
.box-contact-form-v2 .wpcf7-form input.wpcf7-text{
border: 1px solid var(--bzo-border-color);
border-radius: 0px;
}
@media(max-width: 1199px){
.box-contact-form.box-contact-form-v2 .wpcf7-form input.wpcf7-submit{
margin-top: 25px;
}
}
@media(max-width: 1024px){
}  div#cookie-notice .bzotech-bt-cookie{
line-height: 40px;
border-radius: 0px;
background-color: #369EE3;
color: #fff;
padding: 0 15px;
margin: 0 0 0 15px;
border: 1px solid transparent;
}
div#cookie-notice .bzotech-bt-cookie:hover{
color: #fff;
background-color: #fff;
}
div#cookie-notice #cn-accept-cookie{
background-color: #2EB85C;
}
div#cookie-notice #cn-accept-cookie:hover{
background-color: #fff;
border-color: #2EB85C;
color: #2EB85C;
}
div#cookie-notice #cn-refuse-cookie{
background-color: #EF5454;
}
div#cookie-notice #cn-refuse-cookie:hover{
background-color: #fff;
border-color: #EF5454;
color: #EF5454;
}
div#cookie-notice #cn-more-info{
background-color: #369EE3;
}
div#cookie-notice #cn-more-info:hover{
background-color: #fff;
border-color: #369EE3;
color: #369EE3;
}
div#cookie-notice{
box-shadow: 0px 0px 15px -7px rgba(0, 0, 0, 0.5);
font-family: var(--bzo-body_typo-font-family);
font-size: 16px;
}
div#cookie-notice span#cn-notice-text{
margin: 0;
line-height: 40px;
color: #333;
}
@media(max-width: 767px){
div#cookie-notice span#cn-notice-text{
line-height: 24px;
margin-bottom: 15px;
}
div#cookie-notice .bzotech-bt-cookie{
margin: 0 5px;
}
.sidebar-right {
margin-top: 25px;
}
}  .btn-popup-cart {
border: 0;
color: #fff;
text-transform: uppercase;
font-size: 16px;
font-weight: 500;
line-height: 46px;
text-align: center;
background: var(--bzo-main-color);
border-radius: 0px;
padding: 0 30px;
display: inline-block;
cursor: pointer;
z-index: 1;
position: relative;
font-family: var(--bzo-body_typo-font-family);
overflow: hidden;
moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
position: relative;
margin: 0 10px;
}
.btn-popup-cart:hover {
background: var(--bzo-main-color2);
color: #fff;
box-shadow: 0px 8px 10px rgba(121, 99, 104, 0.14), 0px 3px 14px rgba(0, 0, 0, 0.12);
moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.btn-popup-cart.close {
background: #2FBF46;
}
.btn-popup-cart.close:hover {
background:  #2fbf46b0;
}  .banner-effect-1 .item-info-box-global .info-box-icon > a,
.banner-effect-1 .elbzotech-banner-info-global-wrap .adv-thumb-link{
display: flex;
position: relative;
overflow: hidden;
}
.banner-effect-1 .item-info-box-global .info-box-icon > a::before,
.banner-effect-1 .elbzotech-banner-info-global-wrap .adv-thumb-link::before{  
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.15) 70%);
background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.15) 70%);
content: '';
opacity: 0;
-webkit-transform: translate3d(0,50%,0);
transform: translate3d(0,50%,0);
-webkit-transition: opacity 0.4s,-webkit-transform 0.4s;
transition: opacity 0.4s,transform 0.4s;
}
.banner-effect-1 .item-info-box-global .info-box-icon > a:hover::before,
.banner-effect-1 .elbzotech-banner-info-global-wrap .adv-thumb-link:hover::before{
opacity: 1;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}   .elbzotech-search-global-icon-popup {
display: flex;
}
.bzotech-navbar-nav .sub-menu > li > a {
font-size: 16px;
}
.footer-page .item-instagram-global- .item-instagram a {
border-radius: 0;
}
.bzotech-swiper-navi .swiper-button-nav.swiper-button-disabled {
opacity: 1;
}
.home10-banner-slider .item-slider-global- .item-content {
display: flex;
align-items: center;
margin-right: 70px;
}
.home10-banner-slider .item-slider-global- .item-content:before {
content: "";
width: 38px;
height: 3px;
background: #545454;
margin-right: 70px;
}
.home10-banner-slider .item-slider-global- .item-content  a{
color: #fff;
}
.home10-banner-slider .item-slider-global- .item-content  a:hover {
color: var(--bzo-main-color);
}
.home10-banner1 {
position: relative;
}
.home10-banner1:before {
position: absolute;
top: 75px;
height: calc(100% - 138px);
width: calc(100% - 30px);
left: 15px;
right: 15px;
background: var(--bzo-main-color-mix-3);
}
.elbzotech-wrapper-slider-product .bzotech-swiper-navi .swiper-button-nav.swiper-button-next:before {
content: '';
width: 1px;
height: 17px;
background: #D6D6D6;
right: 35px;
position: absolute;
top: 3px;
}
.elbzotech-wrapper-slider-product .bzotech-swiper-navi .swiper-button-nav {
top: -55px;
width: 24px;
height: 24px;
font-size: 20px;
color: #454545;
}
.elbzotech-wrapper-slider-product .bzotech-swiper-navi .swiper-button-nav:hover {
color: var(--bzo-main-color);
}
.elbzotech-wrapper-slider-product .bzotech-swiper-navi .swiper-button-nav.swiper-button-next {
right: 0;
}
.elbzotech-wrapper-slider-product .bzotech-swiper-navi .swiper-button-nav.swiper-button-prev {
left: auto;
right: 51px;
} .woocommerce div.product form.cart button.single_add_to_cart_button {
background: var(--bzo-main-color2);
}
.woocommerce div.product form.cart button.single_add_to_cart_button:hover {
color: var(--bzo-main-color);
} .button-wrap-global .button-inner,
.mc4wp-form button,
.bz-btn,
.button,
.readmore-wrap .elbzotech-bt-default{
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
position: relative;
}
.readmore-wrap .elbzotech-bt-default:hover {
color: var(--bzo-main-color);
}
.button-wrap-global .button-inner:before,
.mc4wp-form button:before,
.bz-btn:before,
.button:before,
.readmore-wrap .elbzotech-bt-default:before{
content: '';
position: absolute;
border: var(--bzo-main-color) solid 2px;
top: 4px;
left: 4px;
right: 4px;
bottom: 4px;
opacity: 0;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: opacity;
transition-property: opacity;
}
.button-wrap-global .button-inner:hover:before,
.mc4wp-form button:hover:before,
.bz-btn:hover:before,
.button:hover:before,
.readmore-wrap .elbzotech-bt-default:hover:before{
opacity: 1;
}
.after-append-footer .button-wrap-global .button-inner:before {
display: none;
}
.woocommerce div.product form.cart .ajax_add_to_cart::before, .woocommerce div.product form.cart .single_add_to_cart_button::before {
content: '';
width: auto;
height: auto;
top: 4px;
left: 4px;
right: 4px;
bottom: 4px;
} .detail-quickview {
color: var(--bzo-main-color2);
}
.woocommerce div.product form.cart .single_add_to_cart_button, .box-upload .wpcf7-submit, .elbzotech-bt-default {
background: var(--bzo-main-color2);
}
.content-popup-mailchimp input[type="checkbox"]:checked:before {
content: "\f00c";
background: var(--bzo-main-color2);
}
.item-product-wg .product-title a {
font-family: var(--bzo-body_typo-font-family);
font-weight: 600;
}
.product-price .woocommerce-Price-amount{
color: var(--bzo-main-color2);
}
.button, .wishlist_table .product-add-to-cart a,
.woocommerce #respond input#submit, 
.woocommerce a.button, .woocommerce a.button.alt, 
.woocommerce button.button, .woocommerce input.button {
background: var(--bzo-main-color2);
}
.item-product-wg .woocs_price_code {
display: flex;
gap: 4px;
}
.item-product-wg .woocs_price_code del {
order: 1;
}
.product-title-single {
text-transform: capitalize;
}
.single-related-product .elbzotech-wrapper-slider-product {
position: relative;
}
.single-related-product .elbzotech-wrapper-slider-product .bzotech-swiper-navi .swiper-button-nav {
top: -20px;
margin-top: -15px;
border: none;
font-size: 14px;
transform: scale(1);
}
.single-related-product .title-related-product {
margin-bottom: 40px;
}
.elbzotech-bread-crumb-global *{
color: #fff;
}
.product-price .slipt {
color: var(--bzo-main-color2);
}
.product-detail .product-price .woocs_price_code {
display: flex;
gap: 4px;
align-items: center;
}
.product-detail .product-price .woocs_price_code del {
order: 1;
}
.product-detail-info .product-price del .woocommerce-Price-amount {
top: 0;
}
.woocommerce-page .woocommerce-info a.showcoupon {
color: #fff;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order,
.meta-post-tags-share .tags-post a {
background: var(--bzo-main-color2);
}
.meta-post-tags-share .tags-post a:hover {
background: var(--bzo-main-color);
}
.comment-form input.elbzotech-bt-default:hover,
.box-contact-form .wpcf7-form input.wpcf7-submit:hover {
color: var(--bzo-main-color);
}
.elbzotech-mailchimp-global-style3 .mc4wp-form button {
white-space: nowrap;
}
.mini_cart_item .product-info .product-title {
text-transform: capitalize;
}
.elbzotech-logo-global-style-image a {
display: flex;
}
div.elementor-widget-image a {
display: flex;
overflow: hidden;
}
.item-slider-global-style11 .product-rating {
background-image: url(https://2wantis2have.com/wp-content/themes/bw-mystyle/assets/global/css/images/icon/rate-star1.png);
height: 19px;
background-position: 0 19px;
}
.item-slider-global-style11 .product-rate {
background-image: url(https://2wantis2have.com/wp-content/themes/bw-mystyle/assets/global/css/images/icon/rate-star.png);
background-position: 0 -19px;
background-repeat: repeat-x;
height: 19px;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
width: 95px;
}
.item-list-post-default .post-thumb,
.item-list-post-default .post-thumb img {
border-radius: 0;
}
@media(max-width: 1366px) {
.home10-banner1:before {
height: calc(100% - 128px);
}
}
@media(max-width: 1200px){ 
.home10-banner1:before {
height: 100%;
top: 0;
}
}
@media(max-width: 767px){ 
.main-heder-home1 .right-heder-home1,
.main-heder-home1 .menu-heder-home1
{
background: #eee;
}
.elbzotech-wrapper-slider-product .bzotech-swiper-navi .swiper-button-nav {
top: -18px;
}
.elbzotech-wrapper-slider-product .bzotech-swiper-navi .swiper-button-nav.swiper-button-next {
right: 0px;
}
.elbzotech-wrapper-slider-product .bzotech-swiper-navi .swiper-button-nav.swiper-button-prev {
right: 30px;
}
.elbzotech-wrapper-slider-product .bzotech-swiper-navi .swiper-button-nav.swiper-button-next:before {
right: 26px;
}
.single-related-product .elbzotech-wrapper-slider-product .bzotech-swiper-navi .swiper-button-nav {
opacity: 1;
background: none;
}
.home10-banner-slider .item-slider-global- .item-content {
margin-right: 20px;
}
.home10-banner-slider .item-slider-global- .item-content:before {
margin-right: 20px;
}
.slider-home10 .item-product .product-info .section-title,
.slider-home10 .item-product .product-info .section-description,
.slider-home10 .bzotech-countdown{
margin-bottom: 10px;
}
.slider-home10 .item-product .product-info .section-description p {
margin-bottom: 0;
}
.item-slider-global-style10 .info a {
padding: 8px 20px;
line-height: 30px;
font-size: 24px;
}
.item-grid-product-style9 .product-thumb .action-buttons a.product-quick-view,
.item-grid-product-style9 .product-thumb .action-buttons a.add_to_wishlist {
display: none;
}
.item-grid-product-style9 .product-thumb .action-buttons {
justify-content: center;
}
.item-grid-product-style9 .product-thumb .action-buttons .addcart-link {
padding: 16px 0;
}
}
.mfp-figure .mfp-close:before {
border: none;
}@media (max-width: 1640px) {   .bg-abouts-home8 > .e-con-inner:before {
right: 0px;
border-radius: 0;
}
.bg-faq-home8 >.e-con-inner:before{
left: 0px;
border-radius: 0;
}
.bg-faq-home8 >.e-con-inner,
.bg-abouts-home8 > .e-con-inner{
background: #fff;
}   }
@media (max-width: 1440px) {   .contact-home-7 {
transform: translateX(0px);
margin-top: -510px;
}   }
@media (max-width: 1366px) {   .contact-home-7 {
margin-top: -460px;
}   }
@media (max-width: 1200px) {   .header8 .main-menu-header8-inner .toggle-mobile-menu{
background: var(--bzo-main-color);
padding: 0px 15px;
color: #fff;
}
.header8 .main-menu-header8 .toggle-mobile-menu{
background: var(--bzo-main-color);
padding: 0px 15px;
color: #fff;
border-radius: 15px 0 0 15px;
}      .cky-revisit-bottom-left {
bottom: 80px!important;
}   }
@media (max-width: 1024px)  {   .menu-header6{
background: #fff;
}      .contact-home-7 {
margin-top: -340px;
}   } @media (max-width: 1023px)  {
} @media (max-width: 992px)  {
.elbzotech-mailchimp-global-style3 .mc4wp-form button {
padding: 0 25px;
font-size: 14px;
}
} @media (max-width: 990px)  {
.elbzotech-mailchimp-global-style3 .mc4wp-form button {
padding: 0 25px;
display: flex;
align-items: center;
}
} @media (max-width: 880px) {   .contact-home-7 {
position: unset;
transform: unset;
width: 100%!important;
margin-top: 0;
}
.contact-home-7 .wpcf7-form {
max-width: 100%;
}
.contact-home-7 .content5 textarea {
width: 100%;
}
.contact-home-7 .wpcf7-form {
padding-bottom: 50px;
}
.contact-home-7 .wpcf7 form .wpcf7-response-output {
margin-top: 50px;
}   } @media (max-width: 768px) {
} @media (max-width: 767px) {   .header8 .main-menu-header8 .toggle-mobile-menu{
border-radius: 0px;
}      .group-filters-shop{
position: fixed;
top: 0;
right: 100%;
width: 100%;
background: #fff;
z-index: 9999;
padding: 50px 20px 0;
border: none;
overflow-y: auto;
height: 100%;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
}
.onpen-sidebar .group-filters-shop{
right: 0;
}
.group-filters-shop .close-filters{
position: absolute;
top: 20px;
right: 20px;
display: inline-block;
}      .main-menu-header7{
background: #eee;
}
.menu-home7 .toggle-mobile-menu{  
background: var(--bzo-main-color);
color: #fff;
padding: 0px 15px;
}   } @media (max-width: 576px) {
.elbzotech-mailchimp-global-style3 .mc4wp-form button {
padding: 0 15px;
}
} @media (max-width: 479px) {
} @media (max-width: 320px) {
}div#countersectionhome .section-title {
font-size: 48px;
color: #000000;
font-family: 'Jost';
}.elbzotech-mailchimp-wrap  input[type="email"] {
border: 1px solid #000;
}
.item-grid-product-  .item-product {
padding: 12px; } 
.woocommerce-loop-category__title .count {
background: none;
}
.item-grid-product- .item-product .product-thumb {
border: 1px solid #0000000a;
padding: 5px;
} 
div#countersectionhome  .section-description {
font-size: 18px;
color: #414141;
font-family: 'Jost';
line-height: 25px !important;
}
div#countersectionhome .bzotech-countdown div strong, div#countersectionhome .bzotech-countdown div div, div#countersectionhome .bzotech-countdown div sup {
color: #000 !important;
}
div#countersectionhome a.addcart-link {
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
background: #e5097f;
padding: 16px 35px;
border: 1px solid #e5097f;
display: inline-block;
}
div#countersectionhome a.addcart-link:hover {
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
background: #000;
color: #fff;
padding: 16px 35px;
border: 1px solid #e5097f;
display: inline-block;
}
.item-grid-product- .product-info .product-tag-list {
display: none !important;
}   
.home10-banner1:before {
background: rgb(250 242 244);
}
li#nav-menu-item-16673 ul.sub-menu.menu-even.sub-sub-menu.menu-depth-2 li {
width: 30%;
float: left;
}
li#nav-menu-item-16673 ul.sub-menu.menu-even.sub-sub-menu.menu-depth-2 {
min-width: 600px;
}
.item-grid-post- .item-post .post-info a.author {
display: none;
}    
.item-grid-product-style9  .action-buttons {
position: absolute;
bottom: -60px;
background: var(--bzo-main-color2);
display: flex;
justify-content: space-between;
width: 100%;
transition: .3s;
}  
.item-grid-product-style9:hover .product-thumb .action-buttons {
bottom: 0;
}
.item-grid-product-style9 .action-buttons a.product-quick-view, .item-grid-product-style9 .action-buttons a.add_to_wishlist {
display: flex;
width: 56px;
height: 56px;
justify-content: center;
align-items: center;
color: #fff;
font-size: 24px;
} 
.item-grid-product-style9 .action-buttons .addcart-link {
display: flex;
align-items: center;
color: #fff;
justify-content: center;
}
.item-grid-product-style9  .action-buttons a.add_to_wishlist {
border-right: 1px solid #D6D6D6;
}         
.item-grid-product-style9 .action-buttons a.product-quick-view {
border-left: 1px solid #D6D6D6;
} 
.item-grid-product-style9 {
margin-bottom: 35px;
}
.item-slider-global-style10 .info {
position: absolute;
bottom: 40px;
left: unset;
transform: translateX(5%);
width: 90%;
margin: 0 auto;
text-align: center;
}
.item-slider-global-style10 .info h2.title.font-title, .item-slider-global-style10 .info h2.title.font-title a {
font-size: 18px;
width: 100%; padding: 4px 4px;
}  
.products.bzotech-row.list-product-wrap.js-content-main  .product-category  h2.woocommerce-loop-category__title {
font-size: 20px;
}
.products.bzotech-row.list-product-wrap.js-content-main  .product-category  .item-product {
border: 1px solid #0000002e;
padding: 11px;
} .products.bzotech-row.list-product-wrap.js-content-main .product-category {
padding: 8px;
}.products.bzotech-row.list-product-wrap.js-content-main  .product-category  img {
max-height: 264px;
width: auto;
}
.products.bzotech-row.list-product-wrap.js-content-main  .product-category  .item-product {
border: 1px solid #0000002e;
padding: 11px;
text-align: center;
}
.sidebar.sidebar-left .sidebar-widget.widget.widget_nav_menu , .sidebar.sidebar-left .sidebar-widget.widget.widget_brands_list  {
max-height: 500px;
} 
.sidebar.sidebar-left .sidebar-widget.widget.widget_nav_menu::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
border-radius: 10px;
background-color: #F5F5F5;
}
.sidebar.sidebar-left .sidebar-widget.widget.widget_nav_menu::-webkit-scrollbar
{
width: 12px;
background-color: #F5F5F5;
}
.sidebar.sidebar-left .sidebar-widget.widget.widget_nav_menu::-webkit-scrollbar-thumb
{
border-radius: 10px;  
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background-color: #E5097F  ;
}
.sidebar.sidebar-left .sidebar-widget.widget.widget_brands_list::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
border-radius: 10px;
background-color: #F5F5F5;
}
.sidebar.sidebar-left .sidebar-widget.widget.widget_brands_list::-webkit-scrollbar
{
width: 12px;
background-color: #F5F5F5;
}
.sidebar.sidebar-left .sidebar-widget.widget.widget_brands_list::-webkit-scrollbar-thumb
{
border-radius: 10px;  
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background-color: #E5097F  ;
}
.sidebar.sidebar-left .sidebar-widget.widget.woocommerce.widget_product_categories ul.product-categories li a {
margin: 0;
padding: 0;
font-size: 21px;
}.sidebar.sidebar-left .sidebar-widget.widget.woocommerce.widget_product_categories ul.product-categories li {
margin: 0;
padding-bottom: 5px;
}.sidebar.sidebar-left .sidebar-widget.widget.woocommerce.widget_product_categories ul.product-categories li a {
margin: 0;
padding: 0;
font-size: 19px;
}
.sidebar.sidebar-left .sidebar-widget.widget.widget_nav_menu {
overflow-y: scroll;
} 
.sidebar.sidebar-left .sidebar-widget.widget.widget_brands_list{
overflow-y: scroll;  
}
.product-info.text-center {
margin-top: 18px;
}
.sidebar.sidebar-left .sidebar-widget.widget.widget_nav_menu li#menu-item-19237 > a {
display: none;
} 
.home10-banner-slider .item-slider-global- .item-content:before {
background: #ffffff !important ;        
} 
.sidebar.sidebar-left .sidebar-widget.widget.widget_nav_menu h3.widget-title {
margin: 0;
font-size: 23px;
color: #000;
}   .sidebar.sidebar-left .sidebar-widget.widget.widget_nav_menu {
overflow-y: scroll;
padding: 20px 15px;
} 
.sidebar.sidebar-left .sidebar-widget.widget.widget_nav_menu li.menu-item {
display: none;
}
.sidebar.sidebar-left .sidebar-widget.widget.widget_nav_menu li#menu-item-19237, .sidebar.sidebar-left .sidebar-widget.widget.widget_nav_menu li#menu-item-19237 li {
display: block;
padding: 7px 0;
}        
.item-slider-global-style11 .product-rate {
background-position: 2px 5px !important ;     
}
div#OurPartnerssectionnn .swiper-wrapper {
display: flex;
align-items: flex-end;
}    
.products.bzotech-row.list-product-wrap.js-content-main .product-category .item-product{
transition: all .2s ease-out 0s;
}
.products.bzotech-row.list-product-wrap.js-content-main .product-category .item-product:hover {
border-color: #E5097F;
transition: all .2s ease-out 0s;
}
.scroll-top.active {
opacity: 1;
bottom: 80px;
right: 15px;
}
body .scroll-top{
right: 15px;
}
body.archive.tax-product_cat.term-jewellery.term-1250  .wrap-bread-crumb.bread-crumb- , body.archive.tax-product_cat.term-jewellery.term-2643  .wrap-bread-crumb.bread-crumb-  {
background-image: url(https://2wantis2have.com/wp-content/uploads/2023/10/Hair-Extensions.jpg) !important ;   
}
body.archive.tax-product_cat.term-synthetic-hair-extensions.term-2643 .wrap-bread-crumb.bread-crumb-  {
background-image: url(https://2wantis2have.com/wp-content/uploads/2023/10/Hair-Extensions.jpg) !important ;   
}
body.archive.tax-product_cat.term-jewellery.term-1250  .wrap-bread-crumb.bread-crumb- {
background-image: url(https://2wantis2have.com/wp-content/uploads/2023/10/jewelry.jpg) !important ;
}
body.archive.tax-product_cat.term-make-up.term-1114  .wrap-bread-crumb.bread-crumb- {
background-image: url(https://2wantis2have.com/wp-content/uploads/2023/10/Make-Up.jpg) !important ;
}
body.page-template-default.page.page-id-12152  .wrap-bread-crumb.bread-crumb- {
background-image: url(https://2wantis2have.com/wp-content/uploads/2023/10/About-Us-banner.jpg) !important ;
}
.wrap-bread-crumb.bread-crumb- {
background-position: 0 -160px !important;
padding: 40px 0px !important ;
}
.woocommerce-loop-category__title .count {
background: none;
}  
form.woocommerce-cart-form thead {
background: #000;
color: #fff;
}
form.woocommerce-cart-form thead th {
margin: 0;
padding: 10px 10px !important;
color: #fff;
} 
.cart-collaterals h2 {
background: #000;
color: #fff;
margin: 0;
padding: 10px 10px !important;
color: #fff;
}
.woocommerce ul#shipping_method li input {
margin: -15px 10px 0px 6px;
vertical-align: top;
}    
.brandmenuclass ul.sub-menu.menu-odd.menu-depth-1 {
width: 700px;
width: 100%;
min-width: 700px;
display: flex;
flex-wrap: wrap;
}    
.brandmenuclass ul.sub-menu.menu-odd.menu-depth-1 li {
width: 25%;
}  
@media only screen and (max-width: 900px) { 
.cart-custom-style2 .woocommerce-cart-form tr.woocommerce-cart-form__cart-item.cart_item {
border: 1px solid #0000004d;
margin-bottom: 17px;
padding: 20px;
}
}
@media only screen and (max-width: 768px) { 
div#header .elbzotech-logo-global-style-image img {
max-width: 100px;
}
.bzotech-container.top_filter-shop + .bzotech-container > .bzotech-row {
display: flex;
flex-direction: column-reverse;
}	
.elementor-element.elementor-element-d54c311.e-con-full.e-flex.e-con.e-child {
width: 100% !important;
max-width: unset !important;
padding: 0 19px;
}
.products.bzotech-row.list-product-wrap.js-content-main  .product-category {
width: 50%;
}	
.products.bzotech-row.list-product-wrap.js-content-main  .product-category  h2.woocommerce-loop-category__title {
font-size: 16px;
}.products.bzotech-row.list-product-wrap.js-content-main  .product-category  img {
max-height: 164px;
width: auto;
} .products.bzotech-row.list-product-wrap.js-content-main  .product-category {
text-align: center; } .products.bzotech-row.list-product-wrap.js-content-main .product-category {
padding: 8px;
}.products.bzotech-row.list-product-wrap.js-content-main  .product-category  .item-product {
border: 1px solid #0000002e;
padding: 11px;
}div#countersectionhome .section-title {
font-size: 48px;
color: #ffffff;
font-family: 'Jost';
}div#countersectionhome  .section-description {
font-size: 18px;
color: #ffffff;
font-family: 'Jost';
line-height: 25px !important;
}div#countersectionhome .bzotech-countdown div strong, div#countersectionhome .bzotech-countdown div div, div#countersectionhome .bzotech-countdown div sup {
color: #fff !important;   
}.bread-crumb- .entry-title {
margin-bottom: 5px !important;   
font-size: 31px !important;   
} .products.bzotech-row.list-product-wrap  .item-grid-product-style9 { margin-bottom: 51px;
margin-top: 20px;
}
.products.bzotech-row.list-product-wrap  .list-col-item .action-buttons {
text-align: center;
padding: 9px 0;
}
.products.bzotech-row.list-product-wrap  .list-col-item a.addcart-link.case-cart-default {
background: #e5097f;
padding: 6px 19px;
margin: 6px 2px;
display: inline-block;
color: #fff;
}
div#countersectionhome .section-title {
font-size: 30px;
color: #ffffff;
font-family: 'Jost';
line-height: 30px;
}
.elementor-19138 .elementor-element.elementor-element-4e690cb1::before {
background: none;
}div#header .mini-cart-link {
height: 40px;
}div#header .mini-cart-link {
align-items: center;
padding: 20px 0px 20px 0px;
}div#header .toggle-mobile-menu {
position: relative;
padding: 0px;
text-align: center;
display: inline-block;
line-height: 72px;
height: 40px;
font-size: 24px;
}div#header .mini-cart-link {
height: 41px;
}div#header .toggle-mobile-menu {
position: relative;
padding: 0px;
text-align: center;
display: inline-block;
line-height: 72px;
height: 58px;
font-size: 24px;
}div#header .toggle-mobile-menu {
margin-top: -7px;
}
.elementor-19138 .elementor-element.elementor-element-4e690cb1:before {
background: none !important;
}   		
.wrap-bread-crumb.bread-crumb- {
background-position: center center;
padding: 60px 0px !important;
background-size: cover;
background-repeat: no-repeat;
}
.products.bzotech-row.list-product-wrap.js-content-main  .product-category  img {
max-height: 132px;
width: auto;
}
.brandmenuclass ul.sub-menu.menu-odd.menu-depth-1 {
width: unset;
width: unset;
min-width: unset;
display: unset;
flex-wrap: unset;
}    .brandmenuclass ul.sub-menu.menu-odd.menu-depth-1 li {
width: unset;
}  		
}.pwb-clearfix:after{content:"";display:table;clear:both}.pwb-before-loop{margin-bottom:1em}.pwb-after-loop{margin-top:1em}.pwb-carousel .pwb-slick-slide a{display:block}.pwb-carousel .pwb-slick-slide a>img{margin:0 auto}.pwb-carousel .pwb-slick-slide,.pwb-product-carousel .pwb-slick-slide{margin:0 10px}.pwb-carousel .slick-prev,.pwb-carousel .slick-next,.pwb-product-carousel .slick-prev,.pwb-product-carousel .slick-next{font-size:0;position:absolute;top:0;bottom:0;display:block;cursor:pointer;font-size:22px;width:30px;overflow:hidden;text-align:center;color:#aeaeae;border:none;outline:none;z-index:999;background:#eee;opacity:0;transition:opacity .3s ease-in-out;-webkit-transition:opacity .3s ease-in-out;-moz-transition:opacity .3s ease-in-out;-o-transition:opacity .3s ease-in-out}.pwb-carousel .slick-prev>span,.pwb-carousel .slick-next>span,.pwb-product-carousel .slick-prev>span,.pwb-product-carousel .slick-next>span{display:inline-block;height:20px;width:20px;padding:10px;position:absolute;top:50%;margin-top:-20px;left:0;right:0}.pwb-carousel .slick-prev:hover,.pwb-carousel .slick-prev:focus,.pwb-carousel .slick-next:hover,.pwb-carousel .slick-next:focus,.pwb-product-carousel .slick-prev:hover,.pwb-product-carousel .slick-prev:focus,.pwb-product-carousel .slick-next:hover,.pwb-product-carousel .slick-next:focus{outline:none}.pwb-carousel .slick-prev,.pwb-product-carousel .slick-prev{left:0}.pwb-carousel .slick-next,.pwb-product-carousel .slick-next{right:0}.pwb-carousel:hover .slick-next,.pwb-carousel:hover .slick-prev,.pwb-product-carousel:hover .slick-next,.pwb-product-carousel:hover .slick-prev{opacity:.8}.pwb-product-carousel .pwb-amount{display:block;width:100%;margin-bottom:12px}.pwb-carousel,.pwb-product-carousel{min-height:30px}.pwb-carousel .pwb-slick-slide,.pwb-product-carousel .pwb-slick-slide{display:none}.pwb-carousel.slick-initialized .pwb-slick-slide,.pwb-product-carousel.slick-initialized .pwb-slick-slide{display:block}.pwb-carousel .slick-list,.pwb-product-carousel .slick-list{opacity:0;position:absolute}.pwb-carousel.slick-initialized,.pwb-product-carousel.slick-initialized{min-height:none}.pwb-carousel.slick-initialized .slick-list,.pwb-product-carousel.slick-initialized .slick-list{opacity:1;position:relative;transition:opacity .2s ease-in}.pwb-carousel.slick-initialized .pwb-carousel-loader,.pwb-product-carousel.slick-initialized .pwb-carousel-loader{display:none !important;opacity:0 !important}.pwb-carousel-loader{font-size:10px;margin:50px auto;text-indent:-9999em;width:30px;height:30px;border-radius:50%;background:#525252;background:-moz-linear-gradient(left, #525252 10%, rgba(82, 82, 82, 0) 42%);background:-webkit-linear-gradient(left, #525252 10%, rgba(82, 82, 82, 0) 42%);background:-o-linear-gradient(left, #525252 10%, rgba(82, 82, 82, 0) 42%);background:-ms-linear-gradient(left, #525252 10%, rgba(82, 82, 82, 0) 42%);background:linear-gradient(to right, #525252 10%, rgba(82, 82, 82, 0) 42%);position:relative;-webkit-animation:PWBCarouselLoader 1.4s infinite linear;animation:PWBCarouselLoader 1.4s infinite linear;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0)}.pwb-carousel-loader:before{width:50%;height:50%;background:#525252;border-radius:100% 0 0 0;position:absolute;top:0;left:0;content:""}.pwb-carousel-loader:after{background:#fff;width:75%;height:75%;border-radius:50%;content:"";margin:auto;position:absolute;top:0;left:0;bottom:0;right:0}@-webkit-keyframes PWBCarouselLoader{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes PWBCarouselLoader{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.pwb-all-brands .pwb-pagination-wrapper{margin-top:20px;padding-top:10px;border-top:1px solid #ededed;text-align:right}.pwb-all-brands .pwb-pagination{display:inline-block;margin-right:10px;background-color:#ededed;color:#333;text-align:center;padding:10px}.pwb-brands-cols-outer{display:flex;flex-wrap:wrap;gap:15px}.pwb-all-brands .pwb-brands-cols-outer:after{content:"";display:table;clear:both}.pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3{box-sizing:border-box;width:calc(20% - 15px);display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.pwb-az-listing-row{margin-bottom:20px}.pwb-az-listing-row-in{margin-left:-5px;margin-right:-5px}.pwb-az-listing-col{padding:5px}.pwb-az-listing-col>a{display:block;text-transform:uppercase;white-space:nowrap;overflow:hidden}.pwb-az-listing-title{border-bottom:1px solid #ddd;font-weight:bold;font-size:115%;text-transform:uppercase}.pwb-az-listing-header{margin-bottom:30px}.pwb-az-listing-header ul{margin:0;padding:0;list-style:none;margin-right:-2px;margin-left:-2px}.pwb-az-listing-header li{display:inline-block;float:left;width:25px;height:25px;margin:2px;line-height:25px;border:1px solid #ddd;text-align:center}.pwb-az-listing-header a{text-transform:uppercase}.pwb-filter-products input[type=checkbox]{margin-right:10px}.pwb-filter-products li{margin-bottom:5px}.pwb-row:after{content:"";display:table;clear:both}.pwb-columns-2{width:50%}.pwb-columns-3{width:33.33333%}.pwb-columns-4{width:25%}.pwb-columns-5{width:20%}.pwb-columns-6{width:16.66666%}.pwb-columns{float:left}.pwb-single-product-brands{padding-top:1em;display:flex;gap:.1em}.product_meta .pwb-single-product-brands{padding-top:0}.pwb-text-before-brands-links{margin-right:4px}@media screen and (max-width: 1000px){.pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3{width:25%}}@media screen and (max-width: 700px){.pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3{width:50%}.pwb-columns-5,.pwb-columns-6{width:25%}}@media screen and (max-width: 480px){.pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3{width:100%;float:none}.pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3>p:first-child{height:auto}.pwb-columns-3,.pwb-columns-4,.pwb-columns-5,.pwb-columns-6{width:50%}}@media(min-width: 576px){.pwb-az-listing-col{width:50%;float:left}}@media(min-width: 992px){.pwb-az-listing-col{width:25%}}table.dataTable{width:100%;margin:0 auto;clear:both;border-collapse:separate;border-spacing:0}table.dataTable thead th,table.dataTable tfoot th{font-weight:bold}table.dataTable thead th,table.dataTable thead td{padding:10px 18px;border-bottom:1px solid #111}table.dataTable thead th:active,table.dataTable thead td:active{outline:none}table.dataTable tfoot th,table.dataTable tfoot td{padding:10px 18px 6px 18px;border-top:1px solid #111}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc_disabled{cursor:pointer;*cursor:hand;background-repeat:no-repeat;background-position:center right}table.dataTable thead .sorting{background-image:url(//2wantis2have.com/wp-content/plugins/yith-woocommerce-compare/assets/css/DataTables-1.10.18/images/sort_both.png)}table.dataTable thead .sorting_asc{background-image:url(//2wantis2have.com/wp-content/plugins/yith-woocommerce-compare/assets/css/DataTables-1.10.18/images/sort_asc.png)}table.dataTable thead .sorting_desc{background-image:url(//2wantis2have.com/wp-content/plugins/yith-woocommerce-compare/assets/css/DataTables-1.10.18/images/sort_desc.png)}table.dataTable thead .sorting_asc_disabled{background-image:url(//2wantis2have.com/wp-content/plugins/yith-woocommerce-compare/assets/css/DataTables-1.10.18/images/sort_asc_disabled.png)}table.dataTable thead .sorting_desc_disabled{background-image:url(//2wantis2have.com/wp-content/plugins/yith-woocommerce-compare/assets/css/DataTables-1.10.18/images/sort_desc_disabled.png)}table.dataTable tbody tr{background-color:#ffffff}table.dataTable tbody tr.selected{background-color:#B0BED9}table.dataTable tbody th,table.dataTable tbody td{padding:8px 10px}table.dataTable.row-border tbody th,table.dataTable.row-border tbody td,table.dataTable.display tbody th,table.dataTable.display tbody td{border-top:1px solid #ddd}table.dataTable.row-border tbody tr:first-child th,table.dataTable.row-border tbody tr:first-child td,table.dataTable.display tbody tr:first-child th,table.dataTable.display tbody tr:first-child td{border-top:none}table.dataTable.cell-border tbody th,table.dataTable.cell-border tbody td{border-top:1px solid #ddd;border-right:1px solid #ddd}table.dataTable.cell-border tbody tr th:first-child,table.dataTable.cell-border tbody tr td:first-child{border-left:1px solid #ddd}table.dataTable.cell-border tbody tr:first-child th,table.dataTable.cell-border tbody tr:first-child td{border-top:none}table.dataTable.stripe tbody tr.odd,table.dataTable.display tbody tr.odd{background-color:#f9f9f9}table.dataTable.stripe tbody tr.odd.selected,table.dataTable.display tbody tr.odd.selected{background-color:#acbad4}table.dataTable.hover tbody tr:hover,table.dataTable.display tbody tr:hover{background-color:#f6f6f6}table.dataTable.hover tbody tr:hover.selected,table.dataTable.display tbody tr:hover.selected{background-color:#aab7d1}table.dataTable.order-column tbody tr>.sorting_1,table.dataTable.order-column tbody tr>.sorting_2,table.dataTable.order-column tbody tr>.sorting_3,table.dataTable.display tbody tr>.sorting_1,table.dataTable.display tbody tr>.sorting_2,table.dataTable.display tbody tr>.sorting_3{background-color:#fafafa}table.dataTable.order-column tbody tr.selected>.sorting_1,table.dataTable.order-column tbody tr.selected>.sorting_2,table.dataTable.order-column tbody tr.selected>.sorting_3,table.dataTable.display tbody tr.selected>.sorting_1,table.dataTable.display tbody tr.selected>.sorting_2,table.dataTable.display tbody tr.selected>.sorting_3{background-color:#acbad5}table.dataTable.display tbody tr.odd>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd>.sorting_1{background-color:#f1f1f1}table.dataTable.display tbody tr.odd>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd>.sorting_2{background-color:#f3f3f3}table.dataTable.display tbody tr.odd>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd>.sorting_3{background-color:whitesmoke}table.dataTable.display tbody tr.odd.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1{background-color:#a6b4cd}table.dataTable.display tbody tr.odd.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2{background-color:#a8b5cf}table.dataTable.display tbody tr.odd.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3{background-color:#a9b7d1}table.dataTable.display tbody tr.even>.sorting_1,table.dataTable.order-column.stripe tbody tr.even>.sorting_1{background-color:#fafafa}table.dataTable.display tbody tr.even>.sorting_2,table.dataTable.order-column.stripe tbody tr.even>.sorting_2{background-color:#fcfcfc}table.dataTable.display tbody tr.even>.sorting_3,table.dataTable.order-column.stripe tbody tr.even>.sorting_3{background-color:#fefefe}table.dataTable.display tbody tr.even.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1{background-color:#acbad5}table.dataTable.display tbody tr.even.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2{background-color:#aebcd6}table.dataTable.display tbody tr.even.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3{background-color:#afbdd8}table.dataTable.display tbody tr:hover>.sorting_1,table.dataTable.order-column.hover tbody tr:hover>.sorting_1{background-color:#eaeaea}table.dataTable.display tbody tr:hover>.sorting_2,table.dataTable.order-column.hover tbody tr:hover>.sorting_2{background-color:#ececec}table.dataTable.display tbody tr:hover>.sorting_3,table.dataTable.order-column.hover tbody tr:hover>.sorting_3{background-color:#efefef}table.dataTable.display tbody tr:hover.selected>.sorting_1,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1{background-color:#a2aec7}table.dataTable.display tbody tr:hover.selected>.sorting_2,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2{background-color:#a3b0c9}table.dataTable.display tbody tr:hover.selected>.sorting_3,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3{background-color:#a5b2cb}table.dataTable.no-footer{border-bottom:1px solid #111}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}table.dataTable.compact thead th,table.dataTable.compact thead td{padding:4px 17px 4px 4px}table.dataTable.compact tfoot th,table.dataTable.compact tfoot td{padding:4px}table.dataTable.compact tbody th,table.dataTable.compact tbody td{padding:4px}table.dataTable th.dt-left,table.dataTable td.dt-left{text-align:left}table.dataTable th.dt-center,table.dataTable td.dt-center,table.dataTable td.dataTables_empty{text-align:center}table.dataTable th.dt-right,table.dataTable td.dt-right{text-align:right}table.dataTable th.dt-justify,table.dataTable td.dt-justify{text-align:justify}table.dataTable th.dt-nowrap,table.dataTable td.dt-nowrap{white-space:nowrap}table.dataTable thead th.dt-head-left,table.dataTable thead td.dt-head-left,table.dataTable tfoot th.dt-head-left,table.dataTable tfoot td.dt-head-left{text-align:left}table.dataTable thead th.dt-head-center,table.dataTable thead td.dt-head-center,table.dataTable tfoot th.dt-head-center,table.dataTable tfoot td.dt-head-center{text-align:center}table.dataTable thead th.dt-head-right,table.dataTable thead td.dt-head-right,table.dataTable tfoot th.dt-head-right,table.dataTable tfoot td.dt-head-right{text-align:right}table.dataTable thead th.dt-head-justify,table.dataTable thead td.dt-head-justify,table.dataTable tfoot th.dt-head-justify,table.dataTable tfoot td.dt-head-justify{text-align:justify}table.dataTable thead th.dt-head-nowrap,table.dataTable thead td.dt-head-nowrap,table.dataTable tfoot th.dt-head-nowrap,table.dataTable tfoot td.dt-head-nowrap{white-space:nowrap}table.dataTable tbody th.dt-body-left,table.dataTable tbody td.dt-body-left{text-align:left}table.dataTable tbody th.dt-body-center,table.dataTable tbody td.dt-body-center{text-align:center}table.dataTable tbody th.dt-body-right,table.dataTable tbody td.dt-body-right{text-align:right}table.dataTable tbody th.dt-body-justify,table.dataTable tbody td.dt-body-justify{text-align:justify}table.dataTable tbody th.dt-body-nowrap,table.dataTable tbody td.dt-body-nowrap{white-space:nowrap}table.dataTable,table.dataTable th,table.dataTable td{box-sizing:content-box}.dataTables_wrapper{position:relative;clear:both;*zoom:1;zoom:1}.dataTables_wrapper .dataTables_length{float:left}.dataTables_wrapper .dataTables_filter{float:right;text-align:right}.dataTables_wrapper .dataTables_filter input{margin-left:0.5em}.dataTables_wrapper .dataTables_info{clear:both;float:left;padding-top:0.755em}.dataTables_wrapper .dataTables_paginate{float:right;text-align:right;padding-top:0.25em}.dataTables_wrapper .dataTables_paginate .paginate_button{box-sizing:border-box;display:inline-block;min-width:1.5em;padding:0.5em 1em;margin-left:2px;text-align:center;text-decoration:none !important;cursor:pointer;*cursor:hand;color:#333 !important;border:1px solid transparent;border-radius:2px}.dataTables_wrapper .dataTables_paginate .paginate_button.current,.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{color:#333 !important;border:1px solid #979797;background-color:white;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));background:-webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-o-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:linear-gradient(to bottom, #fff 0%, #dcdcdc 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{cursor:default;color:#666 !important;border:1px solid transparent;background:transparent;box-shadow:none}.dataTables_wrapper .dataTables_paginate .paginate_button:hover{color:white !important;border:1px solid #111;background-color:#585858;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));background:-webkit-linear-gradient(top, #585858 0%, #111 100%);background:-moz-linear-gradient(top, #585858 0%, #111 100%);background:-ms-linear-gradient(top, #585858 0%, #111 100%);background:-o-linear-gradient(top, #585858 0%, #111 100%);background:linear-gradient(to bottom, #585858 0%, #111 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button:active{outline:none;background-color:#2b2b2b;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));background:-webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);box-shadow:inset 0 0 3px #111}.dataTables_wrapper .dataTables_paginate .ellipsis{padding:0 1em}.dataTables_wrapper .dataTables_processing{position:absolute;top:50%;left:50%;width:100%;height:40px;margin-left:-50%;margin-top:-25px;padding-top:20px;text-align:center;font-size:1.2em;background-color:white;background:-webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(25%, rgba(255,255,255,0.9)), color-stop(75%, rgba(255,255,255,0.9)), color-stop(100%, rgba(255,255,255,0)));background:-webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%)}.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter,.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_processing,.dataTables_wrapper .dataTables_paginate{color:#333}.dataTables_wrapper .dataTables_scroll{clear:both}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody{*margin-top:-1px;-webkit-overflow-scrolling:touch}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td{vertical-align:middle}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td>div.dataTables_sizing{height:0;overflow:hidden;margin:0 !important;padding:0 !important}.dataTables_wrapper.no-footer .dataTables_scrollBody{border-bottom:1px solid #111}.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,.dataTables_wrapper.no-footer div.dataTables_scrollBody>table{border-bottom:none}.dataTables_wrapper:after{visibility:hidden;display:block;content:"";clear:both;height:0}@media screen and (max-width: 767px){.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_paginate{float:none;text-align:center}.dataTables_wrapper .dataTables_paginate{margin-top:0.5em}}@media screen and (max-width: 640px){.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter{float:none;text-align:center}.dataTables_wrapper .dataTables_filter{margin-top:0.5em}}div.DTFC_Blocker{
background-color:white;
}
div.DTFC_LeftWrapper table.dataTable,
div.DTFC_RightWrapper table.dataTable{
margin-bottom:0;
z-index:2;
}
div.DTFC_LeftWrapper table.dataTable.no-footer,
div.DTFC_RightWrapper table.dataTable.no-footer{
border-bottom:none;
}
div.DTFC_LeftFootWrapper table.compare-list,
div.DTFC_LeftHeadWrapper table.compare-list {
border: 0;
} a.compare.disabled:not(.added) {
opacity: 0.6;
pointer-events: none;
} .yith-woocompare-popup-container {
position:fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(255,255,255,.95);
z-index: 1000;
}
a.yith-woocompare-popup-close {
position: absolute;
top: 20px;
right: 20px;
font-size: 40px;
width: 40px;
color: #434343;
text-decoration: none;
z-index: 2;
line-height: 1;
background-color: rgba(255,255,255,.7);
text-align: center;
}
body.yith-woocompare-popup-open {
overflow-y: hidden;
}
body.yith-woocompare-popup,
.yith-woocompare-table-wrapper {
box-sizing: border-box;
font-size: 16px;
color: #747373;
background: none !important;
margin: 0;
max-height: 100%;
overflow-y: scroll;
overflow-x: hidden;
}
body.yith-woocompare-popup,
.yith-woocompare-table-scroll-wrapper {
position: relative;
padding: 5%;
}
body.yith-woocompare-popup #yith-woocompare {
padding: 10px;
}
#yith-woocompare-table_wrapper {
margin: 10px 0;
}
#yith-woocompare table.dataTable.compare-list thead th,
#yith-woocompare table.dataTable.compare-list thead td,
#yith-woocompare table.dataTable.compare-list tfoot td,
#yith-woocompare table.dataTable.compare-list tfoot th {
border: 0;
vertical-align: middle;
}
#yith-woocompare table.compare-list {
width: 100%;
border-bottom: 0;
border-top: 0;
margin: 0;
table-layout: auto;
}
#yith-woocompare table.compare-list tr {
background: #fff;
}
#yith-woocompare table.compare-list tbody tr .filler {
padding: 0!important;
}
#yith-woocompare table.compare-list td:not(.filler) {
min-width: 300px;
width: 300px;
text-align: center;
vertical-align: middle;
}
#yith-woocompare table.compare-list tbody th:not(.filler) {
min-width: 300px;
width: 300px;
overflow: hidden;
text-align: left;
font-weight: 700;
}
#yith-woocompare table.dataTable.compare-list tbody th,
#yith-woocompare table.dataTable.compare-list tbody td {
border-right: none;
border-top: 1px solid #e7e7e7;
border-bottom: none;
border-left: none;
padding-block: 10px;
vertical-align: middle;
}
#yith-woocompare table.dataTable.compare-list:not(.compact) tbody td {
padding-inline: 40px;
}
#yith-woocompare table.dataTable.compare-list tbody tr:first-child th,
#yith-woocompare table.dataTable.compare-list tbody tr:first-child td {
border-top: none;
}
#yith-woocompare table.compare-list tbody td.last-column {
width: auto;
border-right: 0;
}
#yith-woocompare table.dataTable.compare-list tbody .product_info th,
#yith-woocompare table.dataTable.compare-list tbody .product_info td {
vertical-align: top;
}
#yith-woocompare table.dataTable.compare-list tbody tr.label-row td {
font-weight: 700;
color: #434343;
padding-bottom: 0;
}
#yith-woocompare table.dataTable.compare-list tbody tr.label-row + tr td {
border-top: none;
}
#yith-woocompare .dataTables_scrollBody::-webkit-scrollbar {
-webkit-appearance: none;
height: 4px;
}
#yith-woocompare .dataTables_scrollBody::-webkit-scrollbar-thumb {
background-color: #e7e7e7;
border-radius: 10px;
}
.rtl #yith-woocompare table.compare-list tbody th {
text-align: right;
} .yith_woocompare_table_image {
text-align: center;
margin-top: 20px;
}
.yith_woocompare_table_image img {
display: inline-block;
max-width: 100%;
} table.compare-list img {
width: 100%;
height: auto;
}
table.compare-list tr.product_info td {
vertical-align: top;
}
table.compare-list .remove {
margin-bottom: 10px;
}
table.compare-list .remove a {
text-transform: uppercase;
text-decoration: none;
text-align: center;
}
table.compare-list .remove a span{
padding: 0 5px;
}
table.compare-list .image-wrap {
display: block;
position: relative;
line-height: 0;
}
table.compare-list .image-wrap .image-overlay {
position: absolute;
display: none;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0,0,0,.4);
line-height: normal;
}
table.compare-list .image-wrap:hover .image-overlay {
display: block;
}
table.compare-list .image-wrap:hover .image-overlay .remove a {
display: block;
background: #fff;
font-size: 0;
position: absolute;
right: 20px;
bottom: 20px;
margin: 0;
border-radius: 4px;
cursor: pointer;
width: 30px;
height: 30px;
line-height: 30px;
}
table.compare-list .image-wrap:hover .image-overlay .remove a > span {
display: none;
}
table.compare-list .image-wrap:hover .image-overlay .remove a:after {
content: "\00D7";
font-size: 20px;
}
table.compare-list .product-anchor {
display: block;
}
table.compare-list .product_title {
margin-top: 0;
margin-bottom: 5px;
font-size: 15px;
color: #000;
text-decoration: none;
font-weight: 400;
}
table.compare-list .product_info td > * {
margin-bottom: 25px;
}
table.compare-list .product_info td a {
text-decoration: none;
box-shadow: none;
cursor: pointer;
}
#yith-woocompare  .added_to_cart,
#yith-woocompare .button {
margin: 0;
cursor: pointer;
position: relative;
text-decoration: none;
white-space: nowrap;
display: inline-block;
}
#yith-woocompare .empty-comparison {
text-align: center;
margin: 200px auto;
}
a.button.yith_woocompare_clear {
color: #b80001;
padding: 6px 10px;
}
div.compare-table-clear {
text-align: right;
margin: 10px 0;
}
table.compare-list  .product_info .button.loading,
table.compare-list  .add-to-cart .button.loading {
padding-right: 30px;
} table.compare-list.with-stock-icons tr.stock:not(.label-row) td {
font-size: 0;
}
table.compare-list  tr.stock:not(.label-row) td.in-stock {
background-color: #f2fcde;
color: #01a71c;
}
table.compare-list  tr.stock td.out-of-stock {
background-color: #fff0e8;
color: #ff4200;
}
table.compare-list.with-stock-icons tr.stock td.in-stock span.availability-label:before {
content: '';
background: url(//2wantis2have.com/wp-content/plugins/yith-woocommerce-compare/assets/images/green-check.svg) no-repeat center center;
font-size: 20px;
display: block;
height: 30px;
}
table.compare-list.with-stock-icons tr.stock td.out-of-stock span.availability-label:before {
content: "\00D7";
font-size: 50px;
line-height: 0;
vertical-align: middle;
} table.compare-list  tr.rating .star-rating {
float: none;
display: inline-block;
vertical-align: middle;
} table.compare-list tr.price {
color: #3e3e3e;
display: table-row; }
table.compare-list  tr.price del {
opacity: 0.8;
} #yith-woocompare-share {
margin-top: 20px
}
#yith-woocompare-share h3 {
margin-top: 0;
font-size: 17px;
font-weight: 700;
margin-bottom: 15px;
}
#yith-woocompare-share ul {
padding: 0 0 50px;
list-style: none;
margin: 0;
display: flex;
gap: 25px;
}
#yith-woocompare-share a {
display: block;
box-shadow: none;
outline: none;
color: #434343
}
#yith-woocompare-share a svg {
width: 20px;
height: 20px;
vertical-align: middle;
} #yith-woocompare-related {
margin: 20px 0;
}
#yith-woocompare-related h3.yith-woocompare-related-title {
font-size: 17px;
font-weight: 700;
margin-top: 0;
margin-bottom: 20px;
}
#yith-woocompare-related .yith-woocompare-related-wrapper {
position: relative;
background: #fff;
}
#yith-woocompare-related .related-products {
padding: 0;
list-style: none;
margin: 0;
overflow-x: hidden;
}
#yith-woocompare-related .related-products .owl-item {
display: inline-block;
}
#yith-woocompare-related .related-products .related-product {
text-align: center;
}
#yith-woocompare-related .related-products .related-product a {
text-decoration: none;
}
#yith-woocompare-related .related-products .related-product h3 {
font-size: 15px;
color: #333;
margin-top: 0;
margin-bottom: 10px;
}
#yith-woocompare-related .related-products .related-product .product-price {
font-size: 13px;
color: #333;
margin-bottom: 10px;
}
#yith-woocompare-related .related-products .related-product > div {
margin-bottom: 10px;
}
#yith-woocompare-related .related-products .related-product div.product-image {
position: relative;
margin-bottom: 10px;
}
#yith-woocompare-related .related-products .related-product div.product-image img {
height: auto;
max-width: 100%;
}
#yith-woocompare-related .related-products .related-product div.product-image img.onsale.yit-image {
margin: 0;
position: absolute;
top: 5px;
right: 5px;
z-index: 5;
width: auto;
}
#yith-woocompare-related .related-slider-nav div {
position: absolute;
top: -45px;
width: 30px;
height: 35px;
cursor: pointer;
border: 1px solid #e7e7e7;
text-align: center;
background: #ffffff url(//2wantis2have.com/wp-content/plugins/yith-woocommerce-compare/assets/images/nav-arrow.png) no-repeat;
cursor: pointer;
}
#yith-woocompare-related .related-slider-nav div.related-slider-nav-prev {
right: 35px;
background-position: -3px -31px;
}
#yith-woocompare-related .related-slider-nav div.related-slider-nav-next {
right: 0;
background-position: 0 1px;
} #yith-woocompare-cat-nav {
margin-top: 20px;
text-align: center;
}
#yith-woocompare-cat-nav h3 {
margin-top: 0;
margin-bottom: 15px;
text-align: center;
}
#yith-woocompare-cat-nav ul {
padding: 0;
margin: 0;
list-style: none;
}
#yith-woocompare-cat-nav ul li {
display: inline-block;
margin-right: 10px;
font-weight: 700;
}
#yith-woocompare-cat-nav ul li a {
text-decoration: none;
color: #7b7b7b;
}
#yith-woocompare-cat-nav ul li .active {
border-bottom: 2px solid;
}
#yith-woocompare-cat-nav ul li:last-child {
margin-right: 0;
} #yith-woocompare-preview-bar {
position: fixed;
bottom: 0;
width: 100vw;
display: none;
background: rgba(0, 0, 0, .8);
box-sizing: border-box;
padding: 20px;
color: #fff;
z-index: 99;
}
#yith-woocompare-preview-bar.shown {
display: block;
}
#yith-woocompare-preview-bar .container {
display: flex;
gap: 30px;
justify-content: center;
align-items: center;
margin: auto;
padding: 0;
}
#yith-woocompare-preview-bar .compare-list {
list-style: none;
display: flex;
align-items: center;
gap: 30px;
margin: 0;
padding: 0;
}
#yith-woocompare-preview-bar .compare-list li{
align-self: stretch;
width: 80px;
}
#yith-woocompare-preview-bar .compare-list li.product-placeholder {
border: 1px dashed #fff;
display: flex;
align-items: center;
padding-inline: 15px;
}
#yith-woocompare-preview-bar .compare-list .image-wrap {
position: relative;
}
#yith-woocompare-preview-bar .compare-list .image-wrap > a {
font-size: 0;
display: block;
}
#yith-woocompare-preview-bar .compare-list .image-wrap img {
max-width: 100%;
}
#yith-woocompare-preview-bar .compare-list .image-wrap .remove a {
display: block;
color: #000;
background: #fff;
font-size: 0;
position: absolute;
right: -10px;
top: -10px;
margin: 0;
border-radius: 50%;
cursor: pointer;
width: 25px;
height: 25px;
line-height: 25px;
text-decoration: none;
text-align: center;
}
#yith-woocompare-preview-bar .compare-list .image-wrap .remove a:hover {
background: #eee;
}
#yith-woocompare-preview-bar .compare-list .image-wrap .remove a:after {
content: "\00D7";
font-size: 25px;
} table.compare-list  .container-image-and-badge {
position: relative;
display: inline-block;
} table.compare-list .bundled_product_list {
margin: 25px 0;
}
table.compare-list div.bundled_product {
border-bottom: 1px solid #f0f0f0;
padding-bottom: 10px;
margin-bottom: 10px;
}
table.compare-list .bundled_product:after,
table.compare-list .bundled_product:before {
display: table;
content: '';
clear: both;
}
table.compare-list .bundled_product .bundled_product_images {
display: inline-block;
float: left;
}
table.compare-list .bundled_product .bundled_product_images img {
max-width: 80px;
}
table.compare-list .bundled_product .details {
display: block;
overflow: hidden;
padding-left: 10px;
text-align: left;
padding-top: 10px;
}
table.compare-list .bundled_product .details .bundled_product_title,
table.compare-list .bundled_product .details .price {
font-size: 90%;
}
table.compare-list .bundled_product .details .price {
margin-bottom: 0;
} table.compare-list .yith-ywraq-add-to-quote {
margin-top: 10px;
} .yith-woocompare-counter a {
box-shadow: none !important;
}
.yith-woocompare-counter span > span {
display: inline-block;
vertical-align: middle;
}
.yith-woocompare-counter span.yith-woocompare-icon {
margin-right: 5px;
}
.yith-woocompare-counter span.yith-woocompare-icon img {
max-width: 50px;
height: auto;
}
.yith-woocompare-counter span.yith-woocompare-count {
color: #555;
font-weight: 400;
font-size: 13px;
}
.yith-woocompare-counter a:hover span.yith-woocompare-count {
color: #000;
}
.yith-woocompare-error {
padding: 10px;
border: 1px solid #ffc5c2;
border-radius: 5px;
background-color: #ffe6e5;
position: relative;
}
.yith-woocompare-error p {
margin: 0;
color: #ff645c;
padding-left: 25px;
font-size: 13px;
}
.yith-woocompare-error::before {
font-family: WooCommerce;
content: '\e016';
color: #b81c23;
display: inline-block;
position: absolute;
} .yith-wccp-compare {
text-align: center;
} @media( max-width: 1200px ) {
#yith-woocompare-preview-bar header{
display: none;
}
}
@media( max-width: 991px ) {
#yith-woocompare-preview-bar .container {
max-width: 100%;
}
#yith-woocompare table.dataTable.compare-list tbody tr:not(.product_info) td {
text-align: left;
}
#yith-woocompare table.dataTable.compare-list tbody tr.stock td {
background: transparent;
}
#yith-woocompare table.dataTable.compare-list tbody tr.stock td .availability-label {
display: inline-block;
width: 30px;
}
}
@media( max-width: 768px ) {
div.DTFC_LeftBodyWrapper {
pointer-events: none;
}
#yith-woocompare-preview-bar .container {
gap: 15px;
}
#yith-woocompare-preview-bar .compare-list {
gap: 15px;
}
#yith-woocompare-preview-bar .compare-list li,
#yith-woocompare-preview-bar .compare-list li.product-placeholder {
width: 50px;
}
#yith-woocompare-preview-bar .compare-list li.product-placeholder {
padding-inline: 0;
text-align: center;
}
#yith-woocompare-preview-bar .compare-list li .image-wrap > a {
height: auto;
}
#yith-woocompare table.compare-list thead th,
#yith-woocompare table.compare-list tfoot th,
#yith-woocompare table.compare-list tr .filler {
display: none;
}
}
@media( max-width: 480px ) {
#yith-woocompare table.dataTable.compare-list tbody th {
padding: 10px 5px;
}
#yith-woocompare table.compare-list tbody th {
width: 60px;
max-width: 60px;
min-width: 60px;
font-size: 10px;
}
#yith-woocompare table.compare-list td {
width: 160px;
max-width: 160px;
min-width: 160px;
}
#yith-woocompare-preview-bar .compare-list li,
#yith-woocompare-preview-bar .compare-list li.product-placeholder {
display: none;
}
#yith-woocompare-preview-bar .compare-list li:first-of-type,
#yith-woocompare-preview-bar .compare-list li:nth-of-type(2),
#yith-woocompare-preview-bar .compare-list li:nth-of-type(3) {
display: block;
}
#yith-woocompare-preview-bar .compare-list li.product-placeholder span{
display: none;
}
}.yith-woocompare-widget-content ul.products-list li:not( .list_empty ) {
position: relative;
padding: 5px 0;
border-bottom: 1px solid #dfdfdf;
}
.yith-woocompare-widget-content ul.products-list {
list-style: none;
margin: 0 0 15px;
}
.yith-woocompare-widget-content ul.products-list li {
display: flex;
align-items: center;
gap: 15px;
}
.yith-woocompare-widget-content ul.products-list li .remove {
color: #000;
font-weight: 400;
text-align: center;
text-decoration: none;
cursor: pointer;
outline: none;
}
.yith-woocompare-widget-content ul.products-list li img {
max-width: 50px;
height: auto;
display: block;
vertical-align: middle;
float: left;
}
.yith-woocompare-widget-content ul.products-list li .product-info {
cursor: pointer;
font-size: 15px;
font-weight: 400;
outline: none;
text-decoration: none;
}
.yith-woocompare-widget-content ul.products-list li .product-info:before,
.yith-woocompare-widget-content ul.products-list li .product-info:after {
content: '';
display: table;
clear: both;
}
.yith-woocompare-widget-content a.compare-widget,
.yith-woocompare-widget-content a.compare {
float: right;
line-height: 1;
cursor: pointer;
padding: 8px 10px;
font-size: 13px;
border: 0;
white-space: nowrap;
display: inline-block;
}
.yith-woocompare-widget-content a.compare-widget:hover,
.yith-woocompare-widget-content a.compare:hover {
color: #ffffff;
background-color: #303030;
}
.yith-woocompare-widget-content a.clear-all {
outline: none;
font-size: 12px;
cursor: pointer;
}#wc-stripe-express-checkout-element iframe{max-width:unset}#wc-stripe-express-checkout-element{margin-bottom:12px;display:flex;gap:10px;flex-wrap:wrap;justify-content:center}#wc-stripe-express-checkout-element>div{flex:1;min-width:260px}