/*
Theme Name: Jewelry Outlet Pro
Description: ElementorJewellery Pro WordPress Theme is the perfect choice for building hardware website. This theme is packed with features designed to help you promote your business and attract new customers. With its clean and modern design, the ElementorJewellery Pro WordPress Theme will make a lasting impression on your visitors. The WordPress ElementorJewellery Pro theme can be used for any website. It’s a sleek, minimalist, contemporary theme that incorporates the latest technology. The industrial theme features an elegant and chic design that will help your site stand out among the rest of your competitors.
Author: wpelemento
Theme URI: https://www.wpelemento.com/demo/jewelry-outlet-pro/
Author URI: https://www.wpelemento.com/
Version: 0.0.1
Tested up to: 6.0.3
Requires PHP: 7.2
Text Domain: jewelry-outlet-pro
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: education, portfolio, blog, wide-blocks, one-column, two-columns, right-sidebar, left-sidebar, grid-layout, custom-background, custom-colors, custom-header, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, editor-style, theme-options, threaded-comments
Elementor Wptheme WordPress Theme has been created by wpelemento(https://www.wpelemento.com), 2023.
Elementor Wptheme WordPress Theme is released under the terms of GNU GPL
*/

@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap" rel="stylesheet"');

:root {
  --white: #FFFFFF;
  --black: #000000;
  /* --primary: #222;
  --secondry:#FFD200; */

  --primary: #222;
  --secondry:#222222;

  --user_icon:url("data:image/svg+xml,%3Csvg width='18' height='21' viewBox='0 0 18 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.75 10.5C5.97656 10.5 3.75 8.27344 3.75 5.5C3.75 2.76562 5.97656 0.5 8.75 0.5C11.4844 0.5 13.75 2.76562 13.75 5.5C13.75 8.27344 11.4844 10.5 8.75 10.5ZM12.2266 11.75C15.1172 11.75 17.5 14.1328 17.5 17.0234V18.625C17.5 19.6797 16.6406 20.5 15.625 20.5H1.875C0.820312 20.5 0 19.6797 0 18.625V17.0234C0 14.1328 2.34375 11.75 5.23438 11.75H5.89844C6.75781 12.1797 7.73438 12.375 8.75 12.375C9.76562 12.375 10.7031 12.1797 11.5625 11.75H12.2266Z' fill='%23222'/%3E%3C/svg%3E%0A");
  --arrow_angle_right:url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 13L7 7L1 1' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --location_icons:url("data:image/svg+xml,%3Csvg width='14' height='19' viewBox='0 0 14 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.04688 17.8984C0.914062 10.5156 0 9.74219 0 7C0 3.27344 2.98828 0.25 6.75 0.25C10.4766 0.25 13.5 3.27344 13.5 7C13.5 9.74219 12.5508 10.5156 7.41797 17.8984C7.10156 18.3906 6.36328 18.3906 6.04688 17.8984ZM6.75 9.8125C8.29688 9.8125 9.5625 8.58203 9.5625 7C9.5625 5.45312 8.29688 4.1875 6.75 4.1875C5.16797 4.1875 3.9375 5.45312 3.9375 7C3.9375 8.58203 5.16797 9.8125 6.75 9.8125Z' fill='%23FFD200'/%3E%3C/svg%3E");
  }


html{
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: "Rubik", sans-serif;
}
html {
    overflow-x: hidden;
}
.hw_container{
  max-width:1680px;
  width: 100%;
  padding-left:20px;
  padding-right: 20px;
  margin: 0 auto;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Rubik", sans-serif;
  margin-bottom: 0;
}
p{
  font-family: "Rubik", sans-serif;
  margin-bottom: 0;
}
a{
  text-decoration: none;
}
ul, ol{
  list-style: none;
  margin: 0;
  padding: 0;
}
img{
  max-width: 100% !important;
}
/* loader */
/* HTML: <div class="loader"></div> */






.loader {
  --c:no-repeat linear-gradient(#1a1a1a 0 0);
  background: 
    var(--c),var(--c),var(--c),
    var(--c),var(--c),var(--c),
    var(--c),var(--c),var(--c);
  background-size: 16px 16px;
  animation: 
    l32-1 1s infinite,
    l32-2 1s infinite;
}
@keyframes l32-1 {
  0%,100% {width:45px;height: 45px}
  35%,65% {width:65px;height: 65px}
}
@keyframes l32-2 {
  0%,40%  {background-position: 0 0,0 50%, 0 100%,50% 100%,100% 100%,100% 50%,100% 0,50% 0,  50% 50% }
  60%,100%{background-position: 0 50%, 0 100%,50% 100%,100% 100%,100% 50%,100% 0,50% 0,0 0,  50% 50% }
}

/*-------Preloader------------*/




.spinner-loading-box {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 999999;
}


.demo{
  background: #EFEEEE;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}


.loader{
  width: 300px;
  height: 300px;
  margin: 0 auto;
  position: relative;
  top: 45%;
}
.loader .loader-inner-1{
  width: 270px;
  height: 270px;
  border-radius: 50%;
  border-bottom: 10px dashed var(--white);
  position: absolute;
  animation: loading-1 5s infinite linear;
}
.loader .loader-inner-2{
  width: 170px;
  height: 170px;
  border-radius: 50%;
  border-bottom: 10px dotted var(--white);
  position: absolute;
  top: 50px;
  left: 45px;
  animation: loading-1 1s infinite linear;
}
.loader .loader-inner-3{
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-bottom: 5px solid var(--white);
  position: absolute;
  top: 100px;
  left: 90px;
  animation: loading-1 2s infinite linear;
}
@keyframes loading-1{
  from{ -webkit-transform: rotate(0deg); }
  to{ -webkit-transform: rotate(360deg); }
}


.spinner-loading-box img{
  max-width: 200px !important;
}
.spinner-loading-box img, .ets-theme-header-section :is(.ets-topabr-address, .ets-topabr-email) li{
  width: 100%;
}

.sticky-header {
  position: fixed;
  width: 100%;
  z-index: 999 !important;
  top: 0px;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0px 2px 6px #EFEEEE; 
  animation: slideDown 0.35s ease-out;
  transition: linear all 0.3s;
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
}
100% {
    transform: translateY(0);
}
}

#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #EFEEEE;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 999;
  box-shadow: 0px 2px 6px #CCBABAF2;
  cursor: pointer;
}
#return-to-top div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.sticky .hfe-creative-menu ::after {
    display: none !important;
}
.elementor-section .elementor-container {
  padding: 0;
}
/* star ratings css end */
.star-rating {
  color: #FFCC00;
  margin-top: 0;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: star;
}
.star-rating:before {
  content: "\73\73\73\73\73";
  color: #CFCFCF;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span:before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
}

/* star ratings css end */

/* Home Page start */

.product-cat-slider>.elementor-widget-container>.wl-layout-horizontal .wlsingle-categorie-img {
  background: #EFEEEE;
  border-radius: 50%;
  width: 225px;
  height: 225px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  transition: linear all 0.3s;
}

.product-cat-slider>.elementor-widget-container>.wl-layout-horizontal .wlsingle-categorie-img:hover {
  background: #222 !important;
}

.product-cat-slider>.elementor-widget-container>.wl-layout-horizontal .slick-slide {
  padding: 0;
}
.product-cat-slider>.elementor-widget-container>.wl-layout-horizontal .wlsingle-categorie-img img {
  width: 100%;
  max-width: 130px !important;
  transition: linear all 0.3s;
}


.product-cat-slider>.elementor-widget-container>.wl-layout-horizontal .wlsingle-categorie-img:hover img {
  transform: scale(1.1);
}



.product-cat-slider>.elementor-widget-container>.wl-layout-horizontal .wlcategorie-content h4 a {
  color: #1A1A1A;
}

.product-cat-slider>.elementor-widget-container>.wl-layout-horizontal .wlcategorie-content h4 a:hover {
  color: #222 !important;
}
.product-cat-slider>.elementor-widget-container>.wl-layout-horizontal button.slick-arrow {
  position: absolute;
  top: calc(50% - 45px);
  left: -10px;
  z-index: 9;
  width: 40px;
  height: 40px;
  font-size: 0;
  border: 0;
  background:var(--black);
  border-radius: 10px;
  display: none !important;
}
.product-cat-slider>.elementor-widget-container>.wl-layout-horizontal button.slick-arrow.slick-next {
  left: auto;
  right: 0;
}
.product-cat-slider>.elementor-widget-container>.wl-layout-horizontal button.slick-arrow::after {
  content: "\f105";
  color: var(--white);
  font-family: 'FontAwesome';
  z-index: 14;
  position: absolute;
  top: -3px;
  left: 16px;
  font-size: 30px;
  font-weight: 900;
}
.product-cat-slider>.elementor-widget-container>.wl-layout-horizontal button.slick-arrow.slick-prev::after {
  transform: rotate(180deg);
  left: 12px;
}

/* home product tab shortcode css start */

.home-product-tab-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.home-product-tab-wrapper .product-cat {
  width: 20%;
  padding: 10px;
}
.home-product-tab-wrapper .all-product {
  width: 100%;
  padding: 0px;
}
.home-product-tab-wrapper .all-product .product-items-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.home-product-tab-wrapper .all-product .product-items-wrapper .product-item-box {
  width: calc(25% - calc(45px/4));
  
  border-radius: 15px;
  padding: 0px;
  display: flex;
  flex-direction: column;
}
.home-product-tab-wrapper .all-product .product-items-wrapper .product-item-box .pro-img {
  background-color: #EFEEEE;
  border-radius: 15px;
  text-align: center;
  overflow: hidden;
  padding: 20px;
  min-height: 320px;
}
.home-product-tab-wrapper .all-product .product-items-wrapper .product-item-box .pro-img img {
  max-width: 290px !important;
  width: 100%;
  object-fit: cover;
  max-height: 270px;
  height: 100%;
  display: inline-block;
  transition: linear all 0.3s;
}


.home-product-tab-wrapper .all-product .product-items-wrapper .product-item-box:hover .pro-img img{
  transform: scale(1.1);
}


/* .bg_hover_scale{
  transition: linear all 0.3s;
}

.bg_hover_scale .elementor-element-populated:hover {
  background-size: 110%;
} */





.home-product-tab-wrapper .all-product .product-items-wrapper .product-item-box .product-content {
  padding: 10px;
  margin-top: auto;
}
.home-product-tab-wrapper .all-product .product-items-wrapper .product-item-box .product-content .product-brand {
  color: #000000;
  font-size: 14px;
  line-height: 23px;
  padding-bottom: 0;
  font-weight: 400;
}
.home-product-tab-wrapper .all-product .product-items-wrapper .product-item-box .product-content .product-title {
  padding-bottom: 10px;
}
.home-product-tab-wrapper .all-product .product-items-wrapper .product-item-box .product-content .product-title a {
  color: #000;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}
.home-product-tab-wrapper .all-product .product-items-wrapper .product-item-box .product-content .product-price span {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.home-product-tab-wrapper .all-product .product-items-wrapper .product-item-box .product-content .product-price {
  font-size: 0;
}
.home-product-tab-wrapper .all-product .product-items-wrapper .product-item-box .product-content .product-content-info {
  padding-bottom: 10px;
  
}
.home-product-tab-wrapper .all-product .product-items-wrapper .product-item-box .product-content .product-content-btns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 10px;
}
.home-product-tab-wrapper .all-product .product-items-wrapper .product-item-box .product-content .product-content-btns .yith-wcwl-add-button a span {
  display: none;
}
.home-product-tab-wrapper .all-product .product-items-wrapper .product-item-box .product-content .product-content-btns .yith-wcwl-add-button a {
  color: #000000;
  width: 30px;
    height: 30px;
    display: block;
}
.yith-wcwl-wishlistexistsbrowse, .yith-wcwl-wishlistaddedbrowse {
  position: relative;
}
.yith-wcwl-wishlistexistsbrowse span.feedback, .yith-wcwl-wishlistaddedbrowse span.feedback {
  display: none;
}
.yith-wcwl-wishlistexistsbrowse a, .yith-wcwl-wishlistaddedbrowse a {
  font-size: 0;
  width: 30px;
  display: block;
  height: 30px;
}
.yith-wcwl-wishlistexistsbrowse a::after, .yith-wcwl-wishlistaddedbrowse a::after {
  font-size: 18px;
  position: absolute;
  content: '\f004';
  font-family: 'FontAwesome';
  left: 0;
  right: auto;
  top: 0px;
  color: #000000;
}
.yith-wcwl-add-to-wishlist {
  margin-top: 0;
}





.home-product-tab-wrapper .product-item-box:hover .wishlist-quick-view{
  opacity:1;
}






.home-product-tab-wrapper .all-product .product-items-wrapper .product-item-box .product-content .product-content-btns .cart-btn a::after {
  content: "\f218";
  font-family: "fontAwesome";
  font-size: 20px;
  color: #000;
  position: absolute;
  top: 6px;
  left: 9px;
  line-height: 28px;
}
.home-product-tab-wrapper .all-product .product-items-wrapper .product-item-box .product-content .product-content-btns .cart-btn a {
  position: relative;
  font-size: 14px;
  width:40px;
  height: 40px;
  display: block;
  background: #fff;
  color: #222;
  border-radius: 50px;
}
.home-product-tab-wrapper .all-product .product-items-wrapper .product-item-box .product-content .product-content-btns .wishlist-quick-view a.button.yith-wcqv-button {
  position: relative;
  font-size: 0;
  width: 40px;
  display: block;
  background-color: transparent;
  line-height: 40px;
  text-align: center;
}
.home-product-tab-wrapper .all-product .product-items-wrapper .product-item-box .product-content .product-content-btns .wishlist-quick-view a.button.yith-wcqv-button::after {
  content: "\f002";
  font-family: "fontawesome";
  font-size: 17px;
  color: #000000;
  font-weight: normal;
}
.home-product-tab-wrapper .all-product .product-items-wrapper .product-item-box .product-content .product-content-btns .yith-wcwl-add-button a svg {
  font-size: 19px;
  margin-top: 5px;
}
.home-product-tab-wrapper .product-cat .product-top-nav {
  padding: 10px;
  background-color: #222;
  border-radius: 15px;
  margin-right: 10px;
  margin-bottom: 30px;
}
.home-product-tab-wrapper .product-cat .product-top-nav a {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  padding:10px 15px;
  border-radius: 10px;
  margin: 0 0 5px;
}
.home-product-tab-wrapper .product-cat .product-top-nav a.active {
  background-color: #1A1A1A;
  color: #fff;
  width: calc(100% + 30px);
}

.home-product-tab-wrapper .product-cat .product-top-nav a:hover {
  background-color: #1A1A1A;
}

.home-product-tab-wrapper .product-cat .product-top-nav a svg {
  font-size: 16px;
  padding-right: 5px;
}
.home-product-tab-wrapper .product-cat .best-handyman-wrapper .sm-image-box-wrapper {
  background-color: #DAE5E7;
  border-radius: 10px;
}
.home-product-tab-wrapper .product-cat .best-handyman-wrapper .sm-image-box-wrapper .tab_chota_banner_wrap_content {
  padding: 50px 20px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.home-product-tab-wrapper .product-cat .best-handyman-wrapper .sm-image-box-wrapper .tab_chota_banner_wrap_content h3 {
  font-size: 30px;
  font-weight: 700;
  color: #1A1A1A;
  text-transform: capitalize;
  padding-bottom: 30px;
  line-height: 40px;
}
.home-product-tab-wrapper .product-cat .best-handyman-wrapper .sm-image-box-wrapper .tab_chota_banner_wrap_content a {
  display: block;
  padding: 5px 10px 5px 5px;
  background-color: #222;
  border-radius: 10px;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}

.home-product-tab-wrapper .product-cat .best-handyman-wrapper .sm-image-box-wrapper .tab_chota_banner_wrap_content a:hover {
  background-color: #1A1A1A;
}

.home-product-tab-sec .all-product .product-content-btns .yith-wcwl-add-to-wishlist-button__label{
  display: none;
}

.home-product-tab-sec .all-product .product-content-btns .yith-add-to-wishlist-button-block {
  margin: -7px 0 0;
  background: #fff;
  height: 40px;
  width: 40px;
  border-radius: 50px;
  transition: linear all 0.3s;
}

.home-product-tab-sec .all-product .product-content-btns .yith-add-to-wishlist-button-block:hover {
  background: #000;
}
.home-product-tab-sec .all-product .product-content-btns .yith-add-to-wishlist-button-block:hover svg {
  color: #fff;
  fill: #fff;
}

.home-product-tab-sec .all-product .product-content-btns .quick_view a::after {
  color: #fff;
  fill: #fff;
}
.home-product-tab-sec .all-product .product-content-btns .quick_view {
  margin: -7px 0 0;
  background: #fff;
  height: 40px;
  width: 40px;
  border-radius: 50px;
}


.home-product-tab-wrapper .all-product .product-items-wrapper .product-item-box .product-content .product-content-btns .wishlist-quick-view svg {
  height: 20px;
  width: 20px;
}


.home-product-tab-wrapper .all-product .product-items-wrapper .product-item-box .product-content .product-content-btns .add-to-cart{
  margin: -7px 0 0;
}

.home-product-tab-wrapper .all-product .product-items-wrapper .product-item-box .product-content .product-content-btns .add-to-cart a:hover {
  background: #000;
}



.home-product-tab-wrapper .all-product .product-items-wrapper .product-item-box .product-content .product-content-btns .cart-btn:hover a::after {
  color: #fff;
}

.home-product-tab-sec .all-product .product-content-btns .quick_view:hover{
  background: #000;
}

.home-product-tab-sec .all-product .product-content-btns .quick_view:hover a::after {
  color: #fff !important;
}






.home-product-tab-wrapper .all-product .product-items-wrapper .product-item-box .product-content .product-content-btns .add-to-cart:hover svg{
  fill: #fff;
}


.home-product-tab-wrapper .all-product .product-items-wrapper .product-item-box .product-content .product-content-btns .add-to-cart svg{
  height: 20px;
  width: 20px;
}


.home-product-tab-wrapper .all-product .product-items-wrapper .product-item-box .product-content .product-content-btns .wishlist-quick-view {
  display: flex;
  gap: 20px;
  justify-content: center;
  width: 100%;
  position: absolute;
  top: 275px;
  opacity: 0;
  transition: linear all 0.3s;
}
.home-product-tab-wrapper .all-product .product-items-wrapper .product-item-box{
  position: relative;
  display: block;
}

.home-product-tab-wrapper .all-product .product-items-wrapper .product-item-box:hover .product-content .product-content-btns .wishlist-quick-view {
  
  opacity: 1;

}
/* add to cart text */

/* fhome-banner */


/* home product tab shortcode css end */

/* Style the popup */
.popup {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.8);
}

/* Popup Content */
.popup-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  max-width: 700px !important;
}

/* Close Button */
.close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}


/* home banner slider css start */

.home-banner ul.bdt-slideshow-nav {
  top: auto;
  bottom: 20px;
  margin-left: 50px;
  flex-direction: row;
  gap: 10px;
}
.home-banner  .bdt-prime-slider-wrapper {
  padding-left: 0 !important;
  margin: 0 0 0 50px !important;
}
.home-banner ul.bdt-slideshow-nav li a {
  background: #FFFFFF;
  border-radius: 3px;
}
.home-banner ul.bdt-slideshow-nav li.bdt-active a {
  background: #222;
}
.home-banner ul.bdt-slideshow-nav li a::after,.home-banner ul.bdt-slideshow-nav li a::before{
  content: none;
}
.home-banner .bdt-prime-slider-wrapper .bdt-prime-slider-desc {
  margin-top: 0;
}
.home-banner  .bdt-container {
  margin-left: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
  display: block !important;
}
.home-banner .bdt-prime-slider-wrapper .bdt-prime-slider-content {
  max-width: 500px;
}
.home-banner .bdt-prime-slider-wrapper .bdt-slider-excerpt-content h3 {
  display: none;
}
.home-banner .bdt-prime-slider-wrapper .bdt-slider-excerpt-content .bdt-slider-excerpt:before{
  content: none;
}
.home-banner .bdt-prime-slider-wrapper .bdt-slider-excerpt-content .bdt-crelly-btn .bdt-prime-slider-button-text {
  display: flex;
  flex-direction: row-reverse;
  gap: 10px;
}
.home-banner .bdt-prime-slider-wrapper .bdt-slider-excerpt-content .bdt-crelly-btn .bdt-prime-slider-button-text span.bdt-slide-btn-icon {
  margin: 0;
  width: 38px;
  height: 38px;
  position: relative;
}
.home-banner .bdt-prime-slider-wrapper .bdt-slider-excerpt-content .bdt-crelly-btn .bdt-prime-slider-button-text span.bdt-slide-btn-icon::after {
  content: "\f218";
  font-family: 'FontAwesome';
  font-size: 24px;
  position: absolute;
  color: #222;
  top: 9px;
  left: 5px;
}
.home-banner .bdt-prime-slider-wrapper .bdt-slider-excerpt-content .bdt-crelly-btn .bdt-prime-slider-button-text span.bdt-slide-btn-icon svg {
  display: none;
}
.home-banner .bdt-prime-slider-wrapper .bdt-slider-excerpt-content .bdt-crelly-btn {
  margin-left: 10px;
}
.home-banner ul.bdt-slideshow-items {
  border-radius: 20px;
}
.mega-sale-col .elementor-widget-image img {
  max-width: 390px !important;
}
.primary-btn-icon.size-24 .elementor-button-icon svg{
  font-size: 24px;
}
/* home banner slider css end */
.text-verticle p {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  margin-right: 5px;
}

.best-supplies-section .product-cat, .best-supplies-section .all-product {
  width: 100%;
}
.best_supplies_tab_title .product-cat ul.product-top-nav {
  background: transparent;
  border-radius: 10px;
  overflow: hidden;
  padding: 10px;
  background: transparent;
}
.best_supplies_tab_title .product-cat ul.product-top-nav a {
  transform: scaleY(1);
  background: #1A1A1A;
  border-radius: 0;
  padding: 12px 24px;
  color: var(--white);
  font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}
.best_supplies_tab_title .product-cat ul.product-top-nav a.active {
  background: #222;
  border: 2px solid #FFFFFF;
  transform: scaleY(1);
  border-radius: 10px !important;
  color: var(--white);
}
.best_supplies_tab_title .product-cat ul.product-top-nav li:first-child a {
  border-radius: 5px 0 0 5px;
}
.best_supplies_tab_title .product-cat ul.product-top-nav li:last-child a {
  border-radius: 0 5px 5px 0;
}
.best-supplies-section .all-product .product-item-box .product-content {
  width: 60%;
  padding-left: 20px !important;
}
.best-supplies-section .all-product .product-item-box .pro-img {
  width: 100%;
}
.best-supplies-section .all-product .product-item-box {
  flex-direction: row !important;
}
.handyman-list .handyman-item {
  border: 1px solid #E8E8E8;
  border-radius: 15px;
  padding: 10px;
  width: calc(20% - calc(60px/5));
}
.handyman-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.handyman-list .handyman-item .handyman-img {
  background-color: #DAE5E7;
  border-radius: 10px;
  text-align: center;
}
.handyman-list .handyman-item .handyman-img img {
  width: 100%;
  object-fit: cover;
  max-width: 230px !important;
  height: 300px;
}
.handyman-list .handyman-item .handyman-content {
  padding: 10px;
  text-align: center;
}
.handyman-list .handyman-item .handyman-content .handyman-contact>span {
  background-color: #222;
  border-radius: 21px;
  padding: 5px;
  display: flex;
    align-items: center;
    gap: 5px;
}
.handyman-list .handyman-item .handyman-content span.icon svg {
  font-size: 24px;
  fill: #222;
  color: #222;
}
.handyman-list .handyman-item .handyman-content span.icon {
  width: 32px;
  height: 32px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.handyman-list .handyman-item .handyman-content .handyman-contact {
  display: flex;
  justify-content: center;
  margin-top: -33px;
  padding-bottom: 20px;
}
.handyman-list .handyman-item .handyman-content .handyman-contact>span a {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 16px;
  padding: 5px;
}
.handyman-list .handyman-item .handyman-content .handyman-contact>span:hover a {
  color: #fff;
}
.handyman-list .handyman-item .handyman-content .handyman-contact>span:hover {
  background-color: #1A1A1A;
}
.handyman-list .handyman-item .handyman-content .handyman-contact>span:hover span.icon {
  background-color: #fff;
}
.handyman-list .handyman-item .handyman-content .handyman-contact>span:hover span.icon svg {
  fill: #1A1A1A;
  color: #1A1A1A;
}
.handyman-list .handyman-item .handyman-content .handyman-details a {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #000000;
  padding-bottom: 5px;
  display: inline-block;
}
.handyman-list .handyman-item .handyman-content .handyman-details a:hover {
  color: #222;
}
.handyman-list .handyman-item .handyman-content .handyman-details p {
  color: #000000;
}
.handyman-slider .handyman-list .handyman-item {
  margin-left: 8px;
  margin-right: 8px;
}

.handyman-slider .handyman-list .handyman-item:hover .handyman-img{
  background-color: #222;
}

.handyman-slider  .handyman-list .handyman-item .handyman-img{
  display: flex;
  justify-content: center;
  transition: linear all 0.3s;
}

.handyman-slider .handyman-list{
  padding-bottom: 60px;
}
.handyman-slider  button.slick-arrow {
  position: absolute;
  bottom: 0;
  position: absolute;
  z-index: 9;
  width: 40px;
  height: 40px;
  font-size: 0;
  border: 0;
  background: var(--black);
  border-radius: 10px;
}
.handyman-slider  button.slick-arrow::after {
  content: "\f105";
  color: var(--white);
  font-family: 'FontAwesome';
  z-index: 14;
  position: absolute;
  top: -3px;
  left: 16px;
  font-size: 30px;
  font-weight: 900;
}
.handyman-slider button.slick-arrow.slick-next {
  right: calc(50% - 50px);
}
.handyman-slider button.slick-arrow.slick-prev {
  left: calc(50% - 50px);
}
.handyman-slider button.slick-arrow.slick-prev:after {
  transform: rotate(180deg);
  left: 12px;
  top: 0;
}
.handyman-slider button.slick-arrow:hover {
  background: #222;
}
.best_sponcer_icon .elementor-icon-wrapper {
  display: flex;
}
.best_sponcer_icon {
  width: 40px !important;
  height: 40px !important;
  background-color: #000000;
  border-radius: 10px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.best_sponcer_icon:hover{
  background-color: #222;
}
.product-cat-slider>.elementor-widget-container>.wl-layout-horizontal button.slick-arrow:hover {
  background-color: #222;
}
#best_sponcer_prev {
  margin-right: 10px;
}
.best_sponcer_img_slider .elementor-swiper-button {
  display: none !important;
}
.best_sponcer_img_slider .elementor-image-carousel-wrapper {
  margin: auto;
}
.best_sponcer_img_slider .elementor-image-carousel-wrapper .swiper-slide {
  /* text-align: left; */
}
.best_sponcer_img_slider .elementor-image-carousel-wrapper .swiper-slide img {
  max-width: 150px !important;
  object-fit: cover;
}
.best_sponcer_img_slider .elementor-image-carousel-wrapper .swiper-slide figure.swiper-slide-inner::after {
  content: "";
  width: 1px;
  height: 32px;
  background: #E6E6E6;
  position: absolute;
  right: 0;
  top: 0;
}
.best_sponcer_img_slider .elementor-image-carousel-wrapper .swiper-slide figure.swiper-slide-inner {
  position: relative;
}
.product_categories_tab_section .all-product {
  width: 100%;
}
.product_categories_tab_section .all-product .product-items-wrapper .product-item-box {
  width: calc(25% - calc(60px/4));
  position: relative;
}
.product_categories_tab_title .product-top-nav {
  gap: 10px;
  justify-content: end;
  border: 1px solid #1B1919;
  padding: 0 0px;
  border-radius: 50px;
}
.product_categories_tab_title .product-top-nav a.nav-link {
  background: transparent;
  border-radius: 23px;
  color: #1B1919;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
.product_categories_tab_title .product-top-nav a.nav-link.active{
  background: #1B1919;
  color: #fff;
}


.home-blog-slider .swiper-container {
  overflow: hidden;
}
#letest_blog_next {
  margin-right: 10px;
}

.home-blog-slider .ea-item .ea-img-wrap {
  border-radius: 20px;
}

.home-blog-slider .ea-item .ea-img-wrap img {
  border-radius: 20px;
  height: 230px;
  object-fit: cover;
}
.home-blog-slider .ea-item .ea-content{
  padding:0;
}
.home-blog-slider .ea-item .ea-content .ea-meta {
  margin-left: auto;
  display: block;
  margin-right: auto;
  max-width: 300px;
  background: #1A1A1A;
  padding: 12px 20px;
  border-radius: 8px;
  display: flex;
  justify-content: end;
  position: relative;
  margin-top: -24px;
  flex-wrap: wrap;
}
.home-blog-slider .ea-item .ea-content .ea-meta .ea-date {
  margin-left: 0;
  font-size: 14px;
  font-weight: 600;
  color: #FFFFFF;
  width: 75px;
  background: #222;
  padding: 4px 10px;
  border-radius: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  order: 1;
  line-height: 18px;
}
.home-blog-slider .ea-item .ea-content .ea-meta .ea-author>span {
  display: none;
}
.home-blog-slider .ea-item .ea-content .ea-meta .ea-author a {
  font-size: 12px;
  color: #fff;
  text-transform: capitalize;
  line-height: 16px;
  position: relative;
  padding-left: 20px;
}
.home-blog-slider .ea-item .ea-content .ea-meta .ea-author a::after {
  content: "\f007";
  font-family: 'Font Awesome 5 Free';
  left: 0;
  position: absolute;
  font-size: 18px;
}
.home-blog-slider .ea-item .ea-content .ea-meta .ea-comments {
  margin-left: 60px;
  order: 2;
  color: #fff;
}
.home-blog-slider .ea-item .ea-content .ea-meta .ea-comments i.eicon-comments::after {
  content: "\f4ad";
  font-family: 'Font Awesome 5 Free';
  font-size: 18px;
}
.home-blog-slider .ea-item .ea-content .ea-meta .ea-author {
  order: 3;
  margin-left: 20px;
}
.home-blog-slider .ea-item .ea-content .ea-title {
  padding-top: 15px;
}
.home-blog-slider .ea-item .ea-content .ea-text p {
  font-size: 14px;
  line-height: 20px;
  color: #585758;
}
.home-blog-slider .ea-item .ea-content .ea-button-wrap {
  margin-bottom: 0 !important;
  padding-top: 15px;
}
.home-blog-slider .ea-item .ea-content .ea-button-wrap a.ea-readmore span span {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
}
.home-blog-slider .ea-item .ea-content .ea-button-wrap a.ea-readmore::after {
  content: "\f105";
  font-family: 'fontawesome';
  width: 33px;
  height: 33px;
  border-radius: 8px;
  background-color: #FFFFFF;
  position: absolute;
  left: 10px;
  top: 5px;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  font-weight: 900;
}
.home-blog-slider .ea-item .ea-content .ea-button-wrap a.ea-readmore {
  display: inline-block;
  padding-left: 53px;
  position: relative;
  text-transform: capitalize;
}
.home-blog-slider .ea-item .ea-content .ea-button-wrap a.ea-readmore:hover {
  background-color: #222;
}
.home-blog-slider .ea-item .ea-content .ea-button-wrap a.ea-readmore:hover:after {
  color: #222;
}
.home-blog-slider .ea-arrows-container a {
  display: none;
}

.home-blog-slider .ea-comments i::before{
  display: none;
}



/* best sponcer */
.best_sponcer_img_slider figure img{
  height: 50px;
}

/* Home Page End */


.wishlist_table thead tr th{
  background-color: #222 !important;
}


body.woocommerce-checkout .sticky-header
body.woocommerce-cart .sticky-header{
  position: relative;
}

.breadcrumb-shoppage {
  width: 100%;
  /* box-shadow: 0px 4px 24px -1px #00000033;
  background: linear-gradient(110.21deg, rgba(255, 255, 255, 0.1) 2.3%, rgba(255, 255, 255, 0.4) 108.58%);
  backdrop-filter: blur(10px); */
  flex-direction: column;
  padding: 30px;
  border-radius: 20px;
  text-align: center;
}

.breadcrumb-shoppage h4 {
  font-family: "Rubik", sans-serif;
  font-size: 36px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 50px;
}

.breadcrumb-shoppage h4,
.breadcrumb-shoppage a{
color: #fff;
}

.breadcrumb-shoppage nav{
justify-content: center;
}

/* cart page */
.cart_products_outer .wc-block-grid__products{
  background-clip: padding-box;
  display: flex;
  flex-wrap: wrap;
  margin: 60px -8px 16px;
  padding: 0;
  gap: 15px;
}

.cart_products_outer .wc-block-grid__product{
  width:(25% - calc(45px / 4));
  border: 1px solid #E8E8E8;
  border-radius: 15px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  max-width: 24% !important;
}

.cart_products_outer .wc-block-grid__product .wc-block-grid__product-image{
  background-color: #DAE5E7;
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
  width: 100%;
}

.cart_products_outer .wc-block-grid__product .wc-block-grid__product-image img{
  max-width: 290px !important;
  width: 100%;
  object-fit: cover;
  max-height: 270px;
  height: 100%;
  display: inline-block;
  transition: linear all 0.3s;
}

.cart_products_outer .wc-block-grid__product .wc-block-grid__product-title{
  color: #26242D;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}

.cart_products_outer .wc-block-grid__product .price{
  color: #222;
  font-size: 18px;
  font-weight: 700;
}


.cart_products_outer .wc-block-grid__product .wc-block-grid__product-add-to-cart a{
  background-color: #222;
}




/* related products */
.related{

}
.woocommerce div.product section.related.products .product-items-wrapper .slick-track {
  padding-bottom: 50px;
  width: 100% !important;
}
.related .product-item-box {
  width: calc(23% - calc(60px / 4)) !important;
  margin: 10px !important;
}

/* .related .product-item-box {
  width: calc(32% - calc(60px / 5)) !important;
} */

.woocs_option_img_USD ,
.woocs_option_img_EUR{
  background: none !important;
 
}


/* header cart */
.header-cart .hfe-site-header-cart a{
  background: transparent !important;
}

/* header currency */
.header-currency .chosen-container-single .chosen-single {
  background: transparent;
  border: 0;
  font-size: 20px;
  font-weight: 400;
  box-shadow: none;
  font-size: 14px;
  color: #fff;
}
.header-currency .chosen-container-single .chosen-single span {
  margin-right: 55px !important;
}
.header-currency  .chosen-container-single .chosen-single div {
  width: 40px;
}

.header-currency  .chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  /* background: url('../jewelry-outlet-pro/assets/images/arrow-down.png') no-repeat 0 7px; */
  background: url('../jewelry-outlet-pro/assets/images/arrow-down2.svg') no-repeat 0 10px !important;
}

/*  */



/* inner page banner */
.single-page-banner-image {
  padding: 80px 10px;
  color: #222;
  background-position: bottom;
  background-size: cover;
  margin: 0 0 60px;
}

.single-page-banner-image .single-page-breadcrum-box {
  width: 100%;
  /* box-shadow: 0px 4px 24px -1px #00000033;
  background: linear-gradient(110.21deg, rgba(255, 255, 255, 0.1) 2.3%, rgba(255, 255, 255, 0.4) 108.58%);
  backdrop-filter: blur(10px);
  flex-direction: column; */
  padding: 30px;
  border-radius: 20px;
}

.single-page-banner-image .single-page-breadcrum-box h2 {
  font-family: "Rubik", sans-serif;
  font-size: 42px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 50px;
  color: #fff;
}

.single-page-banner-image .single-page-breadcrum-box .breadcrumb a,
.single-page-banner-image .single-page-breadcrum-box .breadcrumb {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  justify-content: center;
}




.single-produts-btnss{
  display: none;
}


form.cart .qib-button-wrapper {
  float: none;
  justify-content: normal;
  margin: 0 0 15px;
}

form.cart button.single_add_to_cart_button {
  background: #222 !important;
  padding: 15px 30px;
  border-radius: 50px !important;
}

.summary .yith-add-to-wishlist-button-block a {
  color: #000;
}












/* shop page */
.shop-product-wrapper .shop-ul-loop .product-items-wrapper .product-content-btns .yith-wcwl-add-to-wishlist-button__label {
  display: none;
}

/* single products */
.product .product_categories_tab_section .all-product .product-item-box .product-content-btns .yith-wcwl-add-to-wishlist-button__label{
  display: none;
}







/* .electrohub_menu .ue-menu .current-menu-item a::after {
  content: "";
  position: relative;
  bottom: -10px !important;
  height: 5px;
  width: 100%;
  background-color: #222;
  transform: translate(-10px, 0);
} */

.header-menu-right-col .elementor-element-populated{
  padding: 10px 10px 0 !important;
}



/* category page */
#main .woocommerce-products-header__title {
  color: #222 !important;
  font-size: 20px;
  text-transform: uppercase;
}

.category_page_outer{
  max-width: 300px;
  width: 300px;
}

.category_page_outer .shop-product-wrapper>.filter .shop-page-filters{
  border-right: 2px solid #F3F3F3;
}


.shop-product-wrapper .product-items-wrapper a.add_to_cart {
  position: relative;
}
.shop-product-wrapper .product-items-wrapper a.added_to_cart {
  /* display: none; */
  position: absolute;
  width: max-content;
  top: -35px;
  height: auto;
  padding: 5px;
  border-radius: 5px;
  margin: 0;
  /* height: 47px; */
  line-height: normal;
  font-size: 14px;
  left: 30px;
}

.wc-block-cart__submit-container{
  border-radius: 50px !important;
}
.wc-block-cart__submit-container a{
  color: #fff;
}
.wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
  color: #fff;
  border-radius: 50px;
}


.wc-block-components-product-name {
  font-size: 1.2em;
  font-weight: 600 !important;
}


/* cart page */
.wp-block-woocommerce-cart th {
  font-size: 20px !important;
}
a.wc-block-components-product-name {
  font-size: 22px;
}

td.wc-block-cart-item__product {
  font-size: 19px !important;
}
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
  font-size: 18px;
}
.wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  font-size: 18px;
}
.wc-block-components-product-badge {
  font-size: 16px;
}
.wc-block-components-button:not(.is-link):disabled .wc-block-components-button__text {
  opacity: 1 !important;
  color: #fff;
} 

/* checkout page */

.wc-block-components-product-metadata .wc-block-components-product-metadata__description>p, .wc-block-components-product-metadata .wc-block-components-product-metadata__variation-data {
  font-weight: 400;
}





















/* account page */
.woocommerce-MyAccount-navigation ul li{
  margin: 0 0 10px;
}

.woocommerce-MyAccount-navigation ul li a{
  color: #000;
  font-size: 17px;
}

.woocommerce-MyAccount-navigation ul li a:hover{
  color: #222;
}

.woocommerce-MyAccount-content {
  font-size: 17px;
  line-height: 26px;
}

.woocommerce-MyAccount-content a{
  color: #222;
}


.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
  width: 100%;
  float: none;
}
.woocommerce-account .addresses .title .edit {
  float: none; 
}

.u-column1 .woocommerce-Address-title h2, .u-column2 .woocommerce-Address-title h2 {
  font-size: 23px;
  font-weight: 600;
  margin: 20px 0 5px;
}

.woocommerce-info::before {
  color: #222;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
  color: #000;
  border-top: 3px solid #222;
}













/* Single Product Page Start */
.hw_container main.site-main {
  padding-top: 70px;
}
.woocommerce div.product .woocommerce-product-gallery__wrapper {
  background-color: #E8E8E8;
  border-radius: 20px;
  min-height: 450px;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}

.woocommerce div.product div.images img {
  display: block;
  width: auto;
  height: auto;
  box-shadow: none;
  margin: 0 auto;
}


.woocommerce div.product a.woocommerce-product-gallery__trigger {
  display: none;
}
.woocommerce div.product {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.woocommerce div.product .woocommerce-product-gallery {
  width: 50% !important;
  padding-right: 40px;
}
.woocommerce div.product .summary.entry-summary {
  width: 50%;
}
.woocommerce div.product .summary.entry-summary .hw-brand-name {
  color: #505050;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  padding-bottom: 5px;
}
.woocommerce div.product .summary.entry-summary .product_title {
  color: #000000;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  padding-bottom: 10px;
}
.woocommerce div.product .summary.entry-summary .woocommerce-product-details__short-description p {
  color: #000000;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(18, 18, 18, 0.2);
}
.woocommerce div.product .summary.entry-summary p.price {
  color: #000000;
  font-weight: 500;
  padding-bottom: 5px;
}

.woocommerce div.product .summary.entry-summary .price-wrapper{
  padding-top: 20px;
  padding-bottom: 30px;
}


.woocommerce div.product .summary.entry-summary .stock.in-stock{
  margin: 0 0 10px;
}


.woocommerce div.product .summary.entry-summary .text_after_price {
  color: #505050;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}
.woocommerce div.product .summary.entry-summary .size-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  padding-bottom: 10px;
  color: #000000;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
}
.woocommerce div.product .summary.entry-summary .size-wrapper a {
  color: #222;
}
.woocommerce div.product .summary.entry-summary table.variations th.label {
  display: none;
}
.woocommerce div.product form.cart .pa_size_wrapper select {
  max-width: 200px;
  min-width: 200px;
  padding: 20px;
}
.woocommerce div.product form.cart .variations .pa_size_wrapper select{
  max-width: 250px;
  min-width: 225px;
  padding: 20px;
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  border-color: #B7B7B7;
  background: transparent;
    z-index: 2;
    position: relative;
}
.woocommerce div.product form.cart .variations a.reset_variations {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}
.woocommerce div.product .summary.entry-summary .single_variation_wrap span.price {
  color: #000000;
  font-weight: 500;
  padding-bottom: 15px;
  display: block;
}
.woocommerce div.product .woocommerce-variation-add-to-cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.woocommerce div.product .woocommerce-variation-add-to-cart .variation_quantity button[type="submit"] {
  display: none;
}
.woocommerce div.product .woocommerce-variation-add-to-cart .qib-button-wrapper button.qib-button {
  width: 59px;
  height: 59px;
  background-color: #FFFFFF;
  border-color: #ECECEC;
  color: #000000;
    font-size: 30px;
}
.woocommerce div.product .woocommerce-variation-add-to-cart .qib-button-wrapper .quantity.wqpmb_quantity {
  height: 59px;
}
.woocommerce div.product .woocommerce-variation-add-to-cart .qib-button-wrapper .quantity.wqpmb_quantity input {
  height: 100%;
  background-color: #FFFFFF;
  border-color: #ECECEC;
}
.woocommerce div.product .woocommerce-variation-add-to-cart .text_after_quntity {
  width: calc(100% - 200px);
  padding-left: 20px;
}
.woocommerce div.product .single_variation_wrap {
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(18, 18, 18, 0.2);
}
.woocommerce div.product .single-pro-btn {
  padding-top: 20px;
}
.woocommerce div.product .summary.entry-summary>.yith-wcwl-add-to-wishlist {
  display: none;
}
.woocommerce div.product .single-product-meta-btn-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.woocommerce div.product .single-product-meta-btn-wrapper .single-product-wishlist-btn a.add_to_wishlist>span {
  display: none;
}
.woocommerce div.product .single-product-meta-btn-wrapper .single-product-wishlist-btn a.add_to_wishlist svg {
  font-size: 25px;
  color: #222;
  line-height: 25px;
}
.woocommerce div.product .single-product-meta-btn-wrapper .single-product-wishlist-btn .yith-wcwl-add-to-wishlist{
    width: 47px;
    height: 47px;
    border-radius: 50%;
    border: 2px solid #222;
    display: flex;
    justify-content: center;
    align-items: center;
}
.woocommerce div.product .single-product-meta-btn-wrapper .yith-wcwl-wishlistexistsbrowse, .woocommerce div.product .single-product-meta-btn-wrapper .yith-wcwl-wishlistaddedbrowse{
  width: 100%;
  height: 100%;
}
.woocommerce div.product .single-product-meta-btn-wrapper .yith-wcwl-wishlistexistsbrowse a, .woocommerce div.product .single-product-meta-btn-wrapper .yith-wcwl-wishlistaddedbrowse a{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  
}
.woocommerce div.product .single-product-meta-btn-wrapper .yith-wcwl-wishlistexistsbrowse a::after, .woocommerce div.product .single-product-meta-btn-wrapper .yith-wcwl-wishlistaddedbrowse a::after{
 position: static !important;
 font-size: 25px;
 color: #222;
 line-height: 25px;
}
.woocommerce div.product .single-product-meta-btn-wrapper .single-product-wishlist-btn .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.woocommerce div.product .single-product-meta-btn-wrapper .single-product-wishlist-btn .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
  width: 100%;
  height: 100%;
}
.woocommerce div.product .single-product-meta-btn-wrapper .single-product-meta-btn span.icon {
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background-color: #FFFFFF;
  color: #222;
  font-size: 20px;
}
.woocommerce div.product .single-product-meta-btn-wrapper .single-product-meta-btn a.single-product-buy-now {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #222;
  padding: 5px;
  border-radius: 10px;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  padding-right: 10px;
}
.woocommerce div.product .single-product-meta-btn-wrapper .single-product-meta-btn.single-product-add-cart-btn button {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px;
  padding-right: 10px;
  border-radius: 10px;
  background-color: #222;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
.woocommerce div.product section.related.products {
  width: 100%;
  padding-bottom: 30px;
  position: relative;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel {
  border: 2px solid #D5D5D5;
  border-top: 0;
  border-radius: 0 0 15px 15px;
  padding: 30px;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs {
  margin-bottom: 0;
  padding-left: 5px;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs::before {
  border-width: 2px;
  border-color: #D5D5D5;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li {
  padding-left: 50px;
  padding-right: 50px;
  border: 2px solid #D5D5D5;
    border-bottom-color:transparent;
    border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li::before, .woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li::after{
  content: none;
}
/* .woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li.active {
  background-color: #222;
  border-color: #222;
} */

.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li.active {
  background-color: #222;
  border-color: #222;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li.active a {
  color: #FFF9F9;
  
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li a{
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #121212;
  padding-top: 20px;
  padding-bottom: 20px;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description ul li, .woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description p {
  padding-bottom: 10px;
  color: #121212;
  font-size: 16px;
  line-height: 31px;
  font-weight: 400;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 28.13px;
  margin-bottom: 10px;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description p {
  padding-bottom: 20px;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h2 {
  font-size: 20px;
  color: #000000;
  line-height: 30px;
  font-weight: 700;
  text-transform: capitalize;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel table.woocommerce-product-attributes.shop_attributes {
  margin-bottom: 0;
  margin-top: 20px;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel table.woocommerce-product-attributes.shop_attributes th {
  border: 1.5px solid #D5D5D5;
  text-align: center;
  color: #000000;
    font-size: 16px;
    font-weight: 700;
    background-color: #FFFFFF;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel table.woocommerce-product-attributes.shop_attributes td {
  border: 1.5px solid #D5D5D5;
  text-align: center;
  color: #000000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    background-color: #FFFFFF;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .woocommerce-Reviews ol.commentlist {
  padding-top: 30px;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .woocommerce-Reviews ol.commentlist li img {
  display: none;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .woocommerce-Reviews ol.commentlist li .comment-text {
  margin-left: 0 !important;
  padding: 20px !important;
  border: 1.5px solid #D5D5D5 !important;
  border-radius: 10px !important;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .woocommerce-Reviews ol.commentlist li .comment-text .star-rating {
  order: 2;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .woocommerce-Reviews ol.commentlist li .comment-text p.meta {
  display: flex;
  flex-direction: column;
  order: 1;
  margin-bottom: 0 !important;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .woocommerce-Reviews ol.commentlist li .comment-text .description {
  order: 3;
  width: 100%;
  font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta span.woocommerce-review__dash {
  display: none;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .woocommerce-Reviews ol.commentlist li .comment-text p.meta strong {
  font-size: 18px;
  color: #121212;
  text-transform: capitalize;
  line-height: 24px;
  padding-bottom: 5px;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .woocommerce-Reviews ol.commentlist li .comment-text p.meta time.woocommerce-review__published-date {
  color: #000000;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .woocommerce-Reviews ol.commentlist li .comment-text::before, .woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .woocommerce-Reviews ol.commentlist li .comment-text::after{
  content: none !important;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .woocommerce-Reviews ol.commentlist li .comment-text .description p {
  margin-bottom: 0 !important;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .woocommerce-Reviews 
 #review_form_wrapper {
    padding-top: 40px;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper #reply-title {
  color: #000000;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-transform: capitalize;
  padding-bottom: 10px;
  display: block;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel form#commentform {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel form#commentform p.comment-notes {
  display: none;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel form#commentform .comment-form-author {
  order: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel form#commentform .comment-form-email{
  order: 2;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel form#commentform .comment-form-rating{
  order: 3;
  display: flex;
  gap: 10px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel form#commentform .comment-form-comment{
  order: 4;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel form#commentform .comment-form-cookies-consent{
  order: 5;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel form#commentform .form-submit{ 
  order: 6;
  margin-bottom: 0 !important;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  min-height: 48px;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel form#commentform p input[type="text"],
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel form#commentform p input[type="email"],
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel form#commentform p textarea{
  border-radius: 10px;
  border: 1.5px solid #D5D5D5;
  padding: 10px;
  width: 100%;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel form#commentform .comment-form-rating p.stars {
  margin-bottom: 0 !important;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel form#commentform .comment-form-rating p.stars a {
  color: #CFCFCF;
  line-height: 16px;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel form#commentform .comment-form-rating p.stars:hover a {
  color: #FFCC00;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel form#commentform label {
  color: #949494;
  font-size: 16px;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel form#commentform p.form-submit::before {
  /* content: var(--user_icon); */
  content: "\f1d8";
  font-family: 'FontAwesome';
  width: 35px;
  height: 35px;
  border-radius: 50px;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 8px;
  left: 5px;
  z-index: 2;
  /* font-family: "fontawesome"; */
  font-size: 18px;
  color: #222;
  line-height: 41px;
  padding: 2px 0 0;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel form#commentform .form-submit input {
  position: relative;
  padding: 10px !important;
  padding-left: 49px !important;
  background-color: #222 !important;
  border-radius: 50px !important;
  color: #FFFFFF !important;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel#tab-description h2 {
  padding-bottom: 20px;
}
.woocommerce div.product section.related.products .quick_view a.button.yith-wcqv-button {
  background-color: transparent;
  line-height: inherit;
}
.woocommerce div.product section.related.products .product-content-btns .cart-btn a::after{
  line-height: 28px;
}
.woocommerce div.product section.related.products .related-product-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
  align-items: center;
}
.woocommerce div.product section.related.products .related-product-wrapper .related-product-slider-nav {
  width: 50%;
  display: flex;
  justify-content: end;
  align-items: center;
}
.woocommerce div.product section.related.products .related-product-wrapper .related-product-slider-nav span.arrow-nav {
  width: 40px;
  display: inline-block;
  height: 40px;
  border-radius: 50px;
  background-color: #000000;
  color: #FFFFFF;
  font-weight: 900;
  font-size: 25px;
  text-align: center;
  line-height: 43px;
}
.woocommerce div.product section.related.products .related-product-wrapper .related-product-slider-nav span.arrow-nav:hover{
  background-color: #e5b706;
  cursor: pointer;
}
.woocommerce div.product section.related.products .related-product-wrapper> h2 {
  width: 50%;
}
.woocommerce div.product section.related.products .related-product-wrapper> .related-product-slider-nav {
  width: 50%;
}
.woocommerce div.product section.related.products .product-items-wrapper .product-item-box {
  margin-left: 8px;
  margin-right: 8px;
}
.woocommerce div.product section.related.products .product-items-wrapper .slick-arrow {
  display: none !important;
}
.woocommerce div.product section.related.products .product-items-wrapper .slick-track {
  padding-bottom: 50px;
}
.woocommerce div.product section.related.products  #arrow_nav_left{
  margin-right: 10px;
}
.yith-wcqv-wrapper div.product {
  align-items: flex-start;
}
.yith-wcqv-wrapper div.product .summary.entry-summary {
  width: 50% !important;
}
.yith-wcqv-wrapper .woocommerce-product-rating {
  display: none;
}
.yith-wcqv-wrapper .size-wrapper {
  padding-top: 23px;
  padding-bottom: 20px !important;
}
.yith-wcqv-wrapper  .product_meta {
  display: none;
}
.yith-wcqv-wrapper .single-product-buy-now-btn {
  display: none;
}
.home-product-tab-wrapper.hw-shop .all-product {
  width: 100%;
}
.home-banner, .home-banner>.elementor-widget-container, .home-banner>.elementor-widget-container .bdt-prime-slider, .home-banner>.elementor-widget-container .bdt-prime-slider-skin-crelly, .home-banner>.elementor-widget-container .bdt-prime-slider-skin-crelly .bdt-slideshow, .home-banner>.elementor-widget-container .bdt-prime-slider-skin-crelly .bdt-slideshow ul.bdt-slideshow-items{
  height: 100%;
}
.location_icon li.elementor-icon-list-item:first-child span.elementor-icon-list-icon::after {
  /* content: "";
  width: 16px;
  height: 20px;
  background-image: var(--location_icon);
  background-repeat: no-repeat; */
}
.location_icon li.elementor-icon-list-item:first-child span.elementor-icon-list-icon svg {
  /* display: none; */
}
.show_category {
  cursor: pointer;
}

/* Cart Page Start */
.woocommerce-message {
  border-top-color: #222;

}
.wc-block-components-sidebar-layout, form#yith-wcwl-form{
  max-width: 1680px;
  width: 100%;
  margin: 0 auto !important;
  padding: 70px 20px !important;
}

.wc-block-components-sidebar-layout {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 16px;
  position: relative;
}

.wc-block-components-sidebar-layout .wc-block-components-main {
  box-sizing: border-box;
  margin: 0;
  padding-right: 4.5283018868%;
  width: 65%;
}

.wc-block-components-sidebar {
  box-sizing: border-box;
  margin-top: 8px;
  padding-left: 2.2641509434%;
  width: 35%;
}


.wc-block-cart-items .wc-block-cart-items__header{
  border-bottom: 1px solid #ccc;
}


.wc-block-cart-items .wc-block-cart-items__row{
  padding: 15px;
}


.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image{
  padding: 15px;
}
.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img{
  padding: 15px;
  width: 100%;
}

.wc-block-cart-items .wc-block-cart-items__row  .wc-block-cart-item__wrap{
  margin: 15px 0;
}


.wc-block-cart-items .wc-block-cart-items__row  .wc-block-cart-item__wrap a.wc-block-components-product-name {
  color: #222;
  font-size: 24px;
  font-weight: 700;
}


.wc-block-cart-items .wc-block-cart-items__row  .wc-block-components-product-price{
  font-size: 15px;
  font-weight: 500;
}


.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-badge{
  font-size: 14px;
  border: 1px solid #ccc;
  width: fit-content;
  padding: 6px;
  border-radius: 5px;
}

.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-metadata__description{
  font-size: 14px;
}

.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector {
  display: flex;
  border: 1px solid #ccc;
  width: max-content;
  padding: 5px;
  border-radius: 5px;
  margin: 0 0 7px;
}

.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector input{
  order: 2;
  border: 0;
  text-align: center;
}

.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector__button--minus{
  order: 3;
  border: 0;
  background: transparent;
}
.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector__button--plus{

  border: 0;
  background: transparent;
}

.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__remove-link{
  background: transparent;
  border: 0;
  font-size: 15px;
}

.wc-block-components-sidebar h2{
  font-size: 18px !important;
  margin: 0 0 15px;
}



.wc-block-components-sidebar .wc-block-components-totals-item {
  margin: 10px 0;
}



.wc-block-components-sidebar  .wc-block-components-button__text{
  width: fit-content;
  padding: 15px;
}

.wc-block-components-sidebar  .wc-block-cart__submit-container{
  width: max-content;
}









































.wp-block-woocommerce-cart th {
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  padding-bottom: 20px !important;
}
a.wc-block-components-product-name {
  color: #222;
  font-size: 28px;
  font-weight: 700;
}
td.wc-block-cart-item__product{
    font-size: 24px;
    font-weight: 700;
    color: #000000;
}
span.wc-block-cart__totals-title {
  font-size: 24px !important;
  line-height: 30px !important;
  color: #000000 !important;
  padding-bottom: 20px !important;
}
.wc-block-components-totals-coupon a {
  font-size: 20px;
  color: var(--primary);
}
span.wc-block-components-button__text {
  color: var(--white);
  font-weight: 500;
}
span.price.wc-block-components-product-price span {
  font-weight: 700;
  font-size: 15px;
  color: var(--primary);
}
.wc-block-cart__submit-container {
  background-color: var(--primary);
}
.wc-block-cart .wc-block-cart__submit-container--sticky {
  background: var(--primary) !important;
}
/* Checkout Page Start */

.wc-block-components-form .wc-block-components-text-input input, .components-combobox-control__input{
  border: 1px solid #D5D5D5 !important;
  color: #000000 !important;
  outline: 0 !important;
}
.components-button.wc-block-components-button {
  border: 0;
  background-color: var(--primary);
  border-radius: 10px;
}

/* Wishlist Page Start */
form#yith-wcwl-form table{
  border-spacing: 0;
}
.wishlist_table th {
  background-color: var(--primary);
  border: 0 !important;
  color: #FFFFFF;
  font-size: 18px;
}
tbody.wishlist-items-wrapper a.button.yith-wcqv-button {
  display: none;
}
tbody.wishlist-items-wrapper a {
  font-size: 16px;
  color: #222;
  line-height: 20px;
  font-weight: 500;
}
tbody.wishlist-items-wrapper  td, .wishlist_table .product-stock-status span.wishlist-in-stock {
  text-align: left;
  font-size: 16px;
  color: #000000;
  line-height: 20px;
}
tbody.wishlist-items-wrapper td.product-remove a::after, ul.wishlist_table.wishlist_view.responsive li .additional-info-wrapper .product-remove a::after {
  content: "\f1f8";
  font-family: "fontawesome";
  font-size: 20px;
  color: #222;
}
tbody.wishlist-items-wrapper td.product-remove a, ul.wishlist_table.wishlist_view.responsive li .additional-info-wrapper .product-remove a {
  font-size: 0;
  margin-top: -10px;
}
ul.wishlist_table.wishlist_view.responsive li .item-wrapper .product-thumbnail img {
  width: 100%;
  object-fit: cover;
  display: inline-block;
}
ul.wishlist_table.wishlist_view.responsive li .item-wrapper .product-thumbnail {
  margin: 0 auto;
  background-color: #E8E8E8;
  border-radius: 10px;
  text-align: center;
  max-width: 100%;
}
ul.wishlist_table.wishlist_view.responsive li .item-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
}
ul.wishlist_table.wishlist_view.responsive li {
  border: 1px solid #E8E8E8;
  border-radius: 15px;
  padding: 10px;
  max-width: 300px;
  width: 100%;
  position: relative;
}
ul.wishlist_table.wishlist_view.responsive {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
ul.wishlist_table.wishlist_view.responsive li .item-wrapper .item-details a.button.yith-wcqv-button {
  display: none;
}
ul.wishlist_table.wishlist_view.responsive li .item-wrapper .item-details{
  width: 100%;
  padding-top: 10px;
}
ul.wishlist_table.wishlist_view.responsive li .item-wrapper .item-details a {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: var(--primary);
}
ul.wishlist_table.wishlist_view.responsive li .additional-info-wrapper {
  display: flex;
  flex-direction: column;
  align-items: start;
}
ul.wishlist_table.wishlist_view.responsive li td.label {
  display: none;
}
ul.wishlist_table.wishlist_view.responsive li td{
  font-size: 16px !important;
  color: #000000;
}
ul.wishlist_table.wishlist_view.responsive li .additional-info-wrapper a.add_to_cart {
  font-size: 16px;
  color: var(--primary);
  line-height: 20px;
  margin-bottom: 0 !important;
}
ul.wishlist_table.wishlist_view.responsive li .additional-info-wrapper .product-remove {
  position: absolute;
  top: 20px;
  right: 20px;
}
ul.wishlist_table.wishlist_view.responsive li .additional-info-wrapper .product-remove {
  position: absolute;
  top: 20px;
  right: 20px;
}
.yith-wcwl-share {
  display: none;
}
a#single-product-buy-now.single-product-buy-now.disabled {
  cursor: not-allowed;
  opacity: 1;
}
td.wc-block-cart-item__image img {
  background-color: #E8E8E8;
  border-radius: 10px;
  text-align: center;
}
.wc-block-components-order-summary-item__image img {
  background-color: #E8E8E8;
  border-radius: 10px;
  text-align: center;
}
/* .wp-block-woocommerce-checkout {
  background-color: #fffcf6;
} */
button.wc-block-components-button {
  background-color: #222;
  border-radius: 0px;
  border: 0;
  color: #fff;
}
body.woocommerce-account>.woocommerce {
  /* background-color: #fffcf6; */
  max-width: 1366px;
  width: 100%;
  margin: 0 auto !important;
  padding: 70px 20px !important;
}
body.woocommerce-account input {
  /* border: 1px solid #D5D5D5 !important; */
  color: #000000 !important;
  outline: 0 !important;
  padding:12px 16px;
  border-radius: 4px;
}
.button.woocommerce-form-login__submit {
  background-color: #222 !important;
  border: 0 !important;
  color: #ffffff !important;
  padding: 12px 16px !important;
  min-width: 100px;
}
p.woocommerce-LostPassword.lost_password a {
  color: #222;
}




























































/* =============================================================== */
/* Jewelry Theme start */
/* Topbar */
.header_iconss .elementor-icon svg {
  margin: 10px 0 0;
}

.topbar_dropdown .elementor-widget-wrap{
  justify-content: right;
  color: #fff;
}

.sticky-header .jewellery_topbar,
.sticky-header .middle-header-sec {
  /* display: none !important; */
}

/* search box */
.middle-heade-col-2 .elementor-inner-section{
  border-color: transparent !important;
  
}

.dgwt-wcas-search-wrapp {
  max-width: 100% !important;
}

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  width: 100%;
  height: 40px;
  font-size: 14px;
  line-height: 100%;
  padding: 10px 15px;
  margin: 0;
  background: #fff;
  border: 1px solid #AFAFAF !important;
  border-radius: 50px !important;
  -webkit-border-radius: 3px;
  -webkit-appearance: none;
  box-sizing: border-box;
  font-size: 18px !important;
  font-weight: 400 !important;
  color: #000 !important;
}
.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder {
  color: #000 !important;
  font-weight: 400 !important;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  min-height: 40px !important;
  min-width: 40px !important;
  height: 40px !important;
  width: 40px !important;
  right: 5px !important;
  /* top: 21px !important; */
}

/* call */


.primary-btn-icon .elementor-button-icon {
  padding: 10px;
  background: transparent !important;
  border: 1px solid #000;
  border-radius: 50px !important;
  height: 40px;
  width: 40px;
}
.primary-btn-icon .elementor-button-icon i {
  font-size: 18px !important;
  margin: 4px 0 0 0px;
}

.primary-btn-icon .elementor-button-text {
  text-align: left !important;
}
.primary-btn-icon .elementor-button-text p {
  font-weight: 400 !important;
}

/* cart icon */
.middle-heade-col-3 .hfe-cart-count{
  border-width: 0 !important;
  padding: 9px 9px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.middle-heade-col-3 .hfe-cart-count::after{
  display: none;
}

.middle-heade-col-3 .hfe-cart-count::before{
  content: "\f07a"; /* Font Awesome cart icon */
  font-family: "Font Awesome 5 Free"; /* For Font Awesome 5/6 */
  font-weight: 900; /* Required for solid icons */
  margin-right: 0px; /* Space between icon and text */
  font-size: 18px;
}

.header_iconss {
  border: 1px solid #000;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  line-height: 45px;
  background: transparent;
  transition: linear all 0.3s;
}

.header_iconss:hover {
  border: 1px solid rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.1);
}

.header_iconss .elementor-icon svg{
  margin: 15px 0 0;
}

/* header category */
.show_category  {
  background: #222;
  width: max-content;
  padding: 9px 15px;
  gap: 15px;
  border-radius: 50px;
  margin: 1px 0 0;
}

.show_category:hover  {
  background: #e5b706;
  color: #222;
}

.show_category:hover .elementor-image-box-title{
  color: #222 !important;
}


.show_category img  {
  filter: invert(1);
} 

.show_category:hover img  {
  filter: invert(0);
} 

.show_category .elementor-image-box-content {
  text-align: left;
}
.header-top-cat{
  margin: 30px 0 0;
}

/* Menu */
.electrohub_menu ul li a{
  padding: 10px 16px 6px 16px !important;
}


/* banner */
.home-banner1 .bdt-prime-slider-wrapper .bdt-slide-btn:hover{
  background: #222222 !important;
  color: #fff !important;
}

.home-banner1 .bdt-prime-slider-wrapper .bdt-slide-btn-icon {
  background: #222;
}

.home-banner1{

}


.home-banner1 .bdt-prime-slider-wrapper {
  margin: 0 auto 0 300px !important;
  max-width: 600px;
  margin: 0;
}


.home-banner1 .bdt-prime-slider-wrapper h3,
.home-banner1 .bdt-prime-slider-wrapper .bdt-slider-excerpt:before{
  display: none !important;
} 


.home-banner1 .bdt-prime-slider-button-wrapper{
  position: relative;
}


/* .home-banner1 .bdt-prime-slider-button-wrapper .bdt-prime-slider-button-text{
  border: 1px solid #222;
  padding: 15px; 
  border-radius: 50px;
} */


.home-banner1 .bdt-prime-slider-button-wrapper .bdt-slide-btn-icon {
  position: absolute;
  right: -50px;
  height: 40px;
  width: 40px;
  border: 1px solid #222;
  line-height: 45px;
  border-radius: 50px !important;
}

.home-banner1 .bdt-prime-slider-button-wrapper .bdt-slide-btn-icon svg {
  margin: 8px auto 0;
  transform: rotate(-45deg);
}


.home-banner1 .bdt-ps-counternav{
  display: none !important;
}

/* slider nav */
.home-banner1 .bdt-navigation-arrows{
  position: absolute !important;
    top: 50%;
}





/* about us */
.about_btn .elementor-button-icon svg{
  transform: rotate(-45deg);
}









/* product design */
.popular_products_outers .yith-wcwl-add-to-wishlist-button  .yith-wcwl-add-to-wishlist-button__label{
  display: none;
}






.popular_products_outers .hover-icons {
  transition: all 0.3s ease;
  pointer-events: none;
}
.popular_products_outers .card:hover .hover-icons {
  opacity: 1 !important;
  pointer-events: auto;
}
.popular_products_outers .card:hover img {
  transform: scale(1.05);
  transition: transform 0.4s ease;
}

.popular_products_outers .card {
  transition: all 0.3s ease-in-out;
}

.popular_products_outers .products_card{
  position: relative;
}

.popular_products_outers .products_card .product_images_outer {
  background: #EFEEEE;
  border-radius: 20px;
  padding: 15px;
  min-height: 315px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: linear all 0.3s;
}

.popular_products_outers .added_to_cart {
  position: absolute;
  top: -33px;
  left: -13px;
  background: #fff;
  padding: 5px;
  font-size: 12px;
  border-radius: 5px;
  color: #000;
}




.popular_products_outers .products_card .product_images_outer:hover {
  background: #222;
}

.popular_products_outers .products_card .product_images_outer img{
  margin: 0 auto;
  display: block;
}


/* hover icons */
.popular_products_outers  .product_hover_icons{
  bottom: 15px !important;
}

.popular_products_outers  .product_hover_icons .wishlist-btn svg{
  height: 26px !important;
}

.popular_products_outers .btn-light {
  background-color: #fff;
  border: none;
  color: #000;
  height: 40px;
  width: 40px;
  line-height: 27px;
}
/* 
.popular_products_outers .added_to_cart{
  display: none;
} */


.popular_products_outers .btn-light:hover {
  background-color: #000;
  color: #fff;
}

.popular_products_outers .wishlist-btn{
  background: #fff;
  color: #000;
  height: 40px;
  width: 40px;
  border-radius: 50px;
}
.popular_products_outers .wishlist-btn:hover{
  background: #000;
  color: #fff;
}
.popular_products_outers .wishlist-btn:hover .yith-add-to-wishlist-button-block svg{
  fill: #fff !important;
  color: #fff;
}



.popular_products_outers .wishlist-btn .yith-wcwl-add-button,
.popular_products_outers .wishlist-btn .yith-wcwl-wishlistaddedbrowse,
.popular_products_outers .wishlist-btn .yith-wcwl-wishlistexistsbrowse {
  display: flex;
  align-items: center;
  justify-content: center;
}
.popular_products_outers .wishlist-btn .yith-wcwl-icon {
  font-size: 16px;
}

.popular_products_outers .products_card .card-body small{
  font-size: 12px;
  color: #000;
  font-family: "Rubik", Sans-serif;
  font-weight: 400;
}

.popular_products_outers .products_card .card-body h6{
  font-size: 18px;
  color: #000;
  font-family: "Rubik", Sans-serif;
  font-weight: 400;
}

.popular_products_outers .products_card .card-body .price_rating {
  display: flex;
  color: #000;
  font-size: 16px;
  color: #000;
  font-family: "Rubik", Sans-serif;
  font-weight: 400;
  gap: 12px;
  margin: 10px 0 0;
}
.popular_products_outers .products_card .card-body .price_rating .star-rating {
  margin: 5px 0 0 ;
}
.popular_products_outers .products_card .card-body .price_rating .star-rating:before,
.popular_products_outers .products_card .card-body .price_rating .star-rating span:before {
  font-size: 12px;
}





.populsar_product_outer,
.best_selling_products{
  /* display: none; */
}


/* after counter products */
.deal_products_outers .products_card {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 0 30px;
}


.deal_products_outers .products_card .product_images_outer {
  background: #EFEEEE;
  border-radius: 20px;
  padding: 15px;
  min-height: 175px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}


.deal_products_outers  .product_hover_icons {
  bottom: -10px !important;
}

.deal_products_outers  .product_hover_icons .wishlist-btn svg{
  height: 26px !important;
}


.deal_products_outers .products_card .product_images_outer img{
  margin: 0 auto;
  display: block;
  width: 80%;
}


.deal_products_outers .products_card{
  
}




/* PRODUCT tAB OUTER */
.home-product-tab-wrapper .all-product .product-items-wrapper .product-item-box .pro-img {
  background-color: #EFEEEE;
  border-radius: 15px;
  text-align: center;
  overflow: hidden;
  padding: 20px;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: linear all 0.3s;
}

.home-product-tab-wrapper .all-product .product-items-wrapper .product-item-box .pro-img:hover {
  background-color: #222;
}

.home-product-tab-wrapper .all-product .product-items-wrapper .product-item-box .pro-img img {
  width: 80%;
  max-width: 180px !important;
}





/* 2 boxes */
.box2_btns2{
  
}



/* product POpup */
.yith-wcqv-wrapper{
  height: 500px !important;
}



/* best selling products */
.best_selling_prd_rating{
  display: flex;
  gap: 10px;
  justify-content: left;
  align-items: center;
}

.best_selling_prd_rating .star_ratings .star-rating span:before,
.best_selling_prd_rating .star_ratings .star-rating:before{
  font-size: 12px;
}


/* shop page Products */
.shop_prod_price_rating{
  display: flex;
  gap: 10px;
  align-items: center;
}




/* countdown */
.countdown_image{
  transform: scale(1.5);
}

.countdown_number .elementskit-timer-container .elementskit-timer-content{
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: relative;
}

.countdown_number .elementskit-timer-container{
  position: relative;
}
.countdown_number .elementskit-timer-container::after{
  content: '';
  height: 50px;
  width: 1px;
  background: rgba(34, 34, 34, 0.5)  ;
  position: absolute;
  top: 0;
  right: 0;
}

.countdown_number .elementskit-timer-container:last-child::after{
  opacity: 0;
}



/* 2 boxes */

.box2_btns .elementor-button-content-wrapper {
  justify-content: center;
  align-items: center;
  gap: 0 !important;
}

.box2_btns .elementor-button-text {
  border: 1px solid #000;
  border-radius: 50px;
  padding: 10px 15px 8px;
}
.box2_btns .elementor-button-text:hover {
  border: 1px solid #e5b706;
  background: #e5b706 !important;
  color: #fff !important;
}

.box2_btns .elementor-button-icon svg ,
.box2_btns2 .elementor-button-icon svg {
    height: 18px;
    width: 18px;
}


.box2_btns .elementor-button-text:hover {
  background: #fff;
  color: #000;
}

.box2_btns .elementor-button-icon {
  padding: 10px;
  background: #000 !important;
  border: 1px solid #000;
  border-radius: 50px !important;
  height: 40px;
  width: 40px;
}

.box2_btns .elementor-button-icon svg, 
.box2_btns .elementor-button-icon i {
  color: #fff;
  fill: #fff;
  width: 3em;
  height: 3em;
}

/* btn 2 */

.box2_btns2 .elementor-button-content-wrapper {
  justify-content: center;
  align-items: center;
  gap: 0 !important;
}

.box2_btns2 .elementor-button-text {
  border: 1px solid #EFEEEE;
  border-radius: 50px;
  padding: 10px 15px 8px;
}
.box2_btns2 .elementor-button-text:hover {
  background: #e5b706;
  border-color: #e5b706;
  color: #fff;
}

.box2_btns2 .elementor-button-icon {
  padding: 10px;
  background: #fff !important;
  border: 1px solid #fff;
  border-radius: 50px !important;
  height: 40px;
  width: 40px;
}

.box2_btns2 .elementor-button-icon svg,
.box2_btns2 .elementor-button-icon i {
  color: #000;
  fill: #000;
}




/* 4 boxes */
.home_image_box .elementor-icon-box-wrapper .elementor-icon-box-icon {
  width: 51px;
  height: 51px;
  background-color: #000;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 15px;
}

.home_image_box .elementor-widget-container:hover .elementor-icon-box-icon {
  background-color: #1A1A1A;
}
.home_image_box .elementor-widget-container:hover .elementor-icon-box-icon span.elementor-icon {
  fill: #fff;
  color: #fff;
}


.home_image_box .elementor-icon-box-wrapper .elementor-icon-box-content{
  margin: 0 0 10px;
}







/* our team */
.our_team_outer{

}
.our_team_outer .swiper-wrapper{

}

.our_team_outer .pp-tm-wrapper .swiper-slide{
  padding: 0 0 10px !important;
}

.our_team_outer .swiper-wrapper .swiper-slide .pp-tm {
  position: relative;
  padding: 0 0 10px !important;
}

.our_team_outer .swiper-wrapper .swiper-slide .pp-tm .pp-tm-content{
  padding: 0 15px;
  position: unset;
}
/* 
.our_team_outer .swiper-wrapper .swiper-slide .pp-tm .pp-tm-content::after {
  content: '';
  content: "\f1e0";
  font-family: "FontAwesome";
  color: #fff;
  font-size: 18px;
  background: #1B1919;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 25px;
  right: 15px;
  cursor: pointer;
} */
/* APPLY HOVER ON THE PARENT */
.our_team_outer .swiper-wrapper .swiper-slide .pp-tm .pp-tm-content:hover::after {
  background: #e5b706 !important;
}
.our_team_outer .swiper-wrapper .swiper-slide .pp-tm-social-links {
  opacity: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
  align-items: end;
  position: absolute;
  top: 15px;
  right: 0;
  transition: linear all 0.3s;
}

.our_team_outer .swiper-wrapper .swiper-slide .pp-tm-social-links li{
 margin: 0 10px !important;
}

/* arrow */
.our_team_outer .pp-slider-arrow {
  bottom: 0;
  top: 110%;
  margin: 15px 0 0;
}

.our_team_outer .pp-slider-arrow.elementor-swiper-button-prev {
  left: 45% !important;
}

.our_team_outer .pp-slider-arrow.elementor-swiper-button-next {
  left: 51%;
}

.our_client_outer .swiper-button-next:hover svg,
.our_client_outer .swiper-button-prev:hover svg {
  fill: #fff !important;
  color: #fff !important;
}

 .our_team_outer .swiper-wrapper .swiper-slide .pp-tm:hover .pp-tm-social-links {
  opacity: 1;
}

.our_team_outer .swiper-wrapper .swiper-slide .pp-tm:hover .pp-tm-social-links {
  opacity: 1;
} 


.our_team_outer .swiper-wrapper .swiper-slide .pp-tm:hover {
  background-color: #ccc;
}


/* .our_team_outer .swiper-wrapper .swiper-slide .pp-tm .pp-tm-content::after:hover .pp-tm-social-links  {
  opacity: 1 !important;
} */
























/* Blog section */
.jewellery_post .swiper-wrapper{

}

/* blog page */
.jewellery_post_blogpage.jewellery_post .pp-posts-button {
  position: unset;
  margin: -40px 0 0;
}

.jewellery_post .pp-post-meta {
  width: fit-content;
  margin: 0 0 10px auto !important;
  display: flex;
  flex-direction: column;
  
  text-align: left;
}
/* 
.jewellery_post .pp-post-meta .pp-post-author::before {
  content: '';
  position: absolute;
  height: 40px;
  width: 40px;
  border-radius: 50px;
  background: #ccc;
  margin: 0 0 0 -45px;
  background: url(../jewelry-outlet-pro/assets/images/Blog/author.png);
} */

.jewellery_post .pp-post-author{
  display: block;
}

.jewellery_post .pp-meta-separator{
  display: none;
}

.jewellery_post .pp-post-author{
  text-transform: capitalize;
}

.jewellery_post .pp-post-author a{
 
}



.jewellery_post .pp-author-avatar-wrap {
  /* position: absolute; */
  right: 0px;
  margin: 0 0 -35px -50px;
}
.jewellery_post .pp-author-avatar-wrap img{
  height: 40px !important; 
  width: 40px !important;
  border-radius: 50px !important;
}













.jewellery_post .pp-post-date{
  font-weight: 400;
}

.jewellery_post .pp-posts-button {
  display: flex;
  width: fit-content;
  gap: 10px;
  position: absolute;
  bottom: 30px;
  left: 40px;
  padding: 0;
  /* display: none; */
  gap: 0;
}
.jewellery_post .pp-posts-button:hover .pp-button-text {
  background: #1B1919;
  color: #fff;
}

.jewellery_post .pp-posts-button .pp-button-text {
  background: transparent;
  padding: 10px 20px 8px;
  border-radius: 50px;
  border: 1px solid #1B1919;
}
.jewellery_post .pp-posts-button .pp-button-text:hover {
  background: #1B1919;
}

.jewellery_post .pp-posts-button .pp-button-icon {
  background: #1B1919;
  border: 1px solid #1B1919;
  width: 34px;
  text-align: center;
  height: 34px;
  border-radius: 50px;
  text-align: center;
  display: flex;
  /* align-items: center; */
  justify-content: center;
}

.jewellery_post .pp-posts-button .pp-button-icon i ,
.jewellery_post .pp-posts-button .pp-button-icon svg{
  color: #fff;
  transform: rotate(-45deg);
}



.jewellery_post .pp-slider-arrow{
  bottom: 0;
  top: 110%;
}

.jewellery_post .pp-slider-arrow.elementor-swiper-button-next {
  left: 50%;
}

.jewellery_post .pp-slider-arrow.elementor-swiper-button-prev {
  left: 45% !important;
}






































/* footer */
.footer_col4 .address_text .elementor-icon-box-icon{
  background: #fff;
  padding: 10px;
  border-radius: 50px;
  display: inline-flex;
  flex: 0 0 auto;
}

.footer_col4  .elementor-icon-box-wrapper{
  display: flex;
  gap: 10px;
  align-items: center;
}



.footer_col1 .elementor-container,
.footer_col2 .elementor-container,
.footer_col3 .elementor-container,
.footer_col4 .elementor-container,
.footer_col5 .elementor-container{
  min-height: auto !important;
}

.address_text h3 a{
  color: #fff !important;
}

/* newsletter  */

.newsletter_form{

}

.newsletter_form input[type="email"] {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  font-family: "Rubik", Sans-serif;
  padding: 8px 15px 20px;
  box-shadow: none;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}


.newsletter_form input[type="email"]:focus-visible {
  outline: none;
  border-bottom: 1px solid rgba(255, 255, 255, 1) !important;

}

.newsletter_form input[type="email"]::placeholder {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  font-family: "Rubik", Sans-serif;
}

.newsletter_form input[type="email"]:focus {
  /* border: 0 !important; */
  background: transparent;
}

.newsletter_form .form-control{ 
  border-bottom: 1px solid #fff !important;
}

.newsletter_form .submit-btn {
  position: absolute;
  right: 0;
}


.newsletter_form input[type="submit"] {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  font-size: 16px;
  color: #fff !important;
  font-weight: 400;
  font-family: "Rubik", Sans-serif;
  padding: 8px 20px 8px;
  border-radius: 50px;

}
.newsletter_form input[type="submit"]:hover {
  background:  rgba(255, 255, 255);
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  color: #000 !important;
}


.newsletter_form .form-group {
  display: flex;
}
.newsletter_form .form-group .submit-btn p {
  display: flex;
  text-align: center;
  align-items: center;
}
.newsletter_form .form-group .submit-btn .icon {
  right: 65px;
  position: relative;
}
.newsletter_form .form-group .submit-btn .icon svg {
  color: #000;
  background: #fff;
  padding: 11px;
  border-radius: 50px;
}


.address_text .elementor-icon-box-content .elementor-icon-box-description a{
  color: #fff;
}

.address_text .elementor-icon-box-content .elementor-icon-box-description:hover a{
  color: #e5b706;
}



/*  */

/* inner pages */
.jewellery_blog_page{

}


.jewellery_blog_page .pp-posts-button {
  display: flex;
  width: fit-content;
  gap: 10px;
  position: relative; 
  bottom: 60px;
  left: 0px;
  padding: 0;
  /* display: none; */
  gap: 0;
}


/* gallery */
.gallery_outer{

}

.gallery_outer .gallery .gallery-item {

}

.gallery_outer .gallery .gallery-item .gallery-icon {
  background: #EFEEEE;
  margin: 0px;
  min-height: 100%;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.gallery_outer .gallery .gallery-item .gallery-icon img {
  border: 0 !important;
  margin: 0 auto;
  max-width: 120px !important;
  width: 120px !important;
  transition: linear all 0.3s;
}


.gallery_outer .gallery .gallery-item .gallery-icon:hover img{
  transform: scale(1.2);
}

/* collection page */
.collection_category{

}

.collection_category .wl-col-4 .wlsingle-categorie {
  background: #EFEEEE;
  min-height: 290px;
  margin: 10px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 15px;
  transition: linear all 0.3s;
}
.collection_category .wl-col-4 .wlsingle-categorie:hover {
  background: #000;
  border-radius: 30px; 
}
.collection_category .wl-col-4 .wlsingle-categorie .wlsingle-categorie-img {
  max-height: 150px;
  height: 150px;
  margin: 0 auto;
  justify-content: unset;
  display: flex;
  align-items: unset;
  overflow: hidden;
}

.collection_category .wl-col-4 .wlsingle-categorie .wlsingle-categorie-img img {
  height: 100%;
  width: 100%;
}

.collection_category .wl-col-4 .wlsingle-categorie .wlcategorie-content h4 a{
  color: #222;
  font-size: 18px;
  font-family: "Rubik", sans-serif;
  font-weight: 600;
}


.collection_category .wl-col-4 .wlsingle-categorie:hover a {
  color: #fff !important;
}

/* single product related products */
.related_prod_btnss{

}


.related_prod_btnss .yith-add-to-wishlist-button-block {
  margin: 7px 0;
}

.related.products .product_categories_tab_section .slick-list{
  width: 100% !important;
}

.related.products .slick-list .product-item-box .product-content-btns .related_cart_btn, 
.related.products .slick-list .product-item-box .product-content-btns .quick_view, 
.related.products .slick-list .product-item-box .product-content-btns .yith-add-to-wishlist-button-block {
  height: 40px;
  width: 40px;
  background: #fff;
  margin: -10px 0 0;
  border-radius: 50px;
  overflow: hidden;
}

.related.products .product-content-btns .related_cart_btn, 
.related.products .product-content-btns .quick_view, 
.related.products .product-content-btns .yith-add-to-wishlist-button-block {
  height: 40px;
  width: 40px;
  background: #fff;
  margin: -10px 0 0;
  border-radius: 50px;
  overflow: hidden;
}
/* .related.products .slick-list .product-item-box .product-content-btns .related_cart_btn{
  position: relative;
} */
.related.products .slick-list .product-item-box .product-content-btns .related_cart_btn .added_to_cart {
  position: absolute;
  background: #fff;
  top: -45px;
  left: 50px;
  font-size: 14px;
  padding: 5px;
  border-radius: 5px;
  color: #000;
}

.related.products .slick-list .product-item-box .product-content-btns .related_cart_btn .added_to_cart:hover {
  background: #000;
  color: #fff;
}

.related.products .product-content-btns .related_cart_btn .added_to_cart {
  position: absolute;
  background: #fff;
  top: -45px;
  left: 50px;
  font-size: 14px;
  padding: 5px;
  border-radius: 5px;
  color: #000;
}

.related.products .product-content-btns .related_cart_btn .added_to_cart:hover {
  background: #000;
  color: #fff;
}

.related.products .product-content-btns .related_cart_btn a:hover, 
.related.products .product-content-btns .quick_view:hover, 
.related.products .product-content-btns .yith-add-to-wishlist-button-block:hover {
  background: #000 !important;
}

.related.products .product-content-btns .related_cart_btn a:hover svg, 
.related.products .product-content-btns .yith-add-to-wishlist-button-block:hover  svg{
  color: #fff !important;
  fill: #fff !important;
}



.related.products .slick-list .product-item-box .product-content-btns .related_cart_btn a:hover, 
.related.products .slick-list .product-item-box .product-content-btns .quick_view:hover, 
.related.products .slick-list .product-item-box .product-content-btns .yith-add-to-wishlist-button-block:hover {
  background: #000 !important;
}

.related.products .slick-list .product-item-box .product-content-btns .related_cart_btn a:hover svg, 
.related.products .slick-list .product-item-box .product-content-btns .yith-add-to-wishlist-button-block:hover  svg{
  color: #fff !important;
  fill: #fff !important;
}





/* shop page */
.my-banner-wrapper{
  transition: linear all 5s !important;
}
.sticky-header .my-banner-wrapper{
  /* display: none; */
  transition: linear all 5s !important;
}

.sticky-header .my-banner-wrapper{
  transition: linear all 5s !important;
}



.shop_page_products{
  position: relative;
}


.shop_page_products_hvr_btns {
  top: 250px !important;
}

.shop_page_products_hvr_btns{
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
  
}

.shop_page_products_hvr_btns .yith-add-to-wishlist-button-block {
  margin: 0 0; 
}

.shop_page_products_hvr_btns a,
.shop_page_products_hvr_btns .yith-add-to-wishlist-button-block a,
.shop_page_products_hvr_btns .quick_view a.yith-wcqv-button {
  height: 40px;
  width: 40px;
  border-radius: 50px;
  background: #fff;
  margin: 0 0 20px;
  line-height: 50px;
  text-align: center;
  color: #222;
}
.shop_page_products_hvr_btns a:hover,
.shop_page_products_hvr_btns .yith-add-to-wishlist-button-block a:hover,
.shop_page_products_hvr_btns .quick_view:hover{
  background: #222;
  color: #fff;
}


.shop_page_products_hvr_btns .yith-add-to-wishlist-button-block a:hover svg,
.shop_page_products_hvr_btns .quick_view a:hover:after{
  fill: #fff;
  color: #fff;
}


.shop_page_products_hvr_btns .quick_view{
  height: 40px;
  width: 40px;
  border-radius: 50px;
  background: #fff;
  margin: -20px 0 0;
}



.shop-product-wrapper .accordion.shop-page-filters>.accordion-item>.accordion-header>button.accordion-button:not(.collapsed)::after  {
  background-image: url('../jewelry-outlet-pro/assets/images/arrow-down.svg') !important;
}

.shop-product-wrapper .accordion.shop-page-filters .accordion-button:not(.collapsed)::after  {
  background-image: url('../jewelry-outlet-pro/assets/images/arrow-down.svg') !important;
}


/* Gallery Page */
.gallery_outer #gallery-1 br{
  display: none;
}

.gallery_outer #gallery-1 {
  display: grid;
  grid-template-columns: repeat(4, 2fr);
  grid-auto-rows: 100px;
  gap: 15px;
  grid-auto-flow: dense;
}

.gallery_outer .gallery .gallery-item {
  padding: 0 0px !important;
  overflow: hidden;
  margin: 0px 0 0 !important;
  width: 100% !important;
  max-width: 100%;
  border-radius: 15px;
}

.gallery_outer #gallery-1 .gallery-item:nth-child(1) {
  grid-column: span 1;
  grid-row: span 2;
}
.gallery_outer #gallery-1 .gallery-item:nth-child(2) {
  grid-column: span 1;
  grid-row: span 3;
}
.gallery_outer #gallery-1 .gallery-item:nth-child(3) {
  grid-column: span 1;
  grid-row: span 3;
}
.gallery_outer #gallery-1 .gallery-item:nth-child(4) {
  grid-column: span 1;
  grid-row: span 2;
}
.gallery_outer #gallery-1 .gallery-item:nth-child(5) {
  grid-column: span 2;
  grid-row: span 2;
}
.gallery_outer #gallery-1 .gallery-item:nth-child(6) {
  grid-column: span 1;
  grid-row: span 2;
}

.gallery_outer #gallery-1 .gallery-item:nth-child(7) {
  grid-column: span 1;
  grid-row: span 2;
}

.gallery_outer #gallery-1 .gallery-item:nth-child(8) {
  grid-column: span 1;
  grid-row: span 2;
}

.gallery_outer #gallery-1 .gallery-item:nth-child(9) {
  grid-column: span 1;
  grid-row: span 2;
}

.gallery_outer #gallery-1 .gallery-item:nth-child(10) {
  grid-column: span 1;
  grid-row: span 2;
}

.gallery_outer #gallery-1 .gallery-item:nth-child(11) {
  grid-column: span 1;
  grid-row: span 2;
}

.gallery_outer #gallery-1 .gallery-item:nth-child(12) {
  grid-column: span 1;
  grid-row: span 2;
}

.gallery_outer #gallery-1 .gallery-item:nth-child(13) {
  grid-column: span 1;
  grid-row: span 2;
}

.gallery_outer #gallery-1 .gallery-item:nth-child(14) {
  grid-column: span 1;
  grid-row: span 2;
}

.gallery_outer #gallery-1 .gallery-item:nth-child(15) {
  grid-column: span 1;
  grid-row: span 2;
}

.gallery_outer #gallery-1 .gallery-item:nth-child(16) {
  grid-column: span 1;
  grid-row: span 3;
}

.gallery_outer #gallery-1 .gallery-item:nth-child(17) {
  grid-column: span 1;
  grid-row: span 3;
}

.gallery_outer #gallery-1 .gallery-item:nth-child(18) {
  grid-column: span 2;
  grid-row: span 2;
}


/* product Quick View */
.yith-wcqv-main .yith-wcqv-head a{
  color: #000;
}

.yith-quick-view-content .images.classic img{
  width: 300px !important;
  margin: 60px auto;
}

.boxes4_outer .box4_box1 .elementor-icon-box-icon{
  transition: linear all 0.3s;
}
.boxes4_outer .box4_box1:hover .elementor-icon-box-icon{
  background: #e5b706;
}

/* inner page banner */
.page-banner-sec .elementor-column {
  justify-content: left ;
}


.page-banner-sec h1{ 
  color: #fff !important;
}

.page-banner-sec .elementor-column>.elementor-widget-wrap ol.fbc-items a {
  color: #fff !important;
}



.shop-page-produts-category li a,
.shop-page-produts-category li  h4 span {
  background: transparent !important;
  box-shadow: none !important;
  color: #121212 !important;
}


.shop-page-produts-category li  h4 input {
  opacity: 0 !important;
}

.product_search_shop_page{
  margin: 15px 0;
}

.product_search_shop_page h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 23.44px;
  margin: 0 0 7px;
  color: #222;
}

.product_search_shop_page input {
  width: 94%;
  border-radius: 50px;
  border: 1px solid #000;
  height: 40px;
  padding: 0 15px;
}

.shop-page-filters .parent_category li{
  margin: 10px 0 0;
}

.shop-page-filters .parent_category li input{
  opacity: 0;
}

.shop-page-filters .parent_category li h4 span{
    font-size: 16px ;
}


/* Hover Effect */
.home-product-tab-wrapper .all-product .product-items-wrapper 
.product-item-box .product-content .product-content-btns 
.wishlist-quick-view:hover .quick_view {
    background: #000 !important;
}

/* Change icon color on hover */
.home-product-tab-wrapper .all-product .product-items-wrapper 
.product-item-box .product-content .product-content-btns 
.wishlist-quick-view:hover a.button.yith-wcqv-button::after {
    color: #fff !important;
}

.related-product-slider-nav{
  display: none !important;
}

.wishlist_table tr th{
  text-align: left !important;
}

.category_page_outer h4{

}


/* client testimonials */
.client_testi .elementskit-single-testimonial-slider:hover .elementskit-commentor-content p,
.client_testi .elementskit-single-testimonial-slider:hover .elementskit-profile-info strong,
.client_testi .elementskit-single-testimonial-slider:hover .elementskit-profile-info span{
  color: #fff !important;
}

.client_testi .elementskit-single-testimonial-slider:hover  .elementskit-icon-content svg{
  fill: #fff !important;
  color: #fff !important;
}

/* popular products */
.popular_products_outers .products_card:hover h6 a{
  color: #e5b706 !important;
}

.home-product-tab-wrapper .product-item-box:hover .product-content .product-content-info h4 a{
  color: #e5b706 !important;
}

.jewellery_post .swiper-wrapper .pp-post:hover .pp-post-content-wrap h2 a{
  color: #e5b706 !important;
}

.home-product-tab-wrapper .all-product .product-items-wrapper .product-item-box .product-content .product-content-btns .cart-btn a.added_to_cart:after{
  display: none;
}  

.home-product-tab-wrapper .all-product .product-items-wrapper .product-item-box .product-content .product-content-btns .cart-btn a.added_to_cart {
  position: absolute;
  top: -33px;
  left: -13px;
  background: #fff;
  padding: 5px;
  font-size: 12px;
  border-radius: 5px;
  color: #000;
  width: max-content;
  height: auto;

}

.home-product-tab-wrapper .all-product .product-items-wrapper .product-item-box .product-content .product-content-btns .cart-btn {
  position: relative;
  
}

.newsletter_form input:-webkit-autofill,
.newsletter_form input:-webkit-autofill:hover,
.newsletter_form input:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff !important;
  transition: background-color 9999s ease-in-out 0s !important;
}

.chosen-container .chosen-results li.active-result {
  text-align: left !important;
  color: #000 !important;
}

.our_team_outer .pp-tm-social-links-wrap .pp-tm-share-toggle {
  position: absolute;
  right: 20px;
  bottom: 25px;
  color: #fff;
  font-size: 18px;
  background: #000;
  /* height: 40px;
  width: 40px; */
  border-radius: 50%;
}
.our_team_outer .pp-tm-social-links-wrap .pp-tm-share-toggle:hover {
  background: #e5b706;
}
.our_team_outer .pp-tm-social-links-wrap .pp-tm-share-toggle svg {
  height: 40px;
  width: 40px;
  padding: 8px;
}